/*  
Theme Name: wp_dundf
Theme URI: http://www.dundf.de/
Description:
Version: 1.0
Author: Patrick Niemann
Author URI: http://www.patrick-niemann.com/
	
 */

html {
}
body {
	background-image: url(Bilder/holz.jpg);
	background-repeat: repeat;
	background-position: center;
	margin:10px 0;
}
table {
	font-size:12px;
}
/*--------------------textgestaltung--------------------*/

p {
}
h1, h2, h3, h4, h5, h6 {
}
acronym, abbr, span.caps {
	cursor: help;
}
img {
	border:none;
}
.element_left {
	background-image:url(Bilder/Papier_links_BG.png);
	background-repeat:repeat-y;
}
/*--------------------linkgestaltung--------------------*/

a:link, a:visited, a:active {
	color: #009ED6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Container */
#apDiv1 {
	position:absolute;
	width:950px;
	z-index:1;
	left: 50%;
	margin-left:-475px;
}
#navigation {
	position:absolute;
	width:145px;
	z-index:2;
	overflow:hidden;
	left: 50%;
	top: 110px;
	margin-left:-465px;
	display:block;
	list-style-type:none;
	list-style-position:inside;
	padding-top:-1px;
}
.navigation-innen {
	width:134px;
	overflow:hidden;
}
.page_item {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-left:12px;
	line-height:29px;
	white-space:nowrap;
}
.inhalt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-right:10px;
	margin-left:145px;
	margin-bottom:3px;
}
.inhalt h1 {
	font-size:18px;
	color:#009ED6;
}
.adresse {
	width:130px;
	height:84px;
	overflow:hidden;
}
.adresse_div {
	text-transform:lowercase;
	color:#009ED6;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/*--------------------bilder als links--------------------*/
a img {
	border:none;
}
#wp-calendar {
	empty-cells: show;
}
/*-------------------- widgets---------------------*/
h2.widgettitle {
	visibility:hidden;
}