/*  
Theme Name: WordPress SuperSimple White DE
Theme URI: http://gvb.de/
Description: super simples WordPress theme.
Version: 1.0
Author: Michael Hokamp
Author URI: http://hokamp.info/
*/

body {
font-size: 98.5%; 
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background: #fff;
color: #000;
padding: 0px 20px 20px 20px;
margin:0;
line-height:135%;
text-align:center;
}

#page {
text-align:left;
width:90%;
max-width: 950px;
margin: 10px auto 10px 20px;
}
#adbox {
width:750px;
/* height: 40px; */
padding:5px 5px 5px 5px;
text-align: right;
float:right;
background: #fff;
}

#oben {
text-align:right;
}
ul#nav-oben {
padding-top: 10px;

display: inline;
}

ul#nav-oben li {
display: inline;
}

ul#nav-oben li a {
display: inline;
font-size: 11px;
}

img#logo {
width:210px;

background: #fff;
}

#header {
padding-top: 0px;
}

#header h1 {
margin-top:5px;
padding-top:5px;
margin-bottom:10px;
padding-bottom:10px;
}

.description{
margin-top:0px;
padding-top:0px;
}

span#G {
color: #007CC3;
}

a:hover span#G {
color: #DA251D;
}

span#v {
color: #84C225;
}

a:hover span#v {
color: #000;
}

span#B {
color: #DA251D;
}

a:hover span#B {
color: #007CC3;
}


a {
color: blue;
}

a:hover {
color: black;
}

a:visited {
}

a img, img {
border:0;
}

.post h2 a {
text-decoration:none;
border-bottom: 1px dashed blue;
}

.post h2 {
text-decoration:none;

line-height: 35px;
}

.post h2 a:hover {
border-bottom: 1px dashed red;
}


textarea {width:500px;}

#footer ul, #header ul {
display: inline;
padding: 0;
margin:0;
}

#footer ul li, #header ul li{
display: inline;
padding: 5px 5px 5px 0px;
}

img.thumbnail {
width: 128px;
height: 96px;
float: left;
padding: 0px 15px 5px 0;
}

hr {
height: 2px; 
border: 0px;
color: #fff;
border-top: 1px dashed #999;
border-bottom: 1px solid #fff;
}

hr.clear {
clear:left;
}

hr.rclear {
clear:right;
}


h1, h1 a{
color:#000;
text-decoration:none;
font-size:50px;
}

h1 a:visited{
color:blue;
font-size:50px;
}

h1 span {

}

div.beitragstext p {
text-align: justify;
}

div.beitragstext blockquote {
background:#efefef;
}
div.beitragstext blockquote {
margin: 5px 15px 5px 15px;
padding: 3px 10px 3px 10px;
}

.beitragstext img {
padding-bottom:5px;
}

#footer {
font-size:small;
}

.post span {
font-size: 70%;
}

a.fto span{
color: #000;
font-size:130%;

}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/*************************************

Pagebar Plugin

*************************************/




.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	font-size: 12px;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #dddddd;
	text-decoration: none;
	padding: 0.2em 0.5em;
	color: #aaaaaa;
}

.pagebar a:visited {
	border: 1px solid #dddddd;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid black;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: blue;
	color: #fff;
}

.pagebar a:hover {
	border-color: black;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}
li.alt {
padding:10px;
background: #ececec;
}

