.Titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a:hover { color: #FF0033}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.TextKl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.TextKlKl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.TextKlgr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.TextKlKlgr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.haupttitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.Linksrot {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0033;
}
.LinksrotKlKl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0033;
}
.Linksweiss {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.Textweiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.Linksgrau {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.TitelBetrieb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.dimmed {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}


a.inv:visited { color: #000000; text-decoration: none ; } /* JS-Links fur Checkboxes, ohne Auszeichnung */
a.inv:link { color: #000000; text-decoration: none ; }
a.inv:hover { color: #000000; text-decoration: none ; }
a.inv:active { color: #000000; text-decoration: none ; }

a.invdim:visited { color: #999999; text-decoration: none ; } /* JS-Links fur Checkboxes, ohne Auszeichnung */
a.invdim:link { color: #999999; text-decoration: none ; }
a.invdim:hover { color: #999999; text-decoration: none ; }
a.invdim:active { color: #999999; text-decoration: none ; }

.formfld { background-color: #FFFFFF; BORDER-BOTTOM: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; height: 18px; FONT-FAMILY: Arial, Helvetica, sans-serif, sans; FONT-SIZE: 12px; color: #000000 } /* Formfeld  */
.formfldfak { background-color: #99CCCC; BORDER-BOTTOM: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; height: 18px; FONT-FAMILY: Arial, Helvetica, sans-serif, sans; FONT-SIZE: 12px; color: #000000 } /* Formfeld fakultativ  */
.formflderr { background-color: #FFCC99; BORDER-BOTTOM: #CC3300 1px solid; BORDER-LEFT: #CC3300 1px solid; BORDER-RIGHT: #CC3300 1px solid; BORDER-TOP: #CC3300 1px solid; height: 18px; FONT-FAMILY: Arial, Helvetica, sans-serif, sans; FONT-SIZE: 12px; color: #000000 } /* Formfeld mit Fehleranzeige */

.errTitel {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000; font-weight: bold;
}
.errText {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
}


/* Styles für Bildvorschaumouseover in Inseratelistenseiten */
.imgover a:hover{ border: none; /* Bug fix für IE */ }
.imgover a span{ display: none; }
.imgover a:hover span
{
    position:absolute;
    display: block;
    padding: 3px;
    color: #FFFFCC;
    background-color:#FFFFCC;
    border:1px solid black;
	z-index:10;
}

/* Highslide Javascript */
/* Styles für Bilder in Inseratdetailseite und Bildansicht */
.highslide {
	cursor: url(../js/highslide_img/zoomin.cur), pointer;
}
.highslide img {
	border: 1px solid gray;
}
.highslide:hover img {
	border: 1px solid white;
}
.highslide-image {
    border: 1px solid #666666;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
	padding-left: 22px;
    background-image: url(../js/highslide_img/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-move {
    cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Controlbar example */
.controlbar {	
	background: url(../js/highslide_img/controlbar3.gif);
	width: 163px; 
	height: 29px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 0px 0 0 4px;
	height: 29px;
	width: 34px;
}
/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
