
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #2F2012 url(../../gfx/templates/17/img02.jpg) repeat;
	font-family: 'Marvel', sans-serif;
	font-size: 14px;
	color: #969493;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #f8be63;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}
p{
	margin-bottom:15px;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #F8BE63;
}

a:hover {
}

#wrapper {

}

#wrapper2 {

}

.container {
	width: 1000px;
	margin: 0px auto;
}

/* Header */

#header {
	width: 900px;
	height: 115px;
	margin: 0 auto;
	padding: 0px 50px;
}

/* Logo */

#logo {
	float: left;
	width: 350px;
	
	color: #FFFFFF;
}

#logo h1, #logo p {
}

#logo h1 {
	padding: 30px 0px 0px 0px;
	letter-spacing: -2px;
	font-size: 30pt;
}

#logo h1 a {
	font-family: 'Viga', normal;
	color: #FFFFFF;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	letter-spacing: 1px;
	font-family: 'Viga', normal;
	font-size: 12px;
	color: #FFFFFF;
}

#logo p a {
	color: #FFFFFF;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}


/* Menu */

#menu {
	float: right;
	width: 550px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 70px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 8px 0px 8px;
}

#menu a {
	display: block;
	height: 20px;
	margin-right: 1px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Delius Unicase', cursive;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	border-bottom: 2px solid #BA0000;
	text-decoration: none;
	color: #BA0000;
}

#menu .current_page_item a {
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 30px;
}

/* Content */

#content {
	float: left;
	width: 590px;
}

.post {
	overflow: hidden;
	font-family: 'Galdeano', sans-serif;
	margin-bottom: 20px;
	border-bottom: 1px solid #3A3636;
	margin-top:30px;
}
.post .title {
	margin: 0px;	
}

.post .title a {
	border: none;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Viga', normal;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Galdeano', normal;
	font-size: 11px;
	font-weight: normal;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
	color: #BA0000;
}

.post .entry {
	padding: 0px 0px 30px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	float: right;
	margin: 20px 0px 30px 0px;
	text-align: right;
	text-transform: uppercase;
	font-family: 'Galdeano', normal;
	font-size: 12px;
	font-weight: normal;
}

.more {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 30px;
}

.comments {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	margin-top:-6px;
	font-family: 'Galdeano', normal;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 50px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px solid #3A3636;
	padding-left: 20px;
	background: url(../../gfx/templates/17/img01.gif) no-repeat left 13px;
	margin: 0px 30px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}

#sidebar li li span {
}

#sidebar li li a {
	padding: 0px 0px 0px 0px;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	padding-left: 30px;
	letter-spacing: -2px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Viga', normal;
	font-size: 20px;
	font-weight: normal;
	color: #F8BE63;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
	text-transform: uppercase;
	font-size: 14px;
}

#sidebar a {
	border: none;
	color: #969493;
}

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

/* Three Column Footer Content */

#footer-content {
	border-top: 10px #FF4E00 solid;
	color: #FF4E00;
}

#footer-content a {
	color: #FFFFFF;
}

#footer-bg {
	overflow: hidden;
	width: 890px;
	padding: 40px 55px 30px 55px;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #F1AF83;
}

#footer-content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

#footer-content li {
	padding: 7px 0px 8px 0px;
}

#footer-content p {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

#column1 {
	float: left;
	width: 290px;
	margin-right: 30px;
}

#column2 {
	float: left;
	width: 280px;
}

#column3 {
	float: right;
	width: 260px;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
}

#footer p {
	margin: 0;
	padding-top: 30px;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

#userlogo {
	margin-left:15px;
}
/* Splash */

#splash {
	width: 855px;
	height: 650px;
	position:absolute;
	z-index:0;
	margin: 0px auto;
	background-image:url(../../gfx/templates/17/img01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#desbild1{/*ganz oben*/
	display:none;
	float:right;
	margin-top:-30px;
	margin-bottom:10px;
	background-image:url(none);
	background-repeat:no-repeat;
	width:560px;
	height:308px;
	z-index:-10;
	clear:both;
}
#desbild2{/*oben sidebar*/
	display:none;
	background:url(none) repeat-x;
	width:220px;
	height:220px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
	margin-top:-10px;	
}
#desbild3 {/*oben content*/
	display:none;
	background:url(none) repeat-x;
	width:590px;
	height:220px;
}
#desbild4{/*unten content*/
	display:none;
	background:url(none) repeat-x;
	width:590px;
	height:220px;
	margin-bottom:10px;
}
#desbild5{/*unten sidebar*/
	display:none;
	background:url(none) repeat-x;
	width:220px;
	height:220px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
	margin-top:-70px;
}
#desbild6{/*ganz unten*/
	display:none;
	background-image:url(none);
	background-repeat:no-repeat;
	width:900px;
	height:300px;
	margin-top:30px;
}

#module1{
	display:none;	
}
#module2{
	width:220px;
	margin-left:30px;
	margin-right:30px;
	display:none;
}
#module3{
	display:none;
}
#module4{
	display:none;
}
#module5{
	display:none;
}
