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

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F5F5F5 url(../images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 81%;
	color: #474848;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgb(213,0,0);
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: lighter;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
}

p {
}

tr	{
	line-height: 170%;
}

blockquote {
	padding: 0 30px;
	background: url(../images/img12.gif) no-repeat;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	line-height: 170%;
}

blockquote p {
}

a {
	background: url(../images/img03.gif) repeat-x left bottom;
	text-decoration: none;
	color: rgb(0,0,0);
}

a:hover {
	background: none;
	color: rgb(255,138,5);
}

a:visited {
	background: none;
	color: rgb(50,50,50);
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	background: url(../images/img08.gif) repeat-x left bottom;
}

/* Menu */

#menu {
	height: 25px;
}

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

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 18px;
	padding: 6px 15px 0px 15px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FCFDE9;
}

#menu a:hover {
	background: url(../images/img04.gif) repeat-x;
	color: #FFFFFF;
}

#menu a:visited {
	color: #FCFDF3;
}

#menu .current_page_item a {
	background: url(../images/img04.gif) repeat-x;
}

#menu ul li a img {
	text-decoration:none;
}

#menu ul li a img {
	border:0px;
}

/* Header */

#header {
	height: 101px;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
}

#logo h2 {
	float: left;
	margin: 0;
	padding: 42px 0 0 6px;
	letter-spacing: 2px;
	line-height: normal;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #474848;
}

#logo h1 {
	padding: 20px 0 0 20px;
	font-size: 3.2em;
	font-weight: bold;
	color: rgb(213,0,0);
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img06.gif);
}

#bgtop {
	height: 20px;
	background: url(../images/img07.gif);
}

#bgbottom {
	padding-bottom: 20px;
	background: url(../images/img09.gif) no-repeat left bottom;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding-left: 15px;
	background: url(../images/img11.gif) no-repeat left center;
}

/* Content */

#content {
	float: left;
	width: 430px;
	height: 800px;
	min-height: 800px;
	padding: 0 0 0 20px;
}

html>body #content {
	height: auto;
}

/* Post */

.post {
}

.post .bigpix {
	margin-bottom: 20px;
	background: #F0F0F0;
}

.post .bigpix .image {
}

.post .bigpix .caption {
	margin: 0;
	padding: 2px 10px 5px 10px;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
	color: #999999;
}

.post .bigpix .caption a {
	color: #999999;
}

.post .title {
	padding: 10px 6px 0 6px;
	font-size: 2.6em;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	text-transform: uppercase;
	font-size: .7em;
	font-weight: bold;
	color: #C2C2C2;
}

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

.post .tags {
	margin: 0;
	padding: 5px 0;
	background: #F0F0F0;
}

.post .links {
	padding: 15px 10px 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: lighter;
	font-size:.8em;
}

.post .links .totop {
	padding-left: 14px;
	background: url(../images/top.gif) no-repeat left center;
}

/* Sidebar Common Style */

.sidebar {
}

#page .sidebar ul {
	line-height: normal;
}

#page .sidebar li {
	padding: 0;
	background: none;
}

#page .sidebar li ul {
}

#page .sidebar li li {
	padding: 5px 15px 5px 25px;
	background: url(../images/img11.gif) no-repeat 10px 10px;
	border-bottom: 1px solid #F0F0F0;
}

.sidebar a {
	background: none;
}

/* Sidebar One */

#sidebar1 {
	float: left;
	width: 250px;
	padding: 0 0 0 20px;
}

/* Sidebar Two */

#sidebar2 {
	float: right;
	width: 180px;
	padding: 0 20px 0 0;
}

/* Calendar */

#wetter {
	margin-left:10px;
	border:0px;
	margin-bottom:20px;
	background-color:rgb(240,240,240);
}

/* Footer */

#footer {
	width: 960px;
	height: 83px;
	margin: 0 auto;
	background: url(../images/img10.gif) no-repeat;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: .8em;
	color: rgb(128,128,128);
	font-weight:normal;
}

#footer p a{
	color: rgb(128,128,128);background:none;
}

#clearboth {
	clear: both;
}