@charset "iso-8859-1";
/* CSS Document */

html{
		background-color:#000000;
		margin:0px;
		padding:0px;
		width:100%;
		height:100%;
		scrollbar-face-color: #0e82a7;
		scrollbar-track-color: #000000;
		scrollbar-3dlight-color: #000000;
		scrollbar-darkshadow-color: #000000;
		scrollbar-track-color: #000000;
		scrollbar-arrow-color:#000000;
		scrollbar-highlight-color: #000000;
		scrollbar-shadow-color: #000000;
}

body{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FFFFFF;
		background:url(bilder-vitrine-nach-wunsch/bg.jpg) no-repeat center top;
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;
}

ul{
		padding:0px;
		margin:0px;
		list-style:none;
		li
}
li{
		padding:0px;
		margin:0px;
}
.ul_leistungen{
		padding:20px;
		margin:0px;
		list-style:none;
		list-style-image:url(bilder-vitrine-nach-wunsch/aufzaehlung.gif);
}
.li_leistungen{
		pading-left:15px;
}
p{
		margin:0px;
		padding:0px;
		margin-bottom:10px;
		padding-right:25px;
}
h1{
		font-size:12px;
		font-weight:bold;
		margin:0px;
		padding:0px;
		margin-bottom:10px;
		margin-top:10px;
}
h2{
		font-size:12px;
		font-weight:bold;
		margin:0px;
		padding:0px;
		color:#0e82a7;
		display:block;
		width:480px;
		margin-top:15px;
		padding-left:25px;
		height:30px;
		background: url(bilder-vitrine-nach-wunsch/h2_bg.jpg) no-repeat;
		font-stretch:expanded;
}
a{
		color:#FFFFFF;
		text-decoration:none;
}
a:hover{
		color:#0e82a7;
}

#header{
		width:986px;
		height:100px;
}

#zentrieren{
		position:absolute;
		left:50%;
		top:50%;
		width: 986px;
		height: 606px;
		margin-left:-493px;
		margin-top:-303px;
}

#menu{
		background:url(bilder-vitrine-nach-wunsch/menu_bg.jpg) no-repeat;
		width:264px;
		height:494px;
		float:left;
}
#menu ul{
		/*background:url(bilder-vitrine-nach-wunsch/menu_bg.jpg) no-repeat;*/
		/*padding-top:197px;*/
		padding-top:185px;
		padding-left:45px;
}
#menu li{
	/*background:url(bilder-vitrine-nach-wunsch/menu_bg.jpg) no-repeat;*/
}
#menu img{
		border:none;
}
#menu a{
		display:block;
		width:200px;
		height:25px;
		margin-top:19px;
		font-weight:normal;
		text-decoration:none;
}
#menu a:hover{
}

#container{
		background:url(bilder-vitrine-nach-wunsch/container_bg.jpg) no-repeat;
		width:986px;
		height:494px;
}

#footer{
		background:url(bilder-vitrine-nach-wunsch/footer_bg.jpg) no-repeat;
		width:986px;
		height:112px;
}
#footer ul{
		padding-left:670px;
		padding-top:30px;
}
#footer li{
		float:left;
		display:block;
		width:75px;
		margin-right:7px;
		height:15px;
		line-height:18px;
		text-align:center;
}


#content{
		width:722px;
		height:494px;
		float:left;
}
#content_header{
		width:722px;
		height:135px;
		float:left;
}
#content_header img{
		float:right;
		padding-right:60px;
		padding-top:50px;
		border:none;
}
#content_inhalt{
		width:611px;
		height:351px;
		padding-right:75px;
		float:right;
		background:url(bilder-vitrine-nach-wunsch/content_inhalt_bg.jpg) no-repeat;
}
#content_unternehmen{
		width:611px;
		height:351px;
		padding-right:75px;
		float:right;
		background:url(bilder-vitrine-nach-wunsch/bg-unternehmen.jpg) no-repeat;
}
#content_start{
		width:683px;
		height:351px;
		margin-right:5px;
		float:right;
		background-color:#333333;
}

#cic{
		padding-left:50px;
		margin-top:9px;
		height:328px;
		width:541px;
		overflow:auto;
}


/*  Kontaktformular Einstellungen START  */
	.formular{
		color:#FFFFFF;
		float:left;
		width:500px;
		height:180px;
		margin:0px;
		padding:0px;
	}
	.formular label{
		font-weight:bold;
		display:block;
		float:left;
		width:60px;
		height:14px;
		border:none;
		margin:0px;
		padding:0px;
		border-bottom:solid 1px #0e82a7;
	}
	.formular input{
		color:#FFFFFF;
		display:block;
		float:left;
		margin:0px;
		padding:0px;
		margin-left:0px;
		height:14px;
		border:none;
		background:transparent url(bilder-vitrine-nach-wunsch/formular_bg.jpg) no-repeat center;
		font-size:12px;
		text-align:center;
		border-bottom:solid 1px #0e82a7;
	}
	.formular select{
		color:#FFFFFF;
		margin-left:50px;
		width:100px;
		border:none;
		margin:0px;
		padding:0px;
		background:transparent url(bilder-vitrine-nach-wunsch/formular_gross_bg.jpg) no-repeat center;
		font-size:12px;
	}
	.formular option{
		color:#FFFFFF;
		border:none;
		background-color:#666666;
		font-size:12px;
		margin:0px;
		padding:0px;
	}
	.formular textarea{
		font-size:11px;
		color:#FFFFFF;
		margin:0px;
		padding:0px;
		border:solid 1px #0e82a7;
		overflow:auto;
		/*text-align:center;
		background:transparent url(bilder-vitrine-nach-wunsch/formular_bg.jpg) no-repeat center bottom;*/
		background-color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
/*  Kontaktformular Einstellungen STOP  */



/*Produkte*/

#produktemenu{
		width:500px;
		height:50px;
}
#produktemenu ul{
}
#produktemenu li{
	display:block;
}
#produktemenu a{
		text-align:center;
		display:block;
		width:80px;
		height:30px;
		/*background: url(bilder-vitrine-nach-wunsch/men_1.jpg) no-repeat;*/
		background-color:none;
		border-bottom:1px solid #FFFFFF;
		color:#15c7ff;
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		opacity: 0.6;
		float:left;
		margin-right:3px;
}

#produktemenu a:hover{
		/*background: url(bilder-vitrine-nach-wunsch/men_1.jpg) no-repeat;*/
		background-color:none;
		display:block;
		color:#FFFFFF;
		width:78px;
		border-left:1px solid #FFFFFF;
		border-right:1px solid #FFFFFF;
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
		opacity: 0.9;
}

#produktecontent{
		width:500px;
}

#produktecontent a{
	display:block;
	width:67px;
	height:80px;
	float:left;
	padding:10px;
	border:solid 1px #333333;
	margin-right:5px;
}

#produktecontent img{
	border:none;
}

/*Links menu*/


/*Flashprodukte*/

#flashprodukt{
	float:right;
	background-color:#000000;
	border:solid 1px #FFFFFF;
	padding:5px;
}



#produktbild{
	float:left;
	margin:5px;
}
#produktbild img{
	border:none;
}
#produktbild a{
	display:block;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:solid 1px #0e82a7;
}
#produktbild a:hover{
	border-bottom:solid 1px #FFFFFF;
}


.produkt{
	width:500px;
	min-height:150px;
}
.text{
	
}


#flashfarben{
float:left;
border:solid 1px #333333;
padding:10px;
margin-right:5px;
}