/* CSS Rock turbine */

html, body	{ height:100%	}

body		{
	margin: 0px;
	padding: 0px;
	min-height: 604px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B8B8B8;
	text-align:center;
	background-color:#000000;
        background-image:url(../images/rauch_bg.jpg);
        background-position:center top;
        background-repeat:no-repeat;
	/*
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	background-position:top;
	background-image:url(../images/background_website.jpg);	*/
			}
			
#container	{
	position: relative;
	height: 100%;
	text-align:left;
	width: 800px;
	margin: 0 auto;
			}
#center	{
	position:absolute;	
	height: 600px;
	width: 792px;
	top: 0;
	border-color:#2C2F32 ;
	border-style:solid;
	border-left-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-top-width: 0px;
		}

#bg_spiegelung	{
	position: absolute;
	width: 800px;
	height: 67px;
	top: 604px;
	background-image:url(../images/bg_spiegelung.jpg);
	background-position:top;
	background-repeat:no-repeat;
				}

#box	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 784px;
	height: 592px;
	border-color:#00FF00;
	border-color:#393E40 ;
	border-style:solid;
	border-left-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-top-width: 4px;
		}

#box2	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 784px;
	height: 540px;
		}
		
#box3	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 784px;
	height: 540px;
	/*background-image:url(../images/background_vorschau.jpg);*/
	background-position:top;
	background-repeat:no-repeat;
	background-color: #000000;
		}
		
#inhalt	{
	position:absolute;
	top: -1px;
	left: 0px;
	width: 774px;
	height: 530px;
	overflow: auto;
	overflow-x: hidden;
	/*overflow-y: scroll;*/
	overflow-y: auto;
	scrollbar-face-color:#FFFF00;
	scrollbar-arrow-color:#FFFF00;
	scrollbar-track-color:#FFFF00;
	scrollbar-shadow-color: #C3C3C3;
	scrollbar-highlight-color:#C3C3C3;
	scrollbar-3dlight-color:#C3C3C3;
	scrollbar-darkshadow-Color:#C3C3C3;
	filter:chroma(color=#FFFF00);
	text-align: left;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
		}
		
#navi	{
	position: absolute;
	top: 540px;
	left: 0;
	width: 784px;
	height: 50px;
	border-color:#393E40 ;
	border-style:solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 2px;
	background-image:url(../images/bg_navi.jpg);
	background-position:top;
	background-repeat:repeat-x;
		}
		
#logo	{
	position:absolute;
	top: 10px;
	left: 230px;
	width: 350px;
	height: 67px;
	background-image:url(../images/logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	/*-moz-opacity:0.5;
	filter:alpha(opacity=50);*/
	z-index: 2;
		}
		
.navi_button_rahmen	{
	float: left;
	width: 142px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-decoration:none;
	cursor: pointer;
	background-image:url(../images/bg_navi.jpg);
	background-position:top;
	background-repeat:repeat-x;
					}
				
.navi_button_text	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top: 15px;
	text-align:center;
					}
					
a.navi_button_rahmen:link	{
	float: left;
	width: 142px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-decoration:none;
	cursor: pointer;
	background-image:url(../images/bg_navi.jpg);
	background-position:top;
	background-repeat:repeat-x;
					}
					
a.navi_button_rahmen:visited	{
	float: left;
	width: 142px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-decoration:none;
	cursor: pointer;
	background-image:url(../images/bg_navi.jpg);
	background-position:top;
	background-repeat:repeat-x;
					}
					
a.navi_button_rahmen:hover	{
	float: left;
	width: 142px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-decoration:none;
	cursor: pointer;
	background-image:url(../images/bg_button_hover.jpg);
	background-position:top;
	background-repeat:repeat-x;
					}
		
.trennlinie_button	{
	float: left;
	width: 2px;
	height: 50px;
	margin: 0;
	padding: 0;
	background-image:url(../images/trennlinie_button.jpg);
	background-position:top;
	background-repeat:no-repeat;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
					}
					
h2.pics_ueberschrift {
	width:100%;
	margin-top: 20px; 
	padding-left: 40px;
	margin-bottom: 2px;
	float:left; 
	clear: left;  
	font-size: 14px; 
	font-weight:bold; 
	border-style:dotted; 
	border-color:#B8B8B8; 
	border-bottom-width:2px; 
	border-left: 0px; 
	border-right-width: 0px; 
	border-top-width: 0px;
	}
	
.pics_box {
	width:100%;
	padding-left: 40px; 
	padding-top: 0px; 
	margin: 0; 
	float:left; 
	clear: left; 
	}

.pics	{
	border-color:#000000;
	border-width: 4px; 
	border-style:solid;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 40px; 
	margin-left: 0;
	float:left;
		}	
			
a.pics	{
	border-color:#000000;
	border-width: 4px; 
	border-style:solid;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 40px; 
	margin-left: 0;
	float:left;
		}
		
a.pics:link	{
	border-color:#000000;
	border-width: 4px; 
	border-style:solid;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 40px; 
	margin-left: 0;
	float:left;
			}
			
a.pics:hover	{
	border-color:#2E5175;
	border-width: 4px; 
	border-style:solid;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 40px; 
	margin-left: 0;
	float:left;
			}
			
a.pics img{
	width: 120px;
	height: 80px;
	border-style: none;
	margin: 0;
	padding: 0;
	}

			
a:link	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B8B8B8;
	text-decoration:underline;
	font-weight:bold;
		}
		
a:visited	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B8B8B8;
	text-decoration:underline;
	font-weight:bold;
		}
		
a:hover	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2E5175;
	text-decoration:underline;
	font-weight:bold;
		}
		
.kontakt_stil	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B8B8B8;
				}

