html, a {
	font-size: 101%;
	font-family : Arial, Helvetica, sans-serif;
/*	font-size : 0.9em; */
	font-weight: normal;
	color: Black;
	
}

body {
	margin: 5px;
   padding: 0;
}

/* Standard-Links */

A:link {
	font-weight: normal;
	color: Black;
	text-decoration : underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 0.9em;
}

A:Visited {
	font-weight: normal;
	color: #5C5C5C;
	text-decoration : underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 0.9em;
}

A:Active {
	color: #FF0000;
	font-weight: normal;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 0.9em;
}

A:Hover {
	font-weight: normal;
	color: Red;
	text-decoration : underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 0.9em;
}


/* Links fr Veranstaltungstips usw. */

A.textlinks:link {
	font-weight: normal;
	color: Black;
	text-decoration : underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
}

A.textlinks:Visited {
	font-weight: normal;
	color: #5C5C5C;
	text-decoration : underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
}

A.textlinks:Active {
	color: #FF0000;
	font-weight: normal;
	text-decoration : none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
}

A.textlinks:Hover {
	font-weight: normal;
	color: Red;
	text-decoration : underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
}

/* Links fuer Bestellformular. */

A.bestellformular:link {
	font-weight: bold;
	color: Black;
	text-decoration : none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
}

A.bestellformular:Visited {
	font-weight: bold;
	color: Black;
	text-decoration : none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
}

A.bestellformular:Active {
	color: #FF0000;
	font-weight: bold;
	text-decoration : none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
}

A.bestellformular:Hover {
	font-weight: bold;
	color: #B54C32;
	text-decoration : none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
}



/* fr Links Standardbuttons */


A.Button:link {
	font-weight: bold;
	color: Black;
	text-decoration : none;
	font-family : Tahoma, Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	font-style: normal;
}


A.Button:visited {
	font-weight: bold;
	color: #5C5C5C;
	text-decoration : none;
	font-family : Tahoma, Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	font-style: normal;
}

A.Button:active {
	font-weight: bold;
	color: Teal;
	text-decoration : none;
	font-family : Tahoma, Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	font-style: normal;
}

A.Button:hover {
	font-weight: bold;
	color: Red;
	text-decoration : none;
	font-family : Tahoma, Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	font-style: normal;
	}


/* fr Links Standardbuttons AKTIV*/


A.ButtonAktiv:link {
	font-weight: bold;
	color: Black;
	text-decoration : none;
	font-family : Tahoma, Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	font-style: normal;
}


A.ButtonAktiv:visited {
	font-weight: bold;
	color: #5C5C5C;
	text-decoration : none;
	font-family : Tahoma, Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	font-style: normal;
}

A.ButtonAktiv:active {
	font-weight: bold;
	color: #6495ED;
	text-decoration : none;
	font-family : Tahoma, Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	font-style: normal;
}

A.ButtonAktiv:hover {
	font-weight: bold;
	color: Maroon;
	text-decoration : none;
	font-family : Tahoma, Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	font-style: normal;
}


/* fr Links footer */


A.footer:link {
	font-weight: normal;
	color: #FFFFBB;
	text-decoration : none;
	font-family : Tahoma, Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}


A.footer:visited {
	font-weight: normal;
	color: #CE6700;
	text-decoration : none;
	font-family : Tahoma, Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}

A.footer:active {
	font-weight: normal;
	color: #6495ED;
	text-decoration : none;
	font-family : Tahoma, Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}

A.footer:hover {
	font-weight: normal;
	color: #FF9999;
	text-decoration : none;
	font-family : Tahoma, Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}

.standardbuttons {
		background: #ffebce;
		text-align: center;
		width: auto;
		padding: 2px 2px 5px 5px;
		border-left: 1px solid Black;
		border-right: 1px solid Black;
		border-bottom: 1px solid Black;
		border-top: 1px solid Black;
		}
		
.standardbuttonsaktiv {
		background: #ffd6a9;
		text-align: center;
		border-left: 1px solid Black;
		border-right: 1px solid Black;
		border-bottom: 1px solid Black;
		border-top: 1px solid Black;
		width: auto;
		padding: 2px 2px 5px 5px;
		}
		
.unterbuttons {
		background: #ffd6a9;
		text-align: center;
		border-left: 1px solid Black;
		border-right: 1px solid Black;
		border-bottom: 1px solid Black;
		border-top: 1px solid Black;
		width: auto;
		padding: 2px 2px 5px 5px;
		}

.unterbuttonsAktiv {
		background: #FFC686;
		text-align: center;
		border-left: 1px solid Black;
		border-right: 1px solid Black;
		border-bottom: 1px solid Black;
		border-top: 1px solid Black;
		width: auto;
		padding: 2px 2px 5px 5px;
		}
		

.tdstrichlinie {
/*	background: url(img/hg_stichlinie-links.gif) repeat-y;*/
		border-right: 1px solid Black;
}


.tdstrichlinienone {
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}

.tdzwischenraum {
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	}
	
.tdrandlinksrechtsunten {
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;

	}

.bordergesamt {
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}

.ulbullet { list-style-image: url(img/ul-bullet.gif); }

		
.footer {
	font-weight: normal;
	color: #FFFFBB;
	text-decoration : none;
	font-family : Tahoma, Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	font-style: normal;
	text-align: center;
}		

.normaltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990019;
	font-size : 0.9em;
	font-style: normal;
	text-align : justify;
}

.normaltextcenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990019;
	font-size : 0.9em;
	font-style: normal;
	text-align : center;
}

.grosstext {	
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size : 1.1em;
	font-style: normal;
	text-align : center;
	font-weight: bold;
}

.grosstext-links {	
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size : 1.1em;
	font-style: normal;
	text-align : left;
	font-weight: bold;
}

.adresszeile-oben {	
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size : 0.9em;
	font-style: normal;
	text-align : left;
	font-weight: bold;
}


.nonblock {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990019;
	font-size : 0.9em;
	font-style: normal;
	}

.textklein {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6400;
	font-size : 0.8em;
	font-style: normal;
}

.textkleinblack {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size : 0.8em;
	font-style: normal;
}

.schluesselwoerter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	visibility: hidden;
	width: 700px;
	text-align: center;
}

.center {
	text-align : center;
}

.orte-klein {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size : 0.7em;
	font-style: normal;
	text-align: justify;
}

.counter {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size : 0.6em;
	font-style: normal;
}

.hg-oben {
	background-image: url(img/hg-oben_farbverlauf.gif);
	background-repeat: no-repeat;
	background-color: #F1CEAE;
}

.hg-strich-oben {
	background-image: url(img/strich-oben.gif);
	background-repeat: repeat-x;
	background-color: #003A79;	
}

.header-inhalt {
		background: #FFD6A9;
		text-align: left;
		border-left: 1px solid Black;
		border-right: 1px solid Black;
		border-bottom: 1px solid Black;
		border-top: 1px solid Black;
		width: auto;
		padding: 2px 2px 5px 5px;
		font-weight: bold;
		letter-spacing: 2px;
		}
		
.rand-blau-links {
	border-left: 7px solid #003A79;
	padding-left: 10px;
	}
	
.toolbox {
	background-color: #FFF8EB; 
	padding-top: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	border-left:2px; 
	border-top:2px; 
	border-bottom:2px; 
	border-right:2px; 
	border-style:solid; 
	border-color:#E3A25F;
	font-size:10pt;
	width: 270px;
}

.toolbox-ausstattung {
	background-color: #FFF8EB; 
	padding-top:0px; 
	padding-left:0px; 
	padding-right:0px; 
	border-left:2px; 
	border-top:2px; 
	border-bottom:2px; 
	border-right:2px; 
	border-style:solid; 
	border-color:#E3A25F;
	font-size:10pt;
	width: 300px;
}

.toolbox-top {	
	background-color:#FFD6A9; 
	color: Black; 
	font-weight: bold;
/*	font-size:10pt; */
	margin-bottom:5px; 
	padding:2px;
}

.toolbox-bestelllinks {
	background-color: #FFF8EB; 
	padding-top: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	border-left:2px; 
	border-top:2px; 
	border-bottom:2px; 
	border-right:2px; 
	border-style:solid; 
	border-color:#E3A25F;
	font-size:10pt;
	width: 230px;

}

.toolbox-top-bestelllinks {	
	background-color:#FFF8EB; 
	color: Black; 
	font-weight: bold;
/*	font-size:10pt; */
/*	margin-bottom:5px; */
	padding:2px;
	text-align: center;
}


.toolbox-rubriken {
	background-color: #FFF8EB; 
	padding-top: 1px; 
	padding-left: 1px; 
	padding-right: 1px; 
	border-left:2px; 
	border-top:2px; 
	border-bottom:2px; 
	border-right:2px; 
	border-style:solid; 
	border-color:#E3A25F;
	font-size:10pt;
	width: 100%;
}

.toolbox-top-rubriken {	
	background-color:#FFD6A9; 
	color: Black; 
	font-weight: bold;
/*	font-size:10pt; */
	margin-bottom:5px; 
	padding:2px;
}

.hg-gesamt {
	background-image: url(img/hg_schuster-mietservice.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.strich-startseite {
	border-right: 1px dashed Black;
}

.infobox-schusti-toilett {
	background-color: #FFEBCE;
}

.infobox-wc-blitz {
	background-color: #C2ECBA;
}

#toilettenwagenauswahl-neutral {
	background-color: #FFFF58;
	padding: 3px;
}

#toilettenwagenauswahl-aktiv {
	background-color: #FEF1EF;
	padding: 3px;
}

.rand-verkauft-frame {
	border-left: 1px solid Black; 
	border-right: 1px solid Black; 
	border-top: 1px solid Black; 
}