#Main {
	width:990px;
	margin:0px auto;
	background-color:#FFFFFF;
	background-image: url(../../grafik/bg/main-content.gif);
	background-repeat: repeat-y;
        border-top:1px solid #FCFAE7;
}
#Links {
	float:left;
	width:200px;
	margin:0px 0px 0px 0px;
}
.spacerhigh {
        float:left;
        width:1px;
        height:400px;
}
#Content {
	float:left;
	width:750px;
	margin:0px 0px 0px 20px;
	padding-top:10px;
}
#Content .picture_left {
	float:left;
	border:1px solid #FCFAE7;
	padding:2px;
	margin:0px 10px 6px 0px;
}
#Content .picture_right {
	float:right;
	border:1px solid #FCFAE7;
	padding:2px;
	margin:0px 0px 6px 10px;
}

#ContentSmall {
	float:left;
	width:520px;
}
#Bildleiste {
	float:right;
	width:200px;
	margin-top:36px;
}
#Bildleiste .bildbox {
	width:200px;
	border:1px solid #FCFAE7;
	padding:1px;
	margin-bottom:6px;
}
#Bildleiste .bildunterschrift {
	width:204px;
	margin-top:6px;
	font-size:0.8em;
}

.contentfooter {
	margin:12px 0px 10px 0px;
        border-top:1px dashed #FCFAE7;
        padding-top:3px;
}

/* ----- Bildergalerie ----- */
#Bildergalerie {
	width:750px;
	margin-top:10px;
}
#Bildergalerie ul {
	margin:0px 0px 0px -40px;
}
#Bildergalerie li {
	display:inline;
	list-style-type: none;
}
#Bildergalerie .galeriethumb {
	float:left;
	width:140px;
	height:105px;
	overflow:hidden;
	border:1px solid #FCFAE7;
	padding:1px;
	margin:0px 6px 6px 0px;
	text-align:center;
}

/* ----- Newsliste ----- */
#NewslisteLang h2 {
  margin:3px 0px 0px 0px;
}
#NewslisteLang .newszeile {
  margin-bottom:12px;
}
#NewslisteLang .lesen {
  text-align:right;
}
.listfooter {
  border-top:1px dashed #FCFAE7;
}
.lfleft {
  float:left;
}
.lfright {
  float:right;
}