/**************************
*
* CSS for joedinkelbach.de
* modified by Oliver Ahlbrecht (c) 2007
*
***************************/

body {
margin : 0;
padding : 0;
font : 73% "Trebuchet MS", verdana, arial, sans-serif;
background : #2e2e2e;
color : #333;
}
#container {
width : 740px;
margin-left : auto;
margin-right : auto;
padding : 0;
border : 5px solid #6699CC;
background : #e9eee4;
color : #333;
}

			/* H E A D */
#topimg {
height : 150px;
padding : 0;
margin : 0;
background : #417c2c url(img/header.jpg) no-repeat;
color : #333;
}

			/* N A V I G A T I O N   O B E N */
#navcontainer ul {
float : left;
width : 100%;
padding-left : 0;
margin : 0 0 20px 0;
font-size : 110%;
border-top : 1px solid #fff;
border-bottom : 1px solid #fff;
background : #6699CC;
color : #333;
}

#navcontainer ul li {
display : inline;
}

#navcontainer ul li a {
float : left;
padding : 0.2em 1em;
text-decoration : none;
border-right : 1px solid #fff;
background : #6699CC;
color : #fff;
}
#navcontainer ul li a:hover, #navcontainer ul li a#current {
background : #426380;
color : #000;
}
			/* C O N T E N T */
#content {
margin : 0px 120px 5px 10px;
padding : 5px;
border-right : 1px dashed #999;
background : inherit;
color : #333;
}
#content a:link, #content a:visited {
text-decoration : none;
background : inherit;
color : #807342;
}
#content a:hover {
background : inherit;
color : #CCA86A;
}

			/* A L L    T H E    T Y P O G R A P H Y */
p {
line-height: 1.7em;
margin : 15px;
}
h1 {
margin-top : 10px;
padding : 0;
font-size : 140%;
text-transform : uppercase;
letter-spacing: 3px;
color : #807342;
background : inherit;
}
h2 {
margin : 10px 0 0 5px;
padding-left : 10px;
font-size : 120%;
text-transform : uppercase;
letter-spacing : 5px;
color : #fff;
background : #807342;
}
			/* A L L    T H E    C L A S S E S */
.img {
float : left;
padding : 10px;
border : none;
}
.img a {
border : none;
}
.post { 
background : #eee;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 90%;
} 
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
