﻿
/* Standard-Tags */

body {
	font-size: 13px;
	margin: auto;
	background: #ffffea;
	font-family: Verdana;
}

a {
	color:#00491B;
	font-size:14px;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Book Antiqua;
}

blockquote {
	border: 1px solid;
	padding: 5px;
}

/* Bereiche */


#maindiv {
	width: 1000px;
	margin: auto;
	padding-top: 10px;
	background-color: #E4DCDA;
	background: url("../img/main_bg.jpg");
}

#main_header {
	height: 200px;
	background: url("../img/header.jpg");
}


#bottom {
	height: 25px;
	text-align: center;
	width: 1000px;
	background-color: #DF8926;
	color: #fff;
	padding-top: 5px;
}

#menu {
	width: 180px;
	float: left;
}

#sidebar {
	float: left;
	width: 257px;
}

#main {
	float: left;
	width: 510px;
	padding: 20px;
}

.box {
	float: right;
	padding: 10px;
}

.top5 {
	padding: 0px;
	margin: 0 7px;
}

#sidebar .top5 li {
	list-style-position: inside;
	list-style-type: circle;
}


/* Menü */


#menu ul {
	margin:0;
	padding:0;
}

#menu li {
	list-style: none;
	min-height: 25px;
	width: 180px;
	float: left;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #fff;
}

#menu li.rest {
	height: 381px;
}

#menu a {
	font-weight: bold;
	color: #eee;
	display: block;
	font-size: 14px;
}

#menu .active {
	background-color: #F3D170;
}


/* Blog */

#sidebar li {
	list-style: none;
}

h2 a {
	font-size: 22px;
}
