/*Fonts*/

body {
	font-size: 85%;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: center;
	
/*Colory by ColorSchemer*/
	
	background-color: #545934;
}

a:link {
	color: #594834;
}

a:visited  {
	color: #594834;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #000;
}

a.active {
	text-decoration: underline;
}

/*Seitenaufbau*/

#wrap {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header {
	float: left;
	width: 760px;
	height: 145px;
	text-align:right;
	border-top: 1px solid #999;
	background-color: #DDD2C1;
}

#navigation {
	float: left;
	width: 760px;
	height: auto;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	background-color: #C1CDDD;
}

#content {
	float: left;
	height: auto; /*Bereich ist leer*/
	width: 559px;
	border-right: 1px solid #999;
	background-color: #FFFFFF;
}

#sidebar {
	float: left;
	height: 400px; /*Berich ist leer*/
	width: 200px;
	top: 0;
	background-color: #C1CDDD;
}

#schild {
	float:left;
}

#domain {
	float:left;
}

#wappen {
	float:right;
}

/*Noch mehr Fonts etc.*/

h1, h2, h3, h4, h5, h6 {
	margin: 20px;
	color: #414635;
}

p {
	margin: 15px 20px;
}

blockquote:after {
	content: "Quelle: " attr(cite) ;
	margin-left: 10px;
	font-style: oblique;
}

#content p{
	color: #414635;
}

/*Deflists*/

dl {
	margin: 0 60px;
	font-weight: bold;
}

dd {
	font-weight: normal;
}
/*Das Navigationsmenü*/

 #navigation ul {
 	list-style-type: none;
 }

 #navigation ul li {
 	display: inline;
 }
