/*Dateiweite Einstellungen <body>*/
body     {
         margin:0px;
         font-family:Arial,Verdana,"Times New Roman",sans-serif;
         font-size:11px;
         color:#000000;
	 background-color:#C6C6C6;
}
/* Grundlegendes Layout */
#content_left	{
	position:absolute;
	overflow:hidden;
         top:222px;
	left:12px;
	border-width:0px;
	border-style:none;
	height:420px;
	width:152px;
	background-color:#ffffff;
}

#content_right	{
	position:absolute;
	overflow:hidden;
        top:222px;
	left:186px;
	border-width:0px;
	border-style:none;
	height:420px;
	width:440px;
	background-color:#ffffff;
}

#navi	{
	position:absolute;
	overflow:hidden;
         top:677px;
	left:508px;
	border-width:0px;
	border-style:none;
	height:7px;
	width:153px;
	background-color:#DCCAB1;
}

#copyright	{
	position:absolute;
	overflow:hidden;
         top:677px;
	left:3px;
	border-width:0px;
	border-style:none;
	height:7px;
	width:249px;
	background-repeat:no-repeat;
	background-image:url(../bilder/copyright.gif);
	cursor:pointer;
}
#trennlinie	{
	position:absolute;
	overflow:hidden;
         top:222px;
	left:176px;
	border-width:0px;
	border-style:none;
	height:252px;
	width:1px;
	background-repeat:no-repeat;
	background-image:url(../bilder/trennlinie.gif);
}

#logo	{
	position:absolute;
	overflow:hidden;
         top:38px;
	left:291px;
	border-width:0px;
	border-style:none;
	height:113px;
	width:372px;
	background-repeat:no-repeat;
	background-image:url(../bilder/logo.gif);
	cursor:pointer;
}

#main_bg	{
	position:absolute;
	overflow:hidden;
         top:112px;
	left:0px;
	border-width:0px;
	border-style:none;
	height:592px;
	width:676px;
	background-repeat:no-repeat;
	background-image:url(../bilder/main_bg.gif);
}

#menue	{
	position:absolute;
	overflow:hidden;
         top:126px;
	left:1px;
	border-width:0px;
	border-style:none;
	height:69px;
	width:661px;
	background-color:#D9D9D9;
}

#bottom	{
	position:absolute;
	overflow:hidden;
         top:669px;
	left:0px;
	border-width:0px;
	border-style:none;
	height:21px;
	width:662px;
	background-color:#DCCAB1;
}

#main	{
	position:absolute;
	overflow:hidden;
         top:195px;
	left:0px;
	border-width:0px;
	border-style:none;
	height:474px;
	width:662px;
	background-color:#ffffff;
}
#rahmen_1	{
	position:absolute;
	overflow:hidden;
         top:148px;
	left:1px;
	border-width:0px;
	border-style:none;
	height:1px;
	width:661px;
	background-color:#BEBEBE;
}
#rahmen_2	{
	position:absolute;
	overflow:hidden;
         top:171px;
	left:1px;
	border-width:0px;
	border-style:none;
	height:1px;
	width:661px;
	background-color:#BEBEBE;
}
#rahmen_3	{
	position:absolute;
	overflow:hidden;
         top:194px;
	left:1px;
	border-width:0px;
	border-style:none;
	height:1px;
	width:661px;
	background-color:#BEBEBE;
}
#rahmen_4	{
	position:absolute;
	overflow:hidden;
         top:669px;
	left:0px;
	border-width:0px;
	border-style:none;
	height:1px;
	width:662px;
	background-color:#784E35;
}
#rahmen_5	{
	position:absolute;
	overflow:hidden;
         top:126px;
	left:176px;
	border-width:0px;
	border-style:none;
	height:69px;
	width:1px;
	background-color:#ABABAB;
}
#rahmen_6	{
	position:absolute;
	overflow:hidden;
         top:126px;
	left:10px;
	border-width:0px;
	border-style:none;
	height:69px;
	width:2px;
	background-color:#FAA819;
}
#rahmen_7	{
	position:absolute;
	overflow:hidden;
         top:126px;
	left:660px;
	border-width:0px;
	border-style:none;
	height:69px;
	width:2px;
	background-color:#784E35;
}
#button_referenzen	{
	position:absolute;
	overflow:hidden;
         top:126px;
	left:12px;
	border-width:0px;
	border-style:none;
	height:22px;
	width:164px;
}
#button_kontakt	{
	position:absolute;
	overflow:hidden;
         top:149px;
	left:12px;
	border-width:0px;
	border-style:none;
	height:22px;
	width:164px;
}
#button_ueber	{
	position:absolute;
	overflow:hidden;
         top:172px;
	left:12px;
	border-width:0px;
	border-style:none;
	height:22px;
	width:164px;
}
/* Popup */
#transparenz{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:black;
	border:0px solid red;
	filter:Alpha(opacity=50, finishopacity=50, style=3);
	opacity:0.5;
}

#popup{ position:absolute;
	left:50px;
	top:50px;
        background-color:white;
        border-top:0px solid white;
	border-left:0px solid white;
	border-right:0px solid white;
	border-bottom:4px solid #FAA819;
	visibility:hidden;
}
