/* CSS Document */

body{
background-color:#000000;
background-image:url(images/feuer.jpg);
background-position:center;
background-attachment:scroll;
background-repeat:repeat-x;

margin: 0px;}

*{font-family:Arial, Helvetica, sans-serif; font-size:12px}

p, li{ line-height:130%}
li{ list-style-image:url(images/li.gif); list-style-type:none;}
h1{ color:#e20302; font-size:20px; font-weight:normal; letter-spacing:3px; margin-bottom:5px;}

#container{
width:752px;
height:668px;
margin:auto;


}

#bild{
width:304px;
float:left;
position:absolute;}



#main{
width:448px;
float:right;}

#menu {
    position: absolute;
    /* margin-left: 310px; */
    width: 752px;
    height: 34px;
    background-color: #000000;
    padding-top: 18px;
    z-index: 1000;
    text-align: right;
}

#content {
    position: absolute;
    margin-top: 52px;
    width: 430px;
    height: 518px;
    background-image: url(images/schatten.jpg);
    background-repeat: repeat-Y;
    float: right;
    padding: 9px;
    overflow: auto;
}

.bilder{
margin-left:20px;}

#content a:link {
	color: #e20302;

} 
A:visited { 
	color: #e20302;
} 
A:active { 
	COLOR: #e20302; 
} 
A:hover { 
	COLOR:#8d0201;
}

.rot{
font-weight:bold;
color:#e20302;}
#menu a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
    font-size: 13px;
}