/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/
/*
* {
	margin:0;
	padding:0;
} 
*/
/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {
	height: 100%;
	margin:0;
	padding:0;
}

#wrap {
	left:120px;
	height: auto;
	min-height: 100%;
/*
	padding-top: -120px; 

*/ 
}
#wrap, #navigation, #main, #footer {
	position: relative;
	width: 860px;
	background-color: #FFFFFF;
}
#navigation {
	position: absolute;
	left:120px;
	height: 60px;
	width:850px;
	z-index:300;
	padding-left:0px;
	text-align: center;
}
#main {
	padding-top: 63px; 
	padding-bottom: 83px;
	/* must be same height as the footer */
/*
	padding-top: -60px; 
	padding-bottom: 216px;
	padding-top: 60px; 


*/ 
}
#info {
	position: relative;
	margin-top: 80px;
	margin-left: 120px;
	float:none;
	height: 212px;
	width: 212px;
	z-index:50;
	font-size:12px;
	color:#7B123D;
/*
	position: absolute;


*/ 
}
#info imgXXX {
	padding:0px;
	margin:0px;
	border:0px;
/*
	padding-bottom: 6px;
	padding-right:6px;
*/ 
}

#info h2 {
	font-size: 18px;
	font-weight: normal;
	color: #7B123D;
	margin-bottom: 15px;
	margin-top: 30px;
	font-family: "Times New Roman", Times, serif;
}
#info ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#info li {
	padding-left: 0px;
	margin-bottom: 2px;
}

#inhalt {
	position: relative;
	width: 460px;
	float:none;
	margin-top: 30px;
	margin-right:30px;
	left: 370px;
	top: -295px;
	margin-bottom: 0px;

/*
	background-color:#9FA4A8;
	position: absolute;


*/ 
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#linie {
	position: relative;
	left:0px;
	width:100%;
	height:3px;
	z-index:100;
	background-color: #ACA904;
/*


*/ 
}
#linie.header {
	position: absolute;
	top: 60px;
/*

	margin-top: 60px; 

*/ 
}
#linie.footer{
	margin-top: -53px; /* negative value of footer height */
}

#footer {
	margin-top: 0px; /* negative value of footer height */
	clear:both;

	left:120px;
	height: 50px;

	font-size: 12px;
	color: #999999;
/*
	text-align: right;
*/
} 
#footer ul {
	margin: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 110px;
	list-style-type: none;

}
#footer ul li {
	display: inline;
}
#footer li {
	background-image: none;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#footer li.none {
	border: none;
}

#footer ul li a {
	text-decoration: none;
	color: #999999;
}



/***  NEU ***/


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #7B123D;
}
strong {
	font-weight: bold;
	color: #7B123D;
}


/***  HEADER ***/
.logo {
	position: relative;
	left:100px;
	padding:20px;

	z-index:10;
/*
	top:-9px;
	width:70px;
	height:100px;
	position:absolute;
	left:48.33em;

*/
}
.claim {
	position: relative;
	left:103px;
	padding:28px;
	z-index:10;
}

.marker {
	position: relative;
	top:-10px;
	left:260px;
	z-index:110;
/*
	top:-9px;
	width:70px;
	height:100px;
	position:absolute;
	left:48.33em;

*/
}

.still {
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #9FA4A8;
	width: 860px;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	color: #7B123D;
	margin-bottom: 12px;
	margin-top: 0;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #7B123D;
	margin: 0;
	padding:0;
/*
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;

	font-size: 14px;
	font-weight: bold;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
*/
}
p {
	margin-top: 0;
	padding:0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
}
li {
	padding-left: 0px;
	margin-bottom: 6px;
/*
	background-image: url(images/liste/default.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
*/
}
ol {
	list-style-type:decimal;
	padding-left:1.8em;
	padding-right:0;
	padding-bottom: 12px;
	padding-top: 0;
	margin: 0;
}

a:link {
	color: #7B123D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7B123D;
/*
	color: #BA1B5A;
*/
}
a:hover {
	text-decoration: underline;
	color: #ACAA0B;
}
a:active {
	text-decoration: none;
	color: #BA1B5A;
}
.nummer {
/*
	Abstandhalter bei Telefon, etc.
*/
	position: absolute;
	left:60px;
}

hr {
	border: 0;
	height:1px;
	color: #9FA4A8;
	background-color: #9FA4A8;
	margin-top:20px;
	margin-bottom:20px;
}

.bubble {
	display:none;
	max-width:450px;
}
