/*
Theme Name: Basic
Theme URI: http://bueltge.de
Description: basic style for a new theme
Version: 1.1
Author: Frank Bueltge
Author URI: http://bueltge.de
Last: 13.02.2008 11:54:39
*/


/**
 *
 * @css-for (allgemein, Browser gleich setzen)
 */
* {
margin: 0;
padding: 0;
}


html {
height:100%;
}

* html #wrap {
     height: 100%;
}

/**
 *
 * @css-for (body)
 */
body {
height:100%;
color: #fff;
font-size:12px;
font-family: "Lucida Grande", hevetica, sans-serif;
font-style: normal;
margin: 0;
padding:0;
text-align:center;
background:#071204 url("images/back.jpg") repeat-x;
}

/**
 *
 * @css-for (Tags)
 */


.alignleft{
float:left;
}

.alignright {
float:right;
}
 
a {
text-decoration:none;
font-weight:normal;
} 
 
p {
font-size: 100%;
padding: 0;
}

h2 {
font-size: 120%;
}

h3 {
font-size: 110%;
}

h4, h5, h6 {
font-size: 100%;
}

h1, h2, h3, h4, h5 {
clear: both;
padding:0;
}

blockquote p:before {
content:open-quote;
font-size: 1.5em;
}

blockquote p:after {
content:close-quote;
font-size: 1.5em;
}

/**
 *
 * @css-for (All)
 */
#wrap {
margin:0px auto 0 auto;
padding:0 0 20px 0;
width:900px;
text-align:left;
background-color:#fff;
background:#fff url("images/back3.jpg") no-repeat;
min-height: 100%;
}

/**
 *
 * @css-for (Header)
 */
#header {
position:relative;
height:214px;
background:#071204 url("images/header.jpg") no-repeat;
width:900px;
}

#logo {
position:absolute;
top:70px;
left:62px;
}

#title {
display:none;
}

#menue {
position:absolute;
top:172px;
left:60px;
width:518px;
height:21px;
text-align:left;
text-transform:uppercase;
}

#menue a {
display:block;
padding:0 0 3px 0;
}

#menue a:link, a:visited {
color: #fff;
text-decoration: none;
}

#menue a:hover, a:active {
color:#abc178;
border-bottom:2px solid #c1d389;
}

#menue ul {
list-style-type:none;
display:inline;
}

#menue ul li {
font-family:"Lucia Grande";
letter-spacing:1px;
font-size:14px;
float:left;
display:inline;
padding:0 0 0 10px;
}

/**
 * @css-for (Content)
 */
 
#content {
margin:25px 0 0 30px;
width:840px;
padding:0 0 0 10px;
color:#000;
line-height:1.6em;
background-color:#fff;
}

#content img {
border:0px solid #fff;
margin:0 10px 2px 0;
}

#content ul {
list-style-type:square;
margin:0 0 10px 20px;
}

#content ul li {
padding:5px 0;
color:#333;
}

#content hr {
background-color:#ccc;
border:0px solid #fff;
height:1px;
margin:0 0 0 0;
}

#content td{
padding:5px 0;
}

#content .post a {
color:#071204;
}

#commentlist {
list-style-type:lower-roman;
float:left;
}

#content textarea {
width:100%;
}

.comment_author {
font-size:10px;
font-weight:bold;
}

.comment_text {
font-size:9px;
line-height:16px;
padding:8px;
border:2px solid #acc279;
background-color:#ddf3aa;
margin:0 0 20px 0;
}

#content .approve {
color:#f00;
margin:5px 0;
}

.comment_time {
font-size:8px;
}


#content .post {
width:460px;
float:left;
}

#comments {
margin:0 0 5px 0;
}

#commentbox {
float:left;
width:460px;
}

#content td a {
color:#555;
font-weight:bold;
}

#content a:hover {
text-decoration:underline;
}

#content .c1 a {
color:#91ce47;
}

#content .c5 a {
color:#1d31a6;
}

#content .c3 a {
color:#766b5a;
}

#content .c4 a {
color:#75160e;
}

#content .h21 a {
color:#91ce47;
}

#content .h25 a {
color:#1d31a6;
}

#content .h23 a {
color:#766b5a;
}

#content .h24 a {
color:#75160e;
}

#content .h21 {
color:#91ce47;
margin:0 0 10px 0;
}

#content .h25   {
color:#1d31a6;
margin:0 0 10px 0;
}

#content .h23 {
color:#766b5a;
margin:0 0 10px 0;
}

#content .h24 {
color:#75160e;
margin:0 0 10px 0;
}


#content .post p {
margin:0px 0 10px 0;
text-align:justify;
}

.post h2 {
margin:0 0 8px 0;
}

/**
 *
 * @css-for (Sidebar)
 */
 
#calender {
text-align:left;
margin:30px 30px 0 0;
font-size:11px;
width:300px;
height:430px;
background:#071204 url("images/kalender.jpg") no-repeat;
}

#calender ul li {
color:#fff;
}

#calender h2 {
color:#fff;
margin:10px 0 10px 0;
}

#calender img {
border:0px solid #fff;
} 
 
#sidebar {
float:right;
}

#info {
width:300px;
margin:0 0 0 0px;
text-align:center;
}

#info h2 {
color:#000;
margin:20px 0 20px 0;
}

#sidebar ul {
margin:40px 30px 0 30px;
padding:0;
list-style-type:none;
}

#sidebar ul li {
padding:0;
margin:0;
}

#sidebar ul ul {
margin:0;
}

#sidebar h2 {
font-size:16px;
text-align:center;
}

/**
 *
 * @css-for (Footer)
 */
#footer {
}

