body {
    margin: 10px 0 10px 20px; padding:0px;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    width: 790px;
    font-size: 11px;  
 }

h1 {
	font-size:14px;
	text-transform: uppercase;
	color:#2C465A;
}

h2 {
	color:#2C465A;
	font-size: 12px;
	font-weight: bold;
	margin: 14px 0 4px 0; padding: 0px;
}

p {
	margin:0px;
	font-size: 11px;
}

a:link, a:visited {
	text-decoration: none;
	color:#446D8C;
}

a:hover, #footer a:hover {
	color: Red;
	text-decoration: underline;
}

img {	border: none; }

ul {
	margin-top:0;
	padding-top:0;
}


.justify {	text-align: justify; }
.minitext {	font-size: 9px; }


/* Spalteneinteilung von main - Frame */

#left {
   width:540px; 
	float: left;
}

#right {
   float: right;
	width:220px;
}

.clear {
	float: none;
	clear: both;
}
.error {
	color:red;
}

/* --------- Tabellen ------------- */

.objtable {
	border-collapse: collapse;
	border: 1px solid gray;
}

.objtable th {
  color: #2C465A;
  background-color: #DCDCDC;
  font-weight: bold;
  border: 1px solid gray;
}

.objtable .td0 {
  background-color: #FFF;
  border: 1px solid gray;
}

.objtable .td1 {
  background-color: #F0F0F0;
  border: 1px solid gray;
}

/* --------- Infoboxen ----------- */

.infobox {
      width:220px; 
      padding:0;
	   background: #D6D6EE url('images/bg_navi_v2.jpg') repeat-x top left;
      border: 1px solid #2C465A; margin-left:0; margin-right:0; margin-top:0; margin-bottom:20px 
}

.infobox h2 {
	background-color: #2C465A;
	color: white;
	height:24px;
   margin: 0px;  
	padding: 4px 0 0 8px;
}

.infobox p {
   padding: 8px;
	text-align: justify;
	font-size: 9px;
}

.infobox ul {
	font-size: 9px;
}
/* ------------- Footer ---------------- */

#footer {
	padding: 20px 0px;
}

#footer td {
	font-size: 9px;
	color: #9DBACE;
	padding-bottom: 4px;
}

.separator {
	border-top: 1px solid #2C465A;
}

#footer a:link, visited {
	color: #9DBACE;
	text-decoration: underline;
}


/* ---- Formatierungen für Formulare -------- */

.resizable {
	font-size: 100%;
}

.required {
	color: Red;
   margin-right:5px;
}

fieldset {
	margin-top: 16px;
	padding: 10px;
   background: #D6D6EE url('images/bg_navi_v2.jpg') repeat-x top left;
	border: 1px solid #C8C8C8
}

legend {
	font-weight: bold;
	color: Black;
	background-color: transparent;
}

form {
	margin-bottom:20px;
}

form p {
	clear: left;
	margin: 0;
	padding: 2px 0 0 0;
}

form p label {
	float: left;
	text-align: right;
	width: 30%;
	padding:2px 2px 0 0;
}

input.txt, textarea.txt {
	color: Black;
	background-color: #DCDCDC;
	border: 1px solid #2C465A;
}

input.txt:focus,
input.txt:hover,
textarea.txt:focus,
textarea.txt:hover,
textarea.txt.iehover,
input.txt.iehover
{
	background-color: #FFFFFF;
}


input.btn {
	color: #fff;
	background-color: #2C465A;
	border: 1px outset #C0C0C0; 
	margin: 10px 0 10px 30%; 
	font-weight: bold;  
}

input.btn:focus, input.btn:hover
{
	background-color: #0A0;
}
