body {margin: 0;padding-top: 0;padding-bottom: 0;padding-left: 0;padding-right: 0;}
 .unnamed1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 	
	font-size: 8px;	
	font-weight: bold;
	}

	a, a:link, a:visited, a:active, a:focus {	text-decoration: none }

.bitteausfuellen {	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}

.unnamed2 { 
	font-size: 10px;
	font-weight: bold; 
	text-decoration: none; 
	}

.textForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.suchFeld {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	 font-size: 12px;
}

.input {
    border: 1px solid #006;
    background: #3e9cbf;
}

/*





.kalButton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	 border: 1px solid #ccc;
    backgro und: #3e9cbf;

}




.bitteausfuellen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.send {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
	font-size: 18px;
	font-weight: bold;
}




    /***FIRST STYLE THE BUTTON
.sendButton {
    width:300px;
    background: #3e9cbf; /*the colour of the button 
    padding: 8px 14px 10px; /*apply some padding inside the button 
    border:1px solid #3e9cbf; /*required or the default border for the browser will appear 
    cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    /*style the text 
    font-size:1.5em;
    font-family:font-family: Verdana, Arial, Helvetica, sans-serif; /*Oswald is available from http://www.google.com/webfonts/specimen/Oswald 
    letter-spacing:.1em;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier 
    color: #fff;
    /*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique 
    -webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
    /*give the corners a small curve 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    }
    /***SET THE BUTTON'S HOVER AND FOCUS STATES 
.sendButton:hover, .sendButton:focus {
    color:#dfe7ea;
    /*reduce the size of the shadow to give a pushed effect 
    -webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
    }

***/
