/* pro electric - Ing. Wilfried Hein
   (c) 2007 Tradepartner Webdesign    
*/

* { padding: 0; margin: 0; }

body {
	margin: 5px 5px 10px 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #595959;
}
#container {
	margin: 0 auto;
	width: 960px;
	height: 420px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FEFEFE;
}
#header {
	width: 960px;
	color: #333;
	padding: 0px;
	height: 105px;
	margin: 10px 0px 0px;
	background: #FEFEFE url(images/topl2-bg.jpg);
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
#content {
	color: #333;
	background: #FFFFFF url(images/center-bg-2.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	width: 960px;
	overflow: visible;

}
#footer {
	width: 960px;
	background: #C1C5C8;
	margin: 2px 0px 10px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	height: 20px;
}
.info {
	width: 600px;
	height: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	visibility: hidden;
	overflow: hidden;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	height: 25px;
	text-align: left;
	vertical-align: middle;


}
.smallx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #000000;
	height: 25px;
	text-align: left;
	vertical-align: middle;
}
.feld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #0033CC;
}
a:link {
	color: #E20075;
}
a:visited {
	color: #E20075;
}
a:active {
	color: #E20075;
}
a:hover {
	color: #0033CC;
}
