/******************************************/
/* Standard-CSS for Dr. Weinzierl         */
/******************************************/

/******************************************/
/* General definitions                    */
/******************************************/

html, body, a, table, td, form, hr, div {
	margin: 0px;
	padding: 0px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #2D2D2D;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #fff url(wrapper_box.gif) repeat-y left top;
}
a:link, a:visited { 
	color: #424924;  
}  
a:active, a:hover {  
	color: #69C8C8;  
	text-decoration: none;  
}  
img {  
	border: 0px;  
}
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/******************************************/
/* END General definitions                */
/******************************************/
div#wrapper_box {
	position: relative;
	height: 412px;
	width: 100%;
	background: #fff url(background.gif) no-repeat;
}
div#wrapper_box div#logo {
	position: absolute;
	top: 0px;
	left: 190px;
}
div#wrapper_box div#nav_service {
	position: absolute;
	top: 60px;
	left: 500px;
	color: #C7C8C1;
} 
div#wrapper_box div#nav_service a {
	font: 10px/13px Arial, Helvetica, sans-serif;
	color: #C7C8C1;
	text-decoration: none;
}
div#wrapper_box div#visual {
	position: absolute;
	top: 77px;
	left: 191px;
}
div#wrapper_box div#contact {
	position: absolute;
	top: 90px;
	left: 500px;
	width: 163px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #495130;
}
div#wrapper_box div#contact td {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #495130;
}
div#wrapper_box div#contact a {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #495130;
}
div#wrapper_box div#map24 {
	font: 9px/12px Arial, Helvetica, sans-serif;
	position: absolute;
	top: 425px;
	left: 5px;
	width: 163px;
}

/* Navi */
#nav_main {
	position: absolute;
	top: 120px;
	left: 0px;
}
#nav_main a:link, #nav_main a:active, #nav_main a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	display: block;
	padding: 5px 0px 5px 15px;
	color: #FFFFFF;
	background-image: url(navi_back.gif);
	background-repeat: no-repeat;
	background-position: -10px 13px;
	text-decoration: none;
}
#nav_main a:hover, #nav_main a.aktiv:link, #nav_main a.aktiv:active, #nav_main a.aktiv:visited {
	color: #000000;
	background-position: -10px -37px;
}
#subnav a:link, #subnav a:active, #subnav a:visited {
	font-size: 12px;
	padding: 5px 0px 5px 25px;
	background-image: none;
}

/* Content */
div#wrapper_box div#content {
	position: absolute;
	top: 437px;
	left: 210px;
	width: 460px;
}
div#wrapper_box div#content ul, div#wrapper_box div#content ol {
	padding-left: 0px;
	margin-left: 0px;
}
div#wrapper_box div#content li {
	margin: 0px 0px 8px 12px;
	list-style-type: square;
}

#content .content_img img {
	border-color: #999999;
}
#content img.float_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#content img.float_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#content_container table, .content_container table {
	border-collapse: collapse;
}
#content_container th, #content_container thead td, .content_container table tbody tr th, .content_container table thead tr td {
	font-size: 12px;
	padding: 4px;
	border: 1px solid #ab5200;
	border-right: 1px solid #fff;
	background-color: #ab5200;
	color: #ffffff;
	text-align: center;
}
#content_container td, .content_container table tbody tr td {
	padding: 4px 4px;
	border: 1px solid #ab5200;
}
#content_container .noborder td {
	border: 0px;
}

a.gallery {
	display: block;
	width:120px;
	height:120px;
	background-repeat: no-repeat;
	background-position: center center;
}
a.gallery:hover {
	filter:Alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
