/* CSS Document */

/* Abstände auf 0 setzen */

html, body, div, p, h1, h2, h3, ol, span, a, table, td, form, img {
	margin: 0;
	padding: 0;
	}

p { line-height: 18px;margin-top:15px; }
h1 { font-size:15px;margin-bottom: 5px; }
img { border: none; }
td {font-size:12px;}

body {
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #f0ffc1;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0;
	color: #151515;
	}

#container {
	margin: 5px auto;
	text-align: left;
	height: auto;
	width: 861px;
	background-color: #ffffff;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #151515;
	padding: 0px;
	}

#header {
	width: 861px;
	float: left;
	height: auto;
	}

#logo {
	float: left;
	width: auto;
	height: auto;
	}

#moodboard {
	width: auto;
	height: auto;
	float: left;
	}

#leiste {
	width: 861px;
	float: left;
	height: 27px;
	background-image: url('../upload/layout/lay_bg_top.jpg');
	background-repeat: no-repeat;
	}

#contentContainer {
	width: 860px;
	float: left;
	height: auto;
	background-image: url('../upload/layout/lay_bg_content.jpg');
	background-repeat: repeat-y;
	}
	
#mozbug
{
clear:both;
width:861px;
height:27px;
background-image: url('../upload/layout/lay_bg_footer.jpg');
background-repeat:no-repeat;

}

#contentLeft {
float:left;
	width: 190px;
	height: auto;
	padding-bottom:75px;
	}
	
#suche
{
margin-top: 5px;
margin-bottom:-10px;
width:auto;
height:22px;
background-image: url('../upload/layout/bg_search.jpg');
background-repeat: no-repeat;
margin-left:7px;
padding:7px 10px;
}


#texte {
    border-top:1px solid #ed7f00;
	padding-top:40px;
	float: left;
	margin-left:0px;
	width: 648px;
	height: auto;
	}

#contentRight {
position:relative;
top:-20px;
float:left;
margin-left:2px;
	width: 648px;
	height: auto;
	}

.BildLinkeSeite
{
float:left;
margin-right:10px;
}

.BildRechteSeite
{
float:right;
margin-left:10px;
}

.HeadlineTimesKursiv
{
font-size:15px;
font-family:times new roman;
font-style:italic;
font-weight:bold;
}

.HeadlineFliesstext
{
font-weight:bold;
font-size:15px;
}