@charset "UTF-8";
/* CSS Document Schreinerei Mainz*/

/* background styles */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	}
	
#main {
	width:965px;
	height:915px;
	margin: 0 auto 0 auto;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	position: relative;	
	}
	
/* header styles */
	
#header {
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	}

#logo img {
	border: none;
	}
	
#menu_small {
	margin: 10px 0px 0px 0px; 
	padding: 0px;  
	position: absolute;  
	right: 40px;
	font-size: 10px;
	}
	
#menu_small a {
	text-decoration: none;
	color: #999999;	
	}
	
#menu_small a.active, #menu_small a:hover {
	color: #333333;	
	}

#menubar {
	width: 884px;
	height: 40px;
	margin: 26px 0px 0px 0px;
	background-image: url(images/bg_menu.png);
	background-repeat: repeat-x;
	}
	
table#menu {
	border-style: hidden;
	height: 30px;
	width: 884px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	}

table#menu td {
	border: 0px;
	padding-left: 0px;
	margin: 0px;
	}

table#menu td a {
	text-align: left;
	text-decoration: none;
	color: #008A99;
	font-size: 13px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 6px 0px 0px 0px;
	height: 24px;
	display: block;
	}
	
table#menu td a.active, table#menu td a:hover {
	color: #E59200;
	background-image: url(images/bg_menu_a.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
 
/* content styles */

#content {
	padding-top: 42px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 12px;
	line-height: 24px;
	color: #000000;	
	height: 100%
	}
	
#sidebar {
	width: 145px;
	height: 668px;
	margin: 0px;
	background-image: url(images/bg_sidebar.jpg);
	background-repeat: repeat-y;
	float: left;
	margin-right: 26px;
	}	
	
ul#submenu {
	list-style-type: none;
	padding-left: 28px;
	margin-left: 0px;
	padding-top: 10px;
	}
	
ul#submenu li a {
	text-decoration: none;
	color: #999999;
	font-size: 12px;
	line-height: 24px;
	}
	
ul#submenu li a.active, ul#submenu li a:hover {
	color: #E59200;
	}
	
#title {
	height: 19px;
	padding-bottom: 10px;
	}

p {
	margin-top:12px;
	}	


.link {
	color: #E59200;
	text-decoration: none;
	}
	
#text_left {
	float: left;
	width: 405px;
	margin-right: 40px;
	}


table#text {	
	margin-top: 8px;	
	display: block;
	}
	
table#text td { 
	border: 0; 
	vertical-align:top; 
	overflow:hidden; 
	}
	
table#text_ref {
	width: 300px;
	margin-top: 8px;
	margin-right:55px;
	float: left;	
	}
	
table#text_ref td { 
	border: 0; 
	vertical-align:top; 
	overflow:hidden; 
	}
	
table#text_ref td a {
	color: #999999;
	text-decoration: none;
	}	

table#text_ref td a.active, table#text_ref td a:hover { 
	color: #E59200;
	text-decoration: none;
	}
	
.grey {
	color: #999999;
	}
	
#gallery {
	width: 530px;
	height: 600px;
	background-image: url(images/bg_gallery.png);
	background-repeat: repeat-x;
	float: left;
	margin-top: 15px;
	}
	
#gallery_pic {
	margin: 15px 15px 0px 15px;
	height: 500px;
	border-width: 1px;
	border-color: #999999;
	border-style:solid;
	}
	
#button_prev {
	margin-left: 15px;
	margin-top: 15px;
	width: 35px;
	float: left;
	}
	
#button_next {
	margin-left: 480px;
	margin-top: 15px;
	width: 35px;
	}
	
#button_prev img, #button_next img {
	border: none;
	}
	
#description {
	float:left;
	width: 430px;
	text-align: center;
	margin-top: 12px;
	}		

#illus {
	width:698px;
	height:543px;
	background-image: url(images/img_barrierefrei.jpg);
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	top: 306px;
	left:211px;
	}
	
#illutext1 {
	margin-left: 250px;
	margin-right: 250px;
	padding-top: 8px;
	}
	
#illutext2 {
	margin-left: 265px;
	margin-right: 265px;
	margin-top: 140px;
	position: absolute;
	bottom: 20px;
	}
	
#picture {
	margin-top: 20px;
	margin-right:11px;
	margin-bottom: 14px;
	float: left;
	border-width: 1px;
	border-color: #999999;
	border-style:solid;
	}
	
.block {
	float: left;
	width: 205px;
	}
	
#imp4.block {
	width: 240px
	}
	
.titel {
	font-size: 12px;
	}
			
.absatztitel {
	color: #E59200;
	}
	
#disclaimer {
	padding-top: 20px;
	clear: both;
	font-size: 10px;
	line-height: 14px;
	margin-right: 15px;
	}
	
#impressum_titel {
	clear: both;
	}
	

/* footer styles */
	
#footer {
	width:951px;
	height:263px;
	margin: -428px auto 0px auto;
	background-image: url(images/img_home.jpg);
	background-repeat: no-repeat;
	position: relative;	
	}
	
#footer h1, #footer small {  
	margin: 0px;  
	display: block;  
	text-indent: -9999px;
	}