 /*
Theme Name: Maqua-Klein
Theme URI: http://www.maqua-klein.de
Description: Theme for Wordpress 2.x This Theme is Open Source.
Version: 2.3 
Author: Klein
Author URI: http://www.maqua-klein.de

	INHALTSVERZEICHNIS:

    1. ...... Allgemeine bzw. Dokumentweite Angaben
    2. ...... Kontainer sog. Wrapper
    2.1 ..... Kopf bzw. Header
    2.2. .... Mitte (Middle) (beinhaltet die Seitenleiste und den Inhalt)
    2.2.1 ... Seitenleiste aka Sidebar
    2.2.2 ... Inhalt (Content)
    2.2.3 ... Kommentarbereich
    2.3 ..... Fuss bzw. Fu� aka Footer
    3. ...... Spezielle Formatierungen (z.B. fuer Plugins)

 1. Allgemeine bzw. Dokumentweite Angaben */
html {
    height: 100%;
}

body {
    background: url(img/9273917.jpg);
    font: 14px Verdana,Arial,Helvetica,sans-serif; 
    margin: 0;
    padding: 20px 0 0 0;
    height: 100%; 
}

pre, code, samp {
    font: 1em 'trebuchet ms', courier, monospace;
    color: #c60;
}

acronym, abbr, dfn {
    border-bottom: 1px dashed #999;
    font-style: normal;
    cursor: help;
}

blockquote {
    padding: 0 15px 0 10px;
    margin: 15px 0 15px 5px;
    text-align: justify;
    color: #555;
    line-height: 1.35;
    font-size: 11px;
    border-left: 5px solid #eee;
}

a {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: #526D01;
}

img {
    border: 1px solid #c8c8c8;
}

#clearer {
    clear: both;
}


.center {
    text-align: center;
}

/* small */
.klein {
    font-size: 1.0em;
}
/* smaller */
.kleiner {
    font-size: .9em; /* Und jetzt brauchst du eine Lupe */
}

/* Hiermit "positioniert" man die Bilder (links = left; rechts = right) */
.bild-links {
    float: left;
    margin: 2px 10px 5px 10;
}

.bild-rechts {
    float: right;
    margin: 2px 0 5px 10px;
}

/* Kontainer sog. Wrapper */
#kontainer {
    width: 950px; /* "Die Rente ist sicher" ... "Ja, dieses Layout ist elastisch" */
    margin: 0 auto;
    text-align: left;
    padding-bottom: 20px;
}

/* 2.1 Kopf bzw. Header */
#kopf {
    background: url(img/banner.jpg) no-repeat;
    height: 160px;
}
#kopf h1 {
    margin: 0;
    padding: 0 380px;
    height: 160px;
}

#kopf a {
    color: #fff;
    font: 10px 'trebuchet ms', arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 10px;
}

/* 2.2 Mitte (beinhaltet die Seitenleiste und den Inhalt) */

#mitte {
    background: #fff url(img/hintergrund-1.gif) repeat-y;
    padding: 0px 0px 0px 0px;
} 


/* 2.2.1 Seitenleiste aka Sidebar */
#seitenleiste {
	font-family: Georgia,"Times New Roman",Times,serif;
    width: 279px;
    line-height: 1.2;
    color: #2a1b09;
    background: #c8c8c8;
	font-size:150%;
	font-weight:normal;
}

#seitenleiste h2 {
    border-bottom: 1px solid #ffffff;
    margin: 0px 0;
    text-transform: uppercase;
    background: #ffffff;
	display: block;
	text-align: left;
	padding-left: 25px;
    color: #cccccc;
    font-size: 10px;
	letter-spacing: 0,3em;
    line-height: 2;
}
#seitenleiste form {
    padding-left: 25px;
    padding-bottom: 10px;
    padding-top: 8px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
#seitenleiste input.suchfeld {
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 2px;
    width: 180px;
    color: #555;
}
#seitenleiste input.suchfeld:hover, #seitenleiste input.suchfeld:focus {
    border: 1px solid #900;
}

#seitenleiste input.sendebutton {
    border: 1px solid #ccc;
    background: #ddd;
    font-size: 11px;
    margin-top: 3px;
    padding: 1px 3px;
    line-height: 1.2;
}
#seitenleiste input.sendebutton:hover  {
    border: 1px solid #900;
    background: #b00;
    color: #fd5;
}

#seitenleiste ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}
#seitenleiste li {
    border-bottom: 1px solid #ffffff;
    line-height: 1.8;
	display: block;
	text-align: left;
	padding-left: 25px;
}

#seitenleiste li li {
    border-top: 1px solid #ffffff;	
    border-bottom: none;
}



/* 2.2.2 Inhalt */
#inhalt {
    float: right;
    width: 620px;
	padding: 20px 20px 0 0px;
    line-height: 1.3;
    color: #000000;
    background: transparent;
}
#inhalt p {
    margin-top: 0em;
    margin-bottom: 0em;
}

#inhalt a {
    color: #526D01;
}

#inhalt a:hover {
    color: #526D01;
    border-bottom: 1px solid #526D01 ;
}

#inhalt h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: .5em;
    padding: 0;
    color: #999999;
	font-weight:normal;
}

#inhalt h3 {
    font-size: 15px;
    margin: 17px 0 0px 1px;
    padding: 0;
    color: #323E5F;
}

#inhalt h4 {
    font-size: 13px;
    font-weight: bold;
    color: #444;
    margin: 17px 0 5px 0;
}

#inhalt h2 a, #inhalt h2 a:hover {
    border-bottom: none;
}

#inhalt h2.beitrags-titel {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.1;
}
#inhalt .beitrags-info, #inhalt .beitrags-info2 {
    font-size: 11px;
    color: #555;
    line-height: 1.2;
    text-transform: lowercase;
}
#inhalt .beitrags-info2 {
    border-top: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding: 2px 0;
}

#inhalt #beitrag-info-box {
    font-size: 11px;
    margin: 20px 0;
    padding: 10px;
    background: #eee;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

/*2.2.3 Kommentarbereich*/
#commentform {
    border: 1px solid #ddd;
    background: #eee;
    padding: 15px;
}

#commentform textarea, #commentform input {
    border: 1px solid #ccc;
    font: normal 1em arial, sans-serif;
    padding: 2px;
    color: #555;
}
#commentform textarea {
    width: 450px;
}
#commentform textarea:hover, #commentform textarea:focus, #commentform #author:hover, #commentform #author:focus, #commentform #email:hover, #commentform #email:focus, #commentform #url:hover, #commentform #url:focus {
    border: 1px solid #900;
}

#commentform #submit {
    margin-top: 2px;
    padding: 0 5px;
}

#commentform #submit, #commentform .ed_button {
    border: 1px solid #ccc;
    background: #ddd;
    color: #333;
    margin-right: 1px;
    font-size: 1em;
}
#commentform #submit:hover, #commentform .ed_button:hover {
    border: 1px solid #900;
    background: #b00;
    color: #fd5;
}

#commentlist li {
    border-bottom: 1px solid #eee;
}

.kommentar-info {
    text-transform: lowercase;
    margin-bottom: 3px;
}



/* 2.3 Fuss bzw. Fu�bereich aka Footer */
#fuss {
    background: url(img/hintergrund-1.gif) repeat-y;	
    padding: 25px 10px;
    border-bottom: 10px solid transparent;
    color: #555;
}

#fuss p {
    float: right;
	font-size:12px;
    margin: 10px 0;
}

#fuss a {
	color: #526D01;
}

#sep {
    background-position: center ;
    margin-top: 14px;
    position: relative;
    width: 620px;
    height: 20px;
    text-align: center;
    border-top: 1px solid #cccccc ;
}

/* 3. Spezielle Formatierungen z.B. nur f�r Plugins */
#ed_toolbar input {
    border: 1px solid #ccc;
    background: #ddd;
    font-size: 11px;
    margin-right: 1px;
    padding-top: 0;
    padding-bottom: 0;
}

#wp_grins {
    margin-top: 2px;
}

.pagebar {
    text-align: center;
    line-height: 1.4;
    padding-bottom: 10px;
}

.pagebar .this-page {
    font-weight: bold;
}


#inhalt .pagebar a {
    border-bottom: 1px solid #ccc;
    border: 1px solid #ccc;
    background: #eee;
    padding: 2px 5px;
    margin-bottom: 5px;
}

#inhalt .pagebar a:hover {
    border: 1px solid #900;
    background: #b00;
    color: #fd5;
}
