body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-y;
	margin: 0;
}

body, p, li {
	color: #002546;
	line-height: 18px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

p {
	margin-bottom: 0.5em;
}

li {

	list-style-type: disc;

	list-style-position: outside;

}

h1 {
	color: #002546;
	line-height: 24px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 0px
}

h2 {
	font-weight: bold;
	color: #A3022F;
	line-height: 18px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
}

h3 {
	font-weight: bold;
	color: #002546;
	line-height: 18px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.comment {
	font-size: 11px;
	line-height: 14px;
	color: #7B8E9E;
}

a {
	color: #A3022F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.stroke {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #B9C2CB;
	padding: 3px;
	margin-top: 10px;
}

.stroke_teaser {
	margin-bottom: 5px;
	border: 1px solid #B9C2CB;
	padding: 3px;
	margin-top: 10px;
}

#title {
	margin-right: 70px;
	margin-left: 70px;
}

#con {
	margin-left: 70px;
	margin-bottom: 20px;
	margin-right: 70px;
	margin-top: 20px;
	width: 556px;
	padding: 10px;
	border: solid 1px;
	border-color: #E1E1E1;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	background-color: #F7F7F7;
}

#content {
	background-color: #DBDEE0;
	background-image: url(images/bg_page.gif);
	background-repeat:repeat-x;
	width:950px;
	border: 0px solid red;
}

#maintop {
	background-color: #DBDEE0;
	background-image: url(../images/main-top.gif);
	background-repeat: no-repeat;
	width:685px;
	display:block;
}

#mainend {
	background-image: url(../images/main-bottom.gif);
	background-repeat: no-repeat;
	width:685px;
	height:5px;
}

#teaser {
	float: left;
	border: 0px solid red;
	width: 225px;
	margin-left: 10px;
}

#teasertop {
	background-image: url(../images/teaser-top.gif);
	background-repeat: no-repeat;
	width: 225px;
}

#teaserend {
	background-image: url(../images/teaser-bottom.gif);
	background-repeat: no-repeat;
	height:5px;
	margin-bottom:10px;
	width: 225px;
}

#marg10 {
	padding: 10px 15px 10px 10px;
}

#col1_content {
	background-image: url(../images/main-top.gif);
	background-repeat: no-repeat;
}

#col1 {
	margin-left:15px;
}

/*Formelemente*/

.form_e11 {
	color: #002546;
	font-size: 11px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	background-color: #F6F7F7;
	width: 190px;
}

.form_e11:focus {
	background-color: white;
}

.form_txt {
	color: #002546;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 190px;
}

.form_row {
	display:block;
	clear: both;
	margin-bottom: 5px;
	margin-top: 5px;
}

a.button {
	height: 15px;
	padding:3px 5px 3px 5px;
	line-height: 22px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #002546;
	color: white;
}

a.button:hover {
	background-color: #A3022F;
	text-decoration: none;
}

a.buchen {
	height: 15px;
	padding:3px 5px 3px 5px;
	line-height: 22px;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #002546;
	color: white;
}

a.buchen:hover {
	background-color: #A3022F;
	text-decoration: none;
}


