* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	background: #7F001B url(_img/img01.gif);
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight: normal;
	
	color: #7A0026;
}

h1 {font-style: italic;}

h2 {font-weight: bold;
}

h3 {
	font-weight: bold;
}

h4 {}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	padding-left: 3em;
	padding-right: 3em;
	background: url(_img/img03.gif) no-repeat;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #330010;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #330010;
	text-decoration: none;
	font-weight: bold;
}

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



.centerbutton {margin: 0px 0px; padding: 0px 2px !important;}
.location a {padding: 0px !important; margin: 0px !important; padding 0px !important;}

img {margin: 0px !important; padding: 0px !important;}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5 url(_img/img03.gif) repeat-x left bottom;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}

/* Location */

.location {text-align: left; line-height: 150%; background: #CCCCCC;  border: 4px solid #C0C0C0;}
.location img {float: left; border: 0px; margin-right: 10px; margin-bottom: 5px;}
.locationrahmen {text-align: left; margin-left: auto; margin-right: auto; width: 470px; margin-top: 25px; margin-bottom: 25px;}
.location a {font-style: italic; font-weight: bold; text-decoration: none; color: #666666;}
.location p {padding: 10px;}
.locationbland {width: 100%; background-color: #660000; margin-bottom: 30px; margin-top: 25px;}
.locationbland h3 {color:white; margin: 5px; margin-left: 20px;}



/* Post */

.text {padding: 20px 20px 0 20px; clear: both;}



td {line-height: 150%;}



.text p{
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Page */

#page { width: 800px;
background: #330010 url('_img/background.jpg') repeat-y; 
margin-left: 50px;}

/* Left */

#left {
	width: 200px;
	float: left;
	color: #FFFFFF;
}

#newleft {
	width: 200px;
	float: left;
	 position:relative;
	right: 600px;
	color: #FFFFFF;
}



#left a {color: #FFFFFF;}

div.bookmarks {padding: 20px 0px;}

/* Logo */

#logo {
	height: 120px;
	width: 800px;
	background: white url(_img/top.jpg) no-repeat;
	border-bottom: 4px solid #7A0026;
}

#logo h1 {

	letter-spacing: -1px;
	font-size: 2.4em;
	text-transform: lowercase;
	padding: 60px 20px 0 0;
	font-weight: bold;
	float: right;
}

#logo h2 {
 float: right;

	font-size: 1.3em;
	color: black !important;
	text-transform: lowercase;
}

#logo a {
	text-decoration: none;
	color: #7A0026;
}

/* Content */

#content {
	width: 600px;
	float: left;
background-color: #FFFFFF;
}

#newcontent {
	width: 600px;
	float: left;
	position: relative;
	left: 200px;
background-color: #FFFFFF;
}

#extra {
}

/* Content > Main */

#main {
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
}

#sidebar a {
}

/* Content > Menu */


ul#menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #330010;
	padding-bottom: 20px;
}

#menu li {
	display: block;
	margin: 0px;
	padding: 0px;
}

#menu a {
	display: block;
	margin-left: 10px;
	padding: 20px 0px 2px 10px;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom-color: #FFFFFF;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	color: #330010;
}

#menu .first a {
}

ul.submenu {margin-left: 20px !important;
list-style-type: square !important;}
.submenu a {border-bottom: 0px !important;
padding: 4px !important;}

.submenu a:hover {background-color: #666666;}

ul.subsubmenu {margin-left: 10px !important;
list-style-type: square !important;}
.submenu a {border-bottom: 0px !important;
padding: 4px !important;}

.submenu a:hover {background-color: #666666;}



/* Footer */

#footer {
	clear: both;
	border-top: 4px solid #7A0026;
	padding: 10px 20px 20px 20px;
	background: #DDDDDD;
	
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #666666	;
}

#footer a {
	color: #666666;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
	margin: 0px;
	margin-bottom: 10px;
	font-size: x-small;
	text-align: center;
	color: #999999;
}