@import url("modules.css");
@import url("layout.css");
@import url("subnavigation.css");
@import url("navigation.css");

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	background-color: #666666;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
  	list-style-type: none !important;
}

img {
	border: 0;
}
h1, h2, h3, h4{
	font-weight:bold;
}
h1 {
	font-size:24px;
	text-transform:none;
	color:#002d69;
	margin-bottom:10px;
	font-style: italic;
}

h2{
	font-size:14px;
	color:#000000;
	margin-bottom:10px;
}

h3 {
	font-size:14px;
	color:#002c5a;
	margin-bottom:10px;
}

h4 {
	font-size:14px;
	color:#002c5a;
	margin-bottom:10px;
}

a {
	text-decoration:underline;
    color: #002d69;
	outline: 0;
}
a:hover {
	text-decoration:underline;
    color: #002d69;
	outline: 0;
}

p{
	margin-bottom:15px;
}
label{
	float:left;
	width:180px;
}
input, textarea, select{
	float:left;
	margin-bottom:3px;
	margin-right:3px;
}
form br{
	clear:left;
}
#content ul {
	list-style-type:none;
	margin-bottom:15px;
}

#content ul li {
	background-image:url(images/bullet.gif);
	background-repeat: no-repeat;
	padding-left:15px;
	background-position: left 6px;
}

#content ol {
    padding: 5px 0 5px 15px;
}

}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearflt{
	clear:both;
}
/* Elemente Hauptbereich */

/* Elemente Fusszeile */
.thrColAbsHdr #footer a{
	color:#FFFFFF;
	text-decoration:none;
}


input,
text,
textarea,
select {
    color: #000000;
    border: 1px solid #DED2C4;
	padding:2px;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
}

input:hover,
text:hover,
textarea:hover,
select:hover {
    border: 1px solid #DED2C4;
}

input[type=radio],
input[type=checkbox] {
    background: #FFFFFF;
    border: 0;
}
input{
	/*width:25em;*/
	color:#000000;
}
textarea{
	width:25em;
	height:10em;
}
.searchbutton{
	width:auto;
}
.searchinput{
	width:200px;
}
legend{
	font-weight:bold;
	margin:0 0 0px 0;
	padding:0 0 0 0;
	float:none;
}
label{
	font-weight:normal;
}