/* CSS BoxMania Vorlage Basismodell */

html {
	height: 100.3%;
	font-size: 62.5%;
}
body {
	text-align: center;
	font: 1.2em/1.8em Verdana, sans-serif;
	background-color:#FC6;
	background-image: url(images/hintergrund.gif;);
	background-repeat: repeat-x;
	}

* {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", sans-serif; 
	margin: 0em 0em 0.5em 0em; 
	color: #004A7F;
}
h1 {
	font-size: 1.4em; 
	border-bottom: 1px dashed #004A7F; 
	padding-bottom: 0.4em;
	font-weight: bold;
}
div#header h1 {border: 0px;}
h2 {font-size: 2.0em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em; font-weight: normal;}

a {color: #004A7F; text-decoration: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

div#wrapper {
	width: 1002px;
	margin: 0px auto;
	text-align: left;
	background: #c9E2A2;
}

div#header {
	height: 260px;
	background-image: url(images/header_neu.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
}

div#wrap_content {}
div#maintext {padding: 20px;}
div#col1, div#col2 {display: none;}

div#menu {
	float: left;
	padding: 20px;
	line-height: 1.2em;
	width: 150px;
	font-size: 0.9em;
	}
div#menu ul {list-style-type: none; font-weight: bold;}
div#menu ul li {margin: 0.6em 0em;}
div#menu ul ul {font-weight: normal;}
div#menu ul ul li {padding-left: 15px;}
div#menu li.select {
	border-rigt: 0px;
	padding-left: 20px;
	margin-left: -10px;
	background-color: #FFC;
}

div#maintext {
	margin: 0px 0px 0px 250px; /*#####*/
	text-align:center;
}
div#maintext a {padding-bottom: 1px;}
div#maintext a:link {border-bottom: 1px solid #E3004F;}

div#footer {
	padding: 2px auto 4px auto;
	text-align: center;
	border-top: 1px dashed; #004A7F;
}
div#blume {
	float:right;
	margin-top: -50px;
	margin-right: -50px;
}
