{
margin: 0;
padding: 0;
}

body {
background: #FFFFFF url(bilder/bg.gif) repeat-x;
text-align: center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
color: #555555;
}

h1, h2, h3 {
font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #5c5c5c;
}

a {
color: #346086;
}

a:hover {
text-decoration: none;
}

a img {
border: none;
}

hr {
display: none;
}

/* Logo */

#logo {
width: 870px;
height: 135px;
margin: 0 auto;
}

#logo h1, #logo h2 {
margin: 0;
}

#logo h1 {
float: left;
padding-top: 75px;
}

#logo h2 {
float: right;
padding-top: 75px;
}

/* Menu */

#navcontainer
{
font-family: Arial,Sans-Serif;
margin: 0 auto;
width: 70%;
border-bottom: 1px solid #ddd;
}

#navlist
{
width: 60%;
text-align: center;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #6E6E6E;
font-size: 1em;
padding: 0 2px;
border-top: .5em solid #eee;
}

#navlist li a:hover,#navlist a#current
{
color: #333;
border-top: none;
font-size: 1.5em;
}

#navlist a#current { color: #333; }

/* Banner */

#banner {
margin: 0 auto;
width: 900px;
height: 190px
}

/* Page */

#page {
width: 900px;
margin: 0 auto;
padding: 45px 35px 45px 25px;
background: url() no-repeat;
text-align: left;
}

/* Content */

#content {
float: left;
width: 603px;
}

.post {
}

.post .title {
margin: 0;
padding: 0 20px;
}

.post .entry {
padding: 0 20px;
}
.post .meta {
height: 47px;
margin: 20px 0 40px 0;
padding: 15px 0 0 20px;
background: url(bilder/meta.gif) no-repeat;
line-height: normal;
}



/* Sidebar */

#sidebar {
float: right;
width: 253px;
}

/* Footer */

#footer {
clear: both;
width: 960px;
height: 50px;
margin: 0 auto;
padding: 35px 45px;
background: url(bilder/footer.gif) no-repeat;
}