@charset "utf-8";
/* Tags */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: transparent;
}

a {
	color: #000;
}
h1, h2, h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #EEAB1C;
}



/* Container */
.container {
	margin: 0 auto;
	width: 960px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
}
.startpage {
	margin-top: 50px;
	padding-left: 130px;
}
.startpage #startbtn a {
	margin-left: 290px;
	text-decoration: none;
	font-weight: bold;
	color: #EEAB1C;
}




/* Klassen */
.header {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #EEAB1C;
	height: 210px;
	background-image: url(img/header.jpg);
	overflow: hidden;
}

.header #headerID {

}
.language {
	font-size: 11px;
	font-weight: bold;
}
.language a{
	text-decoration: none;
	color: #605C53;

}

.topnav {
	margin-top: 2px;
	margin-bottom: 0px;
	border-bottom: solid #CCCCCC 1px;
	padding-bottom: 2px;
	background-repeat: repeat-x;
	height: 28px;
	width: 960px;
	overflow: hidden;
}
.topnav a{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #50638B;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 28px;
	height: 28px;
	float: left;
	background-image: url(img/bg_btn.gif);
	background-repeat: repeat-x;
	width: 94px;
	text-align: center;
	border-right: solid #FFF 2px;
}




/* Colums */
.left {
	width: 170px;
	float: left;
}
.right {
	width: 240px;
	float: right;
	padding-top: 20px;
}
.right h3 {
	font-size: 12px;
	padding-left: 5px;
	color: #FFF;
	height: 20px;
	line-height: 20px;
	background-color: #AAB1C1;
}
.right p {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.box {
	background-repeat: no-repeat;
	background-image: url(img/bg_box.jpg);
	padding: 5px;
	font-size: 12px;
	height: 200px;
	margin-top: 10px;
}
.right form input {
	padding: 2px 5px 2px 5px;
}

.box ul{
	margin-left: 20px;
	
}
#buchen {
	margin-top: 0px;
	text-align: right;
	margin-bottom: 10px;
}

#buchen a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}





.content {
	float: left;
	padding-left: 20px;
	width: 500px;
	text-align: left;
	padding-top: 20px;
	font-size: 12px;
}
.content ul {
	margin-bottom: 5px;
}

.content p {
	margin-bottom: 5px;
}
.content li {
	margin-left: 20px;
}


.content h1 {
	margin-bottom: 10px;
}
.content h2 {
	margin-bottom: 10px;
	font-style: italic;
	font-size: 12px;
	margin-top: 10px;
}

.content h3 {
	margin-bottom: 10px;
	font-size: 12px;
}
.content table#presse {
	margin-left: 40px;
}
.content table tr td h1 {
	margin-top: 8px;
}


.content #presse tr td a img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 2px;
}
.content #presse tr td a:hover img {
	border: 1px solid #EEAB1C;
	padding: 2px;
	margin: 2px;
}


#select {
	background: #EEAB1C;
	color: #FFF;
}
.button {
	background-color: #E5E5E5;
	float: right;
	padding: 15px;
	border: solid #A5ADBD 1px;
	margin-left: 20px;
	text-decoration: none;
	margin-bottom: 10px;
	background-image: url(img/bg_box.png);
	background-repeat: repeat-x;
}
.button p a {
	color: #615956;
	text-decoration: none;
}
.button p a:hover {
	color: #E09F00;
}



.content #galerie tr td a img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 2px;
}

.content #galerie tr td a:hover img {
	border: 1px solid #EEAB1C;
	padding: 2px;
	margin: 2px;
}




/* Navigation */
.navigation {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navigation li {
	font-weight: bold;
	color: #39C;
	list-style-type: none;
	line-height: 22px;
	height: 22px;
	margin-bottom: 2px;
	display: block;
	border-bottom: solid #CCCCCC 1px;
}
.navigation ul {
	list-style-type: none;
}
.navigation a {
	text-decoration: none;
	padding-left: 5px;
	color: #50638B;
	display: block;
	width: 165px;
}
.navigation a:hover{
	background-color: #EEAB1C;
	display: block;
	color: #FFF;
}
.footer {
	margin-top: 10px;
	height: 106px;
	line-height: 130px;
	font-size: 12px;
	padding-left: 190px;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
}
.footer p a {
	text-decoration: none;
}
.footer p a:hover {
	color: #EEAB1C;
}

.footer2 {
	height: 45px;
	font-size: 12px;
	text-align: center;
}
.Text18 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.Text16 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.Text12 {
	font-weight: bold;
	color: #666;
}
.left h3 {
	font-size: 12px;
	padding-left: 5px;
	color: #FFF;
	height: 20px;
	line-height: 20px;
	background-color: #AAB1C1;
}
.left p {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bildLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	border: solid #CCCCCC 1px;
	padding: 2px;
}
.bildFloatLeft {
	float: left;
	padding-right: 5px;
}
.bildFloatRight {
	float: right;
	padding-left: 5px;
}
#marginButton {
	margin-bottom: 4px;
}








.clear {
	clear: both;
}
#keywords {
	text-align: left;
	letter-spacing: 1px;
	color: #AAB1C1;
}

