/*GENERAL COLOR CODE
General light green: 
#5FAA23

Partner type/secondary colors:
WEBWARE:
#09843B

BASIC
#FAA546

MEDIUM
#0070AB

PREMIUM
#5F1457
*/

/*
	Standard
*/
a {
	text-decoration: none;
	color: #09843B
}

a: hover {
	text-decoration: unerline;
}

a: visited {
	text-decoration: none;
	color: #09843B
}

a img {
	border: none;
}

body {
	font: 13px/18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 19px;
}

h1 {
	line-height:1;
}

h2 {
	margin: 0;
	text-align: left;
	font: normal 24px/24px Verdana;
	padding-top: 3px;
	padding-bottom: 3px;
}

h3 {
	margin: 0;
	font: 18px Verdana;
}

img {
	margin: 0;
	padding: 0;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 19px;
	margin: 0 0 0 8px;
	padding: 0 0 0 0px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 19px;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 19px;
}

ul {
	margin: 0 0 0 8px;
	padding: 0 0 0 0px;
}

/*
	IDs
*/

#advertising {
	margin-bottom: 0px;
	height:284px;
	text-align:center;
	margin-top:5px;
}

#advertising_text{
	text-align:center; 
	font-weight:bold; 
	color:white;
	padding-left:5px;
}

#authlogo{
	float:right;
	padding-right:10px;
	padding-top:10px;
}

#bg_center{
	width:135px; 
	height:267px; 
	float:left;
	background-repeat:no-repeat;
	z-index:1;
}

#bg_head{
	float:left;
	width:698px; 
	height:177px;  
	border-left:7px solid #61AA24;
	background-repeat:no-repeat;
}

#clear{
	clear:both;
}

#firma{
	float:left;
	width:227px; 
	height:177px; 
	background-color:#61AA24; 
	color:white; 
	text-align:left;
}

#footer{
	width:932px; 
	float:left; 
	clear:both;
	height:10px;
	background-color:#61AA24;
}

#main {
	width:932px; 
	margin: 0 auto;
}

#mainmenu{
	float:left; 
	text-align:left; 
	color:white;
}

#mainmenulink{
	height:15px; 
	padding-top:5px;
	padding-left:10px;
}

#mainmenulinkcolor{
	padding-left:2px; 
	color:white;
}

#menu_adver_trenner{
	height:25px;
	background-color:#08843B; 
	width:220px;
	margin-top:20px;
}

#partnerlogo {
	float:left;
}

#textcontent {
	padding: 12px 110px 15px 12px;
	margin-top:4px;
	text-align:left;
	z-index:6;
}

#top{
	width:100%;
}

#topmenu {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	clear:both; 
	width:100%;
	margin-left:-5px;
	padding-right:10px;
}

#topmenu A:link {
	color: #5FAA23;
	text-decoration: none;
}

#topmenu A:hover {
	color: black;
	text-decoration: underline;
}

#topmenu A:visited {
	color: #5FAA23;
	text-decoration: none;
}

#wrapper{
	height:100%; 
	width:100%;
	z-index:2;
}


/*
	Klassen
*/
.dots {
	float:right;
	padding-top:5px;
	z-index:100;
}

.sidemenu {
	font-size:19px;
	color: white;
	line-height: 22px;
}
.sidemenu A:link {
	text-decoration: none;
	color: white;
}
.sidemenu A:hover {
	text-decoration: underline;
	color: #3C412A;
}
.sidemenu A:visited {
	text-decoration: none;
	color: white;
}

.txt16 {
	font-size: 16px;
	line-height: 21px;
}


