@CHARSET "UTF-8";

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: rgb(190,190,190);
}

img.inline {
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
}


#shim {
	float: left;
	height: 50%;
	margin-bottom: -310px;
	width: 1%;	
}
#startwrapper {
	clear: both;
	height: 610px;
	width: 870px;
	margin: 0 auto;
}
#contentwrapper {
	position: relative;
	min-height: 600px;
	width: 870px;
	margin: 0 auto;
}

#startcontent {
	position: relative;
}

.menu {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	color: #505060;
	line-height: 30px;
}
       
a {
	text-decoration: none;
	color: #505060;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #800012;
}

#menuLeft {
	position: absolute;
	text-align: left;
	top: 25px;
	width: 500px;
	
	margin-left: 35px;
	text-align: left;
}
#menuRight {
	position: absolute;
	text-align: right;
	top: 25px;
	width: 300px;
	margin-left: 535px;
}

#texts {
	position: absolute;
	top: 235px;
	left: 400px;
	width: 380px;
	height: 120px;	
	
}
.infobox {
	font-family: Times New Roman,serif;
	font-size: 16px;
	font-style: italic;
	color: #800012;
	display: none;
}

.i0 {
	display: block;
}

#bgsprite {
	position: absolute;
	top: 145px;
	left: 55px;
	width: 320px;
	height: 250px;
	background-image: url(../images/bgsprite320x250.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
		

div#starttop {
	background-image: url(../images/start_top.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}
	

div#startcontent {
	background-image: url(../images/bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	height: 400px;
}

div#bottom {
	background-image: url(../images/bottom.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 45px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #505060;
	text-align: right;
	padding-right: 35px;
	padding-top: 12px;
}

div#contenttop {
	background-image: url(../images/content_top.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 165px;
}
div#content {
	background-image: url(../images/bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

div#ctitle {
	position: absolute;
	top: 108px;
	left: 200px;
	font-family: Times New Roman,serif;
	font-size: 30px;
	font-weight: bold;
	color: #800012;
}
div#clocation {
	position: absolute;
	top: 92px;
	left: 200px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #505060;
}

div#cicon {
	position: absolute;
	left: 10px;
	top: 13px;
	width: 180px;
	height: 140px;
	background-image: url(../images/bgsprite180x140.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
div#cmenu {
	position: absolute;
	left: 25px;
	top: 179px;
	width: 155px;
	height: 200px;
}
div#ctext {
	margin-left: 200px;
	width: 640px;
	padding: 15px 0;
	font-size: 14px;
	line-height: 18px;
	min-height: 450px;	
}




#cmenu {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
}
#cmenu a.menuMain {
	font-size: 14px;
}
#cmenu a.menuSub {
	font-size: 12px;
	padding-left: 10px;
}
#cmenu a.active {
	color: #800012;
	font-weight: bold;
}


/*
 * Link List
 *
 */
 
.linkList {
}
.linkList li {
	margin-bottom: 5px;
}
.linkList .link_title {
	font-weight: bold;
}
.linkList .link_desc {
	font-size: 12px;
}


/*
 * General
 *
 */

strong {
	font-weight: bold;
}

p, ul {
	margin-bottom: 10px;
}

	
.bullets li {
	list-style: disc;
	margin-left: 2em;
	margin-bottom: 2px;
}




/*
 * Tariftabelle
 *
 */

#tariftabelle {
	border: 1px solid black;
	margin: 10px 0;
	font-size: 11px;
	width: 620px;
}
#tariftabelle td, #tariftabelle th {
	border: 1px solid black;
	padding: 1px;
	text-align: center;
}

#tariftabelle .no {
	font-size: 9px;
}

#tariftabelle .col1 {
	text-align: left;
	width: 150px;
}

.fussnote {
	font-size: 12px;
}

/*
 * Kontakt
 *
 */

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #800012;
	margin-top: 20px;
	margin-bottom: 8px;
}

em {
	font-style: italic;
	color: #800012;
}

.small {
	font-size: 80%;
}


/*
 * Kontaktformular
 *
 */
 
form.contactForm table {

	border-spacing: 5px;
	border-collapse: separate;
}
form.contactForm table tbody tr td {
	vertical-align: top;
}

form.contactForm label {
	line-height: 20px;
}


.w300 {
	width: 300px;
}
.w100 {
	width: 100px;
}

form.contactForm input, form.contactForm textarea {
	background-color: #ffffff;
	border: 1px solid #999999;
	font-family: inherit;
	font-size: 12px;
	padding: 2px;
}

form.contactForm input:focus, form.contactForm textarea:focus {
	background-color: #faf0f0;
}

form.contactForm input.button {
	font-weight: bold;
	color: #505060;
	background-color: #F0F0F0;
	width: 110px;
	height: 30px;
}
form.contactForm input.button:hover {
	color: #800012;
	cursor: pointer;
}

span.error {
	color: #800012;
	font-size: 10px;
}

img.captcha {
	margin-top: 3px;
}

.vtop {
	vertical-align: top;
}

input[type=checkbox], input[type=radio] {
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}
input[type=radio] {
	bottom: 2px;
}


