/* CSS Document */

body {
	background-color: #265080;
	background-image: url(../i/bg-grad.png);
	background-repeat: repeat-x;
	margin:0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#fff;
	font-size:0.688em;
}

div {
margin: 0px;
padding: 0px;
}

a {
text-decoration: none;
color:#ffcc00;
}

a:hover, a:focus {
text-decoration: underline;
color:#FFFFFF
}

ul {
list-style: none;
padding: 0px;
margin: 0px;
}

li {
padding: 0px;
margin: 0px;
} 


h1 {
color:#fff;
font-family:Arial,Helvetica,sans-serif;
font-size:26px;
margin:0 0 10px;
padding:0;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
margin: 0 0 10px 0;
padding: 0px;
color: #fff;
font-weight:normal;
}


h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
margin: 0 0 10px 0;
padding: 0px;
color: #fff;
}

h4 {
font-size: 11px;
margin: 0px 0 8px 0;
padding: 0px;
color: #fff;
line-height: 1.6;
}


h5 {
color:#fff;
font-family:Arial,Helvetica,sans-serif;
font-size:30px;
margin:-8px 0 8px;
padding:0;
font-weight:normal;
}


img {
border:none
}

p {
margin: 0px;
padding: 0 0 4px 0;
line-height: 1.5;
}

.left {
float:left;
}

.image_left {
float: left;
margin: 0 10px 10px 0;
}

.image_left img {
border: #fff solid 1px;
padding: 1px;
}

.image_right {
float: right;
margin: 0 0 10px 10px;
}

.image_right img {
border: #fff solid 1px;
padding: 1px;
}


/* ####################################### TOP Grafiken und Bereiche ####################################### */

.blindlink {
position:absolute;
top:77px;
left:30px;
z-index:9;
}

#troe {
position:absolute;
top:15px;
left:20px;
z-index:3;
}

#havanna {
position:absolute;
top:17px;
left:861px;
z-index:3;
}

#toplink01 {
position:absolute;
top:25px;
left:700px;
z-index:3;
}

#top_menu {
top:75px;
left:0px;
position:absolute;
width:100%;
border-bottom:#FFFFFF solid 2px;
border-top:#FFFFFF solid 2px;
background-image:url(../i/topbg-grad.png);
background-repeat:repeat-x;
z-index:2;
height:147px;
}


#top_shade {
background-image:url(../i/shade_b.png);
background-repeat:repeat-x;
top:227px;
left:0px;
position:absolute;
height:9px;
width:100%;
}



/* ####################################### TOP SLIDER ####################################### */


.container {
	width:100%;	
}

.container li{
	display: inline;
}

.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}


.container3 {
	width:975px;
}

.container3 ul{
	margin-left: 29px;
}

.container3 li{
	display: inline; 
}

.handle3 {
	float: left;
	width:38px;
	border-left:#fff solid 2px;
	background: #666;
}

.handleSelected3{
	background: #000;
}

.contentWrapper3{
	text-align: justify;
	
}
.contentInnerWrapper3{
	padding: 10px;
}
.contentWrapper3 h3{
	color: #1E90FF;
}
.contentContainer3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}




/* ####################################### TABS ####################################### */

div.tab_leiste {
position: relative;
z-index: 100;
}


ul.tab_box  {
margin: 0 0 0 10px;
}

.tab_box li {
float: left;
} 

.tab_box a {
color: #fff;
background: url(../i/tab_bg.gif) 0 0 repeat-x;
font-weight: bold;
margin: 0 3px 0 0;
text-decoration: none;
}

.tab_box a div {
background: url(../i/tab_l.gif) 0 0 no-repeat;
padding: 0 0 25px 10px;
cursor:pointer;
}

.tab_box a div span {
background: url(../i/tab_r.gif) 100% 0 no-repeat;
padding: 5px 10px 7px 0;
}

.tab_box a, .tab_box a span {
display: block;
float: left
}


.tab_box a:hover {
background: url(../i/tab_h_bg.gif) 0 0 repeat-x;
}

.tab_box a:hover div {
background: url(../i/tab_h_l.gif) 0 0 no-repeat;
}

.tab_box a:hover div span {
background: url(../i/tab_h_r.gif) 100% 0 no-repeat;
}


.tab_box a.active {
background: #fff;
color: #16314D;
}

.tab_box a.active div {
background: url(../i/tab_a_l.gif) 0 0 no-repeat;
}

.tab_box a.active div span {
background: url(../i/tab_a_r.gif) 100% 0 no-repeat;
}


.tab_box a.active:hover  {
background: #fff;
}
.tab_box a.active:hover div {
background: url(../i/tab_a_l.gif) 0 0 no-repeat;
}

.tab_box a.active:hover div span {
background: url(../i/tab_a_r.gif) 100% 0 no-repeat;
}



.box_rtab {
	float:right;
	margin: 5px 0 5px 0;
}

.box_rtab a {
	display:block;
	color: #fff;
	font-weight: bold;
	background: url(../i/bu_bg.gif) repeat-x;
	padding: 7px 8px 7px 0;
}

.box_rtab a span {
	background: url(../i/bu_l.gif) no-repeat;
	padding: 7px 0 7px 8px;
}

.box_rtab a:hover {
	text-decoration: none;
	background: url(../i/bu_bg_hover.gif) repeat-x;
}

.box_rtab a:hover span {
	background: url(../i/bu_l_hover.gif) no-repeat;
}



/* ####################################### KALENDER-BUTTONS ####################################### */



.arrow_left a {
float: left;
display: block;
color: #fff;
font-size: 11px;
background: #95a2b2 url(../i/buttons.jpg) left top no-repeat scroll;
font-weight: bold;
height: 19px;
margin-right: 5px;
text-decoration: none;
}

.arrow_left a:hover {
background: #FFFFFF url(../i/buttons.jpg) left -19px no-repeat scroll;
}

.arrow_left a span {
color: #fff;
background: url(../i/buttons.jpg) right -76px no-repeat scroll;
display: block;
line-height: 13px;
padding: 3px 8px 3px 13px;
}

.arrow_left a:hover span {
background: url(../i/buttons.jpg) right -95px no-repeat scroll;
color:#16314D;
}

.arrow_right a {
background: #95a2b2 url(../i/buttons.jpg) left -114px no-repeat scroll;
color: #FFFFFF;
font-size: 11px;
display: block;
float: left;
font-weight: bold;
height: 19px;
margin-left: 5px;
text-decoration:none;
}

.arrow_right a:hover {
background: #FFFFFF url(../i/buttons.jpg) left -133px no-repeat scroll;
}

.arrow_right a span {
background: url(../i/buttons.jpg) right -38px no-repeat scroll;
color: #FFFFFF;
display: block;
line-height: 13px;
padding: 3px 13px 3px 8px;
}

.arrow_right a:hover span {
background: url(../i/buttons.jpg) right -57px no-repeat scroll;
color:#16314D;
}

.button a  {
font-size: 11px;
float: left;
display: block;
margin: 0 5px 5px 0;
color: #fff;
background: #95a2b2 url(../i/buttons.jpg) left -114px no-repeat scroll;
font-weight: bold;
height: 19px;
text-decoration: none;
}

.button a span {
background: url(../i/buttons.jpg) right -76px no-repeat scroll;
color: #FFFFFF;
display: block;
line-height: 13px;
padding: 2px 10px 4px 10px;
}

.button a:hover {
background: #FFFFFF url(../i/buttons.jpg) left -133px no-repeat scroll;
}

.button a:hover span {
background: url(../i/buttons.jpg) right -95px no-repeat scroll;
color:#16314D;
}

.button a.active {
background: #FFFFFF url(../i/buttons.jpg) left -133px no-repeat scroll;
}

.button a.active span {
background: url(../i/buttons.jpg) right -95px no-repeat scroll;
color:#16314D;
}



/* ####################################### SCHABLONE ####################################### */

.schablone_lo {
	background:url(../i/schablone_lo.png) top left no-repeat;
	position:absolute;
	z-index:6;
}

.schablone_ro {
	background:url(../i/schablone_ro.png) top right no-repeat;
	position:absolute;
	z-index:6;
}

.schablone_lu {
	background:url(../i/schablone_lu.png) bottom left no-repeat;
	position:absolute;
	z-index:6;
}

.schablone_ru {
	background:url(../i/schablone_ru.png) bottom right no-repeat;
	position:absolute;
	z-index:6;
}

/* ####################################### BUTTONS ####################################### */

.buttonblue {
	background:url(../i/button.png) top no-repeat;
	height:27px;
	margin:10px 0 16px 0;
}

.buttonblue:hover {
	background:url(../i/button_hover.png) top no-repeat;
	height:27px;
	margin:10px 0 16px 0;
}


.buttonblue p {
	padding:6px 0 0 15px;
	font-weight:bold;
	color:#fff;
}


.gallerytags {
	border:1px solid #fff;
	padding:1px;
	margin:0 15px 0 0;
}

.buttongrey {
	background:url(../i/button2.png) top no-repeat;
	height:34px;
	margin:15px 0 0 0;
	padding-top:3px;
}

.buttongrey:hover {
	background:url(../i/button2_hover.png) top no-repeat;
	height:34px;
	margin:15px 0 0 0;
	padding-top:3px;
}

.buttongrey.active {
	background:url(../i/button2_active.png) top no-repeat;
	height:34px;
	margin:15px 0 0 0;
	padding-top:3px;
}

.buttongrey_sub {
	height:20px;
	margin:0 5px 0 3px;
	padding:0 0 0 20px;
	font-weight:bold;
	color:white;
}

.buttongrey_sub:hover {
	background:#95A2B2;
	height:20px;
	margin:0 5px 0 3px;
	padding:0 0 0 20px;
	font-weight:bold;
	color:white;
}

.buttongrey_sub.active {
	background:#95A2B2;
	height:20px;
	margin:0 5px 0 3px;
	padding:0 0 0 20px;
	font-weight:bold;
	color:white;
}


.buttongrey p {
	padding:6px 0 0 15px;
	font-weight:bold;
	color:#fff;
}


/* ####################################### FOOTER ####################################### */

#footer {
	margin:40px 0 0 0;
	float:left;
	width:100%;
	height:179px;
}


#footer_main {
	height:175px;
	background:url(../i/bg_box.png) repeat-x top;
	background-color: #335d80;
	border-top:#fff solid 2px;
	border-bottom:#fff solid 2px;
}


#footer_troe {
	margin-left:50px;
	height:100%;
	background:url(../i/logo_footer.jpg) no-repeat;
}

#footer_content {
	width:1100px;
}

#footer_open {
	float:left;
	margin:0 20px 0 -50px;
	width:320px;
}

.footer_openg {
	float:left;
	margin:8px 15px 0 14px;
}

.footer_opent {
	float:left;
	margin:10px 0 0 0;
}

.footer_vip {
	float:left;
	width:340px;
}


#footer_shade {
	background-image:url(../i/shade_b.png);
	background-repeat:repeat-x;
	height:9px;
	width:100%;}


/* ####################################### IMPRESSUM ####################################### */


#impressum {
	margin:20px 0 0 22px;
	float:left;
}


#impressum p {
	float:left;
	margin-top:6px;
}

#impressum img {
	float:left;
}


/* ####################################### Image Gallery ####################################### */

.image_list_small {
text-align: center;
float: left;
margin: 0 0 20px 0;
width: 150px;
height: 150px;
}

.image_list_small_profil {
text-align: center;
float: left;
margin: 0 16px 0 0;
width: 150px;
height: 150px;
}

.image_list_big {
text-align: center;
float: left;
margin: 0 3px 10px 3px;
width: 300px;
}

.image_list_schmal {
text-align: center;
float: left;
margin: 0 3px 10px 3px;
width: 190px;

}

#overlayGrey {
background-color:#000000;
position:absolute;
left:0px;
top:0px;
opacity:0.7;
filter: alpha(opacity = 50);
width:100%;
height:100%;
z-index: 700;
}

#messageContent {
padding:16px;
width:300px;
height:250px;
position:absolute;
left:50%;
top:20%;
margin-left:-166px;
margin-top:-91px;
background-color:#ffffff;
z-index: 800;
}