/* Stylesheet */

body{
margin:0;
padding:0;
line-height: 1.5em;
font: 12px Helvetica,Arial,sans-serif;
}

b{font-size: 110%;}
em{color: red;}

#wrapper{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#kopfbereich{
background: white;
margin: 5px;
height: 120px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentwrapper a{
text-decoration: none;
color: black;
}

#contentwrapper a:hover{
text-decoration: none;
color: #c30000;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#contentcolumn h1{
font-size: 16px;
color: #c30000;
}

#contentcolumn h2{
font-size: 15px;
color: black;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: white;
}

.menue{
list-style-type: none;
margin: 0;
padding: 0;
width: 200px; /* Menübreite */
}

.menue li a{
background: white; 
line-height: 1.5em;
font: bold 13px Helvetica,Arial,sans-serif;
display: block;
color: black;
width: auto;
padding: 15px 0; /* Abstand zwischen den Menüleisten */
text-indent: 8px;
text-decoration: none;
}

.menue li a:visited, .sexypanels li a:active{
color: black;
}

.menue li a:hover{
background-color: white; 
color: #c30000;
}

#startseite #navi01 a,
#hochzeit #navi02 a,
#bewerbung #navi03 a,
#portrait #navi04 a,
#karten #navi05 a,
#angebote #navi06 a,
#studio #navi07 a,
#leistungen #navi08 a,
#links #navi09 a,
#impressum #navi10 a{
    color: #cc0000;
    background-color: #ffffff;
    }

#address{
clear: left;
width: 100%;
background: white;
color: black;
text-align: center;
padding: 4px 0;
}

#address a{
text-decoration: none;
color: #c30000;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube p{
text-align: justify;
line-height: 1.8em;
}

.innertube a{
text-decoration: none;
color: black;
}

.innertube a:hover{
text-decoration: none;
color: #c30000;
}
