/*style.css
	elektro-wessner.de
	copyright=Frank Schwarz
	#############################
	*/
/*Beginn Body*/
.body
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	background-image:url(../images/page-bg.png);
	background-position:center top;
	background-repeat:repeat-y;
}
h2
{
	font-size:16px;
	font-style:italic;
	color:#C60;
}
h3
{
	font-size:14px;
	font-style:italic;
	color:#333;
}
/*Link*/
a:link, a:visited, a:hover, a:active
{
	color:#C9701E;
	font-style:italic;
	text-decoration:none;
}

/*Beginn Contentbereich*/
.content
{
	position:absolute;
	top: 50%;
	left:50%;
	margin-left: -450px;
	margin-top: -285px;
	width: 931px;
	height: 614px;
	background:url(../images/content-bg.png) no-repeat center top;
}

.c_inhalt
{
	float:left; 
	margin-left: 60px; 
	margin-top:-200px; 
	padding-top:20px; 
	width: 550px; 
	height:500px;
	overflow:auto;
}
/*Beginn Navigation*/
.nav-top
{
	width:608px; 
	height:30px; 
	margin-left:300px;
	margin-top: 25px;
}

/*Beginn Slogan*/
.slogan
{
	width: 260px; 
	height:170px; 
	margin-top: 40px; 
	margin-left: 10px;
	background:url(../images/slogan.png) no-repeat center top;
}

/*List-Styles*/
.ullist
{
	list-style-image: url(../images/listpunkt.png);
	background-position:left center;
	background-repeat:no-repeat;
}


/*Beginn Bildwechsel*/
.bildlinks 
{
	margin-top: 11px;
	margin-left: 10px;
	width:256px; 
	height:320px; 
	float: left;
}

div.fadehover {
	position: relative;
	float: left;
	}
div.navfadehover {
	position: relative;
	float: right;
	height: 100%;
	width: 100px;
	margin-left: 2px;
	}

img.a {
	position: absolute;
	left: 0;
	top: 0;
        z-index: 10;
	}
	
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
	
/*Beginn Bildershow*/
.cimg
{
	float: left; 
	margin:5px; 
	border-top: 1px dashed #c60;
	border-left: none;
	border-right: none;
	border-bottom:1px dashed #c60;
	text-align: center;
}

.refcimg
{
	float: left; 
	margin:0 5px 2px 5px; 
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom:1px dashed #c60;
	text-align: center;
}

/*Beginn Footer*/
.footer
{
	width: 630px;
	float: left;
	margin: 25px 0 0 0;
	padding: 5px 20px 0 0;
	text-align: right;
	font-size:9px;
	color:#333;
}

