*{
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-size: 80%;
	background: #fff;
	font-family: "Arial",sans-serif;
	text-align:center;
}
img, a img, table {
	border: 0;
}

.mitte{
	text-align:center;
}

#wrapper {
	width:784px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header {
	height:192px;
	margin:20px 0 7px 0;
}
#navi{
	background:url(images/naviback.jpg) no-repeat;
	margin-bottom:30px;
	height:28px;
	padding:8px 0 0 15px;
}
#navi ul{
	list-style-type:none;
	margin:0;
}
#navi ul li{
	float:left;
	border-right:1px solid #d3d3d3;
	line-height:20px;
	padding:0 5px 0 5px;
	margin:0;
}
#navi ul li.ohne{
	border-right:none;
}
#navi a{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
#navi a:hover{
	color:#305cbb;
	font-weight:bold;
}
#marginalspalte{
	width:204px;
	float:right;
}
#main{
	width:574px;
	float:left;
}
h2{
	color:#fff;
	font-size:100%;
	font-weight:normal;
	line-height:22px;
	padding:1px 0 0 10px;
}
h2.rot{
	background:url(images/main_head_red.jpg) no-repeat;
}
h2.blau{
	background:url(images/right_head_blue.jpg) no-repeat;
}
p{
	line-height:140%;
	text-align:justify;
	margin-bottom:10px;
	height:1%;
}
h1{
	font-size:130%;
	font-weight:bold;
	margin-bottom:5px;
	color:#305cbb;
	height:1%;
}
h3{
	font-size:100%;
	font-weight:bold;
	margin-bottom:0;
	color:#305cbb;
	height:1%;
}
.kasten{
	background-color:#EBEBEB;
}
a{
	color:#305cbb;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
#main .kasten{
	padding:20px 20px 10px 20px;
	background:url(images/main_content_574.jpg) repeat-y;
}
#main .kasten_ende{
	height:7px;
	background:url(images/main_content_end_574.jpg) no-repeat;
	margin-bottom:6px;
}

#marginalspalte .kasten{
	padding:5px;
	background:url(images/right_content_204.jpg) repeat-y;
}
#marginalspalte .kasten_ende{
	height:7px;
	background:url(images/right_content_end_204.jpg) no-repeat;
}




#footer{
	background:url(images/footer.jpg);
	line-height:24px;
	font-size:80%;
	color:#666;
	text-align:center;
	margin:0 0 20px 0;
}
.neuezeile{
	clear:both;
	margin:0;
	padding:0;
	height:0;
	visibility:hidden;
	overflow:hidden;
}

/* tabelle für reisen */
table{
	width:530px;
	border-collapse:collapse;
}
td{
	padding:2px;
}
tr.dunkel,tr.hell{
	cursor:pointer;
}
* html tr.dunkel,* html tr.hell{
	cursor:hand;
}
tr.dunkel{
	background-color:#305cbb;
	color:#fff;
}
tr.hell{
	background-color:#ce2625;
	color:#fff;
}
tr.titelzeile{
	background-color:transparent;
	color:#000;
}
th{
	font-weight:bold;
	padding:2px;
}


/* aufzählung */
ul{
	margin:0 0 10px 30px;
}

li{
	padding-left:10px;
}


/*KOntaktformular*/
legend{
	font-weight:bold;
}

label{
	display:block;
	font-weight:bold;
	float:left;
	width:160px;
}
label.umbruch{
	float:none;
	width:370px;
}
fieldset{
	margin-bottom:20px;
}
input,textarea,select{
	width:250px;
	border:1px solid #ccc;
}
input:focus,textarea:focus{
	border:1px solid #305cbb;
}
input.check{
	width:50px;
	border:none;
}
textarea{
	height:150px;
}
.abschicken input{
	width:370px;
	border-top:1px solid #d6231c;
	border-left:1px solid #d6231c;
	border-right:2px solid #d6231c;
	border-bottom:2px solid #d6231c;
	background-color:transparent;
	cursor:pointer ;
}

.bilder{
	float:right;width:151px;padding-left:20px;
}
.bilder img{
margin-bottom:15px;
}

table.piktos{
	width:350px;
}
table.piktos td{
	text-align:center;
	font-weight:bold;
}