/* CSS-file: layout.css
Author: Mustafa Sezer */

body {
  background-color: #d2d3d7;
  background-image: url('http://www.futureorg.de/images/shadow.png');
  background-repeat: repeat-y;
  background-position: center;
  font-family: Arial, Verdana;
  font-size: 10pt;
  height: 100%;
  padding: 0;
  margin: 0;
}

#wrap {
	background-color: white;
	width: 987px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden !important;
}

#wrap .banner {
	margin-top: 10px;
	width: 987px;
	height: 375px;
	background-image: url('../pictures/pod_tasd_vectorized.png');
}

.banner .logo_area {
	position: relative;
	top: 32px;
	width: 987px;
	height: 57px;
	background-color: white;
	border-top: 2px solid #1F86D0;
	border-bottom: 2px solid #1F86D0;
}

.banner .logo_area .info {
	float: left;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}

.banner .logo_area img{ float: right; margin-right: 44px;}

#menu {
	background-image: url('../images/menu-bg.png');
	height: 27px;
	width: 987px;
	color: white;
	padding: 10px 0 0 0;
	float: right;
	margin: 0 0 10px 0;
}

a.menu-a {
  text-decoration: none;
  color: white;
  padding: 10px;
  margin: 10px;
}

a:hover.menu-a {
  color: #60b0e8;
}

#main #navi {
	width: 150px;
	height: auto;
	float: left;
	background-color: white;
	overflow: hidden;
	margin: 0 10px 0 12px;
}

#main #navi ul {
	padding: 0;
	margin: 0;
}

#main #navi ul li {
	list-style: none;
	display: inline;
}

#main #navi ul li a {
  display: block;
  width: 114px;
  padding: 10px;
  text-decoration: none;
  color: black;
  border-bottom: 2px solid #d2d3d7;
}

#main #navi ul li a:hover {
  color: #1F86D0;
}

#main #navi ul li a.navi_header {
	font-weight: bold;
}

#main #navi ul li a.navi_header:hover { color: black; }

#main #content {
	float: left;
  padding: 7px;
  margin-bottom: 10px;
  width: 790px;
  height: auto;
  line-height: 20px;
}

#main #content table tr td {
	border: 1px solid black;
}

#main #content table.kontakt_cla tr td {
	border: 0px;
}

#main #content a {
  color: black;
  text-decoration: none;
  border-bottom: 2px solid #9E3428;
}

#main #content a:hover {
  border-bottom: 2px solid #1F86D0;
}

#main #content ul li {
	list-style-image: url('../images/list_image.png');
}

#main #content table tr td {
	font-size: 10pt;
	width: 135px;
}

#main #content label {
	font-weight: bold;
	font-size: 10pt;
}
#main #content fieldset {
	border: 1px solid #1F86D0;
}

#main #content fieldset legend { font-weight: bold; }

#main #content #info_container {
	width: 100%;
	border: 2px solid #B11119;
	clear: right;
	margin-top: 30px;
}

#main #content #info_container .info_textbereich {
	color: black;
	background-color: #E2E2E2;
	padding: 10px;
}

#main #content #info_container .info_textbereich a {
	color: black;
	border-bottom: 1px dashed black;
}

#main #content #info_container .info_textbereich a:hover {
	border-bottom: 1px solid black;
}

#main #content #label_box {
	margin-top: 20px;
}

* + html #label_box {
	margin-top: -20px;
}

#main #content #label_box h1 {
	width: 97%;
	border-left: 10px solid #1F86D0;
	border-bottom: 1px dashed #1F86D0;
	font-size: 11pt;
	padding: 5px;
}

#main #content #anzeige_aktuelles {
	float: right;
	width: 200px;
	height: 400px;
	padding-left: 8px;
}

#main #content #anzeige_aktuelles h2 {
	text-align: center;
	padding: 5px 0 7px 0;
	margin: 0px;
	font-size: 11pt;
}

#main #navi img.img_nav_below {
	margin-left: 5px;
}
