html {
	min-height: 100%;
	margin-bottom: 1px;
}

body{
margin:0;
padding:0;
line-height: 1.1em;
background-image: url(../images/bg_verlauf.gif);
}

#maincontainer{
width: 920px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #FFFFFF;
}

#topsection{
background:#EAEAEA;
background-image: url(../images/bg_header.gif);
background-repeat: repeat-x;
height: 100px; /*Height of top section*/
}


#logo {
	position:relative;
	top:15px;
	left:630px;
	width:253px;
	height:77px;
	background: url(../images/logo.gif) 0 0 no-repeat;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 170px 0 210px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-image: url(../images/bg_content.gif);
background-repeat: repeat-x;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
padding-top: 25px;
}

#contentcolumn h1{
	font-size: 11px;
	font-style: bold;
	padding-top: 1.5em;
	
}

#contentcolumn h2{
	line-height: 1.1em;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
}

#contentcolumn h3{
	line-height: 1.1em;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	margin-top: 1em;
}


#contentcolumn h4{
	line-height: 1.1em;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin-top: 0;
	padding-left: 25px;
}


#contentcolumn a{
color: #002DA5;
font-weight: bold;
text-decoration: none;
}

#contentcolumn a:hover{
color: #002DA5;
text-decoration: underline; 
}

.titel {
	font-stretch: wider;
	font-size: 1.3em;
	font-weight: bold;
	color: #002DA5;
	padding-bottom: 1em;
}

.karriere {
	font-stretch: wider;
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.subtitel {
	font-stretch: wider;
	font-size: 1.2em;
	font-weight: bold;
	color: #A62500;
}

#leftcolumn{
float: left;
width: 210px; /*Width of left column in pixel*/
margin-left: -920px; /*Set margin to that of -(MainContainerWidth)*/
height: 500px;
background-color: #FFFFFF;
background-image: url(../images/bg_left.gif);
background-repeat: repeat-x;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
padding-top: 20px;
}

#sprachwahl{
	line-height: 1.1em;
	padding-top: 75px;
}

#sprachwahl a{
color: #002DA5;
text-decoration: none;
font-weight: bold;
}

#sprachwahl a:hover{
color: #002DA5;
text-decoration: underline; 
}


#rightcolumn{
float: left;
width: 170px; /*Width of right column*/
margin-left: -170px; /*Set left margin to -(RightColumnWidth)*/
background-image: url(../images/bg_content.gif);
background-repeat: repeat-x;
padding-top: 20px;
}


#footer{
clear: left;
width: 100%;
text-align: center;
border-top: 0px solid Silver;
padding: 2px 0;
padding-bottom: 20px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
}

#footer h1{
	font-size: 12px;
	color: #002DA5;
}

#footer a{
color: #002DA5;
text-decoration: none;
}

#footer a:hover{
color: #002DA5;
text-decoration: underline; 
}



.innertube{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.shiftcontainer{
position: relative;
left: 2px; /*Number should match -left shadow depth below*/
top: 2px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 150px; /* container width*/
background-color: #F0F0F0;
font-size: 10px;
}


.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: #FAFAFA;
border: 1px solid #EFEFEF;
padding: 6px;
position: relative;
left: -2px; /*shadow depth*/
top: -2px; /*shadow depth*/
line-height: 1.2em;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
}


.shadowcontainer a{
font-size: 11px;
font-weight: bold;
color: #002DA5;
text-decoration: none;
}


/* Formular */


/* TEXTABSÄTZE */
p.meldung {
font-weight: bold;
color: red;
}

p.meldungok {
font-weight: bold;
color: green;
}

.td_text {
font-size: 1em;
width: 100px;
}


.td_bezeichnung {
font-size: 1em;
}

.td_form {
font-size: 1em;
width: 200px;
}

.td_form_kurz {
font-size: 1em;
width: 100px;
}


/* Form-Tag */
form {
display: inline;
}

/* Eingabefelder und Button */
input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
background-color: #FFFFFF;
color: #666666;
border:1px solid #D3D3D3;
}
input.feld {
width: 100%; height: 1.4em;
}

.submit {font-weight: bold; height: 24px}

/* Eingabefeld für Nachricht */
textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
background-color: #FFFFFF;
color: #666666;
border:1px solid #D3D3D3;
width: 100%;
height: 100px;
}

/* Markierung bei nicht ausgefülltem Pflichtfeld */
span.markiert {
color: Red;
font-weight: bold;
}
/* Unterstreichung eines Teils der Fehlermeldung */
span.unterstrichen {
text-decoration: underline;
}

span.default_cursor {
cursor: default;
}


