/* CSS Document */
@CHARSET "UTF-8";
/*
  Der IE setzt andere Ränder für Body, daher vereinheitlichen
*/

body {
	color:#CCCCCC;
	background-color:#000000;
	margin-top:0px;
  	margin-right:0px;
	margin-bottom:0px;
  	margin-left:0px;
  	padding-top:0px;
  	padding-right:0px;
  	padding-bottom:0px;
  	padding-left:0px;
  	font-weight:normal;
  	font-family:Arial;
  	font-size:100%;
}

#mitte {
    position:absolute;
    top:5px;
    left:140px;
    right:140px;
    min-width:500px;
    text-align:center;
    z-index:2;
}

#links {
    position:absolute;
    top:5px;
    left:5px;
    width:130px;
    text-align:center;
    z-index:2;
}
#rechts {
    position:absolute;
    top:40px;
    right:5px;
    width:130px;
    text-align:center;
    z-index:1;
}
#footer {
	font-size: 80%;
	text-align: center;
	width: 100%;
	margin-top:15px;
	margin-bottom:15px;
	position: relative;
	clear: both;
}

#links_banner {
}

#mitte_oben_rechts {
    top:5px;
    right:5px;
    margin:15px;
    float:right;
}

#mitte_text {
	  background-color:rgb(102,204,153);
}
#mitte_gallerie{
    top:5px;
    right:5px;
    margin:25px auto;
    padding:5px auto;
    clear:both;
    text-align:center;
}

#admin_links{
    position:absolute;
    top:5px;
    left:5px;
    width:250px;
    text-align:left;
    z-index:2;
    font-family:Arial;
    font-size:80%;
    font-weight:normal;
}
#admin_mitte {
    position:absolute;
    top:5px;
    left:260px;
    min-width:500px;
    text-align:left;
    z-index:2;
}

a.
img.gallerie{
    margin-top:2px;
    margin-right:2px;
    margin-bottom:2px;
    margin-left:2px;
    padding-top:2px;
    padding-right:2px;
    padding-bottom:2px;
    padding-left:2px;
    border-style:none;
}
a.icon_rechts {
    top:5px;
    right:5px;
    float:right;
}

a {
    color: #CCCCCC;
    text-decoration:none;
}

img {
    border-style:none;
}
