html {
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
}

body {
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    background-image:url(../bilder/hintergrund3.jpg);
    background-position:center top;
    background-attachment: fixed;
}

#main {
    width:930px;
    /*height:930px;*/
    min-height:1200px;
    height:auto;
    margin:0 auto;
    /*padding:0px;*/
    padding-right:0px;
    padding-top:0px;
    border: 0px solid #ff0000;
    /*background-color:#000000;*/
    background-image:url(../bilder/hintergrund_schatten3.png);
    background-repeat:repeat-y;
    background-position: left;

}

#header {
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
}

#content {
    position:relative;
    /*top:25px;
    left:25px;*/
    margin-left:95px;
    margin-top:0px;
    padding-left:37px;
    padding-right:25px;
    /*margin-bottom:25px;*/
    width:405px;
    border:0px solid #0000ff;
    /*background-color:#000000;*/
    font-family:sans-serif;
    font-size:11px;
    color:#ffffff;
   /* background-image:url(../bilder/stohner_logo2.jpg);
    back
    background-position: top left;
    background-repeat:no-repeat;*/
}

#navi_links {
    position: fixed;
    /*margin-left:50%;*/
    /*margin-top:100px;*/
    /*left:-505px;*/
    width:65px;
    height:100%;
    /*background-color:#000000;*/
    color:#ffffff;
    border: 0px solid #00ff00;
    z-index:1;
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;
    padding-bottom:10px;
    text-align: left;
    /*background-image:url(../bilder/hintergrund_schatten_kl2.png);*/
    background-repeat:repeat-y;
    background-position: left;
    /*background-color:#000000;*/
}

#navi_links img {
    /*margin-left:-20px;*/
    margin-left:-2px;
    margin-top:15px;
    margin-bottom:10px;
    border-left: 1px solid #ffffff;
    width:70px;
    height:5px;
}

#bild {
    position: fixed;
    /*margin-left:50%;*/
    /*margin-top:100px;*/
    /*left:50px;*/
    margin-left:573px;
    width:350px;
    height:100%;
    /*background-color:#000000;*/
    color:#ffffff;
    border-bottom: 0px solid #ff0000;
    z-index:1;
    padding-left:0px;
    padding-right:5px;
    padding-top:0px;
    padding-bottom:0px;
    text-align: left;
    /*background-image:url(../bilder/hintergrund_schatten_bild.png);*/
    background-repeat:repeat-y;
}

/*#bild {*/
/*    */
/*    float:right;*/
/*    width:349px;*/
/*    overflow:hidden;*/
/*    border-bottom:1px solid #ffffff;*/
/*}*/

#footer {
    border-top: 1px solid #ffffff;
    margin-top:125px;
    padding-top:5px;
    padding-bottom:15px;
    width:400px;
    text-align:center;
}

h1 {
    font-size:18px;
    font-weight:bold;
}

h2 {
    font-size:15px;
    font-weight:bold;
}

#content a:link{
	color:#ffffff; 
	text-decoration:none;
	font-weight:bold;
        font-size:11px;
}

#content a:visited{
	color:#ffffff; 
	text-decoration:none;
	font-weight:bold;
        font-size:11px;
}

#content a:hover{
	color:#CCCCCC; 
	text-decoration:underline;
	font-weight:bold;
        font-size:11px;
}

#content a:active{
	color:#CCCCCC; 
	text-decoration:none;
	font-weight:bold;
        font-size:11px;
}

/*a .act {*/
/*    color:#ffee00;*/
/*}*/

#navi_links a:link, a:visited, a:active{
	/*font-family:monospace;*/
	text-decoration:none;
	color:#ffffff; 
	font-family: sans-serif;
        font-weight:bold;
	font-size:15px;
}

#navi_links a:hover{
	/*font-family:monospace;*/
	color:#CCCCCC; 
	font-family: sans-serif;
        font-weight:bold;
	font-size:15px;
}

#navi_links a.act:link, a.act:visited, a.act:active{
	/*font-family:monospace;*/
	text-decoration:none;
	color:#ffffff; 
	font-family: sans-serif;
        font-weight:bold;
	font-size:15px;
	color:#ffee00;
}

#navi_links a.act:hover{
	/*font-family:monospace;*/
	color:#CCCCCC; 
	font-family: sans-serif;
	font-size:15px;
	color:#ffee00;
}

iframe {
    border: 1px solid #ffffff;
}