/*
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);
}

hr {
	display: none;
}

/* Wrapper */

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

/* Menu */

#menu {
	display: none;
}

/* Header */

#header {
	height: 101px;
}

/* Logo */

#logo {
	float: left;
}

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

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

/* Page */

#page {
	width: 960px;
	margin: 20px 250px;
	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 10px 0 10px;
	font-size: 2.6em;
}

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

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

.post .tags {
	display: none;
}

.post .links .totop {
	display: none;
}

/* Sidebar Common Style */

.sidebar {
display: none;
}

/* Sidebar One */

#sidebar1 {
	display: none;
}

/* Sidebar Two */

#sidebar2 {
	display: none;;
}

/* Calendar */

#wetter {
	display: none;
}

/* Footer */

#footer {
	display: none;
}

/* */
#pic1 {
	cursor:pointer;
}

#clearboth {
	clear: both;
}