
html, body, td, div, input, a, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}

body {
	margin:0;
	padding:0;
	background-image:url(http://www.abss.at/schoellbau/img/back_html.jpg);
	background-repeat:repeat-x;
	background-color:#D2D2D2;
	}

img {
	galleryimg:false;
	}

/*********** FONTS ************/

.text10 { font-size: 10px; }
.text11 { font-size: 11px; }
.text12 { font-size: 12px; }
.text13 { font-size: 13px; }
.text14 { font-size: 14px; }
.text16 { font-size: 16px; }
.text20 { font-size: 20px; }
.text22 { font-size: 22px; }
.text24 { font-size: 24px; }
.text28 { font-size: 28px; }
.text32 { font-size: 32px; }
.text48 { font-size: 48px; }



h1 { 
	font-size:20px; 
	margin:0px; 
	padding:0px; 
	margin-bottom:15px;
	color:#109B3A;
	border-bottom:1px dotted #666666;
	}

h2 { 
	font-size:14px; 
	margin:0; 
	padding:0; 
	margin-bottom:5px;
	color: #153e32;	
	text-decoration:none;
	}

h2 a {
	font-size:14px; 
	margin:0; 
	padding:0; 
	color: #153e32;	
	text-decoration:none;
	}


h3 { 
	font-size:14px; 
	margin:0; 
	padding:0; 
	}


h4 { 
	font-size:13px; 
	font-weight:bold;
	margin:0; 
	margin-bottom:2px;
	padding:0; 
	}


/*********** DECORATION ************/

.bold { font-weight:bold; }
.norm {	font-weight: normal; }
.none { text-decoration:none; }
.printonly { display:none; }


/*********** LINKS ************/

/*
a:link {
	color:#109B3A; 
}
a:visited {
	color: #109B3A;
}
a:hover {
	color: #109B3A;
}
a:active {
	color: #109B3A;
}
*/


/*********** FARBEN ************/
	
.grau { color:#9da8a8; }
.grau1 { color: #566767; }
.grauold { color: #3A4141; }
.weiss { color: #FFFFFF; }	
.black { color: #000000; }	
.hellgrau { color: #e6e7e8; }
.gruen { color:#109B3A; }
.dgruen { color:#153e32; }	
.bild { border:1px solid #109B3A;}

/*********** DIVS ************/

#centerdiv {
	position:relative; width:780px; height:755px; margin-top:30px; background-color:#FFFFFF;
	}
#centerdivstart {
	position:relative; width:780px; height:392px; margin-top:30px; background-color:#FFFFFF;
	}

#header {
	position:absolute; 
	left:15px; 
	top:15px; 
	width:750px; 
	height:230px;
	}

#logo {
	position:absolute; left:0; top:0;width:230px; height:230px; overflow:hidden;
	}
	
#headimg {
	position:absolute; left:245px; top:0;width:505px; height:230px; overflow:hidden;
	}		

#content {
	position:absolute; 
	top:265px; 
	left:280px; 
	width:475px; 
/*
	height:470px; 
	overflow:auto;
	*/
	text-align:left;
	padding-right:10px;
	}
	
#content a {
	color:#109B3A;
	}	

#menu {
	position:absolute; 
	left:15px; 
	width:230px; 
	overflow:hidden; 
	top:265px; 
	height:340px;
	text-align:right;
	}
	
#menu a {
	text-decoration:none;
	font-size:16px;
	}	
.men a {
	text-decoration:none;
	font-size:16px;
	}		
#bmlogo {
	position:absolute; bottom:20px; left:20px;
	}
	
#spacer {
	height:8px;	
	}


/*********** STYLES ************/

.menuitem {
	font-size:16px;
	font-weight:bold;
	color:#153e32;
	line-height:150%;
	border-bottom:1px dotted #666666;
	padding-left:10px;
	}
	
.mactive a{
	color:#109B3A;
	}
	
.submenuitem {
	font-size:12px;
	color:#153e32;
	line-height:100%;
	margin-bottom:3px;
	}

.submactive {
	color:#109B3A;
	}


