/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}

tr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}

.hr_inhalt {
	border-bottom: 1px dotted #FFCC00;
	border-top: 1px dotted #FFCC00;
	border-right: 0px dotted #003300;
	border-left: 0px dotted #003300;
	height: 1px;
}

a {
	text-decoration: none;
}
a:link {
	color: #000000;
	font-size: 10px;
}
a:visited {
	color: #000000;
	font-size: 10px;
	border: none;
}
a:hover {
	color: #FFCC00;
	/*background-color: #CCFFCC;*/
	font-size: 10px;
}
a:active {
	color: #000000;
	border:none;
}

.a_spezial {
	text-decoration: none;
	font-weight: bold;
}
.a_spezial:link {
	color: #990000;
	font-size: 10px;
}
.a_spezial:visited {
	color: #990000;
	font-size: 10px;
	border: none;
}
.a_spezial:hover {
	color: #FFCC00;
	/*background-color: #CCFFCC;*/
	font-size: 10px;
}
.a_spezial:active {
	color: #990000;
	border:none;
}

.a_ohne_weiss {
	text-decoration: none;
	border: none;
	background-color: #FFFFFF;
}
.a_ohne_weiss:link {
	color: #000000;
	border: none;
	background-color: #FFFFFF;
}
.a_ohne_weiss:visited {
	color: #000000;
	border: none;
	background-color: #FFFFFF;
}
.a_ohne_weiss:hover {
	color: #000000;
	border: none;
	background-color: #FFFFFF;
}
.a_ohne_schwarz {
	text-decoration: none;
	border: none;
	background-color: #000000;
}
.a_ohne_schwarz:link {
	color: #FFFFFF;
	border: none;
	background-color: #000000;
}
.a_ohne_schwarz:visited {
	color: #FFFFFF;
	border: none;
	background-color: #000000;
}
.a_ohne_schwarz:hover {
	color: #FFFFFF;
	border: none;
	background-color: #000000;
}


.footer {
	background-color: #CCCCCC;
	text-align: center;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 600px;
}

.schwarzer_rand {
	border-color: #000000;
}
.weisser_rand {
	border-color: #FFFFFF;
}
.kein_rand {
	border:none;
	background-color: #000000;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}
.kein_rand: visited {
	border:none;
	background-color: #000000;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}
.kein_rand: active {
	border:none;
	background-color: #000000;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}

.table_inhalt {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	width: 700px;
	vertical-align: top;
	
}
.tr_inhalt {
	vertical-align: top;
}
.td_inhalt {
	vertical-align: top;
}

.table_navi {
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 0px;
	border: none;
	width: 205px;
	/*backgroundcolor: #CCCCCC*/
}
.tr_navi {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	backgroundcolor: #CCCCCC
}


.navi_abstand {
	width: 15px;
}

.table_main {
	border: none;
	margin-top: 1px;
	margin-left: 10px;
	width: 500px;
	height: 500px;
	vertical-align: top;
	padding-top: 0px;
}
.tr_main {
	vertical_align: top;
}
.td_main {
	vertical-align: top;
}

.table_inc {
	height: 430px;
}

.td_text {
	width: 200px;
	text-align: left;
	vertical-align: top;
}
.td_text_abstand {
	width: 10px;
	vertical-align: top;
}
.td_text_breit {
	width: 350px;
	text-align: left;
	vertical-align: top;
}
.td_text_breit_unterlinks {
	width: 350px;
	text-align: left;
	vertical-align: top;
}

.td_bild {
	width: 200px;
	text-align: center;
	vertical-align: top;
}
.td_bild_unten {
	width: 200px;
	text-align: center;
	vertical-align: bottom;
}
.td_bild_links {
	height: 100px;
	text-align: left;
	vertical-align: top;
}

.schrift_rot {
	color: red;
}

input {
	width: 200px;
}

.input-plz {
	width: 50px;
}

.input-ort {
	width: 145px;
}
.input-button_mini {
	width: 20px;
}

.no_repeat {
	background-image: url("../bilder/fackeln/fackelgrafik.gif");
	background-repeat: no-repeat;
}

