/*-----------------------------------------------*/
/* Styles fuer HTML-Tags */
/*-----------------------------------------------*/
body {
	font-family:verdana;
	font-size:10px;
	color:#333333;
	background-position:50% 50%;	background-repeat:repeat-x;	background-color:#000000;
	}

a	{
	color:#FFA500;
	}
	
a:hover	{
	background-color:#333333;
	color:#FFA500;
	}
	
h1  {
	font-size:10px;
	font-weight:bold;
	color:#999;
	}

/*-----------------------------------------------*/
/* Klassen */
/*-----------------------------------------------*/

.text  {
	line-height:20px;
	color:#999;
	}
	
.etext  {
	margin-top:10px;
	line-height:20px;
	color:#999;
	}
	
a.clogo  {
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	}
	
a.clogo:hover  {
	color:#b1b1b1;
	}

.llogo  {
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	color:#b1b1b1;
	}

a.n1link  {
	text-decoration:none;
	padding-left:1px;
	padding-right:5px;
	padding-bottom:3px;
	font-weight:bold;
	color:#ffffff;
	}

a.n1link:hover  {
	color:#FFA500;
	background-color:#ffffff;
	}

a.n1linkx  {
	text-decoration:none;
	padding-left:1px;
	padding-right:5px;
	padding-bottom:3px;
	font-weight:bold;
	color:#333;
	background-color:#ffffff;
	}

a.n1linkx:hover  {
	color:#f00;
	}

p.n2link  {
	text-align:left;
	padding-right:5px;
	}

a.n2link_  {
	text-decoration:none;
	color:#ffffff;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:3px;
	}

a.n2link_:hover  {
	color:#FFA500;
	background-color:#ffffff;
	}

a.n2linkx  {
	text-decoration:none;
	color:#333;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:3px;
	background-color:#ffffff;
	}

a.n2linkx:hover  {
	color:#FFA500;
	}

a.n3link  {
	text-decoration:none;
	font-weight:bold;
	color:FFA500;
	}

a.n3link:hover  {
	color:#FFA500;
	}

.grau  {
	background-color:#dddddd;
	}	
	
.blau  {
	background-color:#ced4e1;
	}	
	
.gruen  {
	background-color:#ddece6;
	}	
	
.beige  {
	background-color:#e1dfce;
	}	
	
/*-----------------------------------------------*/
/* DIVs */
/*-----------------------------------------------*/
		
#master {
	position:absolute; 
	top:50%; left:50%;
	width:700px; height:560px; 
	margin-top:-280; margin-left:-350px;
	z-index:1;
	}

#navi1 {
	position:absolute; 
	top:70px; left:50%; 
	text-align:center;
	width:400px; height:30px;
	margin-left:-200px;
	z-index:12;
	}

#logo {
	position:absolute; 
	top:10px; left:300px; 
	width:200px; height:20px;
	text-align:right;
	z-index:10;
}

#navi2 {
	border: 1px solid #fff;
	position:absolute; 
	top:0px; left:0;
	text-align:left;
	width:380;
	z-index:22;
	}

#ctextr {
	position:absolute; 
	top:170px; left:5px; 
	width:360; height:150; 
	z-index:12;
	}

#ctext {
	position:absolute; 
	top:10px; left:5px; 
	width:260; height:380; 
	z-index:6;
	}

#navi3 {
	position:absolute; 
	text-align:center;
	padding-top:3px;
	top:300px; left:100px; 
	width:380px; height:20px;
	background-color:#fff;
	z-index:7;
	}

#cimg {
	position:absolute; padding-top:1px;
	top:100px; left:160px; 
	width:378px; height:458px; 
	z-index:-1;
	}

#borderh {
	position:absolute;
	top:100px; left:0px; 
	width:700; height:360;   
	border-width:1px;
	border-style:solid; 	border-color:FFA500;
	z-index:-2;
	}

#borderv {
	position:absolute; 
	top: 0px; left:50%; 
	width:380px; height:560px;
	margin-left:-190px; 
	border-width:1px;
	border-style:solid; 	border-color:FFA500;
	z-index:6;
	}

#previous {
	position:absolute; 
	top:360px; left:0; 
	width:65px; height:65px;
	text-align:left;
	z-index:19;
	}

#next {
	position:absolute; 
	top:360px; left:313px; 
	width:65px; height:65px; 
	text-align:right;
	z-index:20;
	}


