@charset "UTF-8";
/* CSS Document */

a {
text-decoration:none;
}

h2 {
padding-top: 25px;
font-size: 13px;
color: #777;
}

strong {
color:#AAA;
}

body {
margin: 0px;
padding: 0px;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height: 18px;
}

#container {
width: 969px;
height:auto;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#header {
height: 130px;
}

a.portfolio {
display:block;
background-image:url(img/portfolio_button.gif);
width: 87px;
height: 16px;
float:left;
margin-top: 90px;
}

a.portfolio:hover {
background-image:url(img/portfolio_button_over.gif);
}

a.contact {
display:block;
background-image:url(img/contact_button.gif);
width: 89px;
height: 16px;
float:left;
margin-top: 90px;
}

a.contact:hover {
background-image:url(img/contact_button_over.gif);
}

a.blog {
display:block;
background-image:url(img/blog_button.gif);
width: 59px;
height: 16px;
float:left;
margin-top: 90px;
}

a.blog:hover {
background-image:url(img/blog_button_over.gif);
}

h1 {
float: right;
margin-top: 55px;
}

#bild_startseite {
background-image:url(img/bild_startseite.jpg);
width: 969px;
height: 646px;
}

#footer {
margin-top: 35px;
color:#aaa;

text-align: right;
}

#footer a {
color:#aaa;
}

#footer a:hover {
color: #000000;
}

.iframe {
width: 100%;
height: 500px;
}

#impressum_container {
height: 636px;
background-image:url(img/rahmen.gif);
background-repeat:no-repeat;
padding: 5px;
}

#impressum_bild_links {
width: 423px;
height: 636px;
background-image:url(img/impressum_bild_links.jpg);
background-repeat:no-repeat;
float: left;
}

#impressum_text {
width: 453px;
margin-left: 33px;
margin-right: 38px;
height: 636px;
color: #555;
float: right;
}


