/*
Theme Name: PUB-SER
Theme URI: http://www.pub-ser.de
License: General Public License (GPL)
autor: Andreas Kus @ pub-ser.de
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #333333;
}

body, input, textarea, select {
	font: normal small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px auto;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #ffffff;
}

h1 {
	font-weight: bold;
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {	
	margin: 5px 5px 0px 5px;
	padding: 0px 5px 0px 35px;
	background: transparent url(images/blockquote.gif) no-repeat ;
	font-style: italic;}

ul {
	list-style-type: square;
}

a {
	color: #cccccc;
}

a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 850px;
	margin: 0 auto;
	border: 0;
	background-color: #FFF;
}

/* Header */

#header {
	height: 244px;
	position: relative;
	background: url(images/banner.jpg) no-repeat;
	margin: 0px auto;
	<---border-right: solid 1px #ffffff;
	<--border-left: solid 1px #333333;
}

#header h1, #header h2 {
}

#header h1 {
	position: absolute;
	top: 23px;
	left: 210px;  
	font-size: 30px;
	letter-spacing: -2px;
}

#header h2 {
	position: absolute;
	top: 182px;
	left: 495px;  
	font-weight: bold;
	font-size: 1.3em;
}

#header a {
	text-decoration: none;
	color: #FFF;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Menu */

#menu
{
	width: 850px;
	position: absolute;
	margin: -250px 0;

}

#menu ul
{
	list-style: none;
	text-align: right;
	padding: 215px 0px 10px 0px;
	margin: 0;
}

#menu li
{
	padding: 5px 5px 15px 5px;
	display: inline;
}

#menu li a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: #333333;
	font-size: 1.1em;
	padding: 5px 5px 5px 5px;
	border: 1px dotted #FFFFFF;}

#menu li a.active
{
	border: 1px solid #FFFFFF;
	background: transparent url(images/trans.png);
}

#menu li a:hover
{
	border: 1px solid #FFFFFF;
	background: transparent url(images/trans.png);
}

/* Content */

#content {
	background: #333333 url(images/wall_all.jpg) repeat-y;
	margin: 0px auto;
	width: 850px;
	height: 100%;
}

/* Blog */

#blog {
	background: #333333;
	float: right;
	width: 649px !important;
	width: 646px;  /* IE6 3px problem */
	margin: 0px auto;
	padding: 10px 0px 0px 10px;
}

/* Post */

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	
}

#title {
	height: 37px;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
	padding: 5px 5px 3px 10px;
	background: transparent url(images/bg_title.jpg) no-repeat top right;
}

.maintitle {
	font-size: 1.6em;
	color: #cccccc;
	}

#titlepage {
	color: 	#fffffe;
	height: 37px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	background: transparent url(images/site_title.gif) no-repeat top right;
}

#title a {
	text-decoration: none;
}

#title a:hover {
	text-decoration: none;
	border-bottom: 2px dotted #cccccd;
}

#title #date {
	text-align: left;
	font-size: 13px;
	padding: 4px 0px 0px 1px;
	color: #cccccc;
	float:right;
	width:55px;
	margin:0;
}

#date .mo{color:#333333;}
#date .day{color:white;}



.post .entry {
	padding: 10px 10px 10px 10px;
	line-height: 1.8em;
	border:dotted 1px #555555;
}
.post .entry h2 {
	border-top: dotted 1px #555555;
	margin-top: 30px;
	padding-top: 15px;
}

.post p {
	text-align: justify;
}

.post .meta {
	padding: 0px 15px 8px 10px;
	line-height: 0.85em;
	color: #ffffff;
	font-size: 10px;
	background: #333334; <--transparent url(images/downpost.gif) no-repeat bottom left;
	padding-top: 10px;
}

.entry h1, .entry h2, .entry h3 {
	color: #ffffff;
	
}

/* Sidebar */

#sidebar {
	background: #999999;
	float: left;
	width: 171px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0 10px;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;
}

#sidebar li li {
	margin: 0;
	color: #white;
}

#sidebar h2 {
	height: 17px;
	background: url(images/side_title.gif) no-repeat;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 0.9em;
	padding: 1px 5px 0px 0px;
	font-weight: bold;
	text-align: center;
}

#sidebar a {
	font-weight: bold;
	text-decoration: none;

	color: #333333;
	padding-left: 10px;
	padding-right: 4px;
	background: transparent url(images/listoff.gif) left center no-repeat;
}

#sidebar a:hover {
	text-decoration: none;
	color: white;
	border-bottom: 1px dotted white;
	background: transparent url(images/liston.gif) left center no-repeat;
}


#calendar {

	font-size: 0.85em;
	font-weight: bold;
	text-align:center;
	color: #333333;}

#calendar a:hover {
	font-weight: bold;
	background: #999999;
	color: #333333;
}

#calendar td {
height:12px;
padding:  0px 2px 0px 2px}

#calendar a {
	background: #333333;
	color: white;
	padding:  0px 2px 0px 2px;	display:block;
	text-decoration:none;
	line-height:12px;
	border-bottom: 1px dotted white;
}

caption{font-size: 1.2em;}

#today {padding:  0px 0px 0px 2px;	

	border: 1px dotted #ffffff;
	font-weight: bold;
	color: #333333;}

#rss a{	border-bottom: 0px;
	background: transparent;
	overflow: hidden;
	vertical-align= bottom;}
#rss a:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}
#rss img:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}

#searchbg {
background: transparent url(images/searchbg.gif) no-repeat center center;
height:25px;
margin-bottom:20px;}

#s {
width: 110px;
height: 15px;
color: #333333;
font-weight: bold;
border: 0px;
}

#go {
	background: transparent;
	color: #333333;
	font-weight: bold;
	border: 0px;
	font-size: 1.25em;
	outline: none;
	height: 15px;}


/* Footer */

#footer{
	background: #333333 url(images/wall_all.jpg) repeat-y;
	font-size: 0.7em;
	margin: 0px auto;
	padding: 10px 10px;
	text-align: right;
}


/* Comments Styling */
#comment {
margin-bottom: 1.5em;
padding-bottom: 1em;
font: Trebuchet MS, Verdana, Sans-Serif;
}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
width: 620px;
}

#commentform textarea {
	padding:3px;
	width: 280px;
	color: #333333;
}
#commentform textarea:hover {
}

#commentform textarea:focus {
	background: #777777;
	width: 280px;
	color: #ffffff;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;	
	width: 280px;
	color: #333333;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: #777777;
	width: 280px;
	color: #ffffff;
}
#commentform input{
margin-bottom: 3px;
}

.submit1{
	width: 280px;
	cursor:hand;
	font-size:1.10em;
	background: #666666;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;}

.submit1:hover, .submit1:focus{
	background: #999999;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;}
	
	
/* Portaits */
tabelle.portait{
	table-layout:fixed;

}
.portrait_bild{
	width:130px;
	height:150px;
	border:solid 1px #999999;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:5px;
	padding: 0px;
}
.portrait_namen{
	width:350px;

}
.text_rechts_oben{
	text-align:right;
	vertical-align:top;
	border-bottom: solid 1px;
	height:74px;
}
.text_links_unten{
	text-align:left;
	vertical-align:bottom;
}
.protrait_text{
	table-layout:fixed;
	width:350px;
	height:150px;
	/* border-right: solid 1px;
	border-left: solid 1px; */

}
/*Deckel Vorschau*/
.deckel-thumbnail {
	float: left;
	margin-right: 5px;
	border:none;
	margin-top: 10px;
}

.deckel-thumbnail img {
	position:relative;
	border: solid 4px #fff00;
	border:none;
}

.deckel-thumbnail img:hover {
	border:none;
} 

.deckel-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

/* Navigationsleiste*/
.navi_counter a {
	text-decoration:none;
	font-weight:bold;
}

.navi_counter strong{
	background:#777777;	
	padding:3px 0px 3px 0px;
}

.navi_counter_box{
	padding:3px 4px 3px 4px;
	border:solid 1px #999999;
	text-decoration:none;
	font-weight:bold;
}

/* Statistiken */

.treppchen{
	width:50px;
	height:200px;
	border-bottom:dotted 1px;
	border-left:dotted 1px;
	border-top:dotted 1px;
	border-color:#999999;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	float:left;
	position: relative;
}

.bootom_text{
	width:50px;
	height:20px;
	position:absolute;
	bottom:0px;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	text-align:center;
}

.umbruch{
	width:611px;
	height:202px;
	border-right:dotted 1px;
	border-color:#999999;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	float:none;
}

.medaille-gold{
	background-image:url(images/med_1.png);
	width:200px;
	height:250px;
	margin-right:10px;
	float:left;
	position: relative;
}
.medaille-silber{
	background-image:url(images/med_2.png);
	width:200px;
	height:250px;
	margin-right:10px;
	float:left;
	position: relative;
}
.medaille-bronze{
	background-image:url(images/med_3.png);
	width:200px;
	height:250px;
	float:left;
	position: relative;
}
.medaille-innen{
	text-align:center;
	top:75px;
	height:100px;
	width:193px;
	font-size:60px;
	color:#222222;
	position:absolute;
}

.post .entry h4 {
	font-size: 1.7em;
	padding-top: 15px;
	margin-bottom: 1em;
	font-weight: normal;
	color: #ffffff;
}

.statistiken_titel{
	margin-bottom:10px;
	width:250px;
	float:left;
}

.statistiken_eintrag{
	margin-bottom:10px;
	width:600px;
	clear:none;
}