@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
}

body {
	background-color:#FFF;
	background-image:url(../img/bg.jpg);
	background-position:left -40px;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
	height:40px;
}

.pink {
	color:#c11d70;
}

.braun {
	color:#f3c87f;
}

#page {
	width:970px;
	margin:0 auto;
	background-image:url(../img/rahmen_mitte.jpg);
	background-repeat:repeat-y;
	margin-top:29px;
}

#page #top {
	background-image:url(../img/rahmen_top.jpg);
	background-repeat:no-repeat;
	width:970px;
	height:31px;
}

#page #inner {
	background-image:url(../img/rahmen_oben.jpg);
	background-repeat:no-repeat;
	width:930px;
	padding-left:20px;
	padding-right:20px;
}

#page #main #content {
	padding-left:268px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}


#page #main #content #flash-header {
	margin-bottom:20px;
}

#page #main #content #images {
	float:right;
	width:190px;
	height:200px;
	padding-left:20px;
	padding-right:20px;
}

#page #main #content #images img {
	clear:left;
	margin-bottom:20px;
	border:1px solid white;
}

#page #main #content #images p {
	margin:0;
}

#page #main #content #text {
	padding-left:40px;
	padding-right:30px;
	margin-right:240px;
	line-height:16pt;
	background-image:url(../img/dashed.gif);
	background-repeat:repeat-y;
	background-position:right top;
	border-spacing:
}

#page #main #content #text a img {
	border:1px solid white;
}

#page #main #content #text h1 {
	font-family:"Courier New", Courier, monospace;
	font-size:20pt;
	color:#d6a460;
	margin:0px 0px 12px 0px;
	padding:0;
	line-height:20pt;
}

#page #main #content #text h2 {
	font-family:"Courier New", Courier, monospace;
	font-size:14pt;
	color:#d6a460;
	line-height:18pt;
}

#page #main #content #text h3 {
	font-family:"Courier New", Courier, monospace;
	font-size:12pt;
	color:#d6a460;
	line-height:16pt;
}

#page #main #content #text h4 {
	font-family:"Courier New", Courier, monospace;
	font-size:11pt;
	color:#d6a460;
	line-height:14pt;
}

#page #main #content #text h5 {
	font-family:"Courier New", Courier, monospace;
	font-size:11pt;
	color:#d6a460;
	line-height:12pt;
}

#page #main #content #text h6 {
	font-family:"Courier New", Courier, monospace;
	font-size:11pt;
	color:#d6a460;
	line-height:12pt;
}

#page #main #content #text p {
	margin:0px 0px 12px 0px;
	padding:0;
}

#page #main #content #text a {
	color:#9d0d15;
	text-decoration:underline;
}

#page #main #content #text a:visited {}
#page #main #content #text a:hover {
	text-decoration:none;
}
#page #main #content #text a:active {}

#page #main #left {
	float:left;
	width:252px;
}

#page #bottom {
	background-image:url(../img/rahmen_unten.jpg);
	background-repeat:no-repeat;
	width:970px;
	height:33px;
	font-family:"Courier New", Courier, monospace;
	color:#000;
	font-size:9pt;
	text-align:center;
	padding-top:3px;
}

#page #links {
	background-color:#FFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding-bottom:20px;
}

#page #links ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#page #links li {
	list-style-type:none;
	display:inline;
	text-transform:uppercase;
	padding:0;
	margin:0;
}


#page #links li.active a {
	color:#9d0d15;
}

#page #links li a {
	color:#000;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
	border-right:1px solid black;
}

#page #links li.last a {
	border:0;
}
#page #links a:visited {}
#page #links a:hover {
	text-decoration:underline;
}
#page #links a:active {}

#submenu {
	text-align:center;
	width:238px;
	background-color:#000;
	padding-top:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	line-height:15pt;
}
#submenu a {
	color:#9d0d15;
	text-decoration:underline;
}

#submenu li.active a {
	color:#d6a460;
}

#submenu a:visited {}
#submenu a:hover {
	text-decoration:none;
}
#submenu a:active {}
#submenu p {
	margin-top:0;
}

input {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	border:0;
	padding:4px;
}

input#cfName {
	width:200px;
}

input#cfEmail {
	width:200px;
}

textarea#cfMessage {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	width:350px;
	height:140px;
	border:0;
	padding:4px;
}

input#cfContact {
	width:auto;
	color:#000;
	font-weight:bold;
	background-color:#CCC;
}

.errors {
	font-size:9pt;
	margin-bottom:20px;
	padding:5px;
	border:1px solid #fff;
	background-color:#F66;
	color:#000;
}
