/* CSS Document */
/*
Hauptfarbe team ewen: c6b123 (25c_25m_100y_0k)
Schrift (muss etwas dunkler sein, damit sie gleich wirkt, wie eine große Fläche): a79722 (25c_25m_100y_20k)
Weiß: fdfbf5 (1c_1m_4y_0k)
Personengruppe klein: f1e8c2 (6_6_24_0)
Personengruppe groß: f8f3e1 (3_3_12_0)
Seitlicher Bereich: ece1ae (8_8_32_0)
*/

body {
	background-color: #121305;
}

img {
	border: none;
}

div#WrapBG {
	background: transparent url(images/bg.png) repeat-y scroll center;
	background-color: #ece1ae;
}

div#People {
	background: transparent url(images/bg_people.png) repeat-x scroll center 5px;
}

div#PeopleSmall {
	background: transparent url(images/bg_people_small.png) no-repeat scroll -70% 50px;
}

div#Logo {
	position: absolute;
	right: 80px;
	top: 5px;
}

div#PeopleHead {
	position: absolute;
	background: transparent url(images/bg_people.png) scroll repeat-x center 5px;
	height: 140px;
	top: 0;
	width: 100%;
	z-index: -10;
}

div#PeopleSmallHead {
	position: absolute;
	background: transparent url(images/bg_people_small.png) scroll repeat-x right 30px;
	height: 140px;
	top: 0;
	width: 30%;
	z-index: 0;
}

div#PeopleSmallBody {
	position: absolute;
	background: transparent url(images/bg_people_small.png) scroll repeat-x right -110px;
	height: 540px;
	top: 140;
	width: 30%;
	z-index: 0;
}

div#PeopleBody {
	position: absolute;
	background: transparent url(images/bg_people.png) scroll repeat-x center -135px;
	height: 800px;
	top: 140px;
	width: 100%;
	z-index: -10;
}

div#MainBg {
	background-color: red;
	width: 850px;
	margin: 0 auto;
	position: relative;
}

div#Background {
	position: absolute;
	top: 0;
	height: 400px;
	width: 70%;
	background: transparent url(images/bg_people_small.png);
	background-repeat: repeat-x;
	background-position: right 10px;
}

div#MainContent {
	background-color: red;
	margin: 0 0 0 0;
	padding: 167px 0 0 0;
	position: relative;
	background: transparent;
	/*border-top: 1px solid #b6ad89;*/
}

div#Nav {
	background-color: #c6b123; /*#e3a500;*/
	/*background: transparent url(images/bgLargeHeader.png) scroll repeat-x center -45px;*/
	position: absolute;
	top: 140px;
	height: 25px;
	width: 100%;
	border-bottom: 1px solid #DAD2B3;
	border-top: 1px solid #DAD2B3;	
}

div#Banner {
	background-color: #c6b123; /*#e3a500;*/
	/*background: transparent url(images/bgLargeHeader.png) scroll repeat-x center -45px;*/
	position: absolute;
	top: 121px;
	height: 16px;
	width: 100%;
	border-bottom: 1px solid #DAD2B3;
	border-top: 1px solid #DAD2B3;
}

div#Content {
	float: left;
	width: 560px;
	margin: 0 0 0 10px;
	padding: 1em 10px 0 5px;
	/*background: #eae5ce url(images/bgLargeHeader.png) scroll repeat-x center -291px;*/
	position: relative;
}

div#SideNav {
	float: left;
	width: 190px;
	margin: 20px 0 0 11px;
	background-color: transparent;
	position: relative;
}

div#SideNav ul {
	font-size: 1.16em;
}

div#SideNav ul ul {
	font-size: inherit;
	margin-top: 3em;
}

div#SideNav li {
	margin: 0 0 1.24em 0;
}

div#SideNav img {
	border: 1px solid #dad2b3;
	width: 100px;
	margin: 1em;
}

div#SideNav a:hover,
div#SideNav a:active,
div#SideNav li.active a {
	font-weight: bold;
	text-decoration: none;
	color: #121305;
}

div.clear {
	clear: both;
}

div.x-limit {
	width: 800px;
	margin: 0 auto;
}


div#Footer {
	background-color: #121305;
	font-size: 0.9em;
	margin: 5em 0 0 0;
	padding: 0 0 2em;
	color: #fdfbf5;
}

div#Footer div.col {
	display: block;
	float: left;
	padding: 2em 2% 15px;
	position: relative;
	width: 26%;
	color: #FFF;
}

div#Footer div.copy {
	clear: left;
}

div#Footer a {
	color: #FFF;
}

div#Footer .active a, div#Footer a:hover, div#Footer a:active {
	color: #a9971d;
}

ul.nav {
	margin-left: 10px;
}

ul.nav li {
	float: left;
	margin: 0 0 0 0;
	padding: 3px 2.6em 0 2.6em;
	position: relative;
	color: #FFF;
	font-size: 1.3em;
	border-left: 1px solid #FFF;
	height: 22px;
}

ul.nav li.last {
	border-right: 1px solid #FFF;
}

.nav a {
	color: #FFF;
	text-decoration: none;
}

.nav a:hover {
	color: #F9F9F9;
	text-decoration: underline;
}

.nav li.active,
.nav li.active a {
	color: #121305;
	background-color: #ECE1AE;
}

#Banner .nav {
	font-size: 0.7em;
}

#Banner .nav li {
	border-left: none;
	border-right: 1px solid #FFF;
	padding-top: 2px;
	height: 13px;
}


/*** Nur Startseite **/
#Start {
background-color: tranparent; width: 797px; height: 350px; margin: 30px 0 0 20px; text-align: left;
}
#Start a {
	text-decoration: none;
}

#Start h2 {
	padding: 0;
}

#Start h2#konflikte {
	margin-left: 30px;
}

#Start h2#prozesse {
	margin-left: 220px;
}

#Start h2#moderation {
	margin-left: 420px;
}

img.circle {
	border: none;
	margin: 0 0 20px 20px;
	width: 170px;
}

div.wide {
	background-color: transparent;
	text-align:center;
}

div.wide img.small {
	height: 100px;
	margin-left: 5px;
}
