html, body {
	margin: 0;
    padding: 0;
}

body {
    background-image: url(../bilder/background.gif);
}


body, a, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}

#header {
    position: relative;
    height: 75px;
    background-image: url(../bilder/kopf_back.jpg);
}

.logo {
    position: absolute;
    top: 23px;
    left: 220px;
}

.toplink {
    position: absolute;
    top: 32px;
    left: 407px;
    font-size: 13px; 
    color: #F7AC15; 
    font-weight: bold;
}

#navigation {
    float: left;
    color: #106124; //339933

}

#contentwrap {
    position: relative;
    margin-left: 220px;
    height: 100%;

}

#content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 0px 0 20px;
    width: 460px;
}

#rightcol {
    position: absolute;
    left: 520px;
    padding: 0;
    width: 200px; 
}

a, a:link, a:visited, a:active  {  font-size: 12px; color: #106124; font-weight: bold;}
a:hover {  color: #106124; text-decoration: underline;}

#rightcol a, #rightcol a:link, #rightcol a:visited, #rightcol a:active {  font-size: 10px; color: #106124; }
#rightcol a:hover {  color: #106124; text-decoration: underline;}

.white_big {
    display: block;
    width: 180px;
	font-size: 13px; 
	text-indent: 10px;
	padding-top: 19px;
    padding-bottom: 4px;
    margin-bottom: 4px;
	color: #ffffff; 
	font-weight: bold;
    border-bottom: 1px solid white;
}

.navigation {
    display: block;
    width: 220px;
	padding-left: 10px;
    line-height: 14px;
}

#content h1, #rightcol h1 {
    font-size: 16px; 
    font-weight: bold; 
    color: #106124;
    padding: 20px 0 0 0;
    margin: 0;
}

#content h2, #rightcol h2 {
    font-size: 10px; 
    font-weight: bold; 
    width: 100%;
    color: black;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #F7AC15;
}


.black_big {  font-size: 13px; color: #000000; font-weight: bold;}

hr {
    background-color: #F7AC15; /* Farbe für Opera und Firefox */
    color: #F7AC15; /* Farbe für Internet Explorer (IE) */
    border: 0;
    height: 1px; 
}

#content p {  
    font-size: 12px; 
    font-weight: normal; 
    color: black; 
}

#content span {	font-size: 11px;}

#rightcol p {  
    font-size: 11px; 
    font-weight: normal; 
    color: black; 
}


.input {  
	margin-top: 3px;
	margin-bottom: 3px;
	width: 200px; 
	border: 1px solid #666666;
	font-size: 12px; 
	color: #000000; 
	text-decoration: none; 
	background-color: #E8E8E8;
	}

.send {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	border: 1px outset #666666;
	background-color: #106124;
	cursor: hand;
}

ul {
	font-size: 12px; 
	color: #666666;
	padding: 0px;
	padding-right: 10px;
	margin: 0px;
	list-style: none;
	text-align: left;
}

li {
	padding-left: 15px;
	margin-top: 5px;
	background-image: url(../bilder/list_dot.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 5px; 
}
