@charset "UTF-8";
/* CSS Document */

/*  -----------------------------------------------------------------
    |  RESET BROWSER DEFAULTS
    -----------------------------------------------------------------  */

body, div, p, h1, h2, h3, img, a, ul, li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px none;
}


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height:15px;
	
	color:  #ffffff;
}

/*  -----------------------------------------------------------------
    |  MAIN PAGE
    -----------------------------------------------------------------  */
    

/*  --- CENTER PAGE ---  */

#zentriert{
	position:absolute;
	top:50%;
	left:50%;
	width: 750px;
	height:130px;
	
	margin: -65px 0px 0px -375px;

}

#logo{
position:fixed;
text-align:center;
}

#navi{
	margin-top:-25px;
	}

#navi a, #navi a:visited{
	font-size:12px;
	line-height:18px;
	letter-spacing:4px;
	margin-right:20px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}
#navi a:hover{
	text-decoration:line-through;
}

#contact{
	position:absolute;
	left: 600px;
	top: 545px;
	width: 175px;
	height: 20px;
	
	background:url(../images/contact.png) top left no-repeat;
	
	padding-left: 15px;
	padding-top: 2px;
}

#contact a, a:link, a:visited { 
	text-decoration:none;
	color:  #000000;
	}

#contact a:hover { 
	color:  #ffffff;
	background-color:#000000; 
	}

#footer{
	position:absolute;
	left: 715px;
	top: 10px;
}

#footer a, a:link, a:visited { 
	text-decoration:none;
	color:  #999999;
	}

#footer a:hover { 
	color:  #999999;
	text-decoration:underline; 
	}



/*  -----------------------------------------------------------------
    |  POPUP - GENERAL STRUCTURE
    -----------------------------------------------------------------  */
    

/*  --- CENTER PAGE ---  */


#title{
	position:fixed;
	top: 10px;
	left:10px;
	z-index: 30;
	
}

#navigation{
	position: fixed;
	top: 30px;
	left:10px;
	width: 315px;
	z-index:40;
	
	text-align:right;
}

#background{
	position: fixed;
	top: 0px;
	left:0px;
	width: 330px;
	height:60px;
	z-index:20;
	
	background:url(../images/bg_window.jpg) bottom left no-repeat;
}


#content{
    position: absolute;
	top: 80px;
	left: 35px;
	width: 280px;
    z-index:10;
	
	padding-bottom:30px;
	}
		
			


/*  -----------------------------------------------------------------
    |  STYLES
    -----------------------------------------------------------------  */

h1{
	font-size:11px;
	font-weight:bold;
	
	margin-top:20px;
	
	width:100%;
	background:url(../images/line.png) bottom left no-repeat;
	}

h1 span{
	background-color:#FFFFFF;
	padding-right:5px;
	}
	
p{
	padding-top: 10px;
	}


a:link, a:visited { 
	text-decoration:none;
	color:  #000000;
	}

a:hover { 
	text-decoration:underline;
	color:  #000000; 
	}
	
#navigation a:link, a:visited { 
	font-weight: bold;
	text-decoration:none;
	color:  #000000;
	}

#navigation a:hover { 
	font-weight: bold;
	text-decoration:none;
	color:  #ffffff;
	background-color:#000000; 
	}
	
#navigation .active { 
	font-weight: bold;
	text-decoration:none;
	color:  #ffffff;
	background-color:#000000; 
	}
