*{
margin:0px;
padding:0px;
border:0px; }

html {
/*n�tig, um ein DIV auf 100% H�he zu bringen */
}

body{
height:100%;
font-family: Verdana, Arial,sans-serif;
font-size:12px;
line-height: 18px;
/*background: #fff url(../images/body_bg.jpg) repeat-x;*/
background-color: #1F1F1F /* #4b3363 7d6ca4*/ /*#b25600*/ ;
}

#main {
margin:auto;
margin-top:5%;
width:850px;
background:#aea491 /* #ffc556*/;
border:10px solid #fff;
height:525px;

}

#main_galerie {
margin:auto;
margin-top:5%;
width:1200px;
background:#aea491 /* #ffc556*/;
border:10px solid #fff;
height:525px;

}


#navi{
width: 350px;
height:525px;
float:left;
border-right:10px solid #fff;     }

.navi_index{
background: url(../images/img_index.jpg) no-repeat;
}

.navi_kunst{
background: url(../images/img_kunst.jpg) no-repeat;
}

.navi_foto{
background: url(../images/img_foto.jpg) no-repeat;
}

.navi_about{
background: url(../images/img_about1.jpg) no-repeat;
}

.navi_kontakt{
background: url(../images/img_kontakt.jpg) no-repeat;
}

#navi .title{
height: 179px;
background: url(../images/logo.png) no-repeat 20px;
}

.menubar{
margin:250px 0px 0px 0px;
padding:1px;
background: #fff;
height:30px;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
width:850px;
}

.menu{
position: relative;
top:280px;
height:25px;
z-index:2;
left:10px;
}

.menu a{
font-size:11px;
font-variant: small-caps;
text-decoration:none;
color: #2F2F2F;
}

.menu a:hover{
text-decoration:underline;
color:#fff;

}

/* zwei spalten */
#inhalt {
float:left;
width:450px;
height:362px;
overflow:auto;
padding:80px 20px;
}

#inhalt .newstitle {
font-size:20px;
color: #fff;
}

#inhalt .news {
margin-top:20px;
color: #fff;
line-height:24px;
font-size:14px;
}


/* drei spalten */
#inhalt_galerie {
float:left;
width:450px;
height:365px;
padding:80px 20px;
border-right:10px solid #fff
}

#inhalt_galerie .newstitle {
font-size:20px;
color: #fff;
}

#inhalt_galerie .news {
margin-top:20px;
color: #fff;
line-height:24px;
font-size:14px;
}

#galerie {
float:left;
width:300px;
height:485px;
padding:20px 20px;
overflow:auto;
background: #fff;
}

#galerie .title {
font-size:14px;
color: #aea491;
}



.clean_break {
        font-size: 1px;
        line-height: 0px;
        clear: both;
        margin:0px;
        padding:0px;
        height: 1px;
}

.footer{
color:#fff;
font-size:8px;
margin:10px -10px 0 0;
width:200px;
float:right;
}
/* IE 7 */
*+html .footer {
color:#fff;
font-size:10px;
margin:10px -10px 0 0;
width:200px;
float:right;
}

.small_text{
font-family: Verdana, Arial,sans-serif;
font-size:9px;
color:#9F9F9F;
}

.link_1, .link_1:visited {
text-decoration:none;
color:#fff;
}
.link_1:hover{
text-decoration:underline;
}

hr{
background-color:#e6e6eb;
color:#e6e6eb;
width:100%;
margin: 10px 0px 10px 0px;
border: 0px;
height:1px;
}
/* IE 7 */
*+html #main {
}

/* IE 6 */
* html #main {
}