/*--- footer ---*/
.footer {
 font-family: Verdana;
 font-size: 11px;
 line-height: 11px;
 font-weight: normal;
 color: #666666;
}
.footer a:link    { color:  #0066FF; font-weight: normal; text-decoration: none; }
.footer a:visited { color:  #0066FF; font-weight: normal; text-decoration: none; }
.footer a:active  { color:  #0066FF; font-weight: normal; text-decoration: none; }
.footer a:hover   { color:  #0066FF; font-weight: normal; text-decoration: underline; }

/*--- senden ---*/
.senden {
 font-family: Georgia;
 font-size: 18px;
 line-height: 18px;
 font-weight: normal;
 color: #666666;
}
.senden a:link    { color:  #000000; font-weight: normal; text-decoration: none; }
.senden a:visited { color:  #000000; font-weight: normal; text-decoration: none; }
.senden a:active  { color:  #000000; font-weight: normal; text-decoration: none; }
.senden a:hover   { color:  #000000; font-weight: normal; text-decoration: underline; }

/*--- headline ---*/
.headline {
 font-family: Georgia;
 font-size: 24px;
 line-height: 24px;
 font-weight: normal;
 color: #000000;
}
.headline a:link    { color:  #000000; font-weight: normal; text-decoration: none; }
.headline a:visited { color:  #000000; font-weight: normal; text-decoration: none; }
.headline a:active  { color:  #000000; font-weight: normal; text-decoration: none; }
.headline a:hover   { color:  #0066FF; font-weight: normal; text-decoration: none; }

/*--- hinweis ---*/
.hinweis {
 font-family: Georgia;
 font-size: 12px;
 line-height: 18px;
 font-weight: normal;
 font-style: italic;
 text-decoration: underline;
 color: #990000;
}

/*--- bodytext ---*/
.bodytext {
 font-family: Georgia;
 font-size: 14px;
 line-height: 20px;
 font-weight: normal;
 color: #333333;
}
.bodytext a:link    { color:  #0066FF; font-weight: normal; text-decoration: none; }
.bodytext a:visited { color:  #0066FF; font-weight: normal; text-decoration: none; }
.bodytext a:active  { color:  #0066FF; font-weight: normal; text-decoration: none; }
.bodytext a:hover   { color:  #0066FF; font-weight: normal; text-decoration: underline; }

/*--- bodytextklein ---*/
.bodytextklein {
 font-family: Arial;
 font-size: 11px;
 line-height: 16px;
 font-weight: normal;
 color: #333333;
}
.bodytextklein a:link    { color:  #0066FF; font-weight: normal; text-decoration: none; }
.bodytextklein a:visited { color:  #0066FF; font-weight: normal; text-decoration: none; }
.bodytextklein a:active  { color:  #0066FF; font-weight: normal; text-decoration: none; }
.bodytextklein a:hover   { color:  #0066FF; font-weight: normal; text-decoration: underline; }

/* --- archivklein ---*/
.archivklein {
 font-family: Georgia;
 font-size: 11px;
 line-height: 18px;
 font-weight: normal;
 color: #333333;
}
.archivklein a:link    { color:  #333333; font-weight: normal; text-decoration: none; }
.archivklein a:visited { color:  #333333; font-weight: normal; text-decoration: none; }
.archivklein a:active  { color:  #333333; font-weight: normal; text-decoration: none; }
.archivklein a:hover   { color:  #0066FF; font-weight: normal; text-decoration: none; }

/*--- bodytextkleinbig ---*/
.bodytextkleinbig {
 font-family: Arial;
 font-size: 10px;
 line-height: 10px;
 font-weight: bold;
 color: #333333;
}

/*--- Buttons --- */
.blueButton {	
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
	padding:6px 0px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
	width:184px;
}.blueButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.blueButton:active {
	position:relative;
	top:1px;
}

.redButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
	padding:6px 0px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	width:184px;
}.redButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.redButton:active {
	position:relative;
	top:1px;
}

.greenButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
	padding:6px 0px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
	width:184px;
}.greenButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.greenButton:active {
	position:relative;
	top:1px;
}

input[type=text] {font-size:10px;}
