body  {
	background-color: #E5F4F0;
	background-repeat: repeat;
	min-width: 600px;
	margin: 0;
	padding: 1%;
	font-family: 'Lucida Grande', Helvetica, Verdana, Arial, Sans-Serif;
}

h1.beitrag{
	color: #222;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
}

h1.datum {
	color: #ddd;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}

#seite {
	background-color: #ffffff;
	color: #5e5e5e;
	max-width: 800px;
	min-height: 100%;
	margin: auto;
	border: #00271B 1px solid;
}

#seite a {
	color: #979797;
	text-decoration: none;
}

#kopf {
	padding-top: 0.0em;
	height: 150px;
	margin: 0;
	overflow: hidden;
	background-color: #009867;
}

#kopf a {
	color: white;
	text-decoration: none;
	font-size: 3em;
	letter-spacing: 0.5em;
	vertical-align: middle;
}

#kopf a.main {
	font-size: 2em;
}

#kopf a.sub {
	font-size: 1em;
}

#kopf img {
	margin-top: 10px;				
	margin-right: 35px;
	border: 0;
}

#navigation {
	background-color: #006645;
	padding-right: 25px;
	padding-top: 10px;
	text-align: right;
}

#navigation ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
}

#navigation li {
	display: inline;
}

#navigation ul li a {
	color: #111111;
	font-weight: lighter;
	letter-spacing: 0.2em;
	text-decoration: none;
	padding: 4px 6px 0px 6px;
	margin-right: 15px;
	background-color: #ffffff;
}

#navigation ul li a:hover {
	background-color: #e9e9e9;
}
	
#navigation a {
	color: #111111;
	font-weight: lighter;
	letter-spacing: 0.2em;
	text-decoration: none;
	padding: 4px 6px 0px 6px;
	margin-right: 15px;
	background-color: #ffffff;
}

#navigation a:hover {
	background-color: #e9e9e9;
}

#sprachauswahl{
	float: right;
	text-align: right;
}

#sprachauswahl ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
}

#sprachauswahl li {
	display: inline;
}

#sprachauswahl ul li a {
	color: #111111;
	font-weight: lighter;
	letter-spacing: 0.2em;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
	background-color: #ffffff;
}

#inhalt {
	width: 70%;
	text-align: left;
	line-height: 1.5em;
	margin: 1%;
	padding: 1em;
	float: left;
	color: #5a5a5a;
}

#inhalt p {
	padding: 1em;
	padding-top: 0.5em;
}

#inhalt p.gedicht {
	text-align: right;
	font-size: 0.7em;
	line-height: 1.1em;
}

#inhalt p.fuss {
	padding-top: 0.5em;
	font-size: 0.6em;
	line-height: 1.4em;
	border-top: 1px solid #999;
}

#inhalt p.nav {
	text-align: center;
	padding-top: 0.5em;
	font-size: 0.8em;
}

#inhalt img {
	border: 0;
	padding: 10px;
	padding-left: 0px;
}

#inhalt img.klein {
	height: 100px;
	float: left;
}

#inhalt img.voll {
	width: 100%;
}

#sidebar {
	width: 22%;
	min-width: 150px;
	float: left;
	font-size: 90%;
	text-align: justify;
	margin-top: 5%;
	margin-bottom: 1%;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: 1px dotted #999;
	line-height: 150%;
}

#sidebar ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 10px;
	padding-bottom: 15px;
}

#sidebar img {
	width: 100%;
}

#sidebar h1 {
	color: #d0d1d8;
	font-size: 100%;
	font-weight: bold;
}

#artikel {
	padding-bottom: 20px;
}

#artikelmeta p {
	font-size: 0.8em;
}

#footer {
	font-size: 0.3em;
	text-align: center;
	clear: both;
}
