/* 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: #666666;}
a:active {}

/* Umschlag  2*/
div#wrapper {
    width:920px;
	margin: 10px auto 20px auto;
	/* text-align: left; */
	background: #c1da74;
}

/* Header  2*/

div#header {
	height: 200px;
	margin: 3px 3px 3px 15px;
}

/* Navigation  1*/
div#nav1 {
	margin: 3px 15px 3px 15px;
	text-align: right;
    font-size: 0.8em;	
	color: #333333;
}
div#nav1 li {
	display: inline; 
}

div#nav1 a {
	text-decoration: none; 
	font-weight: normal; 
	padding: 0.0em 0.4em;	
}

div#nav1 a:hover{
	color:#666666 ;
}



/* Navigation  2*/
div#nav2 {
	width:167px;
	min-height:565px;
	background: #e6efd1;
	border:1px solid #a3c641;
	text-align: left;
	margin: 3px 3px 3px 15px;
	padding:3px;
	line-height:25px;
   -moz-border-radius:5px; 
	float:left;
}

div#nav2 li {
	width:150px;
	margin: 0 0.2em 0 0;
	list-style-type:none;
	font-weight: normal; 
	color: #333333;
	padding: 0 0.4em 0 0.4em;
}

div#nav2 li a {
	text-decoration: none; 
}

div#nav2 li a:hover, body#home li.navhome a{
	background: #a3c641;
	color: #eeeeee;
}

div#wrap_content {}

div#maintext {
	float: left;
	width: 690px;
	min-height:438px;
	margin: 3px;
	border: 1px solid #a3c641;
	-moz-border-radius:5px;
	background: #e6efd1;
	padding: 20px 10px 12px 10px;
}

div#maintext a {padding-bottom: 1px;}
div#maintext a:link {color:#333333; text-decoration: underline;}
div#maintext a:hover {color:#666666;}
div#maintext a:visited {color:#333333; text-decoration: underline;}
div#maintext ul { margin-left:30px;}
div#maintext ul li {list-style-type:circle;}
div#maintext img {margin:1px;}

div#footer {
	padding: 2px 2px 4px 2px;
	text-align: center;
	background: #a3c641;
	margin-top: 10px;
	font-size: 0.9em;
	color:#333333;
}

div#footer a:link {
color:#333333;
}
div#footer a:hover {
color:#666666;
}


.defloat {clear: both;}

hr {
	margin:10px 0 10px 0;
    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, select{
	border: 1px solid #a3c641;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left:5px;
}

.image {padding: 0 10px 0 10px;}

.note {
line-height:10px;
font-size:9px;}

.symbol {
border: 1px solid #c1da74;
margin:1px; }

#bgheader {
background-image:url(images/bg_header.gif);
background-repeat:no-repeat;
background-position: top left;
}

#bgfooter {
background-image:url(images/bg_footer.gif);
background-repeat:no-repeat;
background-position: top left;
}
.highlight {
	color: #C63F00;
	font-size: 14px;
}

