@charset "utf-8";
/* CSS Document */
/*--------------------------------------------START HTML-TAG--------------------------------------------*/

img{
	margin:0px;
	padding:0px;
	border:none;
}


body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}



li {
	padding:5px;
}

h1 {
	font-size: 24px;
	font-style: italic;
}

h4{
	margin:0px;
	font-size: 15px;
	}
hr{
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:1px;
	border:0;

	}
	
a {
	color:#0000FF;
	text-decoration:underline;
}

a:hover, .FontOrange {
	color:#F79534;
}
/*--------------------------------------------ENDE HTML-TAG--------------------------------------------*/

/*--------------------------------------------START #ID--------------------------------------------*/


#Start{
	position:fixed; 
	background-color:#FFFFFF; 
	width:100%; 
	height:100%; 
	text-align:center; 
	z-index:10000; 
	top:0px; 
	left:0px;
}

#ContentProfi .ContentWhite{
	width:815px;
}
	
#IL .tn1{
	float:none;
	height:150px;	
}

#MA .tn1{
	float:none;
	height:92px;	
}

#IL{
	float:left; 
	margin-right:10px;
	border:1px #CCCCCC solid;
	background-color:#FFFFFF; 
	width:120px; 
}

#IO{
	border:1px #CCCCCC solid; 
	margin-bottom:10px;
	background-color:#FFFFFF; 
}

#MA{
	border:1px #CCCCCC solid; 
	margin-bottom:10px;
	background-color:#FFFFFF;
	width:160px; 
}

#imgIO {
	height:50px;
	padding:5px;
}


#Info{
	float:left;
}

#ContentProfi #Info{
	float:left; 
	width:832px;
}


#Content .InfoContainer{
	width:469px;
}
	

#ContactContainerLeft{
	float:left; 
	width:460px;
}

#ContactContainerRight{
	float:right; 
	width:460px;
}

#ProfiLogin{
	text-align:left; 
	margin:auto;
	margin-bottom:10px;
	}
#ProfiLogin input{
	width:100px
	}

#OffenePosten{
	font-size:12px;
}

#Summe td{
	font-weight:bold;
	background-color:#CCCCCC;
	}

#Startseite{
	margin:auto; 
	width:900px;
	margin-top:20px;
}

#Kontaktfelder input{
	width:430px;
}

#KonEmpfName{
	width:400px;
}

#Jahresumsatz th, #Jahresumsatz td{
	text-align:right;
}

#KonNachricht{
	width:490px;
	height:100px;
}

#KonEmpfName{
	border:none; 
	background:transparent; 
	color:#0000FF; 
	font-size:16px;
}


/*--------------------------------------------ENDE #ID--------------------------------------------*/


.Clear{
	clear:both;
}

	
.ContentWhite{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding: 20px;
	float:left;
	margin-bottom:10px;
	width:967px;
	}


.BoxContact{
	float:left;
	width:450px;
	border:1px #CCCCCC solid;
	background-image:url(/_Bilder/WeissBg.gif);
	margin-bottom:30px;
}

.EinzugLinks{
	margin-left:30px;
}

.Hide{
	display:none;
}


.ThumbContainer .tn1{
	height:184px;
	width:186px;
	margin-right:20px;
	margin-bottom:20px;
	border:1px #CCCCCC solid;
}

.InfoContainer .tn1{
	width:120px; 
	height:140px;
	border-right:1px #CCCCCC solid;
}


.tn1 {
	display:table;
	text-align:center;
	overflow:hidden; 
	#position: relative;
	float:left;
	width:100%;
	}

.tn1Text{
	display:table;
	overflow:hidden; 
	#position: relative;
	float:left;
	width:100%;
	height:140px;
}

.tn2 {
	#position:absolute; 
	#top: 50%; 
	#left: 50%; 
	display:table-cell; 
	vertical-align:middle;
	width:100%; 
}

.tn3{
	#position: relative; 
	#top:-50%; 
	#left:-50%;
	width:100%;
	/*padding:5px;*/
}

.tn3Text{
	#position: relative; 
	#top:-50%; 
	#left:-50%;
	padding:5px;
	overflow:auto;
}
	
.tnEdit{
	background-color:#999999;
	text-align:center;
	clear:both;
}

.ThumbContainer{
	margin-right:-20px; 
}


.InfoText{
	overflow: auto; 
	height:140px;
}


.InfoContainer{
	width:394px; 
	border:1px solid #CCCCCC;
	height:140px;
	float:left;
	background-color:#FFFFFF;
	margin-bottom:20px;
	margin-left:20px;	
}

.InfoContainer h1
{
	font-size:18px;
}

.InfoContainer h2
{
	font-size:16px;
}

.InfoContainer h3
{
	font-size:14px;
}

.InfoContainer h4
{
	font-size:12px;
}


.TxtLinks{
	text-align:left;
	}

.TxtRechts{
	text-align:right;
	}

.TxtMitte{
	text-align:center;
	}	

.Klein{
	font-size:11px;
}

.Fett{
	font-weight:bold;
}


.AbstandOben{
	/*nur bei Objektbilder.asp*/
	margin-top:20px;
	}

.BoxRechts{
	float:right;
	padding:10px
}

.BoxLinks{
	float:left;
	padding:10px;
}

.Error{
	color:#FF0000;
	font-weight:bold;
	}

/*Überblendung*/

.Overlay{
	display:none;
	left:0px;
	top:0px;
	position:fixed; 
	width:100%; 
	height:100%;
	z-index:10000; 
}

.OverlayBg{
	left:0px;
	top:0px;
	width:100%; 
	height:100%; 
	background-color:#000000; 
	position:absolute; 
	z-index:10000; 
	opacity: 0.8; 
	filter: alpha(opacity=80);		
}

.OverlayContent{
	position:relative; 
	margin:auto; 
	width:500px; 
	background-color:#FFFFFF; 
	margin-top:20px; 
	padding:10px; 
	z-index:10000;
}	


/*Tabelle*/

.Tab1 {
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	border-collapse:collapse;
	font-size:11px;
	width:100%;
}

.Tab1 th, .Tab1 td{
	padding:5px;
	border:1px #CCCCCC solid;
	}

.Tab1 th{
	background-color:#999999;
	color:#FFFFFF;
}

.Preisliste
{
	float:left;
	text-align:center;
	width:145px;
	height:230px;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #CCCCCC;
}

.PreislisteBild
{
	height:190px;
	overflow:hidden;
	background-color:#F0F0F0;
}