body{
	background: #FFFFFF /**/ url('../pics/background.png') repeat-x fixed top left;
	font-family: Arial, Geneva, Helvetica;
	font-size: 14px;
	color: #012F66;
	margin: 0px auto;
}

/* Tooltip */

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
color:#FFFFFF;
display: block;
position: absolute;
top: 15px;
left: 0;
width: 310px;
z-index: 100;
border-left: 5px solid #D2232A;
padding: 5px;
background: #32416B;
}



form {
margin:0px;
}

#print{
display:none;
}
#logo{
	width:200px;
	height:80px;
	z-index:3;
	display:block;
	position:absolute;
	left:29px;
top:-5px;
	background: #32416B;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
text-align:center;
padding-top:10px;
}
#logo_frame{
	width:202px;
	height:91px;
	z-index:3;
	display:block;
	position:absolute;
	left:29px;
	top:-5px;
}
#santa{
	z-index:3;
	display:block;
	position:absolute;
	left:208px;
	top:-5px;
}
#logobild{
width:161px;
height:70px;
background: url(../pics/logo.png);
}


#menu	{
	padding-top:5px;
	margin-right:30px;
	left:50%;
	margin-left:-490px;
	z-index:2;
	position:absolute;
	text-align: right;
	width: 950px;
}
#menu a, #footer a {
	color: white;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 13px;
}
#menu a:hover, #footer a:hover {
	color:white;
	text-decoration:None;
}
#content	{

	margin:0 auto;
	background:#FFFFFF;
	text-align: left;
	width: 920px;
padding:30px 30px 85px 30px;
    z-index:3;
}
#footer_logo	{
	color:#FFFFFF;
	float:right;
	bottom:-85px;
	padding:10px;
	text-align:center;
	width:245px;
	height:50px;
	z-index:2;
	display:block;
	position:absolute;
	right:27px;
	background: #FFFFFF /**/ url('../pics/background.png') repeat-x  top left;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}
#footer_phone	{
	color:#012F66;
	float:left;
	bottom:-85px;
	width:400px;
	height:63px;
	z-index:2;
	display:block;
	position:absolute;
	left:30px;
	font-weight:bold;

}
#footer_callback	{
	color:#FFFFFF;
	float:right;
	bottom:-85px;
	padding-right:10px;
        padding-left:10px;
        padding-top:5px;
        padding-bottom:15px;
	width:245px;
	height:50px;
	z-index:2;
	display:block;
	position:absolute;
	left:420px;
	background: #FFFFFF /**/ url('../pics/background.png') repeat-x  top left;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}
h1 {
	font-family:Verdana;
	font-size: 20px;
	color: #012F66;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 20px;
	text-align:left;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color:#012F66;
	margin-top: 0px;
}

A:link,A:visited,A:active {
	color:#D2232A;
	text-decoration:underline;
}
A:hover {
	text-decoration:none;
}


#header {
    position:fixed;
    top:0; left:0; right:0;
    text-align:center;
    margin:0;
    z-index:3;
	height:30px;
	background:#D2232A;
	border-bottom:1px solid #FFFFFF;
}


#footer_container {
    position:fixed;
    bottom:-2px; left:0; right:0;
    margin:0;
    z-index:3;
height:85px;
}

#footer {
	left:50%;
	margin-left:-490px;
	z-index:3;
	position:absolute;
	width: 980px;
}


/* Nur für den MSIE */

* html {
    overflow:hidden;
height:100%;

}

* html body {
    overflow:hidden;
    height:100%;

}


* html #header, * html #footer_container {
    position:absolute;

width:100%;
}

* html #footer_phone{ 	height:61px; }
* html #logo{ left:21px; }

* html #content {
padding-top:55px;
}
*+html #content {
padding-top:55px;
}

* html #content2 {
    overflow:scroll;

    height:100%;
position:fixed;
padding-right:17px;
}





