/* Text allgemein */
body {
	margin:0px;
	background-color:#FFF9DF
	}
	
body,td,th,input,select,textarea {
	font-family : arial, helvetica, sans-serif, verdana;
	}
	
body,td,th {
  font-size : 12px;
	}
	
input,select,textarea {
  font-size : 11px;
	}

strong {
	font-weight: bold;
	}

a:active, a:link, a:visited {
	color: #0A4774;
	text-decoration : underline;
	}

a:hover {
  color: #3399CC;
	}

h1 {
	font-size : 15px;
	color: #0A4774;
	font-weight: bold;
	}

/* Passwort vergessen */
.vergessen {
	font-family : verdana;
	font-size : 9px;
	color: #0A4774;
	}
a.vergessen {
	font-family : verdana;
	font-size : 9px;
	color: #0A4774;
	}
	
a.vergessen:hover {
	font-family : verdana;
	font-size : 9px;
	color: #3399CC;
	}

/* für den Editor */
.mainheading {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 14px;
	color: #0A4774;
	font-weight: bold;
	}
	
.mainsubheading {
	font-size : 12px;
	color: #000;
	font-weight: bold;
	}

/* Navigation links Titel*/
.navigationmain {
	color:#FFF;
	font-weight:bold;
	background-color:#50AA2D;
	padding-left:13px;
	width:133px;
	}

.navigationmain a:active, .navigationmain a:link, .navigationmain a:visited {
 	color : #FFF;
 	text-decoration : none;
	}

.navigationmain a:hover {
 	color: #FFF;
 	text-decoration: underline;
	}

/* Navigation links Unterpunkte*/
.navigation
	{
	font-size: 11px;
	color: #0A4774;
	background-color: #FFE680;
	padding-left:13px;
	width:133px;
	}

.navigation a:active, .navigation a:link, .navigation a:visited
	{
 	color : #0A4774;
 	text-decoration : none;
	}

.navigation a:hover
	{
 	color: #3399CC;
 	text-decoration: underline;
	}

/* Tabellen im Mittelteil */
.table_head {
	color:#0A4774; 
	padding-left:2px;
	}
	
.table_white {
	border:1px solid #FFE680; 
	background-color: #FFF;
	color:#0A4774; 
	padding-bottom:3px;
	}
	
.table_yellow {
	border:1px solid #FFE680; 
	background-color: #FFE680;
	color:#0A4774; 
	padding-bottom:3px;
	}
	
.table_yellowblue {
	border:1px dotted #0A4774; 
	background-color: #FFE680;
	color:#0A4774; 
	padding-bottom:3px;
	}
	
.rotfett {
	color: #CC0000;
	font-weight: bold;
	}

/* Formulare */
form {
	padding:0;
	margin:0;
	}

select, input, textarea {
	border:1px solid #BBB;
	font-size : 11px;
	padding: 1px;
	}
/*
.suchfeld {
	width:100px;
	margin:2px;
	}

.suchbutton {
	font-size:11px;
	font-weight:bold;
	color:#0A4774;
	background-color:#FFCC00;
	width:22px;
	margin-top:2px;
	margin-bottom:2px;
	}
*/
.button {
	font-size:11px;
	color:#0A4774;
	background-color:#FFE680;
	}
	
.button_blue {
	font-size:11px;
	font-weight: bold;
	color:#FFF;
	background-color:#50AA2D;
	}
	
.button_blue_kl {
	font-size:10px;
	color:#FFF;
	background-color:#50AA2D;
	}

/* Teaser */
.teaser {
	color: #0A4774;
	background-color: #FFF;
	border: 1px solid #50AA2D;
	}

.teaserheadline {
	font-size : 14px;
	font-weight: bold;
	}

.teasermore {
	background-color: #50AA2D;
	}

.teasercontact {
	color: #FFFFFF;
	background-color: #FFF;
	border: 1px solid #0A4774;
	}
	
.teasercontact a:hover {
 	text-decoration:underline;
	color:#3399CC;
	}

.teasercontact a:active, .teasercontact a:link, .teasercontact a:visited {
 	text-decoration:none;
	}
	
.teasercontactfont {
	font-size:11px;
	color:#FFFFFF;
	padding-left:2px;
	}
	
.teasercontactfont a:hover {
 	text-decoration:underline;
	color:#FFCC00;
	}

.teasercontactfont a:active, .teasercontactfont a:link, .teasercontactfont a:visited {
 	text-decoration:none;
	}
	

/* rechte Spalte */
.righthead {
	font-size:10px;
	font-weight:bold;
	}

.righthead a:hover {
 	text-decoration:underline;
	}

.righthead a:active, .righthead a:link, .righthead a:visited {
 	text-decoration:none;
	}

.right { 
	font-size : 10px;
	}

.right a:active, .right a:link, .right a:visited {
 	text-decoration : none;
	}

.right a:hover {
 	text-decoration: underline;
	}

/* Copyright */
.copy {
	color : #000000;
	font-size : 10px;
	font-family : arial, helvetica, sans-serif, verdana;
	text-align: left;
	}
	
/* Tabellen auf der Städte-Titelseite */	
#ortetab_links,#ortetab_rechts {
	float:left;
	width:49%;
	border:1px solid #0A4774;
	background-color:#FFE680;
	height:110px;
	margin-bottom:10px;
	}
	
#ortetab_links {
	margin-right:1%;
	}
	
.ortetab_head {
	background-color:#0A4774;
	color:#FFF;
	font-weight:bold;
	padding-left:2px;
	}
	
.ortetab_inhalt {
	margin:4px;
	text-align:justify;
	}
	
/* Paging in Listen */	
.paging {
	font-size : 10px;
	font-family : arial, helvetica, sans-serif, verdana;
	text-align: right;
	}
	
a.paging {
	text-decoration : none;
	}
	
/* Breadcrumbs */	
.bread_div {
	font-size : 9px;
	font-family : arial, helvetica, sans-serif, verdana;
	color: #FF6600;
	margin-left: 3px;
	margin-bottom: 10px;
	}
	
.bread {
	font-size : 9px;
	font-family : arial, helvetica, sans-serif, verdana;
	color: #FF6600;
	margin-left: 5px;
	margin-right: 5px;
	}
	
a.bread:active, a.bread:link, a.bread:visited{
	color: #FF6600;
	text-decoration : none;
	}
	
a.bread:hover{
	color: #FF6600;
	text-decoration : underline;
	}
	
/* Nur für das Impressum */	
.impressum {
	color : #000000;
	font-size : 11px;
	font-family : arial, helvetica, sans-serif, verdana;
	text-align: left;
	}

/* Pflichtfeld in Formularen */
.asterisk {
	font-weight: bold;
	font-size: 12px;
	color:#cc0000;
	}
	
.pflicht {
	font-size: 10px;
	color:#cc0000;
	}
