*{
	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 {
	display:none;
}
#navi{
	display:none;
}
#marginalspalte{
	display:none;
}
#main{
	width:574px;
	float:left;
}
h2{
	color:#fff;
	font-size:100%;
	font-weight:normal;
	line-height:22px;
	padding:1px 0 0 10px;
}
h2.rot{
display:none;
}
h2.blau{
display:none;
}
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;
}



#footer{
display:none;
}
.neuezeile{
	clear:both;
	margin:0;
	padding:0;
	height:0;
	visibility:hidden;
}

/* tabelle für reisen */
table{
	width:80%;
	border-collapse:collapse;
	margin:auto;
	margin-bottom:10px;
}
td{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:2px;
}

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:120px;
}
label.umbruch{
	float:none;
	width:370px;
}
fieldset{
	margin-bottom:10px;
}
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;
}