/* CSS Document */
body{
    margin:0px;
    padding:0px;
    background-image: url(images/bg.gif);
    background-position:left;
    font-family: Arial, Helvetica, sans-serif;
}

a {	font-size: 10px;	color: #000000;}
a:link {	text-decoration: none;	color: #996600;}
a:visited {	text-decoration: none;}
a:hover {	text-decoration: none;	color: #000000;}
a:active {	text-decoration: none;}
a.pager:link {	text-decoration: none;	color: #996600;}
a.pager:visited {	text-decoration: none;	color: #996600;}
a.pager:hover {	text-decoration: none;	color: #000000;}
a.pager:active {	text-decoration: none;	color: #996600;}
.Stil1 { font-size: 10px; }
.Stil2 {	font-size: 11px;	font-family: Arial, Helvetica, sans-serif;	color: #666666;}
.Stil3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}.Stil4 { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #666666; font-weight: bold;  }

.Stil6 { color: #CC9933; font-family: Arial, Helvetica, sans-serif; }

.Stil8 {
    font-size: 11px;
	color: #cc9933;
	font-family: Arial, Helvetica, sans-serif;
}
.Stil10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9933;
}
.Stil11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.blacky{
    position:fixed;
    width:236px;
    height:410px;
    top:140px;
    left:0px;
    background-image:url(images/bg.gif);
    z-index:2;
}

#startcontainer{
    position:absolute;
    left:65px;
    top:140px;
    background-color:#FFFFFF;
    padding:5px;
    padding-right:0px;
    background-image:url(images/start_martinwieland.jpg);
    background-repeat:no-repeat;
    overflow:hidden;
}

#container{
    width:100%;
}

#sets{
    position:absolute;
    background-image: url(images/sets_bg.jpg);
    background-repeat:no-repeat;
    background-color:#FFFFFF;
    width:155px;
    height:377px;
    padding:5px;
}
#view_archive {
    position:absolute;
    width:155px;
    height:377px;
    padding:5px;
    left: 0px;
    top: 360px;
}

div.infotext {
    background-color: #f6eed4;
    font-size: 9px;
}

.left{
    width:165px;
    height:410px;
    position:fixed;
    top:140px;
    left:65px;
    z-index:5;
}
.navi{
    position:fixed;
    top:117px;
    left:80px;
    width:536px;
    height:18px;
}
.baw{
    position:fixed;
    right:60px;
    top:36px;
}
#impressum{
    position:absolute;
    bottom:0px;
    width:155px;
    height:15px;
    background-color:#cc9933;
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    font-size: 10px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

#bilder {
    border-spacing:5px;
}
.bilder{
    height:410px;
    max-height:410px;
    background-color:white;
    position:absolute;
    top:140px;
    left:236px;
    z-index:1;
}


