/*
Theme Name: WP Stylish
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A sleek web 2.0 theme.  Visit <a href="http://www.themelab.com">Theme Lab</a> for more themes.
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

* { padding:0; margin:0; }

body {
	background-color: #1e1e1e;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

a:link { color: #FB4E00; text-decoration: none; }
a:visited { color: #FB4E00; text-decoration: none; }
a:hover { text-decoration: underline; color: #FB4E00; }
a:active { text-decoration: underline; color: #FB4E00; }

#textUl
{
    padding-left: 30px;
}

#wrapper {
	width:797px;
	margin:0 auto;
}
#top { 
	width:797px;
}
	#lefta { 
		width: 400px;
		float: left;
	}
	#rightcolumn { 
		width:397px;
		float:right;
	}
#logo {
	background-repeat:no-repeat;
	background-image: url(images/logo.png);
	background-position: center center;
	height:100px;
	width:240px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}
#logo span {
	position: relative;
	left:0px;
	top: 60px;
	color:#FFFFFF;
}
#logo a:hover {
	text-decoration:none;
}
#searchform {
	float:right;
	margin-top:60px;
	margin-left: 10px;
}
	.search {
		background-color:#1e1e1e;
		background-image:url(images/input.png);
		background-repeat:no-repeat;
		color: #FFFFFF;
		height:29px;
		width:198px;
		border:none;
		padding-top:6px;
		overflow:hidden;
		margin-right: 0px;
	}
	
		.submit {
			background-image:url(images/button.png);
			background-repeat:no-repeat;
			vertical-align:top;
			height:29px;
			width:27px;
			border:none;
			margin-left: 0px;
                        text-align: center;
		}
#rss {
	background-image:url(images/rss.png);
	background-repeat:no-repeat;
	height:45px;
	width:42px;
	float:left;
	margin-top:9px;
	clear:both;
}
	#rss a {
		display:block;
		height:45px;
	}
		#rss a:hover {
			background-image:url(images/rssover.png);
			background-repeat:no-repeat;
			height:45px;
			width:42px;
		}	
	
			#rss a span { display:none; }	
#nav {
	background-image:url(images/nav.png);
	background-repeat:no-repeat;
	height:50px;
	width:797px;
	float:right;
	margin-top:9px;
	list-style:none;
}
	#nav li {
		float:left;
	}
		#nav li a {
			display:block;
			background-image:url(images/rollover.png);
			background-repeat:no-repeat;
			width:100px;
			height:50px;
			line-height:50px;
			text-align:center;
			text-decoration:none;
			color: #ffffff;
		}
				#nav li a:hover {
					background:url(images/rollover.png) no-repeat 0 -50px;
					color:#ffffff;
					text-decoration:none;
				}	
			
#banner {
	background-image:url(images/banner.png);
	background-repeat:no-repeat;
	height:74px;
	width:548px;
	margin-top:8px;
	float:left;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
}
#banner span {
	position:relative;
	left: 40px;
	top: 25px;
	color:#FFFFFF;
}
	#banner a {
		display:block;
		height:74px;
		text-decoration:none;
	}
	#banner a:hover {
	text-decoration: none;
	}
		
#left {
	width:548px;
	float:left;
	overflow: hidden;
}
.leftpost {
	height:255px;
	width:106px;
	margin-top:10px;
	float:left;
	overflow:hidden;
}
.rightpost { 
	float:right;
	width:548px;
	margin-top:10px;
}
.info {
	background-image:url(images/cbg.png);
	background-repeat:no-repeat;
	height:255px;
	width:106px;
}
.cpost {
	background-color: #191919;
	color:#FFF;
	min-height: 100px;
	max-height:none;
	width:548px;
	clear:both;
	border: 1px solid #282828;
}
.cpost p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	padding-top:14px;
	padding-left:14px;
	padding-right:14px;
	padding-bottom: 14px;
}
.pagepost { 
	float:right;
	width:548px;
	margin-top:10px;
}
.ppost {
	background-image:url(images/cbg2.png);
	min-height: 255px;
	max-height:none;
	width:548px;
	clear:both;
	border: 1px solid #282828;
}
.ppost p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#FFF;
	padding-top:19px;
	padding-left:14px;
	padding-right:14px;
}
.rss2 {
	background-image:url(images/rss2.png);
	background-repeat:no-repeat;
	height:35px;
	width:548px;
	margin-top:5px;
	float:left;
}
	.rss2 a {
		display:block;
		height:35px;
		text-decoration:none;
	}	
.rss2 a:hover {
	text-decoration:none;
}	
.rss2 span {
	position: relative;
	left: 15px;
	top: 9px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	text-transform:uppercase;
	color:#999999;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FB4E00;
	padding-top:14px;
	padding-left:14px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #FFFFFF;
	padding-top:14px;
}
.calendar {
	height:64px;
	width:78px;
	padding-left:20px;
	padding-top:20px;
}
.date {
	float: right;
	padding-right: 24px;
}
.author {
	float:right;
	margin-right: 10px;
}

.Kommentare {
	width: 548px;
	height: auto;
	background-color: #252525;
	padding-top:14px;
	padding-bottom:14px;
	padding-left: 14px;
}

.Tabelle {
	background-color: #252525;
}
		
.comments {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	left: 500px;
}

.extra {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#FFF;
	padding-left:14px;
	margin-top:15px;
}	
		
#righta {
	width:237px;
	float:right;
	overflow: hidden;
}		
#atop {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	height:52px;
	width:237px;
	line-height:48px;
	padding-left:12px;
	margin-top:8px;
	color:#FFF;
	font-weight:bold;
	overflow: hidden;
}
	.color {
		color:#fb4e00;
	}	
#acontent {
	background-image:url(images/bg2.png);
	background-repeat:repeat-y;
	width:237px;
	text-align:center;
	padding:2px 0 20px 0;
}
#afoot a {
	color: #000000;
}
	
#afoot {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	height:54px;
	width:237px;
}
#leftc {
	float:left;
	width:100px;
	margin-left:37px;
	padding-top:20px;
}
#rightc {
	float:right;
	padding-right:22px;
	padding-top:20px;
}		
.btop {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	height:52px;
	width:237px;
	line-height:48px;
	padding-left:12px;
	margin-top:8px;
	color:#FFF;
	font-weight:bold;
}
.bcontent {
	background-image:url(images/bg2.png);
	background-repeat:repeat-y;
	width:231px;
	font-size:11px;
	text-align:left;
	line-height:23px;
	padding:2px 0 0 25px;
}
.bcontent a {
	color: #000000;
	}
.bfoot {
	background-image:url(images/footer2.png);
	background-repeat:no-repeat;
	height:12px;
	width:237px;
}
.float-left  { float: left; padding-right: 5px; padding-top: 20px; }
.float-right { float: right; padding-left: 5px; padding-top: 20px; }
.comments h3 { color:#000; }
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	color:#fff;
	}
.commentlist p {
	margin: 0 5px 10px 0;
	}
#commentform input {
	background-color: #FFFFFF;
	border:none;
	text-align:left;
	color:#000000;
	margin-left:14px;
	margin-top:10px;
	margin-bottom:10px;
	}

#submit {
	background-image:url(images/comment.png);
	background-color: #2f2f2f;
	background-repeat:no-repeat;
	height: 30px;
	width: 98px;
	border:none;
	text-align:center !important;
	color:#FFFFFF !important;
	margin-left:14px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
#submit:hover {
	background-image:url(images/comment_hover.png);
	background-color: #2f2f2f;
	background-repeat:no-repeat;
	height: 30px;
	width: 98px;
	border:none;
	text-align:center;
	color:#FFFFFF;
	margin-left:14px;
	margin-top:10px;
	margin-bottom:10px;
	}

#commentform textarea {
	width: 75%;
	padding: 2px;
	border: 1px solid #ddd;
	}
.alt {
	background-color: #292929;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
img {
border: 0px;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color:#FAFAFA; 
	background-position: 8px 10px;
	border-left: 5px solid #666666;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #000000;	
	font-style:italic;
	margin-right: 5px;
}
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  background: #000000;
  border: 1px solid #858585;
  margin-right:5px;
  color: #FFFFFF;	
}
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th {
	background-image:url(images/chrome.png); background-repeat:repeat-x;
	height: 20px;
	padding-left: 11px;
	padding-right: 11px;
	color: #000;
	text-align: left;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
tr {
	height: 30px;
	border-right: 1px solid #FFFFFF;
	background-color: #000000;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
	border-right: 1px solid #FFFFFF;
	background-color: #FAFAFA;
}
td.first,th.first {
	border-left: 0px;
	background-color: #e4fffb;
}
tr.row-a {
	background: #F8F8F8;
	background-color: #e4fffb;
}
tr.row-b {
	background: #EFEFEF;
	background-color: #e4fffb;
}
strong {
	color: #FFFFFF;
	}
#footer {
	width: 802px;
	height: auto;
	background-color: #191919;
	background-repeat:no-repeat;
	background-position:center;
	clear:both;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
}
#footer span {
	font-size:16px;
	color:#666666;
}

#footergallery {
	width: 100%;
	height: auto;
	background-color: #191919;
	background-repeat:no-repeat;
	background-position:center;
	clear:both;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
}
#footergallery span {
	font-size:16px;
	color:#666666;
}

#respond{
	padding-left: 14px;
}

/* WPG2 alignment classes */ 

.g2image_normal { 
	margin: 4px; 
}

.g2image_float_left 
{ 
	float: left; 
	clear: left; 
	margin: 4px; 
} 

.g2image_float_right { 
	float: right; 
	clear: right; 
	margin: 4px; 
} 

.g2image_centered { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

#gallery {
	background-color: #2f2f2f;
	margin-top: 10px;
}