/*Allgemeines*/
html, body {
	height: 100%;
	min-height: 100%;
}
body {
	background: url(img/hugeBoxBg.png) repeat-x bottom center fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	padding: 0px;
	margin: 0px;
}
h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 16px;
	color: #009ee0;
}
.clear {
	clear: both;
	width:100%;
}
img {
	border: 0px;
}
#hugeBox {
	background: url(img/blocks.png) no-repeat;
	background-position: center top;
	padding-top: 13px;
	padding-bottom: 15px;
}
#container {
	background: url(img/contentBg.jpg) white no-repeat;
	background-position: 218px 0px;
	width: 929px;
	margin: auto auto;
	padding: 0px 13px 13px 13px;
	margin-bottom: 12px;
}
#logo {
	background: url(img/logo.gif);
	width: 193px;
	height: 164px;
	margin-bottom: 23px;
}
a {
	color: #009EE0;
}
/*3 Cols Layout*/
/*Links*/
#leftCol {
	width: 193px;
	float: left;
	margin-right: 13px;
}
#navigation {
	padding: 0px;
	margin: 0px 0px 48px 0px;
	list-style: none;
}
.nav_0, .nav_0_activ, .nav_1, .nav_1_activ, .nav_2, .nav_2_activ{
  display:block;
  margin:0px;
  padding:0px;
  float:left;
}
#navigation h1 {
  font-weight:normal;
	margin: 0px;
	padding: 0px;
}
#navigation a {
	text-decoration: none;
	display: block;
	float:left;
}
.nav_0 a {
	text-decoration: none;
	color: #009ee0;
	background: #eff3f5;
	padding: 10px 10px 10px 33px;
	margin-top: 7px;
	font-size: 14px;
	width:150px;
	font-weight:bold;
}
.nav_0 a:hover {
	background: #e0eef4;
}
.nav_0_active a {
	text-decoration: none;
	color: #ffffff;
	background: #009ee0;
	padding: 10px 10px 10px 33px;
	font-size: 14px;
	height: 16px;
	border-bottom: 1px solid #ccecf9;
	margin-top: 7px;
	width:150px;
	font-weight:bold;
}
.nav_1 a {
	color: #009ee0;
	font-size: 12px;
	padding: 4px 10px 4px 33px;
	border-bottom: 1px solid #ccecf9;
	width:150px;
}
.nav_1 a:hover {
	background-color: #f7fbfd;
}
.nav_1_active a, .nav_1_active a:hover {
	color: #009ee0;
	font-size: 12px;
	padding: 4px 10px 4px 33px;
	border-bottom: 1px solid #ccecf9;
	background: url(img/arrow.gif) #ebf7fd 0px 0px no-repeat;
	width:150px;
}

.nav_2 a {
	color: #009ee0;
	font-size: 12px;
	padding: 2px 10px 2px 43px;
	border-bottom: 1px solid #ccecf9;
	background: url(img/arrow_small_blue.gif) 33px 7px no-repeat;
	width:140px;
}
.nav_2 a:hover {
	background-color: #f7fbfd;
}
.nav_2_active a, .nav_2_active a:hover {
	color: white;
	font-size: 12px;
	padding: 2px 10px 2px 43px;
	border-bottom: 1px solid #ccecf9;
	background: url(img/arrow_small_white.gif) #009ee0 33px 7px no-repeat;
	width:140px;
}
/*Mitte*/
#middleCol {
	width: 522px;
	float: left;
	margin-top: 177px;
	margin-right: 13px;
}
#subNavArea {
	height: 17px;
	text-align: right;
}
#subNavArea a {
	text-decoration: none;
	color: #009ee0;
	background: #e5f5fc;
	font-size: 11px;
	padding: 1px 20px;
}
#subNavArea a:hover {
	color: #e5f5fc;
	background: #009ee0;
}
.subNav {
	background: #e5f5fc;
	margin: 0px 0px 1px 14px;
}
#content {
	padding: 25px;
	background: url(img/contentBg.png) repeat-x;
	background-position: top;
}
/*Rechts*/
#rightCol {
	padding-top: 319px;
	color: #c9c9c9;
	font-size: 11px;
	float: left;
	width: 188px;
}
#newsletter {
	margin-bottom: 30px;
}
#newsletter img {
	display: block;
	margin-bottom: 10px;
}
.sponsor {
	margin-top: 5px;
	margin-bottom: 35px;
}
.veranstalter {
	margin-top: 5px;
}
#footer {
	background: white;
	width: 955px;
	margin: auto auto;
	margin-bottom: 25px;
	padding: 3px 0px;
	text-align: center;
	color: #a0a0a0;
}
/*Fußbereich*/
#footer a {
	color: #a0a0a0;
}
#footer a:hover {
	color: #828282;
}
#fadeImageArea {
	height: 140px;
	position: relative;
}
/* gallery */
.gallery_thumbs {
	margin-bottom: 10px;
	margin-top: 10px;
}
.gallery_thumbs table {
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
}
.gallery_thumb_area {
	height: 145px;
	width: 145px;
	border: 1px solid #00a2df;
	background: white;
}
.gallery_thumb_area img {
	border: 0px;
}
/* messages */
.errorMessage {
	border: 1px solid #e0e0e0;
	margin: 2px;
	background: #f8f8f8;
	line-height: 130%;
	padding: 4px;
	color: #d00101;
	margin-bottom: 15px;
}
.errorMessage ul {
	margin: 0px;
	padding-left: 18px;
}
.message {
	border: 1px solid #e0e0e0;
	margin: 2px;
	background: #f8f8f8;
	line-height: 130%;
	padding: 4px;
	color: #81a006;
}
/* sitemap */
#sitemap {
	margin: 0px;
	padding: 0px;
}
#sitemap li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sitemap a {
  text-decoration:none;
	display: block;
	border-top: 1px dotted #cccccc;
}
#sitemap a:hover {
	background-color: #f4f4f4;
}
.sitemap_level_0 {
	background: url(img/hSep.gif) repeat-x 0px 0px;
	line-height: 200%;
	font-size: 14px;
	padding-left: 10px;
	font-weight: bold;
}
.sitemap_level_1 {
	background: url(img/hSep.gif) repeat-x 0px 0px;
	line-height: 200%;
	padding-left: 50px;
	font-size: 13px;
	font-weight: normal;
}
.sitemap_level_2 {
	background: url(img/hSep.gif) repeat-x 0px 0px;
	line-height: 200%;
	padding-left: 90px;
	font-size: 12px;
	font-weight: normal;
}
.sitemap_level_3 {
	padding-left: 130px;
	font-size: 11px;
	font-weight: normal;
}
#contentText {
	line-height: 140%;
}
#contentText p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
/* pdf download */
a.pdf {
	background: url(img/icon_pdf.gif) no-repeat 1px 1px;
	padding-left: 22px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 1px;
}
a.pdf:hover {
	background-color: #f0f0f0;
}

/* subnvav content */

#subnav_content_area{
  width:100%;
  clear:both;
  padding-top:20px;
}
.subnav_content_link{
  width:220px;
  height:40px;
  overflow:hidden;
  display:block;
  float:left;
  background:red;
  position:relative;
  text-decoration:none;
  background:url(img/content_button.gif) 0px -40px no-repeat;
  margin-bottom:18px;
  margin-right:32px;
  color:#009ee1;
}
.subnav_content_link:hover{
  background-position:0px 0px;
  color:white;
}

.subnav_content_link span{
  padding-top:8px;
  padding-left:48px;
  overflow:hidden;
  display:block; 
  line-height:100%;
}
.nomarginright{
  margin-right:0px;
}


