  ####################################################
 ###------------------------------------------------###
###------------------ CSS by YuYa -------------------###
###--------- kill ya if I found it stolen -----------###
###------------- magix.nipponnetworks.de ------------###
 ###------------------------------------------------###
  ####################################################


/* ------------------------------ */
/* --------- Body-Part --------- */
/* ---------------------------- */

* { padding: 0; margin: 0; }

body 	{
	background-color: #e8e5de;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: small;
	background-image: url(images/bg_5.jpg);
	background-position:left;
	background-attachment:fixed;
	}


/* -------------------------- */
/* --------- Fonts --------- */
/* ------------------------ */

i  	{
	padding:1px 0 0 2px;
	font-weight: bold;
	color: #933;
	}

h1 	{
	font-size: 11pt;
	font-weight: bold;
	padding: 1px 0 3px 0;
	}

h2 	{
	padding: 2px 5px 5px 5px;
	color: #333;
	border-bottom: 1px solid #937381;
	width: 165px;
	}
	
#h2large 	{
	padding: 2px 5px 5px 5px;
	color: #333;
	border-bottom: 1px solid #937381;
	width: 500px;
	}

h2:first-letter {
	color: #603;
	font-family: Helvetica;
	font-size: 22px;
	}

a  	{
	text-decoration: none;
	color: #603;
	}
	
a:hover {
	text-decoration: underline;
	}
	

/* --------------------------- */
/* --------- Images --------- */
/* ------------------------- */

img  	{
	text-decoration: none;
	border: 0;
	}


/* --------------------------- */
/* --------- Tables --------- */
/* ------------------------- */



table 	{
	padding: 15px 0 10px 0;
	border: 0;
	}
	
tr  	{	
	padding: 3px;
	}


/* ----------------------------- */
/* --------- ID-Class --------- */
/* --------------------------- */

#skin {
	width: 800px;
	background-color:#e8e5de;
    margin: -10px auto;
	max-height:16000px;
	}


#header {
	background-image: url(images/header.jpg);
	background-position: center;
	height: 350px;
	repeat: none;
	padding: 0 0 0 0;
	}
	
#text	{
	padding: 2px 5px 10px 0px;
	width: 750px;
	min-height: 200px;
	max-height: auto;
	background-color: #e8e5de;
	}

#footer {
	color: #666666;
   	padding: 0px 0px 10px 0px;
    	margin-top: 4px;
    	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	text-align: center;
	background-image: url(images/footer_bg.jpg);
	background-position:left;
	background-attachment:x-repeat;
	width: 800px;
	}
/* ---------------------------- */
/* --------- Contents --------- */
/* -------------------------- */

#content {
    	font-size: 9pt;
    	color: #666;
		font-family: Arial;
		margin: 50px 10px 10px 10px;
		width: 800px;
		height: 600px;
	}

#content1 {
    	font-size: 9pt;
    	color: #666;
		font-family: Arial;
		margin: 50px 10px 10px 10px;
		width: 800px;
		height: 900px;
	}
	
#content2 {
    	font-size: 9pt;
    	color: #666;
		font-family: Arial;
		margin: 50px 10px 10px 10px;
		width: 800px;
		height: 1400px;
	}
	
#content3 {
    	font-size: 9pt;
    	color: #666;
		font-family: Arial;
		margin: 50px 10px 10px 10px;
		width: 800px;
		height: 1500px;
	}
	
#content4 {
    	font-size: 9pt;
    	color: #666;
		font-family: Arial;
		margin: 50px 10px 10px 10px;
		width: 800px;
		height: 9050px;
	}

#content5 {
    	font-size: 9pt;
    	color: #666;
		font-family: Arial;
		margin: 50px 10px 10px 10px;
		width: 800px;
		height: 1850px;
	}
#content6 {
    	font-size: 9pt;
    	color: #666;
		font-family: Arial;
		margin: 50px 10px 10px 10px;
		width: 800px;
		height: 4750px;
	}
	
#content7 {
    	font-size: 9pt;
    	color: #666;
		font-family: Arial;
		margin: 50px 10px 10px 10px;
		width: 800px;
		height: 1950px;
	}
	
	
/* ------------------------------- */
/* --------- Navigation --------- */
/* ----------------------------- */

#navi	{
   	margin: -12px 0px 0px -40px;
   	letter-spacing: 0px; 
   	line-height: 23px;
  	text-transform: uppercase;
   	font-size: 9pt;
	background-image: url(images/navi_bg.jpg);
	background-position: left;
	background-attachment: x-repeat;
	width: 850px;
	list-style: none;
	position: relative;
	color: #666;
	display: block;
	}

#nav li {
	width: 160px;
	float: left;
	text-align: center;
	list-style: none;
	display: block;
	background-image: url(images/navi_bg.jpg);
	background-position: left;
	background-attachment: x-repeat;
	}


/* ----------------------------------- */
/* --------- Sub-Navigation --------- */
/* --------------------------------- */


#nav li.current ul {
	left: 0;
	list-style: none;
	}

#nav ul {
	position: absolute;
	left: -999em;
	width: 750px;
	list-style: none;
	}

#nav ul li {
	width: 800px;
	margin:0 0 0 0;
	list-style: none;
	position: relative;
	}

#nav ul a {
	font-size: 80%;
	height: auto;
	padding: 0 0px;
	color: #603;
	}

#nav li:active ul, #nav li:hover ul { 
	left: 0;
	}
