/* CSS Document */

.sun {  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 36px; font-style: normal; color: #FFFF33; text-decoration: none}
.fliess {  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #666666}
.sun2 { font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-style: normal; color: #999900; text-decoration: none }
.name {  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal; font-weight: normal; color: #000000}
.point {  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: xx-large; font-style: normal; line-height: normal; font-weight: bolder; font-variant: normal; text-transform: lowercase; color: #66CCFF}
.menuspot { font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #990033}
.title { font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-indent: 5pt ; color: #000000; font-style: normal; font-weight: normal}

.txtfliess {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333}

.fliesstxtlink {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	cursor: auto;
}

a:link {
	color: #7F0000;
	text-decoration: none;
}

a:visited {
	color: #996600;
	text-decoration: none;
}

a:hover {
	color: #333366;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #993300;
}

.point_small {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: large; font-style: normal; line-height: normal; font-weight: bolder; font-variant: normal; text-transform: lowercase; color: #66CCFF
}

/* Das Kontaktformular */
form {
	background-color: #FFFFFF;
	width: 300px; /* Breite des Formulars */
	padding: 20px;
	float: right;
}
/* Beschriftung auf eigener Zeile */
label { 
   display: block; 
   cursor: pointer; 
} 
input#absender, 
textarea { 
   width: 300px;
   border: 3px solid #000000;
   margin-bottom: 1em;
}
textarea { 
   height: 7em; 
}
input#absender:focus, 
textarea:focus {
   background-color: #d9d9d9; 
}
