/* *******************************************
	CSS-Datei DRUCKANSICHT
	Autor: www.undkonsorten.com // Thomas Alboth
	fuer: Startseite 
 ******************************************* */
	
body { 
	background: #FFFFFF;
	color:#000000; 
	font-size: 11px; /* Resets 1em to 10px */
	line-height: 1.5em;
	font-family: Arial, Sans-Serif;
	text-align: left; 	
	vertical-align: top;		
	margin: 10px;
	padding: 0; }
   	
	
/***************************************	
***** SEITENSTRUKTUR *******************
****************************************/

#header { /* 782px breit */
	height: 180px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 782px; 
	font-size: 0px; 
	line-height: 0em; }

#content_all { /* 782px breit */
	background: #FFFFFF ; 
	width: 100%; 
	margin: 0;
	padding: 0; }
		
#content_mitte { /* 434px */
	float: left;
	margin: 0;
	padding: 0 20px 20px 0;
	text-align: left;
	width: 500px; }
	
#content_rechts { 
	/* 177px  // im <p> 2x 8px padding >> Innengroesse: 160px */
	background: #FFFFFF;
	border-left: 1px solid #000000; 
	float: left; 
	padding: 0 0 0 20px;
	margin: 0;
	text-align: left;
	width: 200px; }
	
#footer {  /* 774px breit */
	border-top: 1px solid #000000;
	background: #FFFFFF; 
	clear: both;
	margin: 0;
	padding: 0;   
	width: 500px;
}



/*************************************************************	
***** SCHRIFTFORMATE (TYPO, FARBEN etc. ) *******************
*************************************************************/


/***** UEBERSCHRIFTEN
************************************************/
h1 {
	font-size: 14px;
	padding: 0 0 0 0;
	text-align: left;
	text-transform: uppercase; }
	
	

	
/***** LINK-FORMATE
************************************************/

a  {
	color: #000000; 
	font-weight: normal;
	text-decoration: none;
	padding: 0px; }

/* **** NAV_LINKS *** 1. Ebene ****/	
#nav_links ul.ebene1  a {
	border:0;
	color: #535346;
	text-decoration: none; 
	font-weight: bold; }
#nav_links ul.ebene1 a:hover {
	color: #111111; }
	
/* **** NAV_LINKS *** 2. Ebene ****/	
#nav_links ul.ebene2 a, #nav_links ul.ebene2 a:hover  {
	font-weight: normal; }
	
#footer a {
	border: 0; }
	
	
	
/***************************************	
***** LISTEN *******************
****************************************/


/* SITEMAP FORMARTIEN ******************/
div.csc-sitemap ul {
	list-style: square; 
	margin: 0px;
	padding: 0 0 0 15px;
	text-indent: 0px; 
	}
div.csc-sitemap ul ul{
	list-style: none; 
	margin: 0px;
	padding: 0 0 0 5px;
	text-indent: 30px; 
	}	

/***************************************	
***** BILDER ***************************
****************************************/

#header img { border: 0; padding: 0; margin: 0; }

#csc-textpic-border { 
	border: 1px solid #003300; }
img {
	border: 0px; }	
a img {
	border: 0px; }	
	
/***************************************	
***** SONSTIGE SPIELEREIEN *************
****************************************/
.nowshow { display: none; }	



div.INACT {
	display: none;
}
