/*******************************************************/
/* CSS DEfinition - weihnachtszauber */
/*******************************************************/

/*******************************************************/
/* General elements*/
body {
	background-color:rgb(153,189,214);
	text-align:left; 
	padding:0px; 
	margin:0px;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;	
	color:rgb(56,53,57);
	background-image: url('../format_pics/hg.png'); 
}

a:link {color:rgb(0,0,0); font-style:normal; text-decoration:underline;}
a:visited {color:rgb(0,0,0); font-style:normal; text-decoration:underline;}
a:active {color:rgb(120,120,120); font-style:normal; text-decoration:underline;}
a:hover {color:rgb(150,150,150); font-style:normal; text-decoration:underline;}

a.link1 {color:rgb(0,0,0); font-style:normal; text-decoration:underline;}

/*******************************************************/
/* Box definitions */
#top_spacer {height:20px;}
#bottom_spacer {height:20px;}

#main {width:900px; background-color: rgb(0,90,153);}
#header_txt {height:42px; background-color:rgb(102,156,194); padding-left:10px; color:rgb(0,90,153);}
#top_menue {height:30px;}
#swfBanner {position:absolute; width:900px; height:350px; left:0px; top:0px; top:auto}

.spacer5 {height:5px;}
.spacer16 {height:16px;}
#box { height:100%; width:100%;}
.left_box {width: 170px; float:left; background-color: rgb(0,90,153);}
.left_box_txt {width: 150px; padding:10px; font-size: 14px; background-color:rgb(153,189,214);}

.right_box {width:675px; float: right; padding-right:35px; /*background-color: rgb(0,90,153);*/ padding-right: 35px;}
.right_box_txt {width:635px; padding:10px; font-size:12px; background-color:rgb(153,189,214)}
#right_box_bild {width:675px; float:right; padding-right:35px; background-color: rgb(0,90,153); padding-right: 35px;}

.footer_spacer {height:32px; float:right; width: 895px; border:0px; border-color: rgb(0,90,153); background-color:rgb(0,90,153);}
#footer {height: 100%; width: 895px; border:0px; border-color: rgb(153,189,214); text-align:right; background-color:rgb(153,189,214); margin:0px; margin-top:0px; padding:5px; float:right}

h1 {font-weight:bold; font-size:16px}
p {font-size:13px}

#werbung {position:absolute; left:895px; top:92px; padding:10px; width:100px; height:100%}

#neu-jahr { position:absolute; z-index:100; width:150px; background-color:#000000; color:#FFFFFF; padding:10px; margin-top:10px; font-size:24px; text-align:right; font-family:'Times New Roman', Times, serif; border-bottom:1px solid; border-bottom-color:#666666; border-right:1px solid; border-right-color:#666666; border-top:1px solid; border-top-color:#333333 }

#neu-bild { z-index:99 }

.red {
	color:#F00;
}

.green {
	color:#090;
}

.white {
	color:#FFF;
}

.picture_bg {
	background-color:rgb(102,156,194);
	padding:3px;
	border:solid 1px rgb(153,189,214);
	text-align:center;
}


/* ================================================================ 
J. Schulte, Sascha Mauch, Detc-Werbeagentur 

This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
width:900px; 
font-size:0.95em;

}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:12px;
text-decoration:none; 
color:#000; 
width:139px; 
height:30px; 
border:1px solid #005a99; 
border-width:1px 1px 0 0; 
background:#b3cee1; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#669cc2;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#669cc2;
}
.menu ul ul :hover > a.drop {
background:#669cc2;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#b3cee1;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b3cee1;
}
.menu ul ul ul :hover > a {
background:#005a99;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#005a99; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#005a99;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#005a99;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
