/* allgemeine auszeichnungen */

body {
font-family: "Garamond", Times New Roman, serif;
background-repeat:repeat-x;
font-size: 10px;
line-height:20px;
color: #9FCADF;
background-color:#000;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

* html body {
overflow: hidden;
}

#container {
position: absolute;
margin: 0 auto 0 auto;
top:50%;
left:50%;
width:924px; /* Breite des Elements */
height:548px; /* Höhe des Elements */
margin-left: -462px; /* Breite des Elements geteilt durch zwei! */
margin-top: -274px; /* Höhe des Elements geteilt durch zwei!*/
background-color: #000;
}
#logo{
position:absolute;
width:924px;
height:34px;
bottom:70px;
right:0px;
border:none;
background:transparent url(../pics/logo_24x924.jpg);
background-position:top left;
background-repeat:no-repeat;
overflow:hidden;
z-index:3;
}
#text_unten{
	position:absolute;
	bottom:50px;
	width:918px;
	text-align:right;
}
#impressum{
	position:absolute;
    background-color:#000;
background:transparent url(../pics/dolis_impressum_volker.jpg);
		width: 924px;
		height: 440px;
		/*margin-left:750px;
		margin-top:100px;*/
		padding:0 0 0 0;
		font-family: "Garamond", Times New Roman, serif;
font-size: 14px;
line-height:20px;
color: #9FCADF;
	}
/* CLASSES */
h1{
font-family:"Verdana", Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:14px;
font-weight:bold;
text-align:left;
}

.small{
font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #9FCADF;
}

a {text-decoration: none; color:#9FCADF;}
a:link {text-decoration: none; color: #9FCADF;}
a:visited {text-decoration: none; color: #9FCADF;}
a:hover{color:#9FCADF;}
a:active {color: #9FCADF;}