
/********************************************************
* GLOBAL
********************************************************/

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

body {
	color: #4d4d4d;
	background: #252525;
	width: 100%;
	height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#container_all {


}

#header {
	position: relative;
	height: 245px;
	background: #ffffff;
	border-top: 15px solid #252525;
}

#main_title {
	position: relative;
	display: block;
	margin: 35px 0px 0px 30px;
	height: 145px;
	width: 740px;
	background: url(img/title.png) no-repeat;
}

div.bg, div.bg_active, div.bg_menu{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div.bg_active, div.bg_menu {display: block;}

#bg1 {background: url(img/bg/bg_1.jpg) repeat 0px 255px;}
#bg2 {background: url(img/bg/bg_2.jpg) repeat 0px 255px;}
#bg3 {background: url(img/bg/bg_3.jpg) repeat 0px 255px;}
#bg4 {background: url(img/bg/bg_4.jpg) repeat 0px 255px;}
#bg5 {background: url(img/bg/bg_5.jpg) repeat 0px 255px;}
#bg6 {background: url(img/bg/bg_6.jpg) repeat 0px 255px;}
#bg7 {background: url(img/bg/bg_7.jpg) repeat 0px 255px;}
#bg8 {background: url(img/bg/bg_8.jpg) repeat 0px 255px;}

/********************************************************
* TYPO
********************************************************/

p, body {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

strong {color: #046380;}

a	{
	color: #4a8797;
	text-decoration: none;	
}

p {margin-top: 0px; padding-top: 0px;}
h4 {margin-bottom: 0px; padding-bottom: 0px; color: #046380;}
p.meta {color: #bbbbbb;}

ul.data {margin: 0px 0px 11px 0px; padding: 0px; padding-left: 15px;}
ul.submenu {margin: 0px; padding: 0px;}
ul.submenu li {display: inline;}
ul.submenu li {margin: 0px 3px;}
ul.submenu li a:hover {color: #eb1871;}


/********************************************************
* HEADLINES
********************************************************/

h3 {
	font-family: georgia, serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #046380;
	margin: 0px 0px 15px 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cdcdcd;
}



/********************************************************
* MAIN MENU
*********************************************************/

ul#main_menu {
	display: block;
	position: relative;
	margin: -30px 0px 0px 0px;
	padding: 0px 0px 0px 32px;
	height: 35px;
	list-style-type: none;
	background: url(img/shadow_bottom.gif) repeat-x;
	background-position: 0px 15px;
}

ul#main_menu li {float: left;}

ul#main_menu a {
	display: block;
	height: 10px;
	margin: 0px 15px 0px 0px;
	padding: 10px 0px;
	background: url(img/main_menu.gif) no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}

ul#main_menu li.active a {border-bottom: 5px #26b9e9 solid;}
ul#main_menu a:hover {border-bottom: 5px #26b9e9 solid;}



/***************** STANDARD POSITION *****************/

ul#main_menu a#menu01 { width: 70px;	background-position:    0px -10px; }
ul#main_menu a#menu02 { width: 90px;	background-position:  -150px -10px; }
ul#main_menu a#menu03 { width: 60px;	background-position: -300px -10px; }
ul#main_menu a#menu04 { width: 130px;	background-position: -450px -10px; }
ul#main_menu a#menu05 { width: 60px;	background-position: -600px -10px; }
ul#main_menu a#menu06 { width: 80px;	background-position: -1050px -10px; }
ul#main_menu a#menu07 { width: 70px;	background-position: -900px -10px; }
ul#main_menu a#menu08 { width: 70px;	background-position: -750px -10px; }

/***************** ROLLOVER *****************/		

ul#main_menu a#menu01:hover, ul#main_menu li.active a#menu01 { background-position: 0px -40px; }
ul#main_menu a#menu02:hover, ul#main_menu li.active a#menu02 { background-position: -150px -40px; }
ul#main_menu a#menu03:hover, ul#main_menu li.active a#menu03 { background-position: -300px -40px; }
ul#main_menu a#menu04:hover, ul#main_menu li.active a#menu04 { background-position: -450px -40px; }
ul#main_menu a#menu05:hover, ul#main_menu li.active a#menu05 { background-position: -600px -40px; }
ul#main_menu a#menu06:hover, ul#main_menu li.active a#menu06 { background-position: -1050px -40px; }
ul#main_menu a#menu07:hover, ul#main_menu li.active a#menu07 { background-position: -900px -40px; }
ul#main_menu a#menu08:hover, ul#main_menu li.active a#menu08 { background-position: -750px -40px; }

/********************************************************
* TEXTBOX
********************************************************/



.box_a {
	position: absolute;
	background: url(img/textboxbar_bottom.gif) no-repeat bottom right;
	padding: 0px;
	cursor: move;
}

.box_b {
	background: #ffffff;
	background: url(img/textboxbar_left.gif) no-repeat;
	margin: 0px 0px 5px 0px;
}

.box_c {
	background: #ffffff;
	background: url(img/textboxbar_left.gif) no-repeat;
	margin: 0px 0px 5px 0px;
}

.textbox {
	position: relative;
	background: #ffffff;
	border: 1px solid #a39260;
	border-bottom: 1px solid #82744c;
	border-right: 1px solid #82744c;
	margin: 0px 0px 0px 5px;	
	padding: 20px 10px 9px 20px;
}

.tb_corner {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 5px;
	width: 5px;
	background: url(img/textboxbar_corner.gif) no-repeat;
}

.arrows {visibility: hidden;}
.box_a:hover .arrows {visibility: visible}

ul.arrows, ul.arrows li, ul.submenu, ul.submenu li {list-style-type: none;}

.arrow_a, .arrow_b, .arrow_c, .arrow_d {
	display: block;
	position: absolute;
	background: url(img/arrows.gif) no-repeat;
	height: 10px;
	width: 10px;
	margin: 5px;
}

.arrow_a {top: 0px; left: 0px; background-position: 0px 0px;}
.arrow_b {top: 0px; right: 0px; background-position: -10px 0px;}
.arrow_c {bottom: 0px; left: 0px; background-position: 0px -10px;}
.arrow_d {bottom: 0px; right: 0px; background-position: -10px -10px;}

a.gallery {
	display: block;
	position: absolute;
	height: 31px;
	width: 116px;
	background: url(img/button_gallery.gif) no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}

a.gallery:hover {background-position: 0px -31px;}


/********************************************************
* CONTENT
********************************************************/

#tb_1a		{top: 320px; left: 155px; width: 300px;}
#tb_1b		{top: 356px; left: 440px; width: 300px;}

#tb_2a		{top: 295px; left: 325px; width: 400px;}
#btn_2a		{top: 320px; left: 580px; width: 170px;}

#tb_3a		{top: 284px; left: 50px; width: 300px;}
#tb_3b		{top: 284px; left: 360px; width: 300px;}
#tb_3c		{top: 380px; left: 50px; width: 300px;}
#tb_3d		{top: 350px; left: 50px; width: 300px;}

#tb_4a		{top: 305px; left: 120px; width: 300px;}
#tb_4b		{top: 335px; left: 415px; width: 370px;}
#tb_4c		{top: 540px; left: 435px; width: 260px;}

#tb_5a		{top: 305px; left: 150px; width: 300px;}
#tb_5b		{top: 335px; left: 435px; width: 300px;}
#tb_5c		{top: 490px; left: 455px; width: 170px;}
#btn_5a		{top: 565px; left: 305px; width: 170px;}
#btn_6a		{top: 575px; left: 355px; width: 170px;}

#tb_6a		{top: 285px; left: 325px; width: 300px;}
#tb_6b		{top: 435px; left: 535px; width: 200px;}

#tb_7a		{top: 325px; left: 85px; width: 350px;}
#btn_7a		{top: 510px; left: 190px; width: 170px;}

#tb_8a		{top: 270px; left: 270px; width: 380px;}
#tb_8b		{top: 356px; left: 440px; width: 300px;}
#btn_8a		{top: 280px; left: 500px; width: 170px;}

#tb_9a		{top: 270px; left: 50px; width: 350px;}	
#tb_9b		{top: 318px; left: 120px; width: 400px; opacity: 0.9;}



.h1 .textbox, .h2 .textbox, .h3 .textbox, .h4 .textbox, .h5 .textbox {display:none;}
.h1 #h1.textbox {display: block;}
.h2 #h2.textbox {display: block;}
.h3 #h3.textbox {display: block;}
.h4 #h4.textbox {display: block;}
.h5 #h5.textbox {display: block;}


/********************************************************
* FOOTER
********************************************************/

.footer {
	position: absolute;
	bottom: 0px;
	left: 30px;
}

.footer a#hidecontent {
	display: block;
	height: 24px;
	width: 148px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	background: url(img/showhide.gif) no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}

.footer a#hidecontent:hover {background-position: 0px -24px;}

a#hidecontent.hidden {background-position: -148px 0px;}
a#hidecontent.hidden:hover {background-position: -148px -24px;}

/********************************************************
* IMAGEBOX
********************************************************/

#imagebox_close {
	display: block;
	height: 7px;
	width: 54px;
	margin: 3px 1px 0px 0px;
	padding: 0px;
	background: url(img/navigation.gif) no-repeat;
	background-position: 0px -8px;
	text-indent: -2000px;
	overflow: hidden;
}

#imagebox_close:hover {background-position: 0px -23px;}

img
{
	border: none;
}
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
	padding-bottom: 10px;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 30px;
	display: inline;
}
#ImageBoxCaptionImages
{	color: #bbbbbb;
	margin: 0px;
	display: inline;
}
#ImageBoxNextImage
{
	background-image: url(img/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(img/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(img/next_image.gif);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(img/prev_image.gif);
	background-repeat:	no-repeat;
	background-position: left bottom;
}




/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: underline; 
  font-style: none;
  color: #4a8797; 
  padding: 5px; 5px;
  }
  
a.tooltip:hover {
  color: #0000ff; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: -20px; 
  left: -500px; 
  width: 365px;
  color: #000000; 
  border:1px solid #000000; 
  background: #EEEEEE;
  font: 10px verdana, sans-serif; 
  text-align: left;
  padding: 3px;
  }
  
a.tooltip span b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weigth: bold;
  color: white;
  background-color: #8B0000;
  border: 0px;
  border-bottom: 1px solid black;
}


#box a {
display: inline;
font:normal 11px verdana, sans-serif;
text-decoration:none;
padding:0px;
}

#box a span b {
display: block;
font-size: 16px;
font-weigth: bold;
color: white;
background-color: #26b9e9;
margin:0px;
}

#box a:hover {
display: inline;
color:black;
background:#ddd8b7;}

#box a span {display:none; }

#box a:hover span {
float:left;
position:absolute; top:-75px; right:360px; z-index:3;
display:block;
width:360px;
color:black;
background:#FFFFF7;
font:normal 11px arial, sans-serif;
border:4px ridge #a39260;
padding:10px;}



