

@charset "UTF-8";
/* CSS Document */

/* TEXT Styles */

h2,h3,h4,h5,h6,td,tr,font,div,p,body,html,input, button {
	font-family: 'Lato',sans-serif !important;
	font-size: 14px;
	color: black;
}

sub, sup {
  line-height: 0px;
  font-size: 80%;
}

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

a:hover {
	text-decoration: underline; 
	color: #8e6565; 
}

.footer_small {
	font-size:9px;
	color:#515151;
	vertical-align: middle;
}

/* Header */

#page_header {
	position:relative;

	height:79px;
	width:828px;
	padding: 5px;
	background-image:url(css_color_graphics/dankgreenblue/header_round.jpg);
	background-repeat:no-repeat;
}

#page_logo {
	position:relative;
	float:left;
	left:12px;
	top:10px;
	width:100px;
}

#page_title, #page_desc, .note { 
	font-size:14px;
	position:relative;
	left:50px;
	width:680px;
	height:auto;
}



/* Section */

.section { 
	font-size:12px;
	color:#515151;
	position:relative;

	width:680px;
	height:auto;
}


/* Titel Leiste */
.SEC_title {

	width:680;
}

.SECTITLE_content {
	line-height: 40px;
	font-size: 18px;
	background-color: #e7e7e7;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: normal;
	color: black;
}

.SECTITLE_content b{
	font-weight: normal !important;
}
	

/* Inhalt / Formular Felder */

.line {
	position:relative;
	width:700px;

	height:3px;
	background-image:url(css_color_graphics/dankgreenblue/line.jpg);
	background-repeat:no-repeat;
	margin:20px 0px 20px 0px;
}

.SEC_content {
	padding-top:20px;
	padding-bottom:20px;
}

.smallfield {
	float:left;
	margin: 7px 3px 0 0;
}

select {
	background-color: #f3f3f3;
	border: 1px solid #e5e5e5 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	width: 445px;
	height: 30px;
	font-size: 13px;
	padding: 3px;
}

input {
	background-color: #f3f3f3;
	border: 1px solid #e5e5e5 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px;
	margin: 0px;
	line-height: 22px;
	height: 22px;
	padding: 1px;
}

input.rad {
	position:relative;
	border:none 0px;
	margin:5px;
	vertical-align: middle;
	font-size:14px;
	height: 14px;
	margin-left: 0px;
}

input.smallrad {
	position:relative;
	vertical-align: middle;
	font-size:12px;
	height: 20px;
}

.errortext { 
	color:#a80316; 
	font-family: 'Lato',sans-serif !important;
	font-size: 12px;
}

.standardtext {
	color:#515151;
	font-family: 'Lato',sans-serif !important;
	font-size: 14px;
}

.fulltext { 
	color:#515151; 
	text-align:left; 
	padding:5px;
}

errortext {
	width:200px;
	text-align:left;
	float:right;
	vertical-align: middle;
	padding:0px 0px 0px 0px;
	color:#a80316;
}

label, .labeltext{
	width: 175px;
	padding-left: 20px;
	font-weight: bold;
	text-align: left;
	float:left;
}

tr > td {
	padding-bottom: 1em;
}

.labeltext + td{
	width: 480px;
	padding-left: 0px;
	text-align: left;
	margin-bottom: 10px;
}

.standardtext input[type=TEXT]{
	width: 440px;
}


.labeltext + td + td{
	width: 0px;
	text-align: left;
	margin-bottom: 10px;
}

.labeltext + td + td + td{
	width: 0px;
	text-align: left;
	margin-bottom: 10px;
}

label.UPPERlabel{
	width:auto;
	padding:0px 0px 0px 5px;
	line-height: 15px;
}

.instructions {
	position:relative;

}

.highlight {
	margin: 0 0 0.5em 0;
	clear: both;
	font-size: 11px;
}

.highlight:first-line {
	line-height: 5px;
	font-size: 14px;
}

.text_warning:first-line {
	color: red;
}

.highlight label:first-line, .highlight label span {
	line-height: 0px;
	font-size: 14px;
	font-weight: bold;
}

.highlight label, .description_text {
	line-height: 0px;
	font-size: 11px;
	font-weight: normal;
}

.highlight input {

}

.highlight br {
	line-height: 22px;
}

.highlight label:first-line {
	line-height: 28px;
}

.highlight input {
	line-height: 22px;
	height: 22px;
}

table {
	border-spacing: 0px;
}

input[type=submit], input[type=reset], input[type=button]{
	background: url(/omnis/AHS/global/images/bni_submit.jpg);
	
	width:auto;
	background-size: 130% 100%;
	
	padding-left: 5px;
	padding-right: 5px;
	height: 38px;
	text-transform: uppercase;
	border: none !important;
	color: white;
	font-weight: bold;
}