body {
	font:normal 9pt/12pt Verdana, Sans-Serif;
	background: #000;
	color: #FFF;
	margin:0;
	padding:0;
	}

p {
	font:normal 9pt/12pt Verdana, Sans-Serif;
	margin:15px 0 0 0;
	padding:0;
}

#page {
	text-align: left;
	margin: 0 auto;
	width: 800px;
	padding:0;
	display:table;
	background: #510028 url('images/bg_ver.jpg') repeat-y;	
	}

#header {
	background: url('images/header.jpg') no-repeat;
	height: 219px;
	width: 800px;
	}

#zwischen {
	background: url('images/zwischen.jpg') no-repeat;
	height: 43px;
	width: 800px;
	}

.bg_bild {	
	background: url('images/bg.jpg') no-repeat;
	width: 800px;
	min-height:681px;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.line {
	border-bottom:1px solid white;
	height:1px;
	line-height:0px;
	width:100%;
}

img.red {
	border:1px solid #FFF;
}

#footer {
	background: url('images/footer.jpg') no-repeat top;
	border: none;
	height:66px;
	width: 800px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	padding:7px 0 0 0;
	font:normal 7pt/12pt Verdana, Sans-Serif;
	}
	
#footer a, #footer a:visited {	
	font:normal 8pt/11pt Verdana, Sans-Serif;
	color: #FFF;	
	padding:0 5px;
}

#footer a:hover {	
	font:normal 8pt/11pt Verdana, Sans-Serif;
	color: #FFF;	
	text-decortation:underline;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font:bold 12pt/16pt Verdana, Sans-Serif;	
	margin:3px 0 25px 0;
	padding:0;
	color:#E07996;
}

h2 {
	font:bold 11pt/15pt Verdana, Sans-Serif;
	margin:3px 0 25px 0;
	}

h2 a, h2 a:link, h2 a:visited {
	font:bold 10pt/13pt Verdana, Sans-Serif;
	margin:0;
	}

h2 a:hover {
	font:bold 10pt/13pt Verdana, Sans-Serif;
	margin:0;
	}

h4 {
	font:bold 9pt/12pt Verdana, Sans-Serif;
	margin:0 0 15px 0;
	padding:0;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Sans-Serif;;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {

	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:visited {
	color: #E63063;
	text-decoration: none;
	font:normal 9pt/12pt Verdana, Sans-Serif;
	}

a:hover {
	color: #E63063;
	text-decoration: underline;
	}
	
a.menu, a.menu:visited, a.menu:focus {
	color: #e2819c;
	text-decoration: none;
	font:bold 8pt/12pt Verdana, Sans-Serif;	
	}

a.menu:hover {
	color: #c92657;
	text-decoration: none;
	}		
	
a.menu_big, a.menu_big:visited, a.menu_big:focus {
	background: url('images/ladies.jpg') no-repeat;
	height: 31px;
	width: 82px;
	display:block;
	}

a.menu_big:hover {
	color: #e2819c;
	text-decoration: none;
	}	
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	padding: 0;
	margin:0 40px 0 40px;
	width:540px;
	float:right;
	}

#sidebar
{
	margin:0;
	float:left;
	width:180px;
	}

.widecolumn {
	padding: 0;
	margin:0 40px 0 40px;
	width:540px;
	float:right;
	font:normal 9pt/12pt Verdana, Sans-Serif;
	}

.post {
	margin: 0 0 20px;
	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;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	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;
	}

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	font:normal 9pt/12pt Verdana, Sans-Serif;
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	<!--
		list-style:disc;
	-->
	<!--
		padding: 0 0 0 15px;
	-->
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

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

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color:#000;
}

/*Eigenes*/
div.umenu {
	margin:30px 0 0 12px;
}

#sidebar .umenu ul {
	margin:0;
	padding:0 0 5px 5px;
	list-style:none;
	color: #E63063;
}

#sidebar .umenu li {
	margin:0;
	padding:0 0 4px 0;
	list-style:none;
	background: url('images/umenu_btn.png') no-repeat;	
	width:140px;
	height:27px;
	text-align:center;
	line-height:18pt;
}

div.umenu_bg {
	
}

div.umenu_oben {
	
}

div.umenu_unten {

}

#sidebar .umenu li a {
	text-decoration:none;
}

#sidebar .umenu li a:hover {
	color:#fff;
}
