/*===============================================================

	FORMATIERUNG TEXT, TABELLEN, INPUT und so ZEUGS

===============================================================*/

	body{
		font: 13px Verdana, Arial, Helvetica, sans-serif;
		color: #555555;
		background-color: #222222;
		width: 100%;
		background: url(images/bg.jpg) center repeat-y;
    margin: 0;
    padding: 0;
	}
	
	img.meta { margin: 5px 0 0 0; }
	
	p {
	text-align: justify;
	line-height: 1.4em;
	color: #444;
	}
	
	p a { 	-webkit-text-shadow: 1px 1px 0px #fff;
	-moz-text-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #fff; }
	
	h1{
			margin: 0;
		padding: 0;
		}
		
	.blognav {
	color: #ccc;
	}
	
	h1 a {
		color: #4d0b0b;
		font-size: 1.4em;
			font-family: 'Francois One', sans-serif;
	}
	
	.left {
	float: left;
	width: 33%;
	text-align: left;
	}
	
	.right {
	float: right;
	width: 33%;
	text-align: right;
	}

	#wrapper {
		margin: 0 auto;
		width: 800px;
		text-align: center;
	}

	.row_0 {
    		background-color:  #a6a6a6;
		font:100% Verdana, Arial, Helvetica, sans-serif;
	}
	.row_1 {
    		background-color:        #ffffff;
		font:100% Verdana, Arial, Helvetica, sans-serif;
	}

	a {
		color: #4d0b0b;
		text-decoration: none; 
	}

	a:hover {
		text-decoration: underline;
	}

	table {
		border-style: solid;
		border-width: 1px;
		text-align: left;
		font-size: 11px;
	}
	
	#monatblock {
		background: #ddd;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		padding: 10px;
		margin-bottom: 10px;
	}
	
	.klub
	{
		display: block;
		width: 770px;
		background: #ddd;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		-webkit-box-shadow: 3px 3px 3px #000;
		-moz-box-shadow: 3px 3px 7px #000;
		box-shadow: 3px 3px 7px #000;
		padding: 15px;
		margin-bottom: 10px;
	}
	
		.blogsingle
	{
		display: block;
		width: 750px;
		background: #ddd;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		-webkit-box-shadow: 3px 3px 3px #000;
		-moz-box-shadow: 3px 3px 7px #000;
		box-shadow: 3px 3px 7px #000;
		padding: 15px 25px 15px 25px;
		margin-bottom: 10px;
	}
	
	#content {
	float: left;
	width: 540px;
	}
	
	#sidebar { float: right; }
	
.widget 
{
	width: 160px;
	background: #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 3px 3px 3px #000;
	-moz-box-shadow: 3px 3px 7px #000;
	box-shadow: 3px 3px 7px #000;
	padding: 10px 15px 15px 15px;
	margin-bottom: 10px;
	display: block;
}
		
#footer 
{ 
	clear: both; 
}
	
ul 
{ 
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

		.kategorien { list-style-type: hebrew; }
		.kategorien li { display: block; padding: 5px 5px 5px 5px; border-bottom: 1px solid #bbb; }

.widget li { margin: 5px 0; }
.widget li img { border: 1px solid #333; }

.widget_title { 
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
	color: #fff; 
	border-bottom: 1px solid #444;
	font-family: 'Francois One', sans-serif;
}
	
	div.blogoverview
	{
		display: block;
		width: 560px;
		float: left;
		background: #ddd;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		-webkit-box-shadow: 3px 3px 3px #000;
		-moz-box-shadow: 3px 3px 7px #000;
		box-shadow: 3px 3px 7px #000;
		padding: 15px;
		margin-bottom: 10px;
	}
	
	.klub_links
	{
		float: left;
		width: 380px;
		text-align: justify;
	}
	
	.klub_rechts
	{
		float: right;
		width: 380px;
	}
	
	.klub img {
	border: 2px solid #666;
	}
	
	.klub_titel
	{
		font-family: 'Francois One', sans-serif;
		font-size: 1.6em;
		font-weight: bold;
		display: block;
		margin-bottom: 15px;
		padding-bottom: 15px;
		color: #4d0b0b;
		border-bottom: 1px solid #666;
	}
	
		.blog_titel
	{
		font-family: 'Francois One', sans-serif;
		float: left;
		font-size: 1.4em;
		font-weight: bold;
		display: block;
		width: 500px;
	}
	
	.clearer {
		clear: both;
	}
	
	.tags { float: right; margin-bottom: 15px; width: 550px; }
	
	p.preview {
	text-align: justify;
	border-top: 1px solid #444;
	padding: 15px 0 0 0;
	}
	
	img.fbook {
	border: 0;
	float: right;
	}
	
	ul#nav {
	list-style-type: none;
	margin: 0;
	}
	
	ul#nav li {
	float: left;
	}
	
	input {
		color: #626262;
		font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
		font-size: 0.9em;
		font-weight: normal;
		padding: 1px;
		border: 1px solid #282828;
		background-color: #1c1c1c;
	}

	#welcome, #lesen {
		width: 781px;
		text-align: left;
		color: #777;
		font-size: 0.9em;
	}

	#welcome { cursor: pointer; }

	#lesen {
		background: #fff;
		border: 2px solid #ccc;
				-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		color: #555;
		padding: 0px 10px 5px 5px;
		margin-top: 5px;
	}

	h2 {
		font-size: 100%;
	}
	
	.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.tag {
	background: #222;
	color: #666;
	float: left;
	margin: 3px;
	font-size: 0.8em;
	padding: 3px 5px 3px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tag a {
color: #666;
}

.author {
float: right;
position: top;
text-align: right;
font-size: 0.8em;
}

.menu {
width: 250px;
height: 53px;
display: block;
}

.termine {
background: url(images/menu_termine.png);
}

.termine:hover {
background: url(images/menu_termine_hover.png);
}

.blog {
background: url(images/menu_blog.png);
}

.blog:hover {
background: url(images/menu_blog_hover.png);
}

.klubs {
background: url(images/menu_klubs.png);
}

.klubs:hover {
background: url(images/menu_klubs_hover.png);
}

#message a
{
	/* display: block before hiding */
	display: block;
	display: none;
 
	/* link is above all other elements */
	z-index: 999; 
 
	/* link doesn't hide text behind it */
	opacity: 1;
 
	/* link stays at same place on page */
	position: fixed;
 
	/* link goes at the bottom of the page */
	top: 100%;
	margin-top: -80px; /* = height + preferred bottom margin */
 
	/* link is centered */
	left: 50%;
	margin-left: -110px; /* = half of width */
 
	/* round the corners (to your preference) */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
 
	/* make it big and easy to see (size, style to preferences) */
	width: 200px;
	line-height: 30px;
	height: 30px;
	padding: 10px;
	/* background: #222; */
	font-size: 24px;
	text-align: center;
	color: #fff;
}

.comment-single { clear: both; margin-top: 7px; margin-bottom: 8px; border: 1px solid #ccc; }
.commenthead { border-bottom: 1px solid #ccc; padding: 5px; }
.commenttext { padding: 5px; background: #fff; }
.commentform { border-top: 1px solid #ccc; }

	.commentform input {
		color: #222;
		font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
		font-size: 0.9em;
		font-weight: normal;
		padding: 1px;
		border: 1px solid #bbb;
		background-color: #fff;
	}
	
		.commentform textarea {
		color: #222;
		font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
		font-size: 0.9em;
		font-weight: normal;
		padding: 1px;
		border: 1px solid #bbb;
		background-color: #ccc;
	}
