/*  
Name: Colorvoid
Date: 2008-04-25
Description: Soft and natural, gray and blue two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* ----------------------------------------
   Standard Elements
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background-attachment:fixed;
	background: #2E6DA3 url('img/bg2.gif');
	font: normal 13px Verdana,sans-serif;
	color: #345;
	padding-bottom: 1em;
}

.clear{clear: both;}


a {color: #06A;}
a:hover {color: #036;}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 1.8em Georgia,Tahoma,sans-serif;}
h2 {font: normal 1.5em Georgia,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}


blockquote {
	background: #FFF url('img/quote.gif') no-repeat;
	border: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin-bottom: 1em;
	padding: 10px 1em 0.2em 42px;
}

code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

a img{text-decoration: none;}
img {border: none;}
//img.icon{border: 0px; background: none;  padding: 0 0 0 3px; }
img.bordered {background: #FFF; padding: 2px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.8em;}
big,.big {font-size: 1.2em;}


/* ----------------------------------------
  Forms
------------------------------------------- */

/* Inputs */

input#s, textarea, input.styled {
	border: 1px solid #BBB;
	padding: 3px;
	width: 100px;
	font: normal 1em Verdana,sans-serif;
}
input#form {width:420px;}

textarea {width: 420px;}
#searchsubmit {
	border: 1px solid #BBB;
	background: #EEE;
	font: normal 0.9em Verdana,sans-serif;
	padding: 2px 3px;
}

/* Seachform */
table.search {
	width: 100%;
	border-collapse: collapse;
}
.search td {vertical-align: center;}


/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper {
	margin: 40px auto 0;
	width: 780px;	
}
#layout_container {
	background: #EaEaEa;
	padding: 0 5px;
}
#layout_edgetop, #layout_edgebottom {
	background: url('img/layout_edges.gif') no-repeat left top;
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {background-position: left bottom;}

/* Site Title */
#site_title {
	background: #2E6DA3 url('img/title.jpg') repeat-x left top;
	height: 50px;
	padding: 6px 18px;
}
#site_title h1 {
	font: normal 2.4em sans-serif;
	letter-spacing: -1px;
}
#site_title h1,#site_title h1 a {color: #fff;}
#site_title h1 a {text-decoration: none;}
#site_title h1 a:hover {color: #fff}
#site_title h2 {
	padding-top: 1.4em;
	font: normal 1.1em sans-serif;
	color: #fff;
}

#top_separator {
	background: url('img/top_separator.gif') repeat-x left top;
	display: block;
	font-size: 0;
	height: 0px;
	line-height: 0;
}

/* Navigation */
#navigation {
	background: #2E6DA3 url('img/navigation7.jpg') no-repeat left bottom;
	padding: 82px 10px 0px ;
}

/* Tabs */
#tabs{
		margin: 0;
	padding: 0;
	}
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	background: url("img/tableftC.gif") no-repeat left top;
	float: left;
	font: bold 0.9em sans-serif;
	margin-right: 3px;
	padding-left: 4px;
	text-decoration: none;
}
#tabs a span {
	float: left;
	display: block;
	background: url("img/tabrightC.gif") no-repeat right top;
	padding: 5px 10px 5px 6px;
	color: #608AAA;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
/* End IE5-Mac hack */

#tabs a:hover span {color: #608AAA;}
#tabs a:hover {background-position: 0% -42px;}
#tabs a:hover span {background-position:100% -42px;}

#tabs li.current_page_item a {color: #47A; background-position: 0% -42px;}
#tabs li.current_page_item a span {background-position:100% -42px;}

/* Main Layout */
#main_left {width: 545px;}
#main_right {width: 220px;}

/* Footer */
#footer {
	background: #2E6DA3 url('img/footer.gif') no-repeat left top;
	padding: 8px 12px 2px;
	font-size: 0.85em;
	color: #FAFCFF;
}
#footer .right {color: #C8DBE8;}
#footer .right a {
	color: #D3E5F1;
	text-decoration: none;
}
#footer .right a:hover {
	color: #FFE;
	text-decoration: underline;
}

.forum{
	font-size: 12px;
	background: #EAEAEA;
	border-collapse: collapse;
}
.forum tr{
	border-left: solid 1px #d0d0d0;
	border-right: solid 1px #d0d0d0;
	background: #fff;
}
.forum tr#closedentry{
	background: #F7F7F7;
}
.forum th{
	background: #fff;
	color: #444;
	padding: 3px;
	border: solid 1px #fff;
	border-top: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
	font-size: 12px;
	text-align: left;
}
.forum td{
	padding: 3px;
	border-bottom: solid 1px #d0d0d0;
}
.forum tr a{
	font-weight: bold;
}
.forum tr#closedentry a{
	font-weight: bold;
	color: #444;
}

/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

/* Images */
img.bordered {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 5px;
}

/* Text */
.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/* Floats */
.left {float: left;}
.right {float: right;}

/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}

/* Icons */
span.comment {
	background: url('img/icon_comment.gif') no-repeat left center;
	padding-left: 18px;
}


/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 5px;
	color: #444;
}
.post_title {
	background: #fff url('img/post/title.gif') no-repeat left top;
	padding: 6px 12px 5px;
	
}
.post_title h1 {font: bold 0.9em Verdana,sans-serif;}
.post_title h1 a {color: #444;}
.post_title h1 a:hover {
	color: #469;
	text-decoration: underline;
}
.post_title h1.left {width: 380px}
.post_date {
	color: #999;
	padding-top: 1px;
	font-size: 0.85em;
}
.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #F5F5F5;
}
.post_metadata .content {
	border-top: 1px solid #E5E5E5;
	padding: 8px 5px 6px;
	font-size: 0.8em;
	color: #666;
}
.post_metadata .content a {color: #567;}
.post_metadata .content a:hover {color: #002;}

.post_body {
	background: #F7F7F7 url('img/post/body.gif') repeat-x left top;
	padding: 10px 10px 1px;
	line-height: 1.5em;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	
}
.post_body_full {
	background: #F7F7F7 url('img/post/body.gif') repeat-x left top;
	padding: 0px;
	line-height: 1.0em;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	
}
.post_body img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
	margin-bottom: 4px;
}
.post_bottom {
	background: url('img/post/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}

/* misc */
.buttons { text-align: right; padding: 4px 3px 0 0;}
.left_articles .buttons { float: right; height: 20px; }
.bluebtn { background: #488EB2 url(img/bluebtn.gif) no-repeat; width: 90px; padding: 1px 10px 2px 11px; color: #fff; text-decoration: none; }
.greenbtn { background: #488EB2 url(img/greenbtn.gif) no-repeat; padding: 1px 17px 5px 16px; color: #fff; text-decoration: none; }
.bluebtn:hover, .greenbtn:hover { background: #488EB2 url(img/hoverbtn.gif) no-repeat; color: #fff; }

.post_preview{position: relative;  border-bottom: dotted 1px #aaa; margin-bottom: 4px; min-height: 80px; padding-bottom: 3px;}


tr #comment{ border-bottom: dotted 1px #aaa; min-height: 80px; padding-bottom:0px;padding-top:5px;}
#optionpane{border: solid 1px #aaa; background: #FFF0C2; height: 22px; padding: 0px; width: 100%; margin:0px; }

#iconwithtext {text-decoration: none; float: left; margin: 3px;}
#iconwithtext img {border: 0; margin-right: 3px; padding: 0; float: left;}

#newslist{
border-bottom: solid 1px #ddd;
padding: 3px;
padding-left: 10px;

}
#newslist a{
text-decoration: none;
}

#randomimg {margin: 1px;}

.table {border-collapse: collapse;font-size: 0.9em;}
.table  th { background: #EAEAEA; border: solid 1px #ddd; height: 16px; padding: 3px; text-align: left; }
.table td{ border: solid 1px #ddd;vertical-align:top;  height: 16px; padding: 3px;}

.calendar th { background: #EAEAEA; border: solid 1px #ddd; height: 16px;}
.calendar #day {font-weight: bold; height: 16px; text-align: center;  }
.calendar td{border: solid 1px #ddd;vertical-align:top; width: 75px; height: 60px;}
.calendar td  #day {font-weight: bold; height: 16px; text-align: left;  }
.calendar td:hover{background: #EAEAEA;}
.calendar a {font-size: 0.7em; text-decoration: none; width: 100%; background: #DAE3E9; padding:2px; }
.calendar a:hover{color: #10328A;}
.calendar_inner{text-align: right;}

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

.box {margin-bottom: 5px;}
.box_title {
	background: #2E6DA3 url('img/box/title.gif') no-repeat left top;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #fff;
}
.box_body {
	background: #DAE3E9 repeat-x left top;
	padding: 8px 10px 1px;
	font-size: 0.9em;
	border-right: 0px solid #aaa;
	border-left: 0px solid #aaa;
}
.box_bottom {
	background: url('img/box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}
.box ul a {text-decoration: none;}
.box ul a:hover {color: orangered;}


/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 8px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {font: normal 1.4em sans-serif;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {
	font: normal 1em sans-serif;
	padding-bottom: 6px;
}


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

.comment_gravatar {width: 150px;}
.comment_gravatar img {padding: 2px;}
.comment_author {padding-top: 2px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #2E6DA3 url('img/pagenav_top.gif') no-repeat;
	margin-bottom: 5px;
}
.pagenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	background: url('img/pagenav_bottom.gif') no-repeat;
}
.pagenav {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.pagenav a {
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	color: #ff0;
	text-decoration: underline;
}


/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5 {height: 5px;}
.p0 {padding: 0px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}

/* ----------------------------------------
   Kalender
------------------------------------------- */

.kalender{
	border-collapse: collapse;
	width: 100%;
	height: 400px;
	}
.kalender th{
	background: #fff;
	font-weight: bold;
	height: 20px;
	border: solid 1px #d1d1d1;
	padding: 3px;

	}	
.kalender td{
	font-size: 10px;
	border: solid 1px #d1d1d1;
	padding: 3px;
	height: 70px;
	}	
.kalender td#today{
	background: #fff;
	border: solid 2px #2E6DA3;
}
a#Geburtstag{
	color: orangered;
	padding: 3px;
	padding-left: 18px;
	background: url('img/cake.png') no-repeat left;
}
a#Sonstiges{
	color: orangered;
	padding: 3px;
	padding-left: 18px;
	background: url('img/date.png') no-repeat left;
}

.kalender td#footer{
	background: #fff;
	color: #444;
	height: 20px;
}
.kalender .termin{
color: #2E6DA3;
}
