/*
 *			(c) 2008 GGS - Muengersdorf
 */

h1, h2, h3, h4, p, ul, li { margin: 0; padding: 0; }

/* headings */
h1, h2, h3, h4 			{ margin: 0px 0px 0px 0px; text-shadow: 2px 2px 3px #666;
						  font-family: Times, "Times New Roman", Serif; 
						  font-weight: normal; color: #615C49; }
h1 						{ padding-top: 24px; margin-left: -10px;
						  font-size: 380%; letter-spacing: -2pt; 
						  font-weight: bold; color: #E8E7E3; 
						  font-style: italic; 
						  text-shadow: 4px 4px 7px #666; }
h2 						{ font-size: 210%; letter-spacing: 1pt;
						  margin-top: 13px; margin-bottom: 13px; 
						  border-bottom: 1px dotted #999; }
h3 						{ margin-top: 33px; margin-bottom: 0px; 
						  font-size: 150%; letter-spacing: 1pt; }
h4 						{ font-size: 120%; letter-spacing: 1pt; }

/* Text */
p, li, td				{ font-size: 80%; }
#content td				{ line-height: 150%; }
#content p, #content li	{ line-height: 150%; margin: 11px 0px 8px 0px; }
ul 						{ margin: 0px 0px 0px 20px; }
code					{ font-size: 85%; }

/* Links */
#content a				{ text-decoration: none; border-bottom: 1px solid #999;
						  color: #615C49; 
						  padding: 0px 3px 0px 3px; }
#content a:hover    	{ border-bottom: none; background-color: #cca; }
#content a:active    	{ border-bottom: none; background-color: #fff; }

#menue a				{ font-family: Times, Times-New-Roman, Serif; color: #000;
						  font-size: 100%; text-decoration: none; text-shadow: 2px 2px 3px #666; 
						  font-style: italic;
						  margin: 0px 0px 0px 0px; 
						  padding: 4px 8px 3px 8px; }

#menue a:hover			{ background-image: url(../-/Welle.gif); background-repeat: repeat-y; }
#menue a:active			{ background-color: #fff; color: #000; }

#menue a.hier			{ color: #000; background-color: #E8E7E3; 
  						  border-left: 1px solid #999;		
						  border-top: 1px solid #999; 
						  padding: 4px 8px 7px 8px; }

#footer					{ font-size: 80%;  }
#footer p 				{ padding-top: 10px; padding-left: 60px; }
#footer a				{ text-decoration: none; color: #615C49; 
						  border-bottom: 1px solid #999;
						  padding: 0px 3px 0px 3px; }
#footer a:hover   	 	{ border-bottom: none; background-color: #cca; }
#footer a:active    	{ border-bottom: none; background-color: #fff; }

/* others */
img						{ border: none; }

