/*
	Name:		style.css
	Description:	Cascade Style Sheet-Definitionen von www.vogel-informatik.ch
	Place:		none
	Created:	28.01.1999	by:	Johannes Vogel
	Last Changed:	26.05.1999	by:	Johannes Vogel
*/

/* Links */

a:link {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none; }

a:visited {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none; }

a:active {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none; }

a:hover {
	color: #00a600;
	text-decoration: underline; }

/* Absatzformatierungen */

div.titel {
	font-family: Times;
	font-size: 24pt;
	color: #00a600;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	position:absolute; 
	left:50px; 
	top:20px; 
	width:280px; 
	height:40px; }

div.inhalt {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color:#000000; 
	text-decoration: none;
	position:absolute; 
	left:400px; 
	top:100px; 
	width:350px; 
	height:400px; }

div.menue {
	font-family: Arial, Helvetica;
	font-size: 10pt; 
	color: #000000; 
	font-weight: bold;
	position:absolute; 
	left:20px; 
	top:400px; 
	width:430px; 
	height:20px; }

div.sprachen {
	font-family: Arial, Helvetica;
	font-size: 10pt; 
	color: #000000; 
	font-weight: bold;
	position:absolute; 
	left:480px; 
	top:400px; 
	width:280px; 
	height:20px; }

/* Grafikelemente */

div.linie1 {	position:absolute; left:350px; top:20px;  width:1000px; height:1px;   background-color:#000000;	}
div.linie2 {	position:absolute; left:350px; top:20px;  width:3px;    height:41px;  background-color:#000000;	}
div.linie3 {	position:absolute; left:10px;  top:60px;  width:341px;  height:1px;   background-color:#000000;	}
div.linie4 {	position:absolute; left:10px;  top:60px;  width:3px;    height:365px; background-color:#000000;	}
div.linie5 {	position:absolute; left:10px;  top:425px; width:451px;  height:3px;   background-color:#000000;	}
div.linie6 {	position:absolute; left:460px; top:390px; width:1px;    height:36px;  background-color:#000000;	}
div.linie7 {	position:absolute; left:460px; top:390px; width:329px;  height:3px;   background-color:#000000;	}
div.linie8 {	position:absolute; left:788px; top:100px; width:1px;    height:291px; background-color:#000000;	}

div.copyright {
	font-family: Arial, Helvetica;
	font-size: 8pt; 
	color: #000000;
	position:absolute; 
	left:115px; 
	top:100px; 
	width:280px; 
	height:238px; }

div.pfeil { 
	position:absolute; 
	left:785px; 
	top:95px; 
	width:8px; 
	height:15px; }

/* Text-Formatierungen */

small { 
	font-family: Arial, Helvetica;
	font-size: 8pt; }

ul {
	position: relative;
	top: -10px;
	left: -20px; }

