/* CSS Dokument für Elektro Stuch */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #DCDDDE;
}

#centered {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 780px;
	height: 548px;
	margin-top: -274px;	
	margin-left: -390px;
}

#outerframe {
	width: 778px;
	height: 546px;
	border: 1px solid #EE2244;
}

#headercontainer {
	width: 778px;
	height: 100px;
	background-color: #FFFFFF;
}

.claimbox {
	width: 513px;
	height: 47px;
	padding-left: 33px;
	padding-top: 53px;
	float: left;
	background-image: url(img/redbar.gif);
	background-repeat: no-repeat;
}

.logobox {
	width: 232px;
	height: 100px;
	float: left;
}

#greycontainer {
	width: 612px;
	height: 25px;
	padding-left: 83px;
	padding-right: 83px;
	background-color: #DCDDDE;
	text-align: center;
}

.navicontainer:link, .navicontainer:visited {
	width: 122px;
	height: 20px;
	padding-top: 5px;
	float: left;
	font-size: 12px;
	color: #EE2244;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.navicontainer:hover, .navicontainer:active {
	width: 122px;
	height: 20px;
	padding-top: 5px;
	float: left;
	font-size: 12px;
	color: #AC0521;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	background-color: #EFEFEF;
}

#contentcontainer {
	width: 778px;
	height: 421px;
	background-color: #000000;
	background-image: url(img/lampe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.contenttop {
	width: 745px;
	height: 20px;
}

.contentmiddle {
	width: 570px;
	height: 354px;
	padding-left: 33px;
	padding-right: 5px;
	margin-bottom: 10px;
	overflow: auto;
	/* Scrollbars*/
	scrollbar-3dlight-color:#2B2B2B;
    scrollbar-arrow-color:#FFFFFF; 
    scrollbar-face-color:#2B2B2B;
    scrollbar-track-color:#000000;
    scrollbar-darkshadow-color:#000000;
    scrollbar-highlight-color:#000000;
    scrollbar-shadow-color:#2B2B2B;
}

.contentbottom {
	width: 745px;
	height: 27px;
	padding-top: 10px;
	padding-left: 33px;
}


/* Fonts */

body {
	font-family: Arial, Helvetica, sans-serif;
}

#headercontainer {
	font-size: 12px;
}

.contentmiddle {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 21px;
}

.contentbottom {
	font-size: 11px;
	color: #FFFFFF;
}

h1 {
	font-size: 16px;
	color: #EFBB3C;
	margin-bottom: 15px;
}


/* Links */

a:link, a:visited {
	color: #EFBB3C;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FAF205;
	text-decoration: none;
}

.login:link, .login:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.login:hover, .login:active {
	color: #EE2244;
	text-decoration: underline;
}

.subnavi:link, .subnavi:visited {
	color: #000000;
	text-decoration: none;
}

.subnavi:hover, .subnavi:active {
	color: #EE2244;
	text-decoration: underline;
}


/* sonstige Definitionen */

.noborder {
	border: 0px;
}

hr {
	width: 100%;
	height: 1px;
	color: #FFFFFF;
}

.logoborder {
	border: 1px solid #BD9199;
	background-color: #FFFFFF;
}

.picfloat {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #BD9199;
}

.picfloatright {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #BD9199;
}


/* Pulldown */

/*.internet {
	position: absolute;
	top: 126px;
	left: 146px;
	width: 185px;
	padding-top: 5px;
	padding-right: 10px;
	background-color: #DCDDDE;
	z-index: 99;
	font-size: 11px;
}*/

li {
	list-style-type: square;
	margin-left: -12px;
}
