* {
	margin: 0px;
	padding: 0px;
}
body {
	margin:0;
	padding:0;
	background: #fff;
	font-family:Arial;
	font-size:12px;
}
/* Strich der durch die Seite geht*/
#border {
	height:2px;
	width:100%;
	background:#ececec;
	position:absolute;
	top:193px;
}
/* Ende Strich*/
img {
	border: none;
}
a {
	color: #595959;
	text-decoration: none;
}
a:hover {
	color: #595959;
	text-decoration: none;
}
h3 {
	font-size:14px;
	color:#595959;
}
caption {
	font-size:14px;
	color:#595959;
}
#wrapper {
	margin: 0 auto;
	width:1000px;
}
#logo {
	background:url(images/logo.jpg) no-repeat;
	width:180px;
	height:134px;
	margin-top:10px;
	margin-bottom:13px;
}
/* BEGINN MENU*/
#navi {
	height:20px;
	width:950px;
	background:#343537;
	border-top:2px solid #4D4E50;
	padding:8px;
}

/* Ende MENU*/




/* BEGINN Sidebar*/
#primary {
	float:left;
	width:220px;
	padding:10px 5px 0 5px;
}
#primary ul {
	list-style: none;
}
#primary li {
	list-style: none;
}
#primary ul li {
	list-style: none;
	margin-bottom:25px;
	;
}
#primary #submenu li:before {
	content: "\BB\A0\A0";
}
#primary #submenu ul {
	list-style: none;
	margin:15px 0px 10px 10px;
}
#primary #submenu ul li {
	padding:5px 0px 5px 0;
	margin:0;
}
#primary #submenu ul li a {
	color:#000;
	text-decoration:none;
	margin:0;
	padding:3px 100px 3px 4px;
}
#primary #submenu ul li a:hover {
	color:#000;
	background:#EBEBEB;
	text-decoration:none;
	margin:0;
}
#primary #livesearchsubmit {
	background: url(images/search.png) no-repeat;
	width:30px;
	height:26px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	outline:none;
}
input#livesearchsubmit:hover {
	cursor: pointer;
}
/* Ende SIDEBAR*/



/* BEGINN EINTRAG*/
.entry h1 {
	font-size:16px;
	color:#D6D6D6;
	float:left;
}
/* DATUM*/
.postmedata {
	float:right;
	color:#D1D1D1;
	font-size:12px;
	font-weight:bold;
}
.entrytitle {
	margin:15px 0 10px 0;
	border-bottom:1px #E9E9E9 solid;
	padding:0 0 35px 0;
}
.entry-content {
	padding:0 0 15px 0;
	margin-bottom:50px;
	font-family:Arial;
}
/* Ende EINTRAG*/

#content {
	float:left;
	width:700px;
	padding:20px;
	font-family:Arial;
}
#footer {
	padding-top:30px;
	clear:both;
	width:1000px;
	height:100px;
	text-align:center;
}
#footer img {
	margin-right:30px;
	text-align:center;
}
#info {
	margin-bottom:30px;
	text-align:center;
}
#info p {
	font-size:9px;
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
	padding-bottom:6px;
	border-bottom:1px #E9E9E9 solid;
	margin-bottom:30px;
}
#footer-widget-area .widget-area {
	float: left;
	width:1000px;
}
#footer-widget-area #fourth {
	margin-right: 0;
	list-style:none;
}

/* BEGINN KALENDER*/

#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color:#595959;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
	color:#c6c6c6;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
/* ENDE KALENDER*/
ul.xoxo{list-style:none;}







