
body {
	background-image: url("images/background.gif");
	background-repeat: repeat-x;
	background-color: rgb(58,58,58);
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 10pt;
	line-height: 1.4em;
	text-align: center;
	color: rgb(80,80,80);
}

.bringdown {
	clear: both;
}

a:link {
	color: rgb(77,0,0);
	text-decoration: none;
}

a:visited {
	color: rgb(77,0,0);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	color: rgb(77,0,0);
	padding: 0 0 5px 0;
}

h3 {
	margin: 5px 0 0 0;
	clear:both;
	display: block;
	border-bottom: 1px dotted gray;
	padding: 0 0 5px 0;
	color: rgb(80,0,0);
	text-decoration: none;
}

h4 {
	display: block;
	margin: 15px 0 0 0;
	padding: 0 30px 0 0;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	color: rgb(77,0,0);
	text-align: right;
}

h5 {
	display: block;
	border-bottom: 1px dotted gray;
	padding: 0;
	font-size: 11pt;
	color: rgb(80,0,0);
	text-decoration: none;
}

/* ------------------------------ Form allgemein --------------------------------- */

#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 {
	border: 1px solid gray;
	width: 535px;
	padding: 5px;
	}

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

/* ------------------------------ Head --------------------------------- */

#logo {
	height: 60px;
	width: 173px;
	float: left;
	margin: 65px 0 0 40px;
	background-image: url("images/logo.gif");

}

#header {
	margin: 0;
	padding: 0;
	height: 220px;
	background-image: url("images/titlepic.jpg");
	background-position: top center;
	background-repeat: repeat-x;
}

#headercontent {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 200px;
}

/* ------------------------------ Horizontales Menü --------------------------------- */

#menubar {
	margin: 1px 0 0 0;
	padding: 0;
	height: 30px;
	background-color: rgb(77,0,0);
	text-align: center;
}

#menucenter {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

ul#menu {
	padding: 0px;
	margin: 0px;
}

#menu li {
	list-style-type: none;
	width: 90px;
	height: 26px;
	float: left;
	text-align: center;
	padding-top: 5px;
	line-height: 22px;
}

li#lastlink {
	width: 81px;
}

#menu a {
	color: #FFF;
	font-size: 14px;
}

#menu a:link {
	text-decoration: none;
}

#menu a:visited {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* ------------------------------ Content --------------------------------- */

#mainbox {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-image: url(images/contentbackground.gif);
	background-repeat: repeat-y;
	background-color: rgb(240,240,240);
}

#content {
	margin: 0;
	float: left;
	width: 546px;
	padding: 27px 27px 15px 27px;
	text-align: left;
}

div.floatmenu {
	float: left;
	margin: 0;
	float: left;
	width: 131px;
	padding: 0 0 15px 0;
	text-align: left;
}

div.floatmenu2 {
	float: left;
	margin: 0;
	float: left;
	width: 387px;
	padding: 0 0 15px 27px;
	text-align: left;
}

#sidebar {
	float: left;
	width: 170px;
	min-height: 450px;
	margin: 0;
	padding: 12px 0 0 27px;
	text-align: left;
	font-size: 7pt;
}

/* ------------------------------ Footer --------------------------------- */
#footer {
	border-top: 1px dotted gray;
	clear: both;
	width: 791px;
	padding: 5px 0 24px 10px;
	text-align: left;
	margin: 0;
}

#footerright {
	float: left;
	width: 566px;
	height: 1px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 24px;
}

#footerleft {
	float: left;
	width: 160px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 24px;
}

#footerleft a {
	color: white;
	font-size: 10pt;
 }

#footerleft a:link {
	color: white;
 }

#footerleft a:visited {
	color: white;
 }
 
#footerleft a:hover {
	color: white;
	text-decoration: underline;
 }

#footerleft a:active {
 color: white;
 }

/* ------------------------------ Postings --------------------------------- */

.post {
	margin-bottom: 30px;
	padding:0;
}

.posttitle {
	font-family: arial;
	font-size: 14px;
	color: #7F7F7F;
	text-align: left;
}

.posttitle small {
	display: block;
	width: 545px;
	text-align: right;
	margin: 0;
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
	color: #7F7F7F;
}

.post a:visited {
	color: rgb(80,0,0);
	text-decoration: none;
}

.post a:hover {
	text-decoration: none;
	font-weight: bold;
}

.postcontent {
	clear: both;
}

.postcontent p {
	margin: 0;
}

.postfoot {
	text-align: left;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	padding: 6px 0;
	margin-top: 15px;
	font-size: 8pt;
}

.postfoot a:hover {
	font-weight: normal;
}


/* ------------------------------ Comments --------------------------------- */

.navigation {
	width: 545px;
	height: 30px;
}

.alignleft {
	float: left;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-bottom: 15px;
}

.alt {
	margin: 0;
	padding: 0;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

ol.commentlist {
	list-style-type: none;
	margin: 0;
	}

.commentlist li {
	margin: 15px 0 3px 0;
	padding: 5px 10px 3px 0;
	font-weight: normal;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

p.commentmetadata {
	display: block;
	border-style: dotted;
	border-color: gray;
	border-width: 1px 0;
	padding: 6px 0;
	margin-top: 15px;
	font-size: 8pt;
	}

.commentlist p.head {
	display: block;
	width: 545px;
	border-bottom: 1px dotted gray;
	font-weight: bold;
	padding: 1px 0;
	margin: 0;
}

h3#respond {
	margin: 20px 0;
	}

/* ------------------------------ Sidebar --------------------------------- */

ul {
list-style-type: none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#sidebar li {
	list-style-type: none;
	color: white;
	font-size: 10pt;
}

#sidebar ul ul{
	width: 170px;
}

#sidebar li li{
	list-style-type: none;
	color: white;
	font-size: 10pt;
}

#sidebar a {
	color: white;
	font-size: 10pt;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:visited {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: white;
}

#sidebar h2 {
	display: block;
	width: 145px;
	border-bottom: 1px dotted white;
	font-family: Arial;
	font-weight: normal;
	font-size: 12pt;
	color: #FFF;
	margin: 20px 0 6px 0;
	padding: 0 0 5px 0;
	text-align: left;
}

#termine {
	padding: 0;
	color: white;
	font-size: 10pt;
}

#termine p {
	padding: 0;
	margin: 0;
}

a.termin {
	display: block;
	width: 145px;
	border-bottom: 1px dotted white;
	font-family: Arial;
	font-weight: normal;
	font-size: 12pt;
	color: #FFF;
	margin: 20px 0 6px 0;
	padding: 0 0 5px 0;
	text-align: left;

}

a.termin:link {
	text-decoration: none;
}

a.termin:visited {
	text-decoration: none;
}

a.termin:hover {
	text-decoration: none;
}

span {
	padding: 0;
	}

div.entry span {
	display: block;
	padding: 0 0 0 18px;
	}

a img {
	border: none;
	}

	
img {
 	border: none;
}		


/* --------------------- SUB Menü Supernova ------------------ */


ul.menu_supernova {
	padding: 0;
	margin: 15px 0 0 0;
}

ul.menu_supernova li {
	display: block;
	margin: 0;
	list-style-type: none;

}

ul.menu_supernova li a {
	color: rgb(70,0,0);
	font-size: 10pt;
}

ul.menu_supernova li a:link {
	text-decoration: none;
}

ul.menu_supernova li a:visited {
	color: rgb(70,0,0);
	text-decoration: none;
}

ul.menu_supernova li a:hover {
	text-decoration: underline;
}
