/* CSS Document */

a				{ text-decoration: none; }
a:hover			{ text-decoration: underline; }
a:visited		{ color: #666666; }

/* Positionen */

body
	{ }

div#spalte_rechts
	{ left: 240px; top: 40px; width: 620px; margin-bottom: 20px; margin-left: 10px; position: absolute; }


div#spalte_links
	{ left: 40px; top: 40px; width: 200px; margin-bottom: 20px; position: absolute; }
	
/* Inhalt */

div#menu
	{ font-family: Helvetica, Arial; font-size: 9px; line-height: 14px; color: #000000; text-align: left; }
	
a#menu2
	{ font-family: Helvetica, Arial; font-size: 9px; color: #000000; }

a#menu3
	{ font-family: Helvetica, Arial; font-size: 9px; color: #000000; text-decoration: underline; }
	
div#menu a
	{ color: #000000; }

div#menu .bold
	{ font-weight: bold; }

div#menu .content
	{ font-family: Arial; font-size: 10px; line-height: 12px; color: #660000; text-align: left;
	background-color: #FFFFFF; }
	
div#menu .text
	{ font-family: Arial; font-size: 10px; line-height: 12px; color: #000000; text-align: left;
	background-color: #FFFFFF; }
	
span.home
	{ font-family: Arial; font-size: 9px; color: #666666; text-decoration: underline; font-weight: bold; }
	
span.italic
	{ font-style: italic; }
	
span.bold
	{ font-weight: bold; }

img 
	{ border: 0px; }
	
img#noborder 
	{ border: 0px; height: 10px; width: 200px; }
	
img#small 
	{ border: 1px solid lightgray; width: 100px; height: 70px; }	

img#menu 
	{ border: 1px solid lightgray; width: 200px; height: 200px; }	

img#menu2 
	{ border: 1px solid lightgray; width: 200px; height: 244px; }
	
img#menu3 
	{ border: 1px solid lightgray; width: 200px; height: 100px; }
		
/* Trennlinien */

hr.menu
	{ width: 200px; height:1px; margin-top: 0px; border: none; border-bottom: 0.5px solid #666666; }

hr.trennlinie
	{ height:1px; margin-top: 10px; margin-bottom: 5px; border: none; border-bottom: 1px dotted #000000; }
	