/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #efefef;
	font: normal 10pt/130% Arial, Tahoma, Sans;
	}
a {
	text-decoration: none;
	}
div.topmenu {
	text-align: center;
	}
a.topmenu {
	margin: 0 12px 0 12px;
	color: #000000;
	font-size: 11pt;
	}
a.topmenu:hover {
	color: #002D73;
	}
a.activetop {
	margin: 0 12px 0 12px;
	color: #002D73;
	font-size: 11pt;
	}

img {
	border-width: 0;
	}


#mainbox {
	position: relative;
	width: 980px;

	border: 1px solid #666666;
	
	margin: 0 auto 0 auto;
	
	background: #ffffff url('../../img/layout/main_gradient.jpg') bottom left repeat-x;
	}


#contentcontainer {
	position: relative;
	margin: 100px 0 25px 0;
	padding: 60px 0 20px 0;
	border: 0px solid red;
	background: transparent url('../../img/layout/wiese_unten.jpg') top right no-repeat;
	}
#contentcontainer table {
	width: 100%; 
	border: 1px solid #bbbbbb;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.9em;
	}
	
table.zeiten td {
	padding: 3px;
	}
#copyfooter {
	position: absolute;
	bottom: 0px;
	left: 15px;
	width: 950px;

	font-size: 0.8em;
	letter-spacing: 2px;
	color: #000000;
		
	border: solid #666666;
	border-width: 1px 0 0 0;
	}	
#footer {
	position: relative;
	left: 15px;
	width: 950px;
	height: 25px;
		
	text-align: center;
	letter-spacing: 2px;
	color: #666666;
	padding: 5px 0 0 0;
		
	border: solid #666666;
	border-width: 1px 0 0 0;
	}
#footercontent {
	width: 500px;
	margin: 0 auto 0 auto;
	text-align: center;
	}
#footer a {
	font-size: 1.1em;
	float: left;
	display: block;
	margin: 0 10px 0 10px;
	color: #555555;	
	}	
#footer a:hover {
	color: #ffffff;
	}
	
	
#flashcontainer {
	position: absolute;
	top: 0;
	right: 0;
	}

div.welten {
	float: left;
	width: 196px;
	margin: 0 8px 0 8px;
	padding: 0 7px 0 7px;
	color: #666666;
	letter-spacing: 2px;
	font-size: 1.1em;
	}

div.welten div {
	padding: 5px 0 0 0;
	letter-spacing: 0;
	font-size: 0.9em;
	}
div.welten a {
	color: #666666 !important;
	}
div.welten a:hover {
	color: #002D73 !important;
	}
div.welten a.active {
	color: #002D73 !important;
	}




div.centertext {
	text-align: center;
	}
div.center {
	margin: 0 auto 0 auto;
	}
div.center a {
	color: #002D73;
	}
div.center a:hover {
	color: black;
	}
	
div.clear {
	clear: both;	
	}


h1, h2, h3 {
	font-weight: normal;
	line-height: 130%;
	color: #333333;
	}
h1 {
	font-size: 1.8em;
	}
h2 {
	font-size: 1.3em;
	}


/* PDF Downloads */
div.download {
	width: 550px;
	margin: 0 auto 30px auto;
	}
div.download img {
	float: left;
	margin: 0px 10px 0 0;
	}



/* K O N T A K T   F O R M U L A R E */

form fieldset {
      border: 0px solid #C1C1C1; /*#DEDEDE;*/
      padding: 8px 0 0 0;
      margin: 0 0 25px 0;
	  }

form legend {
	font: bold 0.9em/125% Arial, Helvetica, Sans-Serif, Sans;
	padding: 3px 8px 3px 8px;
	border: 1px solid #aaaaaa;
	background: #f8f8f8;
	color: #555555;
	}

table.form {
      width: 100%;
      border-collapse: collapse;
      font: normal 0.85em/125% Arial, Helvetica, Sans-Serif, Sans;
      border-width: 0px !important;
	  }
table.form td {
      padding: 3px !important;
      }

col.formleft {
      width: 30%;
      }
col.formright {
      }
select.contact {
      font: normal 1.0em/125% Arial, Helvetica, Sans-Serif, Sans;
      width: 100px;
      }
input.contact {
      font: normal 1.0em/125% Arial, Helvetica, Sans-Serif, Sans;
      width: 200px;
      border: 1px solid;
	  
	  border-color: #bbbbbb;
	  
      padding: 2px;
      }
form textarea {
      font: normal 1.0em/125% Arial, Helvetica, Sans-Serif, Sans;
      padding: 2px;
      width: 99%;
      height: 258px;
      border: 1px solid #bbbbbb;
      }
form .button {
	border: 1px solid #bbbbbb;
	margin: 0;
	background: #fefefe;
	}
span.asterix { /* Stern */
      font: bold 1.2em/125% "Comic Sans MS", Arial, Tahoma, Sans;
      color: darkblue;
      }
