/***************************************************/
/*Layout:*/
/***************************************************/

#wrapper {
	background-image:url(media/png/bg_c.png);
	position: absolut;
	width: 908px;
	font-size: 0.9em;
	margin: 0 auto -83px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#logo {
	background-image:url(media/jpg/logo.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
    width: 502px;
	height: 101px; 
	margin-left: 15px;
}

#kegel {
	background-image:url(media/jpg/kegel.jpg);
	background-repeat:no-repeat;
    width: 305px;
	height: 119px;
	margin-left:599px;
	margin-top:-96px;
	z-index:999;
	position:absolute;
}

/* CSS-Hack für IE */  
*:first-child+html #kegel{
		margin-left: 590px;
}
#mittelstand {
	background:url(media/png/mittelstand-barometer.png);
	height:114px;
	width: 134px;
	left:50%;
	top:5px;
	margin-left:300px;
	position:absolute;
	z-index:999;
}
#header {
    width: 849px;
	height: 224px; 
	margin-top: -5px;
	margin-left: 29.5px;
		border:#cdcacd solid 1px;
}

#left {
    width: 238px;
	height:600px; 
	margin-top: 10px;
	margin-left: 29.5px;
	float:left;
}
.footer {
	background-image:url(media/png/footer.png);
	background-repeat:no-repeat;
	background-position:center;
	position: relative;
	width: 99.9%;
	margin: 0 auto;
}

.footer, .push {
	height: 83px;
}

/***************************************************/
/*Globale Angaben:*/
/***************************************************/

* {
	margin: 0;
	padding:0;
}

html, body {
	height: 100%;
}

body {
	background-image: url(media/png/bg.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	font-size: 0.75em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	text-align: center;
}

p {
	margin:0;
}

h1 {
	font-size: 1em; 
	font-weight: bold;
	color:#855a40;
	margin:0;
 }

h2 {
	font-size: 1.7em;
	font-weight: normal;
}

/***************************************************/
/*Content:*/
/***************************************************/

#content {
    width: 597px;
	margin-top: 10px;
	margin-left: 280px;

}

#content a:link {
	color:#e60005;
	}
	
#login_content a:visited {
	color:#e60005;
	}
	
#content a:hover {
	color:#000000;
	}

#clear {clear:both;}

/***************************************************/
/*Loginbereich:*/
/***************************************************/

.login {
	background-image:url(media/png/login.png);
    	width: 238px;
	height: 151px;
}

.login_content {
	color:#FFF;
	font-size:10px;
	
}

.login_content a:link {
	color:#fff;
	}
	
.login_content a:visited {
	color:#fff;
	}

.form {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	background-color: #ffffff;
	width: 120px;
	border: 1px solid #000000;
}

