html { 
padding:0px;
margin:0px;
}

h1,h2,h3 {margin-top: 0px;}

body {
background-color: #FFF;
background-image: url('../images/bg_site.gif');
background-repeat: repeat-x;
font-size: 10pt;;
color:#666666;  
text-align:center;
margin:0px;
padding:0px;
font-family: arial, sans-serif;
font-size: 10pt;
color: #333;
}

a,a:active
{
color: #356AC0;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}

#box {
width:980px;
margin: 0px auto;
padding:0px;
text-align:left;
}

#kopf {
background-color:transparent;
padding: 0px;
margin: 0px;
height: 100px;
}

#kopf2 {
background-color:transparent;
padding: 0px;
margin: 0px;
height: 364px;
}

#links {
margin-top: 10px;
width:319px;
padding:0px;
float:left;
margin-right: 20px;
padding-right: 10px;
border-right: 1px solid #EDEDED;
}
#mitte {
margin-top: 10px;
width:320px;
padding:0px;
float:left;
margin-right: 20px;
}
#rechts {
background-color: #002B72;
color: white;
width:260px;
padding:15px;
float:left;
}
#rechts_wrap {
margin-top: 20px;
}
#inhalt_standard {
margin-top: 15px;
margin-bottom: 30px;
width:640px;
padding:15px;
float:left;
margin-right: 20px;
padding-right: 10px;
border:1px solid #AFBDDA;
background-color: white;
}
h1 {
font-family: arial, sans-serif;
font-size: 16pt;
color: #002B72;
font-weight: lighter;
}
h2 {
font-family:  arial, sans-serif;
font-size: 11pt;
color: #6275C9;
font-weight: lighter;
}
h3#login {
font-family:  arial, sans-serif;
font-size: 14pt;
color: #82B1FF;
font-weight: lighter;
}
#navigation {
font-size: 10pt;
color: white;
width: 952px;
background-image: url('../images/bgnav.gif');
background-repeat: repeat-x;
padding: 14px;
font-weight: lighter;
height: 17px;
}

#footer {
margin-top: 25px;
width: 100%;

font-size: 10pt; 
color: #999;
}

a.navlink {
font-size: 11pt;
color: white;
text-decoration: none;
}
a.navlink:hover {
color: #A8C9FF;
}
.navdiv {
float: left;
padding-left: 6px;
padding-right: 6px;
}
span.label {
width: 70px;
}

.textItem {
font-size: 10pt;
}

td {
font-size: 10pt;
color: #142848;
padding: 10px;
background-color: #E3EEFF;
background-image: url('../images/bgtd.gif');
background-repeat: repeat-x;
} 

td.nostyle {
color: white;
padding: 2px;
background-color: transparent;
background-image: none;
}

.button {
background-color: #002B72;
color: white;
font-family: arial,sans-serif;
border-left: 1px solid #B3CEFF;
border-top: 1px solid #B3CEFF;
border-right: 1px solid #13223D;
border-bottom: 1px solid #13223D;
padding: 5px;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
	font-size:10pt;
  padding: 10px; background-color: white;
  border: 1px dotted #A8B2C7;
}
#contactForm .contactRow {
	margin:4px 0;
}
#contactForm label {
	display:block;
	float:left;
	width:120px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
	border:1px solid #ccc;
	width:300px;
}
#contactForm .contactRow select {
	border:1px solid #ccc;
	width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
	width:343px;
}

#contactForm .contactRow input {
	height:20px;
  font-size: 11pt;
}

#contactForm .contactRow textarea {
	height:105px;
	font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
	float:left;
	margin:0 0 0 80px;
	width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
	float:right;
	width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
	font-size:10pt;
	margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
	background-image:none;
	padding:0;
	float:left;
}

#contactForm table {
	width:100%;border-collapse:collapse;
}
#contactForm table td {
	padding:0;
}
#contactForm table td.pt {
	padding-top:2px;
}
* html #contactForm table td.pt {
	padding-top:0;
}

