html, body {
  width:100%;
  height:100%;
}

body{
  background-color:#000;
  font-family:Verdana, Arial, sans-serif;
	font-size:10px;
}

div, p, body, a, table, tr, td, h1, h2, h3, h4, form {
  border:none;
  outline:none;
  margin:0px;
  padding:0px;
}

img {
  outline:none;
  margin:0px;
  padding:0px;
}

h1 {
  font-size:16px;
  margin-bottom: 5px;
}

h4 {
  font-size:12px;
  margin-bottom: 5px;
}

.clear_div{
  clear:both;
}

a {
  color:black;
}

a:hover {
  color:#DF0504;
}

#total_wrapper {
  width:100%;
  background:url(../template_pics/body.png) repeat-x 0px 100%;
}

#header_wrapper {
	width:100%;
	background-color:#000;
}

#header{
	position:relative;
	width:780px;
	height:144px;
}

#tab_buttons_wrapper {
	position:absolute;
	top:125px;
	left:0px;
	width:780px;
	height:19px;
}

.tab_button_container {
  height:100%;
  position:relative;
  background:#000 url(../template_pics/tab_button_container.png);
  float:left;
}

.tab_button_divider_left {
  width:1px;
  height:100%;
  position:absolute;
  left:0px;
  top:0px;
  background: url(../template_pics/tab_button_divider_left.png);
}

.tab_button_divider_right {
  width:1px;
  height:100%;
  position:absolute;
  right:0px;
  top:0px;
  background: url(../template_pics/tab_button_divider_right.png);
}

.active .tab_button{
  background:url(../template_pics/tab_button_container_active.png);
  border-bottom-color:#bc1919;
}

.active .tab_button:hover{
  background:url(../template_pics/tab_button_container_active.png);
}

.active .tab_button_divider_left {
  background:url(../template_pics/tab_button_divider_left_active.png);
}

.active .tab_button_divider_right {
  background:url(../template_pics/tab_button_divider_right_active.png);
}

.tab_button {
  height:16px;
  border-bottom:#d87b7b 1px solid;
  position:absolute;
  left:1px;
  top:0px;
  background:transparent;
  cursor:pointer;
  padding-top:2px;
  font-size:11px;
  color:white;
  text-decoration:none;
  text-align:center;
  outline:none;
}

.tab_button:hover {
  background:url('../template_pics/tab_button_hover.png');
  color:white;
}

#tabs_bottom_stroke {
	position:relative;
	width:780px;
	height:3px;
  background:green url('../template_pics/tabs_bottom_stroke.png');
}

#tabs_bottom_stroke_left {
  font-size:3px;
  width:1px;
  height:3px;
  position:absolute;
  left:0px;
  bottom:1px;
  background-color:#ca4a4a;
}

#tabs_bottom_stroke_right {
  font-size:3px;
  width:1px;
  height:3px;
  position:absolute;
  right:0px;
  bottom:1px;
  background-color:#771010;
}

#content_top_stroke {
	text-align:left;
	width:780px;
	height:11px;
  background:white url(../template_pics/content_top_stroke.png) repeat-x;
}

#content_menu_wrapper_corner {
  width:182px;
  height:10px;
  border-top:1px solid white;
  background:#bebebe url(../template_pics/content_top_stroke_corner.png) no-repeat 100% 100%;
}

#content_contact_wrapper_corner {
	float:right;
  width:198px;
  height:10px;
  border-top:1px solid white;
  background:#bebebe url(../template_pics/content_top_stroke_corner_right.png) no-repeat 0% 100%;
}

#contact_wrapper {
	width:188px;
	height:100%;
	text-align:left;
	position:absolute;
	right:2px;
	top:-9px;
}

#contact_wrapper h4 {
	color:#444444;
	font-size:11px;
	margin:4px 2px;
}

#contact_wrapper_form {
	background-color:#ddd;
	border-bottom:1px solid #eee;
	border-top:1px solid #999;
	padding:2px;
}

.contact_input {
	border-width:1px;
	font-size:10px;
	height:12px;
	margin:1px 0px;
	width:180px;
}

#contact_wrapper textarea {
	border-width:1px;
	font-size:10px;
	height:50px;
	margin:2px 0px;
	width:180px;
}

#contact_wrapper select {
	border-width:1px;
	font-size:10px;
	margin:2px 0px;
	width:182px;
}

#contact_wrapper_submit {
	float:right;
	width:100px;
	margin:5px 4px;
}

#contact_data {
	position:absolute;
	bottom:-3px;
	color:#000;
	text-align:right;
}

#contact_data img {
	border:none;
	margin:0px;
	padding:0px;
}

#contact_data a {
  display:block;
	margin:0px;
	outline:none;
  padding:0px;
}

#content_wrapper {
	position:relative;
	width:780px;
	min-height:458px;
	border-bottom:black 1px solid;
	font-size:10px;
}

#content {
  float:left;
	text-align:left;
  font-size:10px;
  margin:3px 10px;
}

#content hr{
	border-top:#aaa 1px solid;
	border-bottom:#ddd 1px solid;
	border-left:none;
	border-right:none;
}

#content_menu_wrapper {
	text-align:left;
  font-size:10px;
  width:165px;
  height:100%;
  float:left;
  padding:0px 5px 5px 5px;
}

#footer_wrapper {
	padding-bottom:20px;
}

#footer {
	position:relative;
	padding-top:2px;
	font-size:10px;
	color:#bbb;
	height:19px;
	width:780px;
	background:transparent url(../template_pics/footer.png) repeat-x;
}

#footer a{
  font-size:10px;
  color:#bbb;
  text-decoration:none;
}

#footer a:hover{
  color:white;
}

#footer_left {
  width:8px;
  height:19px;
  position:absolute;
  top:0px;
  left:0px;
  background:url(../template_pics/footer_left.png);
}

#footer_right {
  width:8px;
  height:19px;
  position:absolute;
  top:0px;
  right:0px;
  background:url(../template_pics/footer_right.png);
}

#impressum_contact_table td{
	vertical-align:top;
	padding:0px 0px 10px 0px;
	width:50%;
}
