/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:13px arial;
	color:#336666;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:13px arial;
	font-weight:bold;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}

	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}


#navigation2 a {
	font:11px arial;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:.1em;
	}

#navigation2 a:hover {
	color: #336666;
	text-decoration:underline;
	}
	



/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.kontaktText {
	font:13px arial;
	color: #336666;
	letter-spacing:.1em;
	}

	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	

.inhaltText {
	font:13px arial;
	color: #336666;
	}

	
.transparenz {
	opacity: .6;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE8 */
  filter: alpha(opacity=60); } /*IE7 und kleiner*/ 

.transparenz:hover {
  opacity: 1.0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
  filter: alpha(opacity=100); 
  
 .Stil2 {color: #993300}
