@IMPORT url(css/base.css);
@IMPORT url(css/layout.css);
@IMPORT url(css/rocket.css);

 

body {
	background: #fff url('images/bg.jpg') scroll repeat-x center top;
	font-family: Arial;
	font-size: 11px;
	margin:0px;
}



#logo {
	background: transparent url('images/logo.png') scroll no-repeat;
	display: block;
	height: 63px;
	width: 259px;
	position:absolute;
	top:40px;
}
#logo:hover {
	background: transparent url('images/logo_hover.png') scroll no-repeat;
	display: block;
	height: 63px;
	width: 259px;
	position:absolute;
	top:40px;
}
.border
{
	border: 1px solid #e2e2e2;
}

a.rss
{
	padding-left:25px;
	height:16px;
	display:block;
	font-size:11px;
	font-weight:bold;
	background: url(images/rss.gif) no-repeat;
}


/*
Theme Name: 7mobile
Author: Complex
*/
#blog_content p {

}

#blog_content .commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
	}

#blog_content .commentlist li ul li {
	font-size: 1em;
}

#blog_content .commentlist li {
	font-weight: bold;
}

#blog_content .commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

#blog_content .commentlist cite, #blog_content .commentlist cite {
	margin: 0; padding: 0;
	}

#blog_content .commentlist cite, #blog_content .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

#blog_content .commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Sans-Serif;
	}




#blog_content code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */





.widecolumn .post {
	margin: 0;
	}


.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	padding-top:10px;
}

.clear {
	clear: both;
}
/* End Structure */





#sidebar h2 {
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
}


#blog_content h3.comments,
#blog_content #respond h3 {
	padding: 0;
	margin: 0;
}
/* End Headers */



/* Begin Images */
#blog_content p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

#blog_content img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#blog_content img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

#blog_content img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

#blog_content .alignright {
	float: right;
	}

#blog_content .alignleft {
	float: left
	}
/* End Images */







/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 130px;
	padding: 2px;
	}



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 0 0 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
}


#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	background: transparent url(images/button_m.gif) scroll no-repeat;
	border:0px;
	width: 177px;
	height: 25px;
	text-decoration: none;
	display: block;
	color:#fff;
	font-size: 13px;
	padding-bottom:4px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	background: #f4f4f4;
	}

.commentlist {
 padding: 0;
 margin: 0;
 /*text-align: justify;*/
}

.commentlist li {
	margin: 15px 0 10px 0;
	padding: 5px 5px 10px 0px;
	list-style: none;
	}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }



#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0 0 10px 0;
	margin: 20px 0 0 0;
}

#sidebar form {
	margin: 0;
	}

#sidebar li.widget_tag_cloud {
 margin: 0 0 20px 15px;
}

#sidebar li.widget_tag_cloud h2 {
 margin: 0 0 0 -15px;
}

/* End Sidebar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Overload */
#blog_content h1.kategorie {
	display: block;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left:80px;
	color: #31140c;
	font-family: Times;
	font-size: 20px;
	font-weight: normal;
}

/**
* Clxmobile plugin
*/
#blog_content div.posthandy {
	clear: both;
	margin-top: 25px;
	padding-top:20px;
	border-top:1px #ccc solid;
}

#blog_content div.posthandy div.left,
#blog_content div.posthandy div.mid,
#blog_content div.posthandy div.right {
	width: 33%;
	height: 80px;
	float:left;
	font-size: 12px;
	color: #777;
}

#blog_content div.posthandy div.left {
	width: 30%;
}
#blog_content div.posthandy div.mid {
	width: 60%;
}

#blog_content div.posthandy div.right {
	width: 10%;
}

#blog_content div.posthandy div.sright {
	width: 100%;
}

#blog_content div.posthandy div.mid h3,
#blog_content div.posthandy div.right div {
	margin: 10px 0 5px 0;
}



#blog_content div.posthandy div.right {
	font-size: 16px;
	font-weight: bold;
	
}

#blog_content div.posthandy div.left {
 height: 200px;
}

div.date {
	background: transparent url(images/date_bg.gif) scroll repeat-x;
	color: #fff;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	padding: 2px 0;
	text-align: center;
	width: 110px;
}

div.author {
	background: transparent url(images/author_bg.gif) scroll repeat-x;
	color: #000;
	margin-left: 120px;
	padding: 2px 10px;
	text-align: right;
}

div.comments {
	background: transparent url(images/author_bg.gif) scroll repeat-x;
	color: #000;
	padding: 2px 10px;
	width: 50%;
}

div.comments h3 {
	color: #000;
}

div.comment {
	background: transparent url(images/comment_bg.gif) scroll repeat-x;
	color: #000;
	padding: 2px 10px;
	width: 50%;
}

div.comment h3 {
	color: #fff;
}

#menu {
	margin-left: 596px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0 0 20px 0;
}

#menu ul li ul {
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	padding: 10px 15px;
}

#menu ul li ul li {
	margin: 5px 0;
}



#blog_content p.postmetadata {
	color: #000;
	font-size: 10px;
	margin: 15px 0 0 18px;
}

div.readmore {
	border-bottom: 1px #ccc solid;
	margin: 0 18px;
	padding: 0 0 18px 0;
}

div.readmore a {
	background: transparent url(images/weiterlesen.gif) scroll no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 22px;
}

#blog_content p.grey,
#blog_content p.grey a {
	color: #828282;
}

div.navigation {
	clear:both;
	margin:40px;
	margin-right:0px;
	padding:10px;
	padding-bottom:30px;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
}

label {
	background-color: #f1f1f1;
	color: #000;
	display: block;
	padding: 5px 10px;
}

input, textarea {
	border: 1px #ccc solid;
}


#suchlayout label
{
	display:none;

}
#suchlayout {
	background: transparent url(images/suche.gif) scroll no-repeat left top;
	width:197px;
	height:50px;
	position:relative;
}


#suchlayout #s {
	border: 0px #999 solid;
	font-size: 11px;
	background:#fff;
	position:absolute;
	top:7px;
	left:35px;
	width:130px;
	color:#666666;
}

#suchlayout #searchsubmit{
	display:none;
	width:25px;
	height:20px;
	position:absolute;
	right:0px;
	bottom:5px;
	background: transparent url(images/blank.gif) scroll no-repeat left top;
}
#suchlayout .submit {
bottom:5px;
display:block;
height:20px;
position:absolute;
right:0;
top:0px;
width:25px;
}

#main
{
}
#main {
min-height:500px;
}



.post, div#blog_header .page  {
background: transparent url(images/post.gif) scroll no-repeat 0px top;
padding-left:40px;
padding-right:50px;
padding-top:30px;
padding-bottom:30px;
}

#col1_content {
padding:0px 0 0 0px;
}
#breadcrumbs{
	padding-left:10px;
}

div#blog_header .datum, small.date
{
	background: transparent url(images/datum.gif) scroll no-repeat 0px 1px;
	color:#3399cc;
	font-size:11px;
	padding-left:20px;
	padding-bottom:5px;
	display:block;
}

div#blog_header h2 a
{
	color:#000;
}

div#blog_header a{
	color:#3399cc;
}

div#blog_header h2 , div.post h1
{
	padding-bottom:20px;
	margin-top:5px;
	padding-left:0px;
	color:#000
}

div#blog_header  h1 a
{
	color:#000
}

div#blog_header a.link, div#blog_header a.more-link {
	background:transparent url(images/listepfeil.gif) no-repeat scroll left top;
	display:block;
	padding:5px 0 5px 20px;
	color:#000;
}
#blog_header h1.headline
{
	padding-left:10px;
}

h3#comments, .commentlist, #respond
{
	padding-left:40px;
}

h2.pagetitle
{
	color:#2f85ac;
	padding-bottom:10px;
}

#nav_content .pagenav h2
{
	display:none;
}

#nav_main ul li.current_page_item a span.center {
	background:transparent url(images/nav_main/aktiv_bg.gif) repeat-x scroll 0 0;
	color:#FFFFFF;
}

#nav_main ul li.current_page_item a span.center {
	display:block;
	float:left;
	font-size:12px;
	height:41px;
	padding:9px 14px 14px;
}

#nav_main ul li.current_page_item a span.left {
	background:transparent url(images/nav_main/aktiv_l.gif) no-repeat scroll 0 0;
}

#nav_main ul li.current_page_item a span.left {
	display:block;
	float:left;
	height:41px;
	width:3px;
}
#nav_main ul li.current_page_item a span.right {
	background:transparent url(images/nav_main/aktiv_r.gif) no-repeat scroll 0 0;
}

#nav_main ul li.current_page_item a span.right {
	display:block;
	float:left;
	height:41px;
	width:3px;
}

#nav_main ul li.current_page_item a h2 {
	background:transparent url(images/nav_main/aktiv.gif) no-repeat scroll center bottom;
}

#header_blog {
	background:transparent url(images/header_blog.jpg) no-repeat scroll center top;
	height:175px;
	position:relative;
	width:960px;
	clear:both;
}

#header_blog h1 {
	border:0 solid red;
	color:#427490;
	font-size:10px;
	font-weight:normal;
	left:0;
	padding:0;
	position:absolute;
	top:10px;
	width:450px;
}

#header_blog h2 {
	border:0 solid red;
	color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
	left:60px;
	padding:0;
	position:absolute;
	top:85px;
	width:450px;
}

.comment 
{
padding:5px;
border:1px #e2e2e2 solid;
}
.comment-body 
{
padding:5px;
}


 #respond
{
background:#F4F4F4 none repeat scroll 0 0;
padding:10px;
margin-left:40px;
}

p {
	font-size:1.2em;
	color: #000000;
	font-weight: normal;
	display:block;
	margin-bottom:10px;
	margin-top:10px;
}

