html, body { 
margin : 0;
padding : 0;
}

body { 
font : 73% "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
background:#FFFFFF url(images/bgHD.gif) repeat-y top center;
}

/*WRAP*/ 
#container { 
width : 750px;
margin : 0 auto;
border : 0px solid #fff;
line-height : 2em;
background : #f2f2f2;
color : #666;
}

/*TOP BANNER*/ 
#top { 
padding : 0;
height : 100px;
background : #8fb8cc url(images/banner.png) no-repeat;
color : rgb(1,50,204);
}

#top h1 { 
padding : 5px 0 0 25px;
margin : 0;
font-size : 140%;
letter-spacing : 5px;
}

/*TOP NAVIGATION*/ 
#navcontainer { 
border-bottom : 10px solid #fff;
}

#navcontainer ul { 
text-align : center;
padding-bottom : 5px;
padding-top : 5px;
padding-left : 0;
margin-top : 0;
margin-bottom : 0;
margin-left : 0;
background: rgb(1,50,204);
color : white;
width : 100%;
font-family : Arial, Helvetica, sans-serif;
line-height : 17px;
}

#navcontainer ul li { 
display : inline;
padding-left : 0;
padding-right : 0;
padding-bottom : 5px;
padding-top : 5px;
}

#navcontainer ul li a { 
padding-left : 10px;
padding-right : 10px;
padding-bottom : 5px;
padding-top : 5px;
color : white;
text-decoration : none;
border-right : 1px solid #fff;
border-left : 1px solid #fff;
}

#navcontainer ul li a:hover { 
background:#006;
color:#FF0;
}

#navcontainer ul li a:active { 
background:#006;
color:#FFF;
}

#navcontainer .active a { 
	background:#006;
	color:#FFF;
}

#navcontainer .active a:hover { 
	color:#FFF;
}


/*LEFT SIDEBAR*/ 
#leftnav { 
float : left;
width : 200px;
margin : 0;
padding : 1em;
}

#leftnav p { 
margin : 0 0 1em 0;
}

#leftnavmenu { 
list-style : none;
float : left;
width : 200px;
margin : 0px 0 30px 0;
padding : 0;
font-size : 0.9em;
}

#leftnavmenu ul { 
list-style : none;
width : 150px;
margin : 0 0 20px 0;
padding : 0;
font-size : 1.1em;
}

#leftnavmenu li { 
margin-bottom : 2px;
}

#leftnavmenu li a { 
font-weight : bold;
height : 28px;
text-decoration : none;
color : #505050;
background : #eaeaea url(images/pfeil4.gif) no-repeat left center;
display : block;
padding : 4px 0 0 30px;
border-left : 0 solid #8fb8cc;
}

#leftnavmenu li a:hover { 
background:rgb(1,50,204) url(images/pfeil5.gif) no-repeat left center;
color : #fff;
border-left : 0 solid #003366;
}

/*MAIN CONTENT*/ 
#content { 
margin-left : 225px;
border-left : 10px solid #fff;
padding : 1em;
text-align:justify;
}

#content p { 
padding : 0 2em 0 2em;
}

/*FOOTER*/ 
#footer { 
clear : both;
margin : 0;
padding : 0;
font-size : 0.9em;
border-top : 0px solid #fff;
color : #fff;
background: rgb(1,50,204);
}

* > html #footer img { 
margin : 0;
}

#footer p { 
padding : 0 0 0 0px;
}

/*TYPOGRAPHY*/ 
h2 { 
margin : 1em 0 0.5em 0;
font-size : 130%;
letter-spacing : 5px;
}

blockquote {
padding : 5px;
font-weight : bold;
font-style : italic;
color : #b29b35;
}

.quote { 
border-top : 1px solid #8fb8cc;
padding : 0px;
color : #036;
}

/*SEARH BAR*/
form { 
float : right;
margin-bottom : 20px;
margin-right : 15px;
}

input.search { 
width : 100px;
border : none;
background : url(images/input.gif);
padding : 4px;
}

input.login { 
width : 75px;
border : none;
background : url(images/logininput.gif);
padding : 4px;
}

/*LINKS*/
a:link, a:visited { 
color : #2480ad;
background : transparent;
text-decoration : none;
}

a:hover { 
color:#FFF;
background: rgb(1,50,204);
text-decoration : none;
}

a img { 
border : 2px solid #f2f2f2;
}

a:hover img { 
border : 2px solid rgb(1,50,204);
}

li a img { 
border : none;
}

li a:hover img{ 
border : none;
}

/*IMAGESS*/
.imgleft { 
float : left;
padding : 5px;
margin-right : 10px;
}

/*CLASS*/
.post { 
background-color : #eee;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 80%;
}

.post .date { 
background : url(images/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}

.post .comments { 
background : url(images/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}

.post .readmore { 
background : url(images/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}

.spaces {
color:#FFF;
}

