body    { color: #666666; font-size: 10px; font-family: verdana, tahoma, geneva, sunsans-regular; font-weight: normal; line-height: 13px; background-color: #666666; background-image: none; background-position: 0 0; margin: 80px 0 0; padding: 0; scrollbar-3dlight-color: #E3EAF0; scrollbar-arrow-color: #8FAAC4; scrollbar-base-color: #ffffff; scrollbar-darkshadow-color: #8FAAC4; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff   }

/* Linkfarbe, wenn nichts weiter definiert ist*/
a:link, a:visited       { color: #333333; text-decoration: none }

a:active		 { color: #009fb6; background-color: aqua }

a:hover       { color: #333; text-decoration: none; background-color: aqua }

/*Themenlinks*/
a.hoeren:link, a.hoeren:active, a.hoeren:visited      { 
	color: #CC3366; 
	text-decoration: none;
}

a.hoeren:hover     { 
	color: #CC3366; 
	text-decoration: underline; 
}

a.schmecken:link, a.schmecken:active, a.schmecken:visited       { color: #05a0a6 }

a.schmecken:hover     { 
	color: #0099CC; 
	text-decoration: underline; 
}

a.sehen:link, a.sehen:active, a.sehen:visited      { 
	color: #999900; 
	text-decoration: none;
}

a.sehen:hover     { 
	color: #999900; 
	text-decoration: underline; 
}


/* ENDE Links */

p {
	margin:0;
	padding-bottom: 7px;
}


img {
	border: 0;
	margin: 0;
	padding: 0;
	behavior: url(win_png.htc);
}

em {
	font-style: normal;
	font-weight: bold;
}

h1 {
	color: #ff0000;
	font-weight: bold; 
	font-size: 12px;
 	line-height:16px;
	margin-bottom:0;
	margin-top:0;
	padding-bottom: 15px;
}

h2 {
	color: #9ab5c5;
	font-weight: bold; 
	font-size: 11px;
 	line-height:16px;
 	margin:0;
 	margin-top:8px;
}

h3 {
	color: #9ab5c5;
	font-weight: bold; 
	font-size: 11px;
 	line-height:16px;
}

h4 {
	color: #9ab5c5;
	font-weight: bold; 
	font-size: 11px;
 	line-height:16px;
}


/* fuer Formularseiten */
textarea       { color: #424242; padding-top: 5px; padding-right: 5px; padding-left: 5px; width: 95%; height: 60px; border: 0; scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color: #106E72; scrollbar-base-color: #ffffff; scrollbar-darkshadow-color: #106E72; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #106E72 }

select { 
	background-color:#fff; 
	color:#424242;;  
	width:100%;
	height:18px;
	font-size: 9px;
}


.textfeld      { 
	color: #424242;
	padding-left:5px; padding-right:5px;
	border:0;
	width: 90%;
	height: 17px;
	font-size: 10px;
}

.button      { 
	color: #fff;
	font-size: 10px;
	background-color: #106E72; 
	padding-left:5px; padding-right:5px; 
	border: 0; 
	height: 15px;
}

.button:hover {
	color: #fff;
	font-size: 10px;
	background-color: #B64E32; 
	padding-left:5px; padding-right:5px; 
	border: 0; 
	height: 15px;
}
/* ENDE fuer Formuarseite */
