/* @group Base */

* {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
a {
	outline: none;
	color: #000000;
}
ul, li {
	list-style-type: none;
}
html, body {
	height: 100%;
}
body {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

.subtitle {
	font-size: 12px;
	color: #bb3227;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 6px;
}

.bild_links {
     float: left;
     margin: 0px 8px 0px 0px;
}

.bild_rechts {
     float: right;
     margin: 0px 0px 0px 8px;
}

.hidden {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

/* @end */

/* @group Layout */

#wrapper {
	position: relative;
	top: 0; left: 0; 
	text-align: center;
  	height: 100%;
  	min-width: 971px;
  	background: url(../img/background.png) 50% 0 no-repeat;
}

#inner_wrapper {
	position: relative;
	top: 0; left: 0;
	margin: 0 auto;
	width: 971px;
	height: 100%;
}

#header {
	text-align: left;
}

#header div.bildbox_cont1 {
  	width: 250px;
  	float: left;
	padding: 0;
	margin: 0 4px 4px 0;
	border: 1px solid #a3a3a3;
}

#header div.bildbox_cont2 {
	width: 250px;
	float: left;
	padding: 0;
	margin: 0 4px 4px 0;
	border: 1px solid #a3a3a3;
}

#header div.bildbox_cont3 {
	width: 250px;
	float: left;
	padding: 0;
	margin: 0 4px 4px 0;
	border: 1px solid #a3a3a3;
}

#container {
  	float: left;
	background-color: #ffffff;
	background-image: url(../img/container_background.gif);
	background-repeat: repeat-y;
}

#content {
	width: 460px;
	height: 100%;
	float: left;
	text-align: left;
	background: #ffffff;
	padding: 20px 20px 20px 26px;
	margin: 0  0  0 4px;
	border-top: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
}

#footer {
  width: 764px;
  height: 30px;
  float: left;
  background-color: #ffffff;
  background-image: url(../img/container_footer.gif); 
  background-repeat: no-repeat;
}

#navigation {
	width: 252px;
	bottom: 0px;
	float: left;
	text-align: left;
	margin: 0px;
	border-top: 1px solid #a3a3a3;
}
#navigation a {
	text-decoration: none;
}

div.navbox {
	margin: 15px 0 0 40px;
	color: #707070;
}
div.navbox a {
	color: #707070;
}

ul#navlist li {
   font-size: 13px;
   font-weight: bold;
   display: block;
   padding: 3px 0 2px 0;
   border-top: 1px solid #bb3227;
}
ul#navlist li a {
   color: #707070;
}

ul#navlist li.aktiv {
	color: #bb3227;
	/* border-top: 1px solid #bb3227; */
}
ul#navlist li.aktiv a {
	color: #bb3227;
}

ul#navlist ul li {
   font-size: 11px;
   display: list-item;
   color: #707070;
   border-top: 1px solid #a3a3a3;
   padding: 3px 0 2px 4px;
   margin: 0 0 0 0px;
   list-style-type: square;
   list-style-position: inside;
}
ul#navlist ul li a {
   color: #707070;
}
ul#navlist li.aktiv ul li a {
   color: #707070;
}

ul#navlist ul li.aktiv a {
	color: #bb3227;
}

ul#navlist li.aktiv ul li.aktiv a {
	color: #bb3227;
}

ul#navlist ul li.aktiv a {
    color: #bb3227;
}

#news {
	width: 201px;
	height: 224px;
	float: left;
	text-align: left;
	background: #ffffff;
	margin: 0 0 0 4px; 
	border: 1px solid #a3a3a3;
}

div.newsbox {
	margin: 20px;
}

/* @end */

/* @group Content */

.balken {
  float: right;
  margin: 0 0 0 0px;
  background-color: #bb3227;
}
.balken_edge {
  float: right;
}

.footerbox {
  float: right;
  height: 14px;
  color: #ffffff;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 9px;
  padding-top: 2px;
  background-color: #bb3227;
}
.footerbox a {
  color: #ffffff;
}

h2 {
	font-size: 16px;
	color: #bb3227;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 12px;
}

h3 {
	font-size: 12px;
	color: #bb3227;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 6px;
}

.team {
	float: left;
	width: 107px;
	padding: 0 4px 12px 4px;
	display:inline;
	font-size: 10px;
}

/* @end */

/* @group WE */

.we_edit_box textarea  {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ff0000;
	background-color: #ffffff;
}	

.we_edit_box input {
  width: 460px;
}

/* @end */
