/* ---- Normale Links auf der Seite ----- */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CE000C;
	font-size: 12px;
	TEXT-DECORATION: none;
	font-weight: bold;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CE000C;
	font-size: 12px;
	TEXT-DECORATION: none;
	font-weight: bold;
}

a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	TEXT-DECORATION: none;
	font-weight: bold;
}


/* ---- Menülinks als eigene Klasse einbauen mit  ... class="menulink" ... ----- */
.menulink 
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
}


a.menulink:link {
	color: #000000;
	font-size: 12px;
	TEXT-DECORATION: none
}

a.menulink:active {
	color: #CE000C;
	font-size: 12px;
	TEXT-DECORATION: none
}


a.menulink:visited {
	color: #000000;
	font-size: 12px;
	TEXT-DECORATION: none
}

a.menulink:hover {
	color: #CE000C;
	font-size: 12px;
	TEXT-DECORATION: none
}


/* ---- webdesign reischmann link  ... class="webdesign" ... ----- */
.webdesign 		{color: #000000; font-size: 11px; font-family: Arial, Helvetica, sans-serif}
a.webdesign:link 	{color: #000000; font-size: 11px; TEXT-DECORATION: none}
a.webdesign:active 	{color: #000000; font-size: 11px; TEXT-DECORATION: none}
a.webdesign:visited 	{color: #000000; font-size: 11px; TEXT-DECORATION: none}
a.webdesign:hover 	{color: #ffff00; font-size: 11px; TEXT-DECORATION: none}


.linkbilder 		{color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal;}
a.linkbilder:link 	{color: #000000; font-size: 12px; TEXT-DECORATION: none; font-weight: normal;}
a.linkbilder:active 	{color: #CE000C; font-size: 12px; TEXT-DECORATION: none; font-weight: normal;}
a.linkbilder:visited 	{color: #000000; font-size: 12px; TEXT-DECORATION: none; font-weight: normal;}
a.linkbilder:hover 	{color: #CE000C; font-size: 12px; TEXT-DECORATION: none; font-weight: normal;}





/* ---- Standardformatierungen ----- */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

	
table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

input, textarea, select  {
	border:1px solid #000000;
}


.suchesenden-feld {
	border: 1px solid #CE000C;
	float: left;
}

.suchesenden {
	border: 0px solid;
	float: left;
	margin: 0 0 0 5px;
}

p {
	margin: 0 0 20px 0;
}


.clear {
	clear: both;
}

.clear-klein {
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}

table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.float {
	float: left;
}

hr {
 background-color: #0C269F; /* Mozilla 1.4 */
 color: #0C269F; /* IE 6 */
 border: #0C269F; /* Opera 7.11 */
 height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

.adresszeile {
	display: none;
}

ul {
  list-style-image: url(images/liste.gif);
  margin: 0;
  padding: 8px 0 0 16px;
}

li {
  padding: 0 0 4px 0;
}

.img {
	margin: 0 0 10px 0;
	border: 1px solid #AEBCED;
}

/* = = = = = = = = = = = = AUSBLENDEN START = = = = = = = = = = = = */

/* = = = = = = = = = = = = AUSBLENDEN ENDE  = = = = = = = = = = = = */

.copy,
.weg,
.navi,
.subnavi-aussen,
.rechts,
.emo

{
	display: none;
}


/* = = = = = = = = = = = = GRUNDGERUEST START = = = = = = = = = = = = */

#template {
	margin: 0 auto;
	width: 640px;
	text-align: left;
	border: 1px solid #CE000C;
	background: #fff;
}

.adresszeile {
	height: 50px;
	background: #E1E1E1;
	color: #000;
	padding: 5px;
}

/* = = = = = = = = = = = = GRUNDGERUEST ENDE = = = = = = = = = = = = */

/* = = = = = = = = = = = = HEADER ANFANG = = = = = = = = = = = = */
.header {
	height: 117px;
	background: url(images-2006/header-druck-bg.jpg) right no-repeat;
	border-bottom: 10px solid #CE000C;
}

.logo {
	position: absolute;
	margin: 10px 0 0 40px;
}

/* = = = = = = = = = = = = HEADER ENDE = = = = = = = = = = = = */


/* ---- Eigene Klassen ----- */

.ueberschrift       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;	
	color: #000000;
}

.ueberschrift-rot   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CE000C;
}

.bildunterschrift   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.ueberschriftszelle {
	background-color: #EEEEEE;
	font-weight: bold;
}

.rahmen {
	border: solid 1px #000000
}

.normalschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.linie-rot {
	background-color: #CE000C;
}

.zelle-hellgrau {
	background-color: #F5F5F5;
}

.print {
	display :none;
}




/* - - - - - - - - Kontakt - - - - - - - - */

.feedback {
	margin: 0 0 0 39px;
}

.bezeichnung {
	width: 100px;
	float: left;
	margin:4px 0 0 0;
	}

.feld {
	border: 1px solid #ADB6BD;
	width: 190px;
	margin: 0 0 5px 0;
	color: #313431;
	font-size: 11px;
	}

.inputselected {
	border: 1px solid #ADB6BD;
	width: 190px;
	margin: 0 0 5px 0;
	background-color: #eee;
	color: #313431;
	font-size: 11px;
	}

.textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ADB6BD;
	width: 190px;
	height: 150px;
	color: #313431;
	margin: 0 0 5px 0;
	}

.textareaselected {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ADB6BD;
	width: 190px;
	height: 150px;
	color: #313431;
	background-color: #eee;
	margin: 0 0 5px 0;
	}


/* - - - - - - - - Bildgalerie - - - - - - - - */




#newslisting-bild {
	float: left;
	width: 140px;
}

.bildrand {
	border: 1px solid #000;
}

#newslisting-text {
	float: left;
	width: 250px; 
}



.hr-newslisting {
        float: left;
	width: 400px;
        margin-bottom: 0px;
        padding: 0px;
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #fff;
        }

.zeile{
	clear:both;
}


#bseite1 #seite1, #bseite2 #seite2, #bseite3 #seite3, #bseite4 #seite4, #bseite5 #seite5, #bseite6 #seite6 {
	background-color: #A51821;
}



