@charset "utf-8";
body {
	font-family: Arial, sans-serif;
	font-size: 100.01%;
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #407099;
}
a:active, a:focus {
	outline: none;
}

a.beep:link {
	text-decoration: none;
	color: #9A004D;
	font-weight: bold;
}

a.beep:visited {
	text-decoration: none;
	color: #9A004D;
	font-weight: bold;
}

a.beep:hover {
	text-decoration: none;
	color: #E6DAAA;
	font-weight: bold;
}

a.beep:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.eingabe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border: solid 1px #AED9FF;
	padding: 2px;
	background-color: #AED9FF;
}
.eingabe:hover,
.eingabe:focus{
	background-color: #CEE8FF;
	border-color: #FFFFFF;
	outline: none;
}
textarea:hover{
    background-color: #CEE8FF;
    border-color: #FFFFFF;
    outline: none; /* Verhindert roten Rand um Chrome-Eingabefelder */
}
.eingabeaktiv { /* Sende und Löschen Button */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-image: url(images/bu_stripe_back.gif);
	background-color: #77EDFF;
	color: #000000;
	font-weight: bold;
	border-top: 3px solid #D8EBFC;
	border-right: 3px solid #2D3A46;
	border-bottom: 3px solid #29353F;
	border-left: 3px solid #B3D8F9;
	cursor: pointer;
	outline: none;
}
.eingabeaktiv:hover { /* Sende und Löschen Button */
	font-size: 1.1em;
	background-color: #6EDAEB;
	border-top: 3px solid #254058;
	border-right: 3px solid #80B1DD;
	border-bottom: 3px solid #B3D1EB;
	border-left: 3px solid #386185;
	position: relative;
	left: 2px;
	top: 2px;

}
.formrubrik {
	min-width: 100px;
	text-align: left;
	float: left;
	margin-right: 20px;
	background-color: #5D7D99;
	padding: 3px 3px 3px 6px;
	border: solid 1px #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	overflow: hidden;
	color: #AED9FF;
	text-shadow: 1px 2px 2px #000000;
	letter-spacing: 0.1em;
}
.flaggy {
	/*width: 314px;
	height: 148px;*/
    width: 100%;
	max-width: 171px;
	max-height: 148px;
	background: url(images/shield_flag_icons.png);
	cursor: pointer;
	border: none;
	background-color: #0FC;
}
.flaggy:hover {
	background: url(images/shield_flag_icons.png) 0 -149px;	
	cursor: pointer;
}