/* CSS Document */
/*allgemeine Angaben start*/
@charset "utf-8"; /* Für gute Browser. */
* {
    margin:         0;
		padding:		0;
    /* Tabellen */
        border-collapse:collapse;
        border-spacing: 0;
}

img {border:none;}

html, body {	
        padding:        0;
        color:          #000;
        line-height:    1.45;
		font-family:Arial, Helvetica, sans-serif;
}
body {
        /* Nur hier, sonst gibt es
         * eventuell Vererbungsprobleme.
         */
        font-size:      100.01%;
}

a { color:#ea1d25; text-decoration:none; font-weight:bold; }

p, div, td,li {
	font-size:0.9em;
}


.bestellen_textfeld {
		float:right;
		font-size:0.9em;
		width:15em;
        border-top: 1px solid #f6d8a8;
        border-left: 1px solid #f6d8a8;
        border-right: 1px solid #f6d8a8;
        border-bottom: 1px solid #f5a847;
        background-color:#f5cf94;
}


.kontaktfeld_bestellen {
width:315px;
height:100px;
border-top: 1px solid #f6d8a8;
border-left: 1px solid #f6d8a8;
border-right: 1px solid #f6d8a8;
border-bottom: 1px solid #f5a847;
background-color:#f5cf94;
}





.form_zeile {
		margin-bottom:0.5em;
		font-size:1.05em;
}

.bestellen_nummernfeld {
		float:right;		
		font-size:1.05em;
		width:3.5em;
		margin-bottom:0.1em;
		margin-right:0.2em;
		margin-top:0.1em;
		
}
.bestellen_error {
		float:right;		
		font-size:0.9em;
		width:3.5em;
		margin-bottom:0.1em;
		margin-right:0.2em;
		margin-top:0.1em;
		border : 1px solid #ff0000;
		
}

.content_table {
width:597px;
overflow:hidden;
}

.every_other{
background-color:#FFFCD9;
font-size:1.23em;
}

.every_other_right{
font-size:1.23em;
/*text-align:right;*/
}


.rand {padding-right:0.3em;
			border-right:1px solid #CCCCCC;			
}
.rand2 {padding-left:0.3em;}
.reiter {font-size:0.8em;height:2em;width:5em;border:1px solid  #FFD64F;background-color:#FFF790;}


.reiteraktiv {font-size:0.8em;height:2em;width:5.2em;background-color:#FFD64F;border:1px solid  #FFD64F;}
.reiteraktiv a {color:#000000;}

.send_button { background-color:#FFD64F;border:1px solid #000000;float:right;margin-top:1em;padding:0.5em;font-weight:bold;color:#ea1d25;}

.hint {margin-left:30px;color:#00A651;font-weight:bold;margin-bottom:20px;}

.error {margin-left:30px;color:#ED1C24;font-weight:bold;margin-bottom:20px;}
/*** alte css angaben***/

.head {font-size: 8pt; color: #ffffff; font-weight: bold;}

.slogan {font-size: 1.05em; font-weight: bold; float:left;}

.nav_table A:link { color: #ea1d25; text-decoration: none; font-size: 8pt; }

.nav_table A:visited { color: #ea1d25; }

.nav_table A:active { color: #000000;  }

.nav_table a:hover { color: #ffffff; }

.navlink {
font-size:8pt;font-weight:normal;
}

.navlink:hover{
color:#FFFFFF;
}
.aktiv {font-size: 8pt;color: #000000; }
.small {font-size:10px;}