/* ============================
 Kalibrierung
============================ */

* { padding: 0; margin: 0; }

/* ============================
 body
============================ */

body {
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;	
}

/* ============================
 IDs
============================ */

#wrapper {
	background-color: #ffffff;
	width: 984px;
	margin: 18px auto 10px auto;
}

#contentop {
	position: relative;
/* MB	height: 80px; */
	background-color: #ffffff;
	margin-top: 40px;
	margin-bottom: 16px;
	width: 640px;
	left: 172px;
}

#contentmain {
	background-color: #ffffff;
	padding: 1px;
	border: 1px solid #E5E4E4;
}

#contentmaininner {
	background-color: #DCDBDB;
}

#contentbottom {
	margin-top: 50px;
	margin-bottom: 30px;	
}

#footer {
	color: #5C5C5C;
	font-size: 11px;
}

/* ============================
 Klassen
============================ */

.redline_header {
	margin-top: 6px;
	margin-bottom: 11px;
}

.redline_footer {
	margin-top: 6px;
	margin-bottom: 7px;
}

.linkmail {
	font-size: 11px;
}

.linktext {
	font-size: 10px;
}

/* ============================
 Elemente
============================ */

a {
	color: #000000;
	font-size: 10px;
}