/* CSS Document */

/* Abstände auf 0 setzen */

html, body, div, p, h1, h2, h3, span, a, table, td, form, img {
	margin: 0;
	padding: 0;
	}

p { line-height: 20px;margin-top:15px; }
li { line-height: 20px; }
h1 { margin-bottom: 5px; }
img { border: none; }
a {color:#8b3a12;text-decoration:underline;}

body {
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #fff1d7;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0;
	color: #2e2e2e;
	}

#container {
	margin: 5px auto;
	text-align: left;
	height: auto;
	width: 797px;
	background-color: #fff1d7;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color: #2e2e2e;
	padding: 0px;
	border:1px solid #8b3a12;
	border-right:5px solid #09a923;
	
	}

#header {
	width: 797px;
	float: left;
	height: 104px;
	}

#logo {
	float: left;
	width: auto;
	height: auto;
	}

#moodboard {
	width: auto;
	height: auto;
	float: left;
}

#leiste {
	width: 797px;
	float: left;
	height: auto;
border-bottom:1px solid #8b3a12;
	border-top:1px solid #8b3a12;
	
	}

#contentContainer {
	width: 797px;
	float: left;
	height: auto;
	/*border:1px solid red;*/
	background-image: url('../upload/layout/lay_bg_content.jpg');
	background-repeat: repeat-y;
	}

#contentLeft {
float:left;
	width: 189px;
	height: auto;
	background-color:#fbd183;
	}


#contentLeft a {
	display: block;
	font-size:12px;
	color: #020202;
	text-decoration: none;
	background-color:#ffffff;
	font-weight: bold;
	padding: 7px 10px;
	border-left:10px solid #09a923;
	border-bottom: 1px solid #09a923;
	}
	
	#contentLeft a:hover {
	font-size:12px;
		display: block;
		background-color:#fff1d7;
		color:#8b3a12;
		text-decoration: none;
		font-weight: bold;
		padding: 7px 10px;
		border-bottom: 1px solid #09a923;
		border-left:10px solid #09a923;
		}
		
		#contentLeft #mainSel a {
		font-size:12px;
			display: block;
			background-color:#fff1d7;
			color:#8b3a12;
			text-decoration: none;
			font-weight: bold;
			padding: 7px 10px;
			border-bottom: 1px solid #09a923;
			border-left:10px solid #09a923;
			}
			
			#contentLeft #mainSel a:hover {
				display: block;
				font-size:12px;
				background-color:#fff1d7;
				color:#8b3a12;
				text-decoration: none;
				font-weight: bold;
				padding: 7px 10px;
				border-bottom: 1px solid #09a923;
				border-left:10px solid #09a923;
				}
	
#contentRight {
	float: left;
	border-left:1px solid #8b3a12;
	width: 544px;
	color:#8b3a12;
	height: auto;
	padding: 30px 20px 35px 42px;
	background-image: url('../upload/layout/lay_bg_content2.jpg');
	background-repeat: no-repeat;
	}
	
	#contentRight h1 {
	color:#8b3a12;
	font-weight:normal;
	}

	#contentRight img
	{
	border:1px solid #8b3a12;
	}
	
	#contentRight ul
	{
	margin: 0.1em 0 0 1.35em;
	padding-left: 20px;
	list-style:disc;
	width:auto;
	}
	