/*
CSS for Ingo Wegerl
(c) copyright 2007 by M. Hager
*/

html, body { 
	font-family: Arial;
	font-size: 9pt;
	color: #b53f00; 
	text-decoration: none;	
   margin: 0px auto;
	overflow: auto;
	text-align: center;
	background-color: black;
	
	scrollbar-arrow-color: #da3f00;
	scrollbar-face-color: black;
	scrollbar-highlight-color: #da3f00; 
	scrollbar-3dlight-color: #da3f00; 
	scrollbar-shadow-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: black;
}

#wrapper { 
	margin: 0px auto;
	text-align: left;
	width: 900px;	
	/*border: solid 1px gray;*/
	overflow: visible;
}

#canvas{
	margin-top: 85px;
	/*border: solid 1px red;*/
	width: 100%;
}

#header{
	width: 900px;
	margin-top: 0px;
	text-align: left;
	font-family: "Arial Black", "Futura Md BT";
	font-size: 42pt;
}

.orange{
	color: #b53f00;
}

.orange70{
	color: #da3f00;
}

.black70{
	color: #707172;
}

.black60{
	color: #878889;
}

.font7{
	font-size: 7pt;
}

.small-caps{
	font-variant: small-caps;
	font-weight: bold;
}

.bolder{
	font-weight: bolder;
}

.clear{
	clear: both;
}

div#absatz{
	width: 100%;
	display: block;	
	clear: both;
}

div#leftcol{
	width: 425px;	
	text-align: right;
	margin: 0px 10px 20px 10px;
	padding: 0px 15px 0px 0px;
	/*border: solid 1px green;*/

}

div#rightcol{
	margin: 0px 10px 20px 10px;
	padding: 0px 0px 0px 15px;
	width: 420px;
	/*border: solid 1px green;*/
	float: right;
}

#galery{
	text-align: center;
	width: 100%;
	/*border: solid 1px yellow;
	margin-top:25px;*/
}

.galpic{
	margin: 0px 60px 60px 0;
	padding: 0px 25px 25px 25px;
	float: left;
}

img.gal{
	margin: 15px;

}

/*
img.titelbild{
	margin: 20px 0px 0px 0px;
}

img.bildrechts{
	float: left;
	margin: 0px 0px 10px 10px;
}

img.bildlinks{
	float: left;
	margin: 0px 10px 10px 0px;
}
*/

img.popup{
	margin: 0px 0px 30px 30px;
}

/* Menu */
#menu{
	width: 100%;
	/*margin-left: 5px;*/
	margin-top: -14px;
}

#toptool{
	width: 100%;
	text-align: right;
	margin-top: 15px;
}

div#menu a.menuactive{
	font-size: 11pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-right: 35px;

}

/* Links */
div#menu a.menu:link	{
	font-size: 11pt;
	font-weight: bold;
	color: #9c9d9f;
	text-decoration: none;
	padding-right: 35px;

}

div#menu a.menu:visited {
	font-size: 11pt;
	font-weight: bold;
	color: #9c9d9f;
	text-decoration: none;
	padding-right: 35px;
}

div#menu a.menu:hover {
	font-size: 11pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-right: 35px;
}

div#menu a.menu:active {
	font-size: 11pt;
	font-weight: bold;
	color: #9c9d9f;
	text-decoration: none;
	padding-right: 35px;
}

a:link	{
	font-size: 9pt;
	font-weight: bold;
	color: #9c9d9f;
	text-decoration: none;
	/*padding-right: 35px;*/

}

a:visited {
	font-size: 9pt;
	font-weight: bold;
	color: #9c9d9f;
	text-decoration: none;
}

a:hover {
	font-size: 9pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:active {
	font-size: 9pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
 /* Links ende */

.clear{
	clear: both;
}








