* {
	margin: 0;
	padding: 0;
	border: 0;
}

HTML, BODY {
	min-width: 100%;
	min-height: 100%;
	
	background-color: #FFFFFF;
	
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper_wrapper {
	min-height: 100%;
	width: 930px;
	background-image: url(images/template/wrapper_wrapper_hintergrund.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#wrapper
{
	width: 900px;
	background-image: url(images/template/hintergrund.png);
	background-repeat: repeat-x;
	background-color: #FEFEFE;
	min-height: 100%;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 120px;
	background-color: #333333;
	/*background-image: url(images/grafiken/template/header_hintergrund.png);*/
}

	#row1 {
		height: 25px;
		padding: 0 5px;
		text-align: right;
		line-height: 25px;
		color: #999999;
		font-size: 11px;
	}
	
		#row1 a {
			color: #999999;
		}
		
		#row1 a:hover {
			color: #CCCCCC;
		}
	
	#row2 {
		height: 53px;
		padding: 0;
		margin-top: 15px;
	}
	
	#logo {
		/** LOGO **/
		float: left;
		margin: 0 25px;
		border-bottom: 3px solid #1B627A;
	}
	
	#nav {
		margin-right: 20px;
	}
	
		UL.nav  {
			margin: 0;
			list-style: none;
		}
		
			UL.nav LI {
				color: #FFFFFF;
				padding: 0 10px;
				padding-top: 25px;
				margin: 0 15px;
				border-bottom: 3px solid #1B627A;
				float: left;
				font-size: 16px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				line-height: 25px;
			}
			
			UL.nav LI:HOVER {
				border-bottom-color: #FFFFFF;
			}
			
			UL.nav A {
				color: #FFFFFF;
				text-decoration: none;
			}
			
			UL.nav LI.active {
				border-bottom-color: #0099CC;
			}
			
			UL.nav LI.active:HOVER {
				border-bottom-color: #FFFFFF;
			}
			

#main {
	width: 900px;
	margin: 0 auto;
}

#content {
	margin: 10px 10px 0 0;
	width: 640px;
	float: left;
}

	H1 {
		font-size: 28px;
		color: #1B627A;
		padding: 15px 20px 10px 20px;
	}
	
	H1 SMALL {
		color: #999999;
		font-size: 14px;
	}
	
	H2 {
		font-size: 20px;
		border-bottom: 1px solid #CCCCCC;
	}
	
		H2 A {
			color: #000000;
			text-decoration: none;
		}
	
	DIV.post, DIV.pagebar {
		margin: 0px 20px;
	}
	
	DIV.date {
		color: #999999;
		line-height: 180%;
		font-size: 11px;
		padding: 2px 10px;
		border-bottom: 1px solid #CCCCCC;
	}
	
	DIV.post P,  #footer P, DIV.pagebar {
		font-size: 14px;
		line-height: 140%;
		padding: 5px 10px 10px 5px;
	}
	
		DIV.post P A,  #footer P A, .right-box-dark P A, DIV.pagebar A, DIV.date A, DIV.post LI A {
			 background-color: #BFDFFF;
			color: #000000;
			text-decoration: none;
			/** padding: 0 1px; funktioniert nicht :/ **/
		}
		
		DIV.post P A:HOVER, #footer P A:HOVER, .right-box-dark P A:HOVER, DIV.pagebar A:HOVER, DIV.date A:HOVER, DIV.post LI A:HOVER {
			background-color: #0071E1;
			color: #FFFFFF;
		}
		
		DIV.pagebar A {
			padding: 5px;
		}
		
		DIV.pagebar SPAN.this-page A {
			background-color: #0071E1;
			color: #FFFFFF;
		}
		
		DIV.pagebar SPAN.break {
			padding: 0 5px;
		}
		
	DIV.post UL {
		list-style-position: inside;
		list-style: circle;
		margin-left: 30px;
		margin-bottom: 5px;
	}
	
		DIV.post UL LI {
			line-height: 150%;
			font-size: 14px;
		}
		
	DIV.post OL {
		list-style-position: inside;
		margin-left: 30px;
		margin-bottom: 5px;
	}
	
		DIV.post OL LI {
			line-height: 150%;
			font-size: 14px;
		}
	
	DIV.post P.postmeta, #footer P {
		line-height: 180%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #666666;
		padding: 10px 10px 30px 5px;
	}
	
	DIV.post P.postmeta IMG, #footer P IMG, DIV.date IMG {
		vertical-align: sub;
	}
	
	DIV.post P A IMG
	{
		background:#fff;
		border:1px solid #ccc; 
		padding:5px;
		margin: 3px 0 0 0;
	}
	
	DIV.postimage {
		padding: 1px 0;
		border-bottom: 1px solid #CCCCCC;
	}
	
#footer {
	margin-left: 20px;
}

.right-box {
	width: 220px;
	margin: 20px 20px 0 0;
	float: right;
}

.right-box UL{
	list-style: none;
}

.right-box-dark {
	width: 220px;
	margin: 20px 20px 0 0;
	float: right;
	background-color: #333333;
	
	color: #FFFFFF;
}

	.right-box-dark P, .right-box P {
		padding: 6px;
		font-size: 11px;
		line-height: 145%;
	}
	
.right-box {
	list-style: none;
}

.right-box A{
	color: #006699;
	text-decoration: none;
}

.right-box A:HOVER{
	color: #000000;
	text-decoration: underline;
}

.right-box LI UL {
	margin-left: 6px;
}

.right-box LI UL LI {
	padding: 1px;
	list-style-position: inside;
	list-style: none;
	font-size: 13px;
}

.right-box LI UL LI:BEFORE {
	content: "\00BB \0020";
}

LI.widget {
	margin-bottom: 10px;
}

H3 {
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
}

.clear-both, .clear {
	height:0;
	clear: both;
}

.imgleft {
	float: left;
	margin-right: 10px;
}

.alignleft {
	float: left;
}
	
	img.alignleft {
		margin-right: 10px !important;
		margin-left: 0px !important;
	}

.alignright {
	float: right;
}
	img.alignright {
		margin-left: 10px !important;
		margin-right: 0px !important;
	}

.wp-caption {
	padding: 0;
	margin: 5px;
	background-color:#EFEFEF;
	border:#CCCCCC solid 1px;
}

	.wp-caption IMG {
		padding:0;
		margin:0;
		padding-left: 5px;
		padding-top: 5px;
		padding-bottom: 2px;
	}
	
	P.wp-caption-text {
		padding:0;
		margin:0;
		font-family: "Times New Roman", Times, serif;
		font-size-adjust: none;
		font-size:11px !important;
		text-align:center;
	}
	
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: left;
	width: 33%;			
}
.gallery img {
	border: 1px solid #CCCCCC !important;
	padding: 5px;
}
.gallery-caption {
	margin-left: 0;
}

.akpc_pop {
	clear: both;
}

ul.comments {
	margin: 0 0 5px 0 !important;
}

	ul.comments li {
		list-style: none;
		padding-bottom: 5px;
		border-bottom: 1px dashed #CCCCCC;
		margin: 10px 0 0 0 !important;
	}
	
	ul.comments li:last-child {
		border: none !important;
	}

input, textarea {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

BLOCKQUOTE {
	margin: 8px 15px;
	padding: 0 20px;
	background-image: url(/grafiken/quote.png);
	background-repeat: no-repeat;
}
 
BLOCKQUOTE P {
	margin: 5px 0;
	padding: 0;
        line-height: 120% !important;
        font-size: 12px !important;
}