/* -- Zentrale Einstellungen -- */
* {
	margin:0;
	padding:0;
	list-style:none;
}

body {
  font:12px Arial, Helvetica, sans-serif;
  color: #000;
}

h1 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 12px;
}

h2, h3, h4 {
  font-size: 13px;
  font-weight: bold;
  padding: 4px 0 4px 0;
}

p {
  line-height: 16px;
  padding-bottom: 8px;
}

a:link,
a:visited {
    color:#FF0014;
    text-decoration:none;
}

a:hover,
a:active {
	text-decoration: underline;
}

a img {
  border: 0px;
}

div.clearer {
  clear: both;
}

/* -- Hauptseitenelemente -- */

body {
  background:url(../img/background.gif) repeat-x top left;
}

div#main_wrapper {
  width: 950px;
  margin: auto;
}

/* -- Header -- */

div#main_head {
  position: relative;
  margin-top: 50px;
  height: 246px;
  background:url(../user_upload/content_header_dummy.jpg) no-repeat top left; /* muss noch dynamisch gemacht werden */
}

  /* Logo */
  
  div#main_head div#logo {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  /* Navigation */
  
  div#main_head div#navigation {
    position: absolute;
    height: 87px;
    width: 950px;
    top: 159px;
    left: 0px;
    background:#333 url(../img/bg_nav.gif) repeat-x top left;
  }
  
    div#main_head div#navigation ul {
      font-size: 13px;
      /*margin: 6px 0 0 26px;*/
      width: 950px;
      position: absolute;
      top: 6px;
      left: 18px;
    }
  
      div#main_head div#navigation ul li ul {
        position: absolute;
        top: 54px;
        left: 0px;
      }
  
  
      div#main_head div#navigation ul li {
        float: left;
        margin-right: 20px;
      }
  
      div#main_head div#navigation ul li a {
        color: #FFF;
        text-decoration: none;
      }
  
      div#main_head div#navigation ul li a:hover,
      div#main_head div#navigation ul li a.active {
        color: #FF0014;
        text-decoration: none;
      }
      
      div#main_head div#navigation ul li span.slash {
        color: #FF0014;
        margin-right: 7px;
      }


  /* Zweitplatzierung */
  
  div#main_head div#zweitplatzierung {
    position: absolute;
    height: 61px;
    width: 230px;
    top: 128px;
    right: 0px;
    background: url(../img/bg_zweitplatzierung.png) no-repeat top left;
  }
  
    div#main_head div#zweitplatzierung ul {
      margin: 8px 0 0 14px;
    }
    
    div#main_head div#zweitplatzierung ul li {
      padding: 0 0 15px 15px;
      background: url(../img/bg_nav_pfeilchen.gif) no-repeat 0px 5px;
    }
    
    div#main_head div#zweitplatzierung ul li a {
      color: #333;
    }
    
    div#main_head div#zweitplatzierung ul li a:hover {
      color: #FF0014;
      text-decoration: none;
    }


/* -- Content -- */

div#main_content {
  position: relative;
  background-color: #FFF;
  padding: 24px;
  min-height: 400px;
  margin-bottom: 20px;
}

/* hasLayout für IE */
* html div#main_content {
	height: 1%;
}

  div#main_content div#content {
    margin-bottom: 80px;
  }

  div#main_content div#footer {
    position: absolute;
    bottom: 24px;
    left: 24px;
  }
  
    div#main_content div#footer ul li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      float: left;
      margin-right: 12px;
      color: #777;
    }
    
    div#main_content div#footer ul li a {
      color: #777;
    }
    
    div#main_content div#footer ul li a:hover,
    div#main_content div#footer ul li a.active {
      text-decoration: none;
      color: #FF0014;
    }
    
  div#main_content div#vertragshaendler {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  
    div#vertragshaendler p {
      color: #777;
    }
    
  div#main_content div#content ul {
    margin: 10px 0 10px 14px;
  }
    
  div#main_content div#content ul li {
    list-style-type: square;
  }
  
    div#main_content div#content img {
    	padding-bottom: 10px;
    }
  
  
  
/* Kontaktformular
*******************/

h1.wk_header {
	margin-bottom: 20px;
}

table#tab_kontaktformular {
	width:460px;
	height:100%;
}

	table#tab_kontaktformular td.submit {
		text-align:right;
	}

.gen_form {
	width:450px;
	display:block;
	margin-bottom:15px;
}

.gen_form dl {
	margin:20px 0;
}

.gen_form  dt {
	float:left;
	margin:0 0 0 0px;
}


.gen_form  dt.no_float {
	float:none;
}

.gen_form  dd.no_float {
	margin-left:0 !important;
}

.gen_form  dd {
	color:#000;
}

	.gen_form dd {
		margin:8px 0 8px 210px;
	}
		
		.gen_form input.input_option {
			width:147px;
		}
		.gen_form input {
			border:1px solid #D5D5CF;
			padding:1px;
		}

		.gen_form textarea {
			width:147px;
			border:1px solid #D5D5CF;
		}

		.gen_form select {
			width:147px;
			border:1px solid #D5D5CF;
		}

	.gen_form span#contact_Post {
		font-weight: bold;
		color: #FF0014;
	}
	.gen_form span#contact_Telefon {
		color: #FF0014;
		font-weight: bold;
	}
	.gen_form span#contact_Fax dt {
		color: #FF0014;
		font-weight: bold;
	}

input.submit_button {
		border:1px solid #FF0014;
		background:#FFF;
		color:#666666;
		padding:1px 3px;
		margin-bottom: 15px;
}

.error_mess {
	font-size: 12px;
	font-weight: bold; 
	color: red;
}


table.contenttable {
width:100%;
margin:25px 0;
}

table.contenttable td {
vertical-align:top;
}

td.align-right {
text-align:right;
}

sub { vertical-align:text-bottom; font-size:75%; }
sup { vertical-align:text-top; font-size:75%; }

