/*  
Theme Name:16vor
Theme URI:http://www.16vor.de/
Description:Das 16vor-Template
Version:0.1
Author:Joerg Halstein
Author URI:http://www.halstein.de/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/



/* Begin Main-Layout */
html {
	height:100%
}

*{
	margin:0;
	padding:0
}

body {
	background:#fff;	
	color:#000;
	font:small arial,verdana,sans-serif;
	height:100%
}

.page {
	background:#fff;
	margin-left:10px;
	margin-top:10px;
	text-align:left;
	width:1300px;
	height:100%
	}

#adbar {
	float:left;
	margin:0 20px 0 0;
	width:210px;
	height:100%;	
	}	

#adbar2 {
	position: absolute; 
	width: 160px; 
	left: 1008px; 
	top: 211px; 	
	}	
	
#header {
	float:left;
	margin:0 0 20px 0;
	width:740px
	}
	
	#content {
	float:left;
	margin:0 0 20px 0;
	width:490px
	}
	
#sidebar {
	float:left;
	margin:0 0 20px 20px;
	width:230px
	}

#footer {
	border-top:1px solid #000;
	clear:both;
	margin:0 20px;
	padding:10px 0;
	text-align:center;
	font-size:0.8em;
	width:740px
	}
	
#werbung1
{
 position:absolute;
 left:0px; top:5px; width:250px; 
 background-color:#f4f4f4;
 float:left;
}

	
input{
	font:1em "trebuchet ms",georgia,arial,sans-serif;
	}

/* End Main-Layout */



/* Begin Header */
h1 {
	font:5em georgia,"trebuchet ms",arial,sans-serif;
	padding:5px 0 0 0;
	text-align:center;
	text-transform:uppercase
	}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#000
	}

.description {
	color:#777;
	font:1.4em georgia,"trebuchet ms",arial,sans-serif;
	padding:0 0 5px 0;
	text-align:center;
	text-transform:uppercase
	}
	
.dateline {
	color:#777;
	font:1em "trebuchet ms",georgia,arial,sans-serif;
	padding:4px 0 2px 2px;
	text-align:left;
	float:left;
	}	
	
.searchbox {	
	font:1em "trebuchet ms",georgia,arial,sans-serif;
	padding:4px 0 2px 2px;
	text-align:right;
	}		
	
#header ul{
	border-bottom:2px solid #000;
	border-top:1px solid #000;
	padding:3px 0;
	text-align:center;	
}

#header ul li {
	display:inline;
	padding:0 15px 0 0
}

#header ul li a:link, #header ul li a:active, #header ul li a:visited, #header ul li a:hover{
	color:#000;
	font:0.9em "trebuchet ms", georgia;
	text-decoration:none;
	text-transform:uppercase
}

#header ul li a:hover{
	color:#fff;
	background-color:rgb(30,70,100)	
}
/* End Header */



/* Begin Content*/
h2,h3,h4,h5,h6{
	color:#000;
	font:normal 1.5em georgia,"trebuchet ms";
	margin:20px 0 0 0
	}

h2,h3{
	border-bottom:1px dotted #666
	}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#000;
	text-decoration:none
}

h2.categorytitle {
	background-color:#000;
	color:#fff;
	font:normal 1.5em georgia,"trebuchet ms";
	margin:20px 0 0 0;
	border-bottom:0px;
	padding:2px
	}
	
h2.datetitle {
	background-color:rgb(30,70,100);
	color:#fff;
	font:normal 1.5em georgia,"trebuchet ms";
	margin:20px 0 0 0;
	border-bottom:0px;
	padding:2px
	}

.postmetadata {
	color:#555;
	font-size:.85em;
	padding:2px 0 0 0
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#555;
	text-decoration:none
}

.postmetadata a:hover{
	text-decoration:underline
}

.entry, .entrytext{
	line-height:150%;
	margin:2px 0 0 0
	}
	
.entrytext p{
	margin:0 0 15px 0
	}
	
#meldungstext li {
	line-height:120%;
	background-color:#FAFAAF;
	font-size:0.85em;
	margin:2px 0 0 0;
	text-align:justify;
	}	

a:link,a:visited,a:active{
	color:rgb(190,50,40);
	text-decoration:none;
}

a.rss:link,a.rss:visited,a.rss:active{
	color:#777;
	text-decoration:none;
}

a:hover{	
	text-decoration:underline
}
/* End Content*/



/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font:0.9em georgia,"trebuchet ms",arial,sans-serif;
	font-weight:normal; 
	line-height:0.9em;
	color:#222;
	}
	
.commentlist li {
	font-weight:bold
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none
	}

.commentmetadata {
	font-weight:normal
	}

.commentlist {
	padding:0;
	text-align:justify
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:10px 10px 0 0;
	list-style:decimal
	}

.commentlist p {
	margin:10px 5px 10px 0
	}

#commentform p {
	margin:5px 0
	}

.commentmetadata {
	margin:0;
	display:block
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:5px 0 5px 26px
	}
	
.entry p img, .entrytext p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px
	}	

#sidebar ul li{
	list-style:none
	}

#sidebar ul li ul li{
	border-bottom:1px solid #ddd;
	padding:2px 0
	}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited, #sidebar ul li ul li a:active{
	color:#444;
	text-decoration:none
}

#sidebar ul li ul li a:hover{
	color:#000;
	text-decoration:underline
}
/* End Entry Lists */

li.page_item {
	display:inline;
	padding:0 5px 0 0
}



/* Begin Images */
p img {
	padding:0;
	max-width:100%
	}
	
	
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 Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0
	}

#sidebar2 #searchform #s {
	width:130px;
	padding:2px
	}

#sidebar2 #searchsubmit {
	padding:1px
	}

.entry form { 
	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 */
code {
	font:1em 'Courier New', Courier, Fixed
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em
	}

acronym, abbr {
	border-bottom:1px dashed #226
	}

blockquote {
	background:#f3f3f3;
	border:1px solid #000;
	line-height:120%;
	margin:10px 0;
	padding:5px 10px 5px 10px
}

blockquote cite {
	margin:5px 0 0;
	display:block
	}

.center {
	text-align:center
	}

hr {
	clear:both;
	display:none
	}

a img {
	border:none
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px
	}
/* End Various Tags & Classes*/


/*---------- Kalender ------------ */
#wp-calendar {
margin: auto;
font-size: 1em;
width: 150px;
table-layout: fixed;
border: 1px solid silver;
margin-top: 10px;

}
#wp-calendar caption {
font-size: 1.1em;
font-weight:bold;
}

#wp-calendar th {
font-size: 0.9em;
border-bottom: 1px solid silver;

}

#wp-calendar #today {
border: 1px solid red;
background-color:yellow;
}

#wp-calendar td {
color: silver;
background-color:transparent;
border: 1px solid silver;
font-weight:bold;
}

#wp-calendar #next a, #wp-calendar #next {
padding-right: 5px;
text-align: right;
}

#wp-calendar #prev a, #wp-calendar #prev {
padding-left: 5px;
text-align: left;
}

