/* CSS Document */
/* Author: webin internet solutions KG - markus bessler */
/* Website: holzbildhauerschule */

html, body{
	margin:0;
	padding:0;
	font-size:90%;
}
body{
	margin:0;
	padding:0;
	background-color:#f9f4e2;
	font-family:Helvetica, Verdana, Arial, sans-serif;
}
h1{
	margin:3px 0px;
	font-size:1.2em;
}
h3{
	margin:0;
	padding:0;
	font-size:1.1em;
}
h4{
	margin:0;
	padding:0;
	font-size:0.9em;
	font-weight:normal;
	color:#808080;
}
p{
	margin:10px 0px;
}
a:link, a:visited{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#wrapper{
	width:760px;
	margin:40px auto 0px auto;
}
#head1{
	width:760;
	height:30px;
	color:#FFFFFF;
	background:#f1cb00 url(../pic-include/head1_bg.gif) left top no-repeat;
	font-family:Helvetica, Verdana, Arial, sans-serif;
}
#head2{
	width:760px;
	height:118px;
	margin:0;
	padding:0;
	background:url(../pic-include/head_bg.jpg) 138px 0px no-repeat;
}
#head2 img{
	display:block;
}

#content-box{
	width:760px;
	height:500px;
	position:absolute;
	margin-top:0px;
	
}
.home{
	background:#FFFFFF url(../pic-include/content_bg_home.gif) left top repeat-y;
}
.berufsfachschule{
	background:#FFFFFF url(../pic-include/content_bg_berufsfachschule.gif) left top repeat-y;
}
.ausbildung{
	background:#FFFFFF url(../pic-include/content_bg_ausbildung.gif) left top repeat-y;
}
.bildergallerie{
	background:#FFFFFF url(../pic-include/content_bg_bildergallerie.gif) left top repeat-y;
}
#menu{
	width:138px;
	height:500px;
	text-align:center;
	position:absolute;
}
#menu ul,#menu ul li{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu .home li{
	background:url(../pic-include/menu_home_bg2.jpg) left top no-repeat;
}
#menu .home .erster_mp {
	background:url(../pic-include/menu_home_bg1.jpg) left top no-repeat;
}
#menu .berufsfachschule li{
	background:url(../pic-include/menu_berufsfachschule_bg2.jpg) left top no-repeat;
}
#menu .berufsfachschule .erster_mp {
	background:url(../pic-include/menu_berufsfachschule_bg1.jpg) left top no-repeat;
}
#menu .ausbildung li{
	background:url(../pic-include/menu_ausbildung_bg2.jpg) left top no-repeat;
}
#menu .ausbildung .erster_mp {
	background:url(../pic-include/menu_ausbildung_bg1.jpg) left top no-repeat;
}
#menu .bildergallerie li{
	background:url(../pic-include/menu_bildergallerie_bg2.jpg) left top no-repeat;
}
#menu .bildergallerie .erster_mp {
	background:url(../pic-include/menu_bildergallerie_bg1.jpg) left top no-repeat;
}
#menu ul li a{
	display:block;
	height:16px;
	font-weight:bold;
	color:#000000;
	font-size:0.9em;
	text-decoration:none;
	padding:20px 0px 0px 0px;
	
}
#menu ul ul li a{
	display:block;
	height:16px;
	font-weight:bold;
	font-size:0.85em;
	color:#000000;
	background-color:#FFFFFF;
	padding:4px 0px 0px 5px;
	margin-bottom:4px;
}
#menu ul ul li a.zweizeiler{
	height:30px;
}
#menu ul li a:hover{
	color:#999999;
}
#menu a.active_home{
	color:#851d2b;
}
#menu a.active_berufsfachschule, .hervorgehoben_berufsfachschule{
	color:#851d2b;
}
#menu a.active_ausbildung, .hervorgehoben_ausbildung{
	color:#5e7e4b;
}
#menu a.active_bildergallerie, .hervorgehoben_bildergallerie{
	color:#f1cb00;
}
#content{
	width:540px;
	padding-right:10px;
	line-height:1.3em;
	height:500px;
	overflow:auto;
	float:right;
}
#content.gallerie img{
	margin:0 10px 10px 0;
}
.m_right{
	margin-right:4px;
}
.fl_r{
	float:right;
}
.fl_l{
	float:left;
}
.c_all{
	clear:both;
}
