

body	{
	color: #999;
	background: #222;
	margin: 0px 0 0px 0;
	padding: 0;
	}
	
.hide	{
	display: none;
	}
	
img {
	display: inline;
	border: 0;
	}
	
a:link {
	font-weight : normal; 
	text-decoration : underline;
	color: #fff;
	background: transparent; 
	}

a:visited {
	font-weight : normal; 
	text-decoration : underline;
	color: #999;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : none;
	color: #666;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #f90;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: Verdana, Georgia, "New Century Schoolbook", Times, serif;
		}

h1	{
	font-size: 0.7em;
	font-weight: bold;
	color: #f90;
	}

h2	{
	font-size: 0.7em;
	font-weight: bold;
	color: #f60;
	}
	
strong	{
	font-weight: normal;
	color: #f60;
	}

html p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size:  0.7em;
	line-height: 1.5;
	}
	
ul	{
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-size:  0.7em;
	line-height: 1.5;
	list-style : none;
	list-style-position : outside;
	}

#gallery	{
	background: #000;
}

#gallery p	{
	text-align: center;
}

#footer p	{
	font-size: 10px;
	margin-top: 25px;
	color: #555;
}
	
/* Basic page divisions */
	
#hauptmenu {
	background: #000;
	}
	
#spalte2	{
	padding-left: 0px;
	padding-top: 25px;
	padding-right: 15px;
	background: #000;
	}
	
#spalte1 {
	padding-left: 15px;
	padding-top: 25px;
	padding-right: 15px;
	background: #000;
	}

#fuss {
	background: #000;
	}
		
#links {
	background: #333;
 	border-left: 1px solid #000;
	}

#rechts {
	background: #333;
 	border-right: 1px solid #000;
	}

/* Sidebar display attributes */

/* #sidebar p	{
/* 	font-style: italic;
/* 	text-align: right;
/* 	margin-top: 0.5em;
/* 	}

/* #sidebar img	{
/* 	margin: 30px 0 15px 0;
/* 	}
	
/* #sidebar h2	{
/* 	font-size: 1em;
/* 	font-weight: normal;
/* 	font-style: italic;
/* 	margin: 0;
/* 	line-height: 1.5;
/* 	text-align: right;
/* 	}

/* Navigation bar components */


/* table#nav	{ */
/* 	border-bottom: 1px solid #000; */
/* 	border-left: 1px solid #000; */
/* 	} */

/* table#nav td	{ */
/* 	font: 11px verdana, arial, sans-serif; */
/* 	text-align: center; */
/* 	border-right: 1px solid #000; */
/* 	border-top: 1px solid #000; */
/* 	} */


	
.alt {
	display:none;
	}
	
