/* DATEI:       css_rvk_allg_01.css */
/* Author:      Josef Schilliger */
/* Created:     18.05.08 */

/* Zeilen wie diese, die mit Schraegstrich und Stern */
/* beginnen und mit Stern und Schraegstrich enden, sind */
/* Kommentarzeilen. */

/* --------------------------------------------------------------------------*/
/* Dient dazu, dass bei IE 6 kein horizontaler Balken entstehen soll         */
/* --------------------------------------------------------------------------*/
html {
	width: 100%;
}

/* --------------------------------------------------------------------------*/
/* Normale CSS                                                               */
/* --------------------------------------------------------------------------*/

img.foto_01 {

	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.normaltextfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.schwarz {
	color: #000000;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 0px;
	font-size: 13px;
}

div.main01 {
	width: 620px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0099CC;
}


h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0099CC;
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #0099cc;
}
p {
	font-size: 13px;
}


td.news_datum {
	background-color: #ECFAFF;
	height: 20px;
	width: 65px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0099CC;
}

td.news_what {
	background-color: #ECFAFF;
	height: 20px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0099CC;
}

a:link {
	text-decoration: none;
	color: #0099CC;
}

a:visited {
	color: #0099cc;
	text-decoration: none;
}


td.navi_titel {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099cc;
	padding-left: 10px;
	font-size: 14px;
}

td.navi_leer {
	background-color: #FFFFFF;
}

td.navi_utitel {
	background-color: #ecfaff;
	padding-left: 15px;
	font-size: 14px;
}

a.titel:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.titel:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.utitel:link {
	text-decoration: none;
	color: #000000;
}

a.utitel:visited {
	text-decoration: none;
	color: #000000;
}

.autor {
	font-style: italic;
}



li.vermietung {
padding-top: 5px;
padding-bottom: 5px;
}


.smalltext {
	font-size: 10px;
}
