html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #e7e7e7;
}

#header {
	background-image: url(images/header.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 372px;
	
}

#wrapper {
	width: 1000px;
	height: 1600px;
	margin: 0 auto;
}

#head {
	height: 95px;
	width: 1000px;
}

#logo {
	height: 95px;
	width: 323px;
	float: left;
}

#slide {
	background-color: #FFF;
	height: 400px;
	width: 970px;
	padding: 15px;
}

#slide_innen {
	background-color: #f1f1f1;
	width:970px;
	height: 400px;
}

#underslider {
	background-image: url(images/underslider.png);
	background-position: center;
	width: 1000px;
	height: 19px;
}

#content {
	width: 1000px;
	margin-top: 90px;
}

#eintraege {
	width: 690px;
	float: left;
}

#eintrag {
	background-image: url(images/eintragbg.png);
	background-position: top center;
	background-repeat:no-repeat;
	width: 690px;
	clear: both;
}

.eintrag_titel {
	font-family: Arial;
	font-size: 1.188em;
	color: #757575;
	padding-left: 3px;
}

.eintrag_datum {
	font-family: Arial;
	font-style: italic;
	font-size: 0.875em;
	color: #757575;
	float: right;
	padding-right: 5px;
	padding-top: 5px;
}

#eintrag_content {
	width: 675px;
	margin-top: 25px;
	padding-left: 5px;
	clear: both;
}

#eintrag_bild {
	width: 270px;
	height: 225px;
	float: left;
}

.eintrag_text {
	font-family: Arial;
	font-size: 0.813em;
	text-align: justify;
	word-spacing: 3px;
	color: #494949;
}

#eintrag_button {
	background-image:url(images/eintrag_button.png);
	width: 87px;
	height: 20px;
	color: #e7e7e7;
	font-size: 0.713em;
	font-family: Arial;
	padding-left: 25px;
	padding-top: 4px;
	margin-left:3px;
	float: left;
}


.eintrag_kommentare a {
	font-family: Arial;
	font-size: 0.713em;
	float: right;
	color: #8f0a0a;
	text-decoration: none;
	margin-right: 10px;
	padding-top: 3px;
}


#eintrag_footer {
	width: 690px;
	height:24px;
	margin-top: 30px;
	clear: both;
	margin-bottom: 30px;
}

#sidebar {
	background-image:url(images/sidebar.png);
	background-repeat: no-repeat;
	float: left;
	width: 310px;
	height: 900px;
}

#sidebar_content {
	width: 290px;
	margin-left: 23px;
}

#sidebar_eintrag {
	background-image:url(images/sidebarbg.png);
	background-repeat: no-repeat;
	margin-bottom: 80px;
}

.sidebar_titel {
	font-family: Arial;
	font-size: 1.188em;
	color: #8f0a0a;
	padding-left: 3px;
}

ul#sidebar_navi a {
	color: #8f0a0a;
	text-decoration: none;
}

ul#sidebar_navi a:hover {
	color: #8f0a0a;
	text-decoration: underline;
}

ul#sidebar_navi {
    margin-left: 50px;
	margin-top: 35px;
	font-family: Arial;
	color: #8f0a0a;
	font-size: 0.938em;
	text-decoration: none;
}
  
ul#sidebar_navi li {
    list-style: none;
    margin-top: 5px;
	padding: 0;
}

#sidebar_text {
	font-size: 0.813em;
	text-align: justify;
	word-spacing: 3px;
	color: #494949;
	font-family: Arial;
	margin-top: 15px;
	width: 260px;
	margin-left: 5px;
}

#footer {
	background-image: url(images/footer.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 123px;
}

#footer2 {
	background-color: #0C0;
	width: 1000px;
	margin: 0 auto;
	height: 400px;
}

ul#Navigation {
	font-family: Candara;
	cursor: default;
	clear: left; /* Wichtig! Clearen nicht vergessen */
	font-style: italic;
}

#navi {
	width: 490px;
	height: 95px;
	float: left;
	margin-top: 40px;
	margin-left: 180px;

}

ul#Navigation li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-align: center;
}

ul#Navigation a, ul#Navigation span {
	float: left; /* Floaten links Navipunkte nebeneinander */
    text-decoration: none; 
	font-size: 1.063em;
	font-family: Arial;
	margin-right: 45px;
	color: #FFF;
	cursor: pointer;
	font-style: normal;
	font-weight: 700;
}

ul#Navigation a:hover, ul#Navigation span {
	text-decoration: underline;
}
