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

html,body{
	margin:0;
	padding:0;
	height:100%;
 	min-height:100%;
	
	background-image:url(../pics/body-x.jpg);
	background-repeat:repeat-x;
	background-color: #E87603;
}

body{
	color: #7c7c7c;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 20px;
}



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

#out{
	background-image: url(../pics/body-background-zeichen.jpg);
    background-position: center top;
    background-repeat: no-repeat;
	background-color: #E87603;
	
	width:100%;
	min-height:100%;
	position:relative;
}

#outIn{
	background-image:url(../pics/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#out.no_bg {
	background-image:none;
}

#container{
	width:970px;
	margin:0 auto;
	position:relative;	
}

.bezeichnung{
	left:309px;
	position:absolute;
	top:136px;
}

a{
	text-decoration:none;
	/*color:#f29400;*/
	color:#242424;
}

a:hover{
	color:#f29400;	
}

h1{
	font-size:17px;
	font-weight:normal;
	color:#f29400;
}

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

h2{
	font-size:13px;
	font-weight:bold;
}

h1.highlight,
h2.highlight,
h3.highlight,
h4.highlight,
h5.highlight,
h6.highlight,
div.highlight,
a.highlight{
	color:#1C84C3;
}



a.pfeil{
	background-image:url(../pics/black-pfeil.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding-left:10px;
}
/*------------------------------------------------------------------------------------------------------------HEADER BEREICH-------------------------------------------------------------------------*/
#top{
	height:87px;
	width:970px;
}

#header{
	background-image:url(../pics/body_header2.png);
	background-repeat:no-repeat;
	width:870px;/*970*/
	height:45px;/*45*/
	padding:0 54px 0 46px;
	/*
	position:absolute;
	top:82px;
	*/
}

#logo{
	position:absolute;
	top:52px;
	left:20px;
	z-index:2;
}


/*------------------------------------------------------------------------------------------------------------NAVI UND SUBNAVI IN NAVI:CSS------------------------------------------------------------*/

#newstickerHolder {
	width:870px;
	margin:0 auto;
	font-size:14px;
}

#navi{
	height:40px;
	width:885px;
	margin:0 auto;
	text-align: center;
}
#navi ul{
	list-style:none;
	margin:0;
	padding:0;
}

/*#navi_left{
	width:400px;415
	float:left;
	padding-right:15px;
	margin-right:40px;
}
#navi_right{
	width:380px;415
	float:left;
	padding-left:35px;
}*/

.navi{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
.header-nav{
	float:right;
	margin-left:10px;
}


/*------------------------------------------------------------------------------------------------------------MAIN BEREICH-------------------------------------------------------------------------*/
#main{
	background-image:url(../pics/body_content.png);
	background-repeat:repeat-y;
	width:970px;
	padding:51px 0 20px 0;
	#padding-bottom:50px;
}

#main_left{
	width:415px;
	float:left;
	margin:0 40px 0 46px;
}
#main_right{
	width:415px;
	float:left;
}

#main_right hr{
	margin:16px 0;
}


#main .leftContent{
	width:624px;
	float:left;
	margin:0 40px 0 46px;
}
#main .rightContent{
	width:206px;
	float:left;
}



/*------------------------------------------------------------------------------------------------------------FOOTER BEREICH-------------------------------------------------------------------------*/
#footer{
	background-image:url(../pics/body_footer.png);
	background-repeat:no-repeat;
	width:970px;
	height:60px;
	
	margin:0 auto;
	position:relative;
	bottom:0;
	text-align:center;
}
#footer a{
	color:#6a6a6a;
	text-decoration:underline;
	cursor:pointer;
}
#footerLeiste{
	width:800px;
	height:80px;
	border:1px solid red;
}
#footer .inFooter a{text-decoration:none;}
#footer .inFooter a:hover{color:#242424;}

#link-icons{
	float:left;
	width:42px;
	margin-left:4px;
}

#link-icons a{
	margin:0 5px 0 0;
}

.inFooter{
	width:422px;
	margin:0 auto;
}

.inFooter a{
	margin:0 5px;
	float:left;
}

.middotdiv{float:left;}

/*----------------------------------------------------------------------SONSTIGES BEREICH-----------------------------------------------------*/

.clear{
	clear:both;
}
