/********************************************
   ALLGEMEIN
********************************************/ 
* {
	margin:0;
	padding:0;
	}

body {
	background: url(../images/bg.gif);
	font:  11px arial, verdana, georgia, sans-serif;
	color:#ffffff;
	}
	
h1, h2, h3 {
	font-size:14px;	
	font-weight:bold;
	margin-bottom:10px;
}	

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

a:hover, a:active {
  	text-decoration: underline;
  	} 
	
p {
	margin-bottom:12px;
}

ul {
	list-style:disc;
	margin-left:20px;
	}
	
ul li {
	margin-bottom:8px;
	}	


/********************************************
   VIKA
********************************************/ 
#box {
	background: url(../images/bg-blau.gif);
	height:586px; width:990px;
	top: 50%; 	left: 50%;
	margin:-293px 0 0 -495px;
	border:1px solid #ffffff;
	overflow: visible;
	position:absolute;
	}

#box img{
	float:left;
	margin:65px 0 0 44px;
}

#text, #adresse, #phil, #footer{
	position:absolute;
}

#text{
	top:35px; left:385px;
	width:470px;
	z-index:2;
}

#adresse{
	background: url(../images/bg.gif);
	top:0px; right:40px;
	width:160px;
	padding-left:20px;
	padding-top:140px;
	padding-bottom:10px;
	color:#999999;
}	

#adresse a{
	color:#999999;
}

#phil {
	background: url(../images/bg.gif);
	left:0; top:439px;
	padding-top:8px;
	padding-left:44px;
	width:630px;
	color:#999999;
}

#footer {
	color:#000000;
	left:44px; bottom:5px;
	font-size:10px;
}


	



