body
{
	font-family: Times, Times New Roman, Serif;
	font-size: 11px;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF; 
}

body.content
{
	font-family: Times, Times New Roman, Serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	/*color: #30CEC9;*/
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 20px;
	/*background-image:url(../pics/smily400.gif);
	background-repeat: no-repeat;
	background-attachment:fixed;
	padding:0px;
	*/
}

/*################### DIV-LAYER zentriert horizontal u. vertikal ###############

Zuerst definieren wir die Positionierung, Höhe und Breite unseres DIV-Layers:

Der DIV-Layer pappt nun am oberen linken Rand, da noch keinerlei Ausrichtungsangaben gemacht wurden. Damit der DIV-Layer nun permanent in der Mitte des Browserfensters positioniert ist, geben wir den Abstand zum oberen und zum linken Bildschirmrand mit "top: 50%;" und "left: 50%;" an:

Unser DIV-Layer hat eine Breite von 200px und eine Höhe von 150px und von diesen beiden Werten nehmen wir nun je die Hälfte als Wert für den negativen Einzug von Oben und nach Links:

*/


#page
{
	background: #FFFFFF;
	border: 1px solid #666;
	font-family: Times, Times New Roman, Serif;
	font-size: 1.2em;
	/*color: #333;*/
	
	position: absolute;
	
	width: 800px;
	height: 600px;
	
	left: 50%;
	top: 50%;
	
	margin-top: -300px;
	margin-left: -400px;
	
	/*background-image:url(../PICS/Startseite_800x600.jpg);*/
}

/*
#page_clicked
{
	background: #CCC;
	border: 1px solid #666;
	font-family: Times, Times New Roman, Serif;
	font-size: 1.2em;
	color: #333;
	
	position: absolute;
	
	width: 800px;
	height: 600px;
	
	left: 50%;
	top: 50%;
	
	margin-top: -300px;
	margin-left: -400px;
	
	background-image:url(../PICS/Startseite_800x600.jpg);
}
*/

/*####################################################################*/

#left
{
	position: absolute;
	left: 55;
	top: 45;
	
	/*background-image:url(../PICS/zwerg.jpg);*/
}



#temp_info
{
	position: absolute;

	font-family: Times, Times New Roman, Serif;
	font-size: 11;
	/*color: #493E18;*/
	/*background-color: #ffff00;*/
	
	position: absolute;
	
	width: 400px;
	height: 100px;
	
	left: 376;
	top: 525;
}



#thumb
{
	position: absolute;

	font-family: Times, Times New Roman, Serif;
	font-size: 11;
	/*color: #493E18;*/
	/*background-color: #ffff00;*/
	
	position: absolute;
	
	width: 200px;
	height: 60px;
	
	left: 50;
	top: 525;
}

#thumb_fw
{
	position: absolute;

	font-family: Times, Times New Roman, Serif;
	font-size: 11;
	/*color: #493E18;*/
	/*background-color: #00ff99;*/
	
	position: absolute;
	
	width: 20px;
	height: 20px;
	
	left: 260;
	top: 525;
}

#thumb_rw
{
	position: absolute;

	font-family: Times, Times New Roman, Serif;
	font-size: 11;
	/*color: #493E18;*/
	/*background-color: #00ff99;*/
	
	position: absolute;
	
	width: 20px;
	height: 20px;
	
	left: 0;
	top: 525;
}

#large
{
	position: absolute;

	font-family: Times, Times New Roman, Serif;
	font-size: 11;
	/*color: #493E18;*/
	/*background-color: #ffff00;*/
	
	position: absolute;
	
	/*
	width: 400px;
	height: 100px;
	*/
	
	left: 375;
	top: 30;
}

#text_large
{
	position: absolute;

	font-family: Times, Times New Roman, Serif;
	font-size: 11;
	color: #493E18;
	/*background-color: #ffff00;*/
	
	position: absolute;
	
	/*
	width: 400px;
	height: 100px;
	*/
	
	left: 376;
	top: 430;
}

#text_links
{
	position: absolute;

	font-family: Times, Times New Roman, Serif;
	font-size: 11;
	color: #493E18;

	left: 470;
	top: 280;
	
	z-index: 10;
}


#div_links
{
	position: absolute;

	left: 376px;
	top: 460px;
}



.active
{

	font-family: Times, Times New Roman, Serif;
	font-size: 15px;
	font-weight: 500;
	
	color: #669900;
	text-decoration: none;
}

.inactive
{

	font-family: Times, Times New Roman, Serif;
	font-size: 15px;
	font-weight: 500;
	
	color: #ADADAD;
	text-decoration: none;
}


#left
{
	position: absolute;
	left: 55;
	top: 45;
	
	/*background-image:url(../PICS/zwerg.jpg);*/
}


.head_large
{
	font-family: Times, Times New Roman, Serif;
	font-size: 18px;
	font-weight: 500;
	
	color: #669900;
	text-align:center;
	
}

.text_large
{
	font-family: Times, Times New Roman, Serif;
	font-size: 14px;
	font-weight: 500;
	
	color: #ADADAD;
	text-align:center;
}


.head_index_1
{
	font-family: Times, Times New Roman, Serif;
	font-size: 25px;
	font-weight: normal;
	
	color: #669900;
}

.head_index_2
{
	font-family: Times, Times New Roman, Serif;
	font-size: 23px;
	font-weight: normal;
	
	color: #ADADAD;
}

#linie
{
	position: absolute;
	left: 0px;
	top: 518px;
	
	width: 800px;
	height: 1px;
	
	/*color: #F5ED1E;*/
	background-color: #F5ED1E;
	
	z-index:5;
}

#impressum
{
	position: absolute;
	left: 17px;
	top: 420px;

	z-index:5;
}

ul
{
	list-style-type:none;
	position: inside;
}

li a
{
	font-family: Times, Times New Roman, Serif;
	font-size: 14px;
	font-weight: 500;
	color: #669900;
	text-decoration: none;
}


