
/* layout für die Startseite
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}

body{
	background: #fff; /*#dcdcdc;*/ /*#dcdcdc;*/ /*#a3a3a3;*/
	/*color: #111; *//* Standard Schriftfarbe */
	font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif, 'Comic Sans MS';
	}


/* Hier kann man die Menü-Leiste verschieben */
#titlebutton{ 
	position:fixed; 
	top: 400px;  /*450*/
	left:580px;  /*600*/
	width: 225px; /*700*/
	font: 86% 'Arial', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif, 'Comic Sans MS';
	letter-spacing: 1.5pt;
}
 * html div#titlebutton  { top: 38px; left:20px;	width: 230px; position:absolute; } 

 
/* Hier kann man das Hauptfeld verschieben */
#content{ position:fixed; top: 0px; left:0px;  max-width: 1200px; }



/* titlebutton
----------------------------------------------- */
#titlebutton{ 
	font-family: 'Arial'; /*'Engravers MT'; */
	font-size:70%; /*100*/
	list-style: none; 
	letter-spacing: 1.5pt;
}

#titlebutton li{ padding: 0; margin: 0; }

#titlebutton a{
	text-decoration: none;
	font-weight: bold;
	font-size: 2.0em;
	display: block;
	letter-spacing: 1.5pt;
	padding: 2px 3px 4px 3px;
	color: #ffffff; /*#ff0000;*/ /*#000099;*/ /*#ccff33;*/ /* Grundfarbe der Schrift, wenn die Maus NICHT auf dem Feld ist */
	background-color: #000000; /* Grundfarbe der Seitenleisten-Buttons */
}
	
#titlebutton a:hover{
	color: #ccff33; /*#ffffff;*/ /* Farbe der Schrift, wenn die Maus auf dem Feld ist */
	background-color: #000000;  /* Farbe des Button-Feldes, wenn die Maus auf dem Feld ist */
}



/* content
----------------------------------------------- */
#content a{ border:none; }
#content img{ border:none; }
#content li{ border:none; }
#content ul{ margin-left: 4px;}
#content ul li{
	list-style: none;
	padding: 0 0 0 12px;
	background: url(../images/bullet.gif) no-repeat 0 0px;
	}
#content ul ul{ margin-top: 0;}

/*	
.download{
	background-color: #333;
	border: 1px solid #444; 
	padding: 0.7em 1.5em; }
.download:hover{
	background-color: #555;
	border: 1px solid #777;
	}
#content ul.download li{
	padding: 0.3em 0;
	background-image:none;
	}*/
/*
.download img{ padding-right: 0.3em; }
.download li strong{ font-family: "Trebuchet MS",Verdana,Sans-Serif; font-size: 2.25em; color: #fff;}
.download li em{ font-style: normal; color: #666666;} */ /*#D0EB6A; }*/


