a:link {
	color: #000088;
	background-color: transparent;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	color: #000088;
        background-color: transparent;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #0000FF;
	background-color: transparent;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

a:active {
	color: #000088;
	background-color: transparent;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	cursor: default;
	margin:0px;
	background-color:#f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

input {
	margin: 0px;
}

.countlabel input {
        margin: 2px;
}

input[type=text]:hover, input[type=password]:hover, input[type=checkbox]:hover, select:hover, textarea:hover {
	border-color: #96C8FA;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border-color: #96C8FA;
}

input[type=submit]:hover, input[type=button]:hover, input[type=checkbox]:hover, input[type=radio]:hover, select:hover {
	cursor: pointer;
}

*:target {
	background-image: url(../images/bg_verlauf.png);
	background-repeat:repeat-y;
}

fieldset.complete {
	border:1px solid #AAAAAA;
	padding:5px;
	padding-bottom: 10px;
}

fieldset.middle, fieldset.middle_big {
	display: inline-block;
	text-align: left;
	padding: 10px;
	border: 1px solid #AAAAAA;
	width: 300px;
}

fieldset.middle_big {
        width: 440px;
}

legend {
	padding-top: 2px;
	padding-bottom: 2px;
	border: none;
	background-color: #ffffff;
	font-weight: bold;
}

.form_row {
	/*width: 290px;*/
	float:left;
	margin-top: 7px;
	margin-bottom: 7px;
}

.form_row2 {
	width: 300px;
	float:left;
	margin-top: 7px;
	margin-bottom: 7px;
}

.form_row label {
	float: left;
	width: 130px;
}

.form_row2 label {
	float: left;
	width: 120px;
}

.form_row input, textarea {
	float: left;
}

.form_bottom_txt {
	padding-left: 3px;
	font-size: 8pt;
}

.smalltxt {
	font-size: 8pt;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.headline {
	font-size: 14pt;
	font-weight: bold;
}

.tastatur {
	padding-top: 5%;
	text-align: center;
        vertical-align: middle;
}

#navigation {
	margin-bottom: 10px;
}

#inhalt {
        border-radius: 10px;
	background-color:#ffffff;
	border:1px solid #96C8FA;
	padding: 0px;
	width:750px;
	margin:0px auto;
	margin-bottom: 10px;
        margin-top: 10px;
        box-shadow: 5px 5px 5px #aaa;
}

.head_links {
	border-top:1px solid #96C8FA;
	border-bottom:1px solid #96C8FA;
	height: 20px;
	background-color: #D7EBFF;
}

.head_links .mleft a, .mright a {
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.head_links .mleft a {
	float: left;
	font-weight: bold;
	border-right:1px solid #96C8FA;
}

.head_links .mright a {
	float: right;
	border-left:1px solid #96C8FA;
}

.head_links .mleft a:hover, .mright a:hover {
	background-color: #ffffff;
}

.footer_link {
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	float: right;
}

#content {
	width: 730px;
	padding: 10px;
	min-height:400px;
}

#header {
        width: 750px;
        height: 60px;
        background-image: url(../images/header.jpg);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
}

#footer {
	height: 20px;
	border-top:1px solid #96C8FA;
	background-color: #D7EBFF;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
}

.foo {
	width: 250px;
	float: left;
	padding-top: 2px;
}

.nobord {
	border: 0px;
}

.nobordblock {
	border: 0px;
	display: block;
}

.bgee {
	background-color: #eeeeee;
}

.width250 {
	width: 250px;
}

.width70 {
	width: 70px;
}

.borderAA {
	border: 1px solid #aaaaaa;
}

.borderRed {
	border: 1px solid #ff0000;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.tAlignL {
	text-align: left;
}

.tAlignC {
	text-align: center;
}

.tAlignR {
	text-align: right;
}

.margin_top{
	margin-top: 10px;
}

.margin_top_bottom{
	margin-top: 10px;
	margin-bottom: 10px;
}

.clear_divs {
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.sys_msg_red, .sys_msg_red, .sys_msg_red {
        padding: 2px;
        margin-bottom: 5px;
}

.sys_msg_red {
        border:2px solid red;
        color: red;
}

.sys_msg_orange {
        border:2px solid orange;
        color: orange;
}

.sys_msg_green {
        border:2px solid green;
        color: green;
}
