
/* CSS BoxMania Webhome Basismodell */

html {
	height: 100.1%;
	font-size: 62.5%;
	overflow: -moz-scrollbars-vertical;
}

body {
	/* text-align: center; */
	background-color:#e6efd1;
	font: 1.2em/1.8em Verdana, sans-serif;
	color: #333333;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 2.2em;
	border-bottom: 1px dashed #a3c641;
	font-weight: normal;
	color: #a3c641;
	margin: 0em 0em 0.5em 0em;
	padding-bottom: 0.4em;
}

h2, h3, h4, h5, h6 {
	font-family: Verdana, sans-serif;
	margin: 0em 0em 0.5em 0em;
	font-weight: normal;
	color: #a3c641;
}

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;
}

a {
	color: #333333;
	font-weight:normal;
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
	color: #a3c641;
}

a:active {
}

/* Umschlag  2*/
div#wrapper {
	width:920px;
	margin: 20px auto;
	/* text-align: left; */
	background: #dae8be;
}

/* Header  2*/

div#header {
	height: 247px;
	background: #dae8be;
	padding: 0px;
}

/* Navigation  1*/
div#nav1 {
	text-align: left;
	font-size: 0.8em;
	color: #999999;
}

div#nav1 li {
	display: inline;
}

div#nav1 a {
	text-decoration: none;
	font-weight: normal;
	padding: 0.0em 0.4em;
}

div#nav1 a:hover {
	color:#a3c641;
}

/* Navigation  2*/
div#nav2 {
	width:920px;
	background: #bfd878;
	text-align: left;
	margin: 3px 0 3px 0;
}

div#nav2 li {
	display:inline;
	margin: 0 0.2em 0 0;
}

div#nav2 a {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	padding: 0 0.4em 0 0.4em;
	background: #bfd878;
}

div#nav2 a:hover, body#home li.navhome a {
	background: #a3c641;
	color: #eeeeee;
}

div#wrap_content {
}

div#col2 {
	float: left;
	width: 25%;
	padding-bottom: 10px;
}

div#menu {
	float: right;
	width: 22%;
	padding: 0px 0px 20px 0px;
	background: #F0F0F0 url(images/menubox_gradient.jpg) no-repeat right bottom;
	border: 1px solid #CCCCCC;
}

div.box {
	border: 1px solid #a3c641;
	background: #e6efd1;
	margin: 5px;
	padding: 10px;

}


div.box h4 {
	font-size:13px;
	color:#000;
	line-height:14px;
}

div.box h5 {
	font-size:11px;
	color:#000;
	line-height:12px;
}
div.box h6 {
	font-size:11px;
	color:#000;
	line-height:12px;	
}

p.boxtext {
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.4em;
}

div#maintext {
	float: left;
	width: 70%;
	margin: 5px;
	border: 1px solid #a3c641;
	background: #e6efd1;
	padding: 20px 10px;
}

div#maintext a {
	padding-bottom: 1px;
}

div#maintext a:link {
	border-bottom: 1px solid #a3c641;
}

div#maintext ul {
	margin-left:30px;
}

div#maintext ul li {
	list-style-type:circle;
}

div#footer {
	padding: 2px 2px 4px 2px;
	text-align: center;
	background: #bfd878;
	margin-top: 10px;
	font-size: 0.9em;
	color:#333333;
}

.defloat {
	clear: both;
}

hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: dashed 1px #a3c641;
	border-bottom: dashed 1px #e6efd1; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

input, textarea {
	border: 1px solid #a3c641;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.image {
	padding: 0 10px 0 10px;
}



