/*  
Theme Name: blogbibliothek.ch
Theme URI: http://blogbibliothek.ch
Description: Design f&uuml;r blogbibliothek.ch.
Version: 1.0
Author:  Caro Nadler  
Author URI: http://www.caro-art.ch 

Bitte die Tags nicht entfernen. Coding by claudioschwarz.com und caro-art.ch
----
CSS Verzeichnis:

01. BASICS
02. DIE BLOGBIBLIOTHEK - AUSGEWÄHLTE BLOGTEXTE FÜR IHR LESEVERGNÜGEN.
03. NAVIGATION
04. LINIE
05. COLUMNS LINKS
06. COLUMNS MITTE
07. COLUMNS RECHTS
08. FOOTER

*/

/* BASICS */

body {
 background: #beb39c;
 font-size: 12px;
 font-family: 'Trebuchet MS', sans-serif; Verdana, Arial;
 background: #BEB39D url(images/buecher.jpg) top center no-repeat;
 margin: 176px 0 0 0;
}

a {
 color: #93202c;
 text-decoration: none;
 font-weight:bold;
 font-size: 12px;
}
a:visited {
 color: #93202c;
 font-weight:bold;
 font-size: 12px;
}
a:hover {
 color: #BEB39D;
 text-decoration: none;
 font-weight:bold;
 font-size: 12px;
}

#wrapper { 
 margin: 0 auto;
 width: 920px;
 background: #F0EBD5;
}

h1 {
 font-family: 'Trebuchet MS', sans-serif; Verdana, Arial;
 color: #93202c;
 font-size: 20px;
 margin: 13px 0 0 0;
 padding: 0 0 0 0;
}
 
 h2 {
 font-family: 'Trebuchet MS', sans-serif; Verdana, Arial;
 color: #93202c;
 font-size: 12px;
 font-weight: bold;
 }

 h3 {
 font-family: 'Trebuchet MS', sans-serif; Verdana, Arial;
 color: #423d31;
 font-size: 16px;
 }
 
 h4 {
 font-family: 'Trebuchet MS', sans-serif; Verdana, Arial;
 color: #423d31;
 font-size: 14px;
}
 
 h5 {
 font-family: 'Trebuchet MS', sans-serif; Verdana, Arial;
 color: #423d31;
 font-size: 12px;
 font-weight: bold;
}

/* DIE BLOGBIBLIOTHEK - AUSGEWÄHLTE BLOGTEXTE FÜR IHR LESEVERGNÜGEN. */


/* NAVIGATION */

#buttons {
width: 100%;
}
#buttons ul {
list-style: none;
padding-left: 0;
margin-left:0;
}
#buttons ul li {
margin-top: 4px;
}
#buttons ul li a {
display: block;
background-color: #f5f0e0;
color: #94202d;
text-decoration: none;
padding: 2px 0 3px 10px;
border: 1px solid;
border-color: #fff #757575 #757575 #fff;
font-weight: bold;
}
#buttons ul li a:hover {
background-color: #beb39c;
color: #f1ebd6;
padding: 3px 0 2px 11px;
border: 1px solid;
border-color: #757575 #fff #fff #757575;
}

* html ul li a {
height: 1%; /*hasLayout*/
}


.navigation {
	width:920px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: #94202D;
	text-align: center;
	list-style-type: none;
	height: 30px;
	background-color: #94202D;
} 

.navigation a {
	background: #94202D url(images/link.jpg) no-repeat 10% 40%;
	color: #f0ebd5;
	padding: 0 0 0 20px;
	font-family: Arial;
	font-size: 16px;
}

.navigation a:hover {
color: #BEB39D;
}

/* LINIE */

.inhalt {
 width: 920px;
 background:url(images/linie.jpg) no-repeat;
 height: 14px;
}

/* COLUMNS LINKS */

#leftcolumn { 
 color: #391d1d;
 font-size: 10px;
 background: #F0EBD5;
 padding: 10px;
 height: auto;
 width: 195px;
 float: left;
}
.ws-teaser {
width: 200px;
background-color: #e7d5b5;
color: #000;
border: solid 1px #304e6a;
margin: 0px 0px 50px 0px;
}
.ws-teaser h4 {
padding: 3px 0 3px 5px;
font-family: 'Trebuchet MS', sans-serif; Arial, sans-serif;
font-weight: bold;
background-color: #304e6a;
color: #e0e0e0;
}
.ws-teaser p {
font-family: 'Trebuchet MS', sans-serif; Arial, sans-serif;
font-size: 95%;
color: #000;
margin: 0;
padding: 0px 10px 0px 10px;
line-height: 1.5;
}
.ws-teaser a:link {
font-family: 'Trebuchet MS', sans-serif; Arial, sans-serif;
font-size: 95%;
color: #93202c;
}
.ws-teaser a:visited {
font-family: 'Trebuchet MS', sans-serif; Arial, sans-serif;
font-size: 95%;
color: #93202c;
}
.ws-teaser a:active {
font-family: 'Trebuchet MS', sans-serif; Arial, sans-serif;
font-size: 95%;
color: #93202c;
}
.ws-teaser a:hover {
font-family: 'Trebuchet MS', sans-serif; Arial, sans-serif;
font-size: 95%;
color: #93202c;
}
/* COLUMNS MITTE */

#content { 
 float: left;
 color: #391d1d;
 background: #f5f0e0;
 margin: 0px 5px 0px 5px;
 padding: 10px;
 height: auto;
 width: 456px;
 display: inline;
 font-size: 12px;
}

.contenttext {
 font-size: 13px;
font-family: 'Trebuchet MS', sans-serif; Arial, sans-serif;
 color: #391d1d;
}

.tabelle, td {
border: 1px solid #94202d;
width: 450px;
border-collapse: collapse;
vertical-align: top;
}

/* COLUMNS RECHTS */

#rightcolumn { 
 color: #391d1d;
 font-size: 10px;
 background: #F0EBD5;
 padding: 10px;
 height: auto;
 width: 195px;
 float: left;
}
/* FOOTER */

#footer { 
 width: 900px;
 clear: both;
 color: #ffffff;
 font-size: 9px;
 border: 1px solid #beb39c;
 background: #898170;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
}
.fuss {
}
.fuss a:link {
font-family: 'Trebuchet MS', sans-serif; Arial, sans-serif;
 font-size: 9px;
color: #93202c;
}
.fuss a:visited {
font-family: 'Trebuchet MS', sans-serif; Arial, sans-serif;
 font-size: 9px;
color: #93202c;
}
.fuss a:active {
font-family: 'Trebuchet MS', sans-serif; Arial, sans-serif;
 font-size: 9px;
color: #93202c;
}
.fuss a:hover {
font-family: 'Trebuchet MS', sans-serif; Arial, sans-serif;
 font-size: 9px;
color: #BEB39D;
}

.suche {
	color: #CC9900;
	font-weight: bold;
	font-style: italic;
	display: inline;
    background: #93202c;
}