body {
	font-size:12px;
	font-family:Verdana, Arial, Sans-Serif;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
	
#header {
	display:none;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 100px;
	width: 976px;
}
	
#page {
	text-align: left;
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 976px;
}

#footer {	
	border: none;
	height:30px;
	vertical-align:middle;
	padding: 0px;
	margin: 0px auto;
	width: 976px;
	clear: both;
	background-color:#FFFFFF;
	color: #000000;
}

#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#FFFFFF;
}

h1 {
	font-size: 20px;
	text-align: left;
	font-weight:100;
	margin:0px;
	color:#000000;
}

h2 {
	font-size: 15px;
	text-align: left;
	font-weight:100;
	margin:0px;
	color:#000000;
	font-weight:bold;
}

h3 {
	font-size: 12px;
	text-align: left;
	font-weight:bold;
	padding-top:4px;
	padding-left:32px;
	margin:0px 0px 0px 0px;
	color:#000000;
	width:140px;
	height:25px;
}

h4 {
	font-size: 18px;
	text-align: left;
	font-weight:bold;
	margin:0px 0px 38px 0px;
	color:#000000;
}	

h5 {
	font-size: 12px;
	text-align: left;
	font-weight:bold;
	margin:0px 0px 29px 0px;
	color:#000000;
	clear:both;
}

h6 {
	height: 1px;
	width:526px;
	text-align: left;
	margin:30px 0px 0px 0px;
	background-color:#ffffff;
	clear:both;
}

p {
	margin:0px;
	padding:0px;
}
/* Begin Layout */
.spalte_mitte {
	width: 560px; 
	margin-top:35px;
}

.spalte_mitte img {
	border:0px;
	width:auto;
	height:auto;
	margin-right:10px;
	margin-bottom:25px;
	margin-top:0px;
	margin-left:0px;
	clear:both;
}

.spalte_mitte ul {
	list-style-type:none; 
	margin:0px;
	padding:0px;
}
/*.spalte_mitte li {
	list-style-type:none;
	text-decoration:none;
	background-position:left top;
	background-image:url(img/skin/li.gif);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
}*/
.spalte_mitte li {
	list-style-type:square;
	list-style-position:inside;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* Begin Sidebar */
#sidebar
{
	display:none;
	padding: 20px 0px 10px 0px;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/*navigation Anfang*/
.navi {
	display:none;
	margin-left: 0px; 
	margin-top: 122px; 
	background-color:#ffffff;
}

.navilist {
	display:none;
	list-style-type:none; 
	margin:0px;
	padding:0px;
}

.navilist li{
	display:none;
	list-style-type:none;
	height:auto;
}

.page_item a {
	display:none;
	font-family: Arial; 
	font-size:12px;	
	color: #003366;	
	text-decoration: none;	
	font-weight:normal;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 28px;
}

.page_item a:hover {
	display:none;
	color: #003366;	
	text-decoration: none;	
	font-weight:normal;
	list-style-type:none;
	background-image:url(img/skin/navactive.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 28px;
}

.current_page_item a {
	display:none;
	color: #003366; 
	text-decoration: none;
	list-style-type:none;
	background-image:url(img/skin/navactive.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 28px;
}

.current_page_item a:hover {
	display:none;
	color: #003366; 
	text-decoration: none;
	list-style-type:none;
	background-image:url(img/skin/navactive.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 28px;
	
}

.page_item {
	display:none;
	color: #003366; 
	text-decoration: none;
	list-style-type:none;
	
	margin:0px 0px 0px -28px;
	padding:0px 0px 0px 28px;
}

/*navigation Ende*/

hr {
	display:none;
}
/* Begin Images */
p img {
	padding: 0px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:1px;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 3px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 7px 3px 0px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

a {
	color:#000000;
	text-decoration:underline;
}
/* End Images */

table {
	margin:0px 0px 20px 0px;
	padding:0px;
	border-collapse: collapse;
	vertical-align:top left;
	border:0px;
	border-spacing:0px;
	width:100%;
	clear:both;
	background-color:#FFFFFF;
}

td, th {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top:0px;
	padding: 0px;
	margin: 0px;
	border-spacing:0px;
	background-color:#FFFFFF;
	}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	display:none;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #ffffff;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	display:none;
	margin: 0 px;
	padding: 0 px;
	border: 0px none;
}

.wp-caption p.wp-caption-text {
	display:none;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
