/* 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: 778px;
	height: 25px;
	background-color: #DCDDDE;
}

#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: 167px;
	padding-left: 33px;
	padding-top: 96px;
}

.contentmiddle {
	width: 630px;
	height: 131px;
	margin-left: 33px;
}

.textticker {
	width: 630px;
	height: 22px;
	border: 1px solid #EE2244;
	background-color: #FFFFFF;
}

.contentbottom {
	width: 745px;
	height: 27px;
	padding-left: 33px;
}


/* Fonts */

body {
	font-family: Arial, Helvetica, sans-serif;
}

#headercontainer {
	font-size: 12px;
}

.contentbottom {
	font-size: 11px;
	color: #FFFFFF;
}

h1 {
	font-size: 24px;
	color: #EFBB3C;
	margin-bottom: 0px;
}

h2 {
	font-size: 20px;
	color: #DCDDDE;
	margin-top: 4px;
}


/* Links */

.login:link, .login:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.login:hover, .login:active {
	color: #EE2244;
	text-decoration: underline;
}


/* sonstige Definitionen */

.noborder {
	border: 0px;
}


/* transparente Flaeche */

.mask {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 780px;
	height: 548px;
	margin-top: -274px;
	margin-left: -390px;
	z-index: 98;
}

.ppp {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 155px;
	height: 40px;
	z-index: 99;
}
