/**********************************************************/
/* Content Stylesheet - CSS                               */
/*                                                        */  
/* 24.05.2006 - Christoph Bachofen <gladiatorchris@gmx.ch>*/
/*  - Inital Version                                      */ 
/*                                                        */
/**********************************************************/

body
{
	background-image: url(default_FILES/bambus4.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	font-family: Verdana, Helvetcia, Arial, Sans;
}

img
{
	border: 0;
}

a
{
   	text-decoration: none;
   	color: #0da033;
}

a:hover
{
	text-decoration: underline;

}


/**********************************************************
* MENU
*/

#menu
{
  	position: absolute;
  	top: 120px;
  	left: 30px;  
  	z-index: 5;
}

#menu a
{
  	font-weight: bold;
}


#menu ul
{ 
  	text-transform: uppercase;
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	width: 50em;
}

#menu ul ul
{
	position: absolute;
  	float: left;
  	margin-top: 2px;
  	text-transform: none;
}

#menu li
{
  	margin-right: 20px;
  	float: left;
}

#menu li li
{
  	clear: left;
  	margin-top: 3px;
  	margin-right: 3px;
  	font-weight: normal;
}

#menu li li a
{
 	 font-weight: normal;
}

#link
{
	position: relative;
	top: 113px;
	left: 500px;
	z-index: 5;
}

/**********************************************************
* Content
*/

#content
{
	position: absolute;
	top: 300px;
	margin: 3px 20px 250px;
}


h1
{
	color: #efae0d;
	font-size: 16px;
	
}

.h1
{
	color: #efae0d;
	font-size: 12px;
	
}

content a
{
	text-decoration: none;
   	color: #0da033;
  	margin-top: 10px;
   	margin-left: 10px;
   	font-size: 10px;
}

content a:hover
{
	text-decoration: underline;
	color: #efae0d;
}



#symbol
{
	position: absolute;
	top: 120px;
	right: 0; 
	z-index: 1;
}

p
{
	color: #0da033;
	font-size: 10px;
	margin-left: 20px;
}


/**********************************************************
* Footer
*/

#footer
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: url(default_FILES/bambusfoot.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	margin-top: 30px;
}