* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bg.jpg) repeat-x;
font-family: Trebuchet, Helvetica, sans-serif;
font-size: 70%;
line-height: 18px;
color: #333333;;
}

#blogbody {
font-family: Trebuchet, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
color: #333333;;
}

img { border: none; border-bottom: 4px;}
a {color: #999999;}
a:hover { text-decoration: underline; color : #9a50b5; }

#wrap {
margin: 0 auto;
width: 800px;

}

#header { 
height: 150px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 40px 0 5px 0;
}
#header h1 a {
color: #6699ff;
text-decoration: none;
}
#header h1 a:hover {
color: #6699ff;
text-decoration: none;
}
#header h2 {
color: #cccccc;
padding: 0 0 0 0;
letter-spacing: -1px;
line-height: 12px;
}

#content {
padding: 10px 0;
min-height: 510px;
background-image: url(images/flowers.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}


.left {
width: 600px;
float: left;
text-align: justify;
}
.left h2 {
color: #FF4800;
font-size: 18px;
font-family: 'Yanone Kaffeesatz', sans-serif;
letter-spacing: -1px;
font-weight: 100;
padding : 15px 0 15px 0;
}

.right {
width: 160px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 0.9em;

}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

#footer {
border-top: 1px solid #bbb;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
}


#blogheader { 
  border-width:1px;
  border-style:solid;
  border-color:grey;
  padding: 4px;
  text-align:justify;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 20px;
font-weight: 600;

}

/* SLIDESHOW */
#slideshow {
 height:331px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
 padding-right: 50px;
}
