
/* ### Definition der Links #### */
A:link {
 	color : #864E4D;
	font-size:12px;
	font-weight:bold;
	font-family: ARIALN; 
  	text-decoration: none; 
}
A:visited {
	color : #864E4D;
	font-family: ARIALN; 
	font-size:12px;
	font-weight:bold;
	text-decoration: none; 
}
A:hover {
	color : #864E4D;
	font-family: ARIALN;  
	font-size:12px;
	font-weight:bold;
	text-decoration: underline; 
}

a.speziell:link {
   	color: #FFFFFF;
   	font-family: ARIALN;  
	font-size:12px;
	font-weight:normal;
	text-decoration: none; 
}

a.speziell:visited {
   	color: #FFFFFF;
   	font-family: ARIALN;  
	font-size:12px;
	font-weight:normal;
	text-decoration: none; 
}

a.speziell:hover {
  	color: #FFFFFF;
   	font-family: ARIALN;  
	font-size:12px;
	font-weight:normal;
	text-decoration: underline; 
}

a.speziell_twitter:link {
   	color: #FFFFFF;
   	font-family: ARIAL;  
	font-size:12px;
	font-weight:normal;
	text-decoration: none; 
}

a.speziell_twitter:visited {
   	color: #FFFFFF;
   	font-family: ARIAL;  
	font-size:12px;
	font-weight:normal;
	text-decoration: none; 
}

a.speziell_twitter:hover {
  	color: #FFFFFF;
   	font-family: ARIAL;  
	font-size:12px;
	font-weight:normal;
	text-decoration: none; 
}


/* ### Definition des Kontaktfeldes #### */

.Kontakt {
	color : #FFFFFF;
	font-family: ARIALN;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	padding-left: 10px;
}


/* ### Definition des Login-Feldes### */
.login_style { 
	color: #FFFFFF; 
	font-size: 10px; 
	font-family: Arial;
	text-align:right; 
	vertical-align:bottom; 
}

.logout_style { 
	color: #FFFFFF; 
	font-size: 10px; 
	font-family: Arial;
	text-align:center;
	vertical-align:bottom; 
}

.login_field {
	color: #000000;
	font-size: 10px; 
	font-family: Arial,Tahoma,Verdana;

}

.loginform {
	font-family : Arial, sans-serif;
	font-size : 10px;
	color : #FFFFFF;
	font-weight : normal;
	text-align:right;
	vertical-align:bottom;
}

.loginbutton_style {
	font-family : Arial, sans-serif;
	font-size : 10px;
	background-color:#FFFFFF;
	font-weight : normal;
	color:#000000;
	vertical-align:bottom;
}


/* ### Definition des Content ### */

.content { 
	vertical-align: top;
	text-align:left;
	font-size: 12px; 
	font-family: Arial; 
}

/*
.content { 
	vertical-align: top;
	text-align:left;
	font-size: 12px; 
	font-family: Arial; 
}
*/

H1 {
	font-family: Arial; 
	font-size : 12px;
	color : #000000;
	font-weight : bold;
	vertical-align: top;
}

.bulletlist {
	font-family : Arial;
	font-size : 12px;
	line-height:19px;

}




