/*------------------- CSS RESET ---------------------
SoftCon IT GmbH Markus Trefzer*/

* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

/*------------------- CSS RESET ---------------------
Ende*/


body {
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}
div#outercontainer {
	text-align: left;
	margin: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;

}
.w800 {
	width: 800px;
}
div#oberezeile {
	height: 200px;
}
div#obenlinks {
	height: 200px;
	float: left;
	background-color: #3366cc;
	width: 220px;
}
div#obenrechts {
	height: 200px;
	background-color: #eaeaea;
	background-image: url(../images/obenrechts.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 580px;
	float: right;
}
div#obenlinks .moduletable {
	margin: 10px;
	margin-bottom: 0px;
	height: 170px;
	padding: 10px;
	background-color: #8bbaff;
	color: #fff;
}
h1 {
	margin-bottom: 24px;
	font-size: 24px;
}
h2 {
	margin-bottom: 20px;
	font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}
div#linienzeile {
	height: 3px;
	line-height: 3px;
	font-size: 1px;
	clear: both;
}
div#linielinks {
	float: left;
	height: 3px;
	line-height: 3px;
	font-size: 1px;
	width: 220px;
	background-color: #6DA8FF;
}
div#linierechts {
	float: right;
	height: 3px;
	line-height: 3px;
	font-size: 1px;
	width: 580px;
	background-color: #3366cc;
}
div#obenrechts .moduletable {
	margin-right: 25px;
	width: auto;
	padding: 25px;
	padding-bottom: 0px;
}
div#contentlinks {
	float: left;
	width: 220px;
	height: 100%;
}
div#contentrechts {
	float: right;
	width: 536px;
	margin-right: 24px;
	padding: 10px;
}
div#contentcontainer {
	background-image: url(../images/contentecke.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	visibility: hidden;
}
div#contentbackground {
	background-image: url(../images/contentbg1.gif);
	background-repeat: repeat-y;
}
div.moduletable_menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	line-height:30px;
}
div.moduletable_menu a:hover {
	text-decoration: underline;
}
div.moduletable_menu ul {
	list-style: none;
	padding-left: 15px;
}
div.moduletable_menu {
	margin-top: 15px;
}
div#linienzeileunten {
	height: 3px;
	line-height: 3px;
	font-size: 1px;
	clear: both;
}
div#linielinksunten {
	float: left;
	height: 3px;
	line-height: 3px;
	font-size: 1px;
	width: 220px;
	background-color: #6DA8FF;
}
div#linierechtsunten {
	margin-right: 24px;
	float: right;
	height: 3px;
	line-height: 3px;
	font-size: 1px;
	width: 556px;
	background-color: #3366cc;
}
