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

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-color: #FFF;
	color: #333;
}
#rapper {
	margin: 0px auto;
	padding: 0px;
	width: 1024px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	background-repeat: no-repeat;
	height: 100%;
}
#header {
	height: 150px;
	width: 920px;
	margin: 0px 0px 10px 0px;
	float: left;
	background-color: #CCC;
}
.slogan {
	width: 100%;
	float: left;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	text-align: center;
	width: auto;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-transform: none;
	text-align: center;
}
.widget {
	float: left;
	width: 100%;
	text-align: center;
	margin: 23px 0px 0px 0px;
}
.slogan_bottom {
	width: 940px;
	float: left;
	padding: 0px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	text-align: center;
}
#content {
	margin: 10px 0px 0px 50px;
	padding: 10px;
	width: 920px;
	height: auto;
	float: left;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-box-shadow: 2px 2px 5px #999999;
	-moz-box-shadow: 2px 2px 5px #999999;
	box-shadow: 2px 2px 5px #999999;
}
#sidebar {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	width: 280px;
	height: auto;
}
.sidebarbox {
	margin-bottom:10px;
	font-size:12px;
	float: left;
	width: 270px;
}
.sidebarbox h2 {
	color:#FFF;
	font-size:12px;
	text-align:center;
	padding:4px;
	font-weight:normal;
	text-transform: uppercase;
	background-image: url(../images/backsmall2.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #300;
}
.sidebarbox h3 {
	color:#902c12;
	font-size:12px;
	text-align:center;
	display:block;
	padding:4px;
	font-weight:normal;
	text-transform: uppercase;
}
.sidebarbox img {
	border:1px solid #ffffff;
}
.sidebarbox ul {
	list-style:none;
	padding-top:5px;
}
.sidebarbox ul li {
	font-size:12px;
	float:left;
	width:170px;
	margin-bottom:2px;
	text-align: center;
	margin-left: 10px;
	text-transform: uppercase;
}
.sidebarbox ul li a {
	padding:5px;
	font-size:12px;
	background:url(../images/sidebar_bg.png) repeat;
	color:#b25310;
	float:left;
	width:170px;
	margin-bottom:2px;
	text-align: center;
	border-top: 1px solid #F96;
	border-right: 1px solid #F63;
	border-bottom: 1px solid #F63;
	border-left: 1px solid #F96;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	text-transform: uppercase;
}
.sidebarbox ul li a:hover {
	padding:5px;
	font-size:12px;
	background:url(../images/sidebar_bg_hover.png) repeat;
	color:#b25310;
	float:left;
	width:170px;
	margin-bottom:2px;
	text-align: center;
	border-top: 1px solid #F63;
	border-right: 1px solid #F96;
	border-bottom: 1px solid #F96;
	border-left: 1px solid #F63;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	text-transform: uppercase;
}
.sidebar-textbox {
	font-size:12px;
	float: left;
	width: auto;
	margin: 0px 0px 0px 10px;
}
.sidebar ul {
	list-style:none;
}
.sidebar ul li {
	padding:5px;
	font-size:12px;
	background:#ffffff url(../images/backsmall.jpg) repeat;
	color:#FFF;
	float:left;
	width:190px;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.boxinhalt {
	float: left;
	width: 100%;
	margin: 5px 0px 5px 0px;
}
#main {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	float: left;
	height: 1600px;
}
.box {
	margin-bottom:10px;
	font-size:12px;
	float: left;
	width: 500px;
	border-top: 1px solid #600;
	border-right: 1px solid #630;
	border-bottom: 1px solid #630;
	border-left: 1px solid #600;
}
.box h2 {
	color:#FFF;
	font-size:12px;
	text-align:center;
	padding:4px;
	font-weight:normal;
	text-transform: uppercase;
	background-image: url(../images/backsmall2.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #300;
}
.box h3 {
	color:#902c12;
	font-size:12px;
	text-align:center;
	display:block;
	padding:4px;
	font-weight:normal;
	text-transform: uppercase;
}
.box img {
	border:1px solid #ffffff;
}
.box ul {
	list-style:none;
	padding-top:5px;
}
.box ul li {
	padding:5px;
	font-size:12px;
	background:#ffffff url(../images/backsmall.jpg) repeat;
	color:#b25310;
	float:left;
	width:130px;
	margin-left:10px;
	margin-bottom:10px;
	text-align: center;
	border-top: 1px solid #FC9;
	border-right: 1px solid #930;
	border-bottom: 1px solid #930;
	border-left: 1px solid #FC9;
}
.box1 {
	margin-bottom:10px;
	border: 1px dotted #930;
	font-size:12px;
}
.box1 h3 {
	color:#902c12;
	font-size:12px;
	text-align:center;
	display:block;
	padding:4px;
	font-weight:bold;
}
.box1 h2 {
	color:#902c12;
	font-size:13px;
	text-align:center;
	display:block;
	padding:4px;
	font-weight:bold;
}
.box1 img {
	border:1px solid #ffffff;
}
.ausrichtunglinks {
	float:left;
	margin-right:10px;
}
.ausrichtungrechts {
	float:right;
	margin-left:10px;
}
.boxmitinhalt {
	margin-bottom:10px;
	border: 1px solid #930;
	font-size:12px;
}
.boxmitinhalt h2 {
	color:#902c12;
	font-size:12px;
	text-align:center;
	padding:4px;
	font-weight:normal;
	text-transform: uppercase;
	background-image: url(../images/backsmall2.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC9;
}
.boxmitinhalt img {
	border:1px solid #ffffff;
}
.boxmitinhalt_txt {
	padding:8px;
	font-size:13px;
	color:#930;
	text-align:justify;
	margin-right:230px;
}
.txt {
	padding:8px;
	font-size:12px;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
}
.txt2 {
	padding:8px;
	font-size:13px;
	color:#333;
	text-align:center;
}
.txt a, .txt2 a, .boxinhalt_txt a {
	color:#600;
	text-decoration:underline;
}
.txt a:hover, .txt2 a:hover, .boxinhalt_txt a:hover {
	color:#600;
	text-decoration:underline;
}
.paar {
	margin-bottom:10px;
	font-size:12px;
	width:600px;
	height: 300px;
}
.paar h3 {
	color:#333;
	font-size:16px;
	text-align:center;
	display:block;
	padding:4px;
	font-weight:normal;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.paar img {
	border:0px solid #ffffff;
	text-align: center;
}
.links {
	float:left;
}
.rechts {
	float:right;
}
.mitte {
	margin: 0px 5px;
	float: left;
	padding: 0px;
}
.nomargin {
	margin-right:0px;
}
.br {
	clear:both;
}
.linkbox {
	margin-bottom:10px;
	font-size:12px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.linkbox h3 {
	color:#FFF;
	font-size:12px;
	text-align:center;
	display:block;
	padding:4px;
	font-weight:normal;
}
.linkbox_txt {
	text-align: center;
	padding: 5px;
}
.linkbox img {
	border:1px solid #ffffff;
}
#footer {
	padding:10px;
	text-align:right;
	color:#600;
	float: left;
	margin: 0px 0px 0px 50px;
	width: 920px;
	height: auto;
	font-size: 10px;
}
.footer a {
	color:#3C2900;
	text-decoration:underline;
}
.linkbox_klein {
	margin-bottom:10px;
	font-size:12px;
	width:300px;
	height: 200px;
	border-top: 1px solid #600;
	border-right: 1px solid #630;
	border-bottom: 1px solid #630;
	border-left: 1px solid #600;
}
.linkbox_klein h3 {
	color:#FFF;
	font-size:12px;
	text-align:center;
	display:block;
	padding:4px;
	font-weight:normal;
	background-image: url(../images/backsmall2.jpg);
}
.linkbox_klein img {
	border:0px solid #ffffff;
	text-align: center;
}
.textbox {
	margin-bottom:10px;
	font-size:12px;
	float: left;
	width: 610px;
	text-align: center;
}
.txt img {
	margin: 2px;
	padding: 1px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}
.textbox2 {
	margin-bottom:10px;
	font-size:12px;
	float: left;
	width: 920px;
	text-align: center;
}

