/* CSS Document */
body{
	background-color: #000000;
} 

#contentcenter	{

	width: 750px;
	height:600px;
	position: absolute;
	left: 40%;
	top: 10%;
	margin-left: -357px;
}


#box {

	width:750px;
	height:600px;
	z-index:2;
	background-image: url(pics/ti_hg_2.jpg);
}

#top_left {
	position: absolute;
	left:0%;
	top:0%;
	width:302px;
	height:168px;
	z-index:1;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #AE1717;
	background-image: url(pics/ti_oben_links.gif);
	
	
	
}
#menue {
	position: absolute;
	left:40%;
	top:0%;
	width:450px;
	height:150px;
	z-index:1;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	
	border-color: #AE1717;
	background-image: url(pics/ti_oben_rechts.gif); /*weihnachten: pics/ti_oben_rechts.png*/
		
}


#content {
	position: absolute;
	left:0%;
	top:28%;
	width:350px;
	height:432px;
	z-index:1;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #AE1717;
	
	
}

#servicontent_right{
	position:absolute;
	left:40%;
	top:25%;
	width:430px;
	height:430px;
	z-index:2;
	padding-top:20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #AE1717;
	background-image: url(pics/ti_right.png); /*weihnachten: pics/ti_right.gif*/
	padding-right: 20px;

}


.Stil2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.Stil1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.Stil3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ae1717;
	font-size: 0.9em;
}
	
#modernbricksmenu2{

padding: 0;
width: 100%;
background: transparent;
position: absolute; top: 100px; left: 50px;

}

#modernbricksmenu2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 0px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: 10px Verdana;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 4px;
background-color: #AE1717; 

}

#modernbricksmenu2 a:hover{
background-color: #AE1717; 
color: black;
}

#modernbricksmenu2 #current a{ 
background-color: #AE1717; 
border-left: 1px solid #000000;
border-right: 1px solid #000000;
color: black;
text-transform:uppercase;
}



#menue_bricks2 a{
	display: block;
	font: 10px Verdana;
	color: white;
	text-decoration: none;
	padding: 4px;
	background-color: #AE1717; 
}

#menue_bricks2 a:hover{
	background-color: #000000; 
	color: white;
}

#menue_bricks2 #current a{ 
	background-color: #000000; 
	color: white;
	border-color: #000000; 
}


#menue_simple a{
	float:right;
	font: 10px Verdana;
	color: black;
	text-decoration: none;
	padding-right: 12px;
}

#menue_simple a:hover{
	color: #D01617;
}

#menue_simple #current a{ 
	color: #D01617;
}

input, select, textarea
   { color:#000000; }
 .Feld
   { background-color:#FFFFFF; border:1px solid #AE1717; }
 .Button
   { background-color:#AE1717; color:#FFFFFF; width:80px; border:1px solid #AE1717; }
a:link {
	color: #ae1717; 
}
a:visited {
	color: #ae1717; 
}
a:hover{
color: #ae1717; 
}
a:active{
color: #ae1717; 
}

#lightbox{
        background-color:#eee;
        padding: 10px;
        border-bottom: 2px solid #666;
        border-right: 2px solid #666;
        }
#lightboxDetails{
        font-size: 0.8em;
        padding-top: 0.4em;
        }
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
        background-color: #333;
        back\ground-color: transparent;
        background-image: url(blank.gif);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
        }
