body {
background: transparent url(body.jpg) repeat;
margin: 0px;
padding: 0px;
color: #ffffff;
font-family: "Times New Roman", serif;


}

/*Gesamtcontainer*/
#wrap {
margin: 70px auto;
width: 875px;
padding: 0px 12px;
}

/*Grafikcontainer oben*/
#head {
width: 100%;
height: 269px;
}

/*Grafikcontainer Hintergrund. Fuer jede Seite ne extra class anlegen und die dann im html aendern.*/
.start {
background: transparent url(head_start.jpg) no-repeat;
}

.start2 {
background: transparent url(head_start2.jpg) no-repeat;
}

.start3 {
background: transparent url(head_start3.jpg) no-repeat;
}

.start4 {
background: transparent url(head_start4.jpg) no-repeat;
}

.start5 {
background: transparent url(head_start5.jpg) no-repeat;
}

.start6 {
background: transparent url(head_start6.jpg) no-repeat;
}

.start7 {
background: transparent url(head_start7.jpg) no-repeat;
}

.start8 {
background: transparent url(head_start8.jpg) no-repeat;
}

.start9 {
background: transparent url(head_start9.jpg) no-repeat;
}


.start10 {
background: transparent url(head_start10.jpg) no-repeat;
}

.start11 {
background: transparent url(head_start11.jpg) no-repeat;
}




#counter {display: none;}


/*Container fuer den Text, durchlaufender Hintergrund*/
#textwrap {
width: 100%;
background: transparent url(text.jpg) repeat;
}

/*Lichteffekt*/
.texteffekt {
background: transparent url(texteffekt.jpg) no-repeat top center;
text-align: center;
}

/*Footercontainer*/
#footer {
width: 0%;
background: transparent url(footer.jpg) repeat;
}

/*Hauptnavigation*/
#navi1 {
padding-top: 35px;
width: 135px;
height: 120px;
margin-left: 40px;
}

/*Stil der Navigationspunkte*/
#navi1 a {
color: #c47b87;
width: 135px;
height: 30px;
display: block;
}

/*Hintergrundbilder + Hover*/
a.nstart, a.nstart:visited {
background: transparent url(startseite.png) no-repeat;
}

a.nstart:hover, a.nstart:focus {
background: transparent url(startseite_h.png) no-repeat;
}

a.nimp, a.nimp:visited {
background: transparent url(impressum.png) no-repeat;
}

a.nimp:hover, a.nimp:focus {
background: transparent url(impressum_h.png) no-repeat;
}

a.nueber, a.nueber:visited {
background: transparent url(ueber.png) no-repeat;
}

a.nueber:hover, a.nueber:focus {
background: transparent url(ueber_h.png) no-repeat;
}

a.ngaestebuch, a.ngaestebuch:visited {
background: transparent url(blog.png) no-repeat;
}

a.ngaestebuch:hover, a.ngaestebuch:focus {
background: transparent url(blog_h.png) no-repeat;
}

/*Spartennavi*/
#navi2 {
width: 150px;
font-size: 14px;
letter-spacing: 1px;
margin-left: 60px;
}

/*Stil der Navigationspunkte*/
#navi2 a, #navi2 a:visited {
margin-right: 5px;
color: #c47b87;
text-decoration: none;
font-weight: bold;
}

/*Stil f&uuml;r den Hover der Navigationspunkte*/
#navi2 a:hover, #navi2 a:focus {
color: #e295a1;
}

/*Textbox rechts oben*/
#texthead {
font-size: 12px;
float: right;
width: 119px;
height: 240px;
overflow: auto;
color: #dddddd;
text-align: justify;
margin-right: 18px;
margin-top: 12px;
}

/*Haupttext*/
.maintext {
width: 90%;
margin: auto;
text-align: justify;
padding-top: 20px;
padding-bottom: 20px;
color: #888888;
font-size: 14px;
}

/*Ueberschrift*/
h1 {
display: block;
font-weight: bold;
font-size: 14px;
letter-spacing: 1px;
color: #888888;
text-decoration: underline;
}

h2 {
display: block;
font-weight: bold;
font-size: 14px;
letter-spacing: 0px;
color: #888888;
}

h3 {
font-weight: bold;
font-size: 14px;
letter-spacing: 0px;
color: #888888;
}


/*Portfolio Unterschrift*/
.portfolio {
float: right;
margin-top: -72px;
}


a, a:visited {color:#888888;text-decoration:none;}
a:hover, a:focus {text-decoration: underline;}

}

