@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	height:100%;
 	min-height:100%;
}

body{
	background-color:#d4d4d4;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#666666;
}


/*------------------------------------------------------------------------------------------------------------ALLGEMEIN BEREICH-------------------------------------------------------------------------*/

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

h1{
	font-size:16px;
	color:#b4152b;
	font-weight:normal;
}

h2,h3,h4,h5,h6{
	font-size:14px;
	color:#242424;
	font-weight:normal;
}

*.highlight{color:#000;}

a.pfeil{
	/*
	background-image:url(../pics/arrow-red.jpg);
	background-repeat:no-repeat;
	background-position:right 4px;
	padding-right:10px;
	*/
	padding:0;
	background-image:none;
	text-decoration:underline;
}

ul#bread li {
	display:inline-block;
}


/*------------------------------------------------------------------------------------------------------------MAIN BEREICH-------------------------------------------------------------------------*/

#outer {
	min-height:100%;	
	position:relative;
	padding-bottom:30px;
	background-image:url(../pics/outer.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#out{
	width:1100px;	
	margin:0 auto;
	background-image:url(../pics/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#container {
	width:1000px;
	margin:0 auto;
}

#header {
	background-position:top;
	background-repeat:no-repeat;
	height:175px;
}

#logo {
	float:left;
	width:256px;
	padding-top:43px;
}

#smallHeaderInfos {
	float:right;
	width:235px;
}

#smallHeaderInfos, #smallHeaderInfos a {
	color:#f6f5f5;	
}

.headerNavi {
	padding-top:10px;
	font-size:11px;
}

.headerText {
	padding-top:25px;
}

.headerNavi .spacer{
	padding:0 15px;
}

#brotkrumennavi {
	margin:10px 0;
}

#mainBig {
	width:960px;
	margin:0 auto;
}

#main {
	padding-top:20px;	
}

#mainLeft {
	width:200px;
	float:left;
}

#mainRight {
	width:725px;
	float:right;
}

/*------------------------------------------------------------------------------------------------------------FOOTER BEREICH-------------------------------------------------------------------------*/
#footer{
	background-image:url(../pics/kachel-x-footer.jpg);
	background-repeat:repeat-x;
	/*height:30px;*/
	width:100%;	
	position:absolute;
	bottom:0;
}
#infooter{
	width:1000px;
	height:30px;
	margin:0 auto;
	line-height:30px;
}
.sitemap{
	float:left;
	line-height:30px;
}

#link-icons{
	float:right;
	height:14px;
	min-width:20px;
	margin:9px 0 0 0;
}
.footer_icons{
	margin-right:5px;
	float:left;
}

