*{
	margin: 0px;
	padding: 0px;	
}
/* STANDARD EINSTELLUNGEN */

body
{
 font-family:Verdana, Tahoma, Arial;	
}


h1
{
	color:#b40b1a;
	text-weight: bold;	
}

/* DIV EINSTELLUNGEN */

/* Wrapper */

#wrapper
{
	position: relative;
	height: auto;
	width: 830px;
	margin-left:-415px;
	left:50%;
}

/* Header */
#head-wrapper
{
	position: relative;
	height:	145px;
	width:829px;
}

img.logo
{
	position: absolute;
	border:0px;	
}


div.header
{
	position: absolute;
	width: 560px;
	height: 130px;
	margin-left:270px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

		
/* NAVI-EINGENSCHAFTEN */		
#navi
{
	position: relative;
	height: 25px;
	width: 610px;
	margin-left:308px;
	font-size:14px;
}

div.navi-unten
{
	position: relative;
	height: 25px;
	width: 610px;
	left: 0px;
	top:130px;
	font-size:12px;
	word-spacing:5px;
	top:102px;
	margin-left:2px;
}

div.navi-zahl
{
	height: auto;
	width: auto;	
	
}
li.navi
{
	float:left;
	list-style: none;
	margin-right:15px;
	margin-left: 2px;
}

span.zahl
{
	color: #ffffff;	
	font-size:26px;
	padding-right: 15px;
}

/* LINKE SEITE */

#links	
{
	position: relative;
	width: 157px;
	height: auto;
	left: 40px;
	float:left;
}	

	span.links
	{
		color: #e8e8e8;
		font-size:29px;
	}
	
	span.subtitle
	{
		color: #b40b1a;
		font-size: 20px;

	}

/* SUBNAVI-EINGENSCHAFTEN */
#sub-navi
{
	position: relative;
	width: 157px;
	height: auto;
	left:0px;
}

	div.sub-navi
	{	
		width:157px;
		height: auto;
		margin-top:100px;
	}
/* CONTENT DIV EINSTELLUNGEN */

#content
{
	position:relative;
	height: auto;
	width: 560px;
	top: 0px;
	font-family:Verdana, Tahoma, Arial;
	font-size: 12px;
	float:right;
}
	
/* CONTENT TEXT DIV EINSTELLUNGEN */

#content-txt
{
	margin-right:40px;
	margin-top:75px;
}

	div.content-innertxt
	{
		margin-top:20px;	
	}

/* FOOTER EIGENSCHAFTEN */

div.footer
{
	position:relative;	
	height:37px;
	width:38px;
	background-image: url(../images/footer-icon.jpg);
	background-repeat: no-repeat;
	left:522px;
}


/* HR EINSTELLUNGEN FOOTER */
hr.footer
{
	border-bottom: 1px solid #b40b1a;
	border-top: 0px;
	border-left: 0px;
	border-right:0px;
	color: transparent;
	padding-top:20px;
	height: 1px;
}

/* ALLGMEINE LINKEINSTELLUNGEN */
a
{
	color: #000000;
	font-size:12px;
	font-family:Verdana, Tahoma, Arial;	
	
}


a:hover
{
	color: #e8e8e8;
	text-decoration:none;
	font-size:12px;
}

div.content-innertxt a
{
	text-decoration:underline;
}
/* LINK EINSTELLUNGEN FUER DIE NAVIGATION */
a.navi
{
	color: #000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
}

a:active.navi
{
	color: #000000;
}

a:visited.navi
{
	color: #000000;
}

a:hover.navi
{
	color: #999999;	
}

a.navi-set
{
	color: #b40b1a;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
}

/* LINK EINSTELLUNGEN FUER DIE SUB-NAVIGATION */
a.sub-navi
{
	color: #b40b1a;
	font-size:12px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
	line-height:25px;
}

a:active.sub-navi
{
	color: #000000;
}

a:visited.sub-navi
{
	color: #000000;
}

a:hover.sub-navi
{
	color:#999999;
}

a.sub-navi-set
{
	color: #b40b1a;
	font-size:12px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
}



