@charset "UTF-8";
/* CSS Document */
html {
		height:100%;
		background-color:#F2F2F2;
		background-repeat:repeat-x;
		margin:0;
   		
		}

body {
		height:100%;
		 min-height: 100%;
		background-color:#F2F2F2;
		margin:0;
		background-image:url(../grafik_allgemein/background_2_2.jpg);
		background-repeat:no-repeat;
		background-position:top center;
		background-color:#F8F4F3;
		
		}


* {
	margin: 0;
}

#logo {	
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	width:1000px;
	background-image:url(../grafik_allgemein/background_2_2.jpg);
	background-position:-460px 0;
	background-repeat:no-repeat;
	background-color:#F8F4F3;
}


/* footer*/

.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
	position: relative;
	margin: 0 auto;		
	clear:left;

	
}

.footer {
	background-color:#464648;
	width:auto;
	/*width:1000px;*/
	min-width:1000px;
}

#container_footer {
	background-color:#464648;
	width:1000px;
	margin: 0 auto 0; /* the bottom margin is the negative value of the footer's height */

}


/* INHALT */

#container_inhalt {
	position:relative;
	display:inline;
	float:left;
	height:409px;
	width:555px;
	float:left;
	margin-left:149px;
	margin-top:92px;
	margin-bottom:120px
	
}

.platzhalter_headline {
	height:40px;
	width:555px;
	margin-top:30px;
	}





/* gepunktete outline entfernen*/

a {
outline:none
}

a img {
border:none
}

