body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #697073;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #495158;
	
}


#container{
	width:980px;
	position:relative;
	top:0px;
	left:0px;
}

#top{
	position:relative;
	width:980px;
	height:139px;
	background:url(../img/bg_top.png);
	z-index:10;
}

#logo{
	float:left;	
	position:relative;
	width:409px;
	height:139px;
}

#topright{
	float:left;	
	position:relative;
	width:570px;
	height:139px;
}

#suchformular{
	float:left;	
	position:relative;
	width:124px;
	height:20px;
	left:277px;
	top:20px;
}

#suchformular .inputtxt{
	width:85px;
	height:16px;
	border: 0px;
}

#suchformular .inputbtn{
	width:25px;
	height:18px;
	border: 0px;
	position:relative;
	top:1px;
	text-align:center;
	padding:0px;
}

#textvergroessern{
	float:left;	
	position:relative;
	width:46px;
	height:20px;
	left:278px;
	top:20px;
}
#top a{
	color:#ffffff;
	text-decoration:none;
}

#kontakt{
	float:left;	
	position:relative;
	width:70px;
	height:20px;
	left:277px;
	top:23px;
}
#login
{
	float:left;	
	position:relative;
	width:70px;
	height:20px;
	left:260px;
	top:23px;
}


#middle{
	position:relative;
	width:980px;
	background:url(../img/middle_bg.png);
	min-height:400px;
	z-index:1;
}

#middleleft{
	float:left;	
	position:relative;
	width:409px;
	background:url(../img/antrag_stellen.png);
	background-repeat:no-repeat;
	min-height:400px;
}

#middleleft2{
	float:left;	
	position:relative;
	width:409px;
	background:url(../img/beratung_qualifizierung_finanzierung.png);
	background-repeat:no-repeat;
	min-height:400px;
}


#middleright{
	float:left;	
	position:relative;
	width:492px;
	min-height:400px;
	margin-top:45px;
	margin-bottom:20px;
}

#middleright label{
	width:100px;
	float:left;
}

#antrag_stellen{	
	position:relative;
	top:180px;
	left:100px;
	width:210px;
	height:60px;
}

.antrag_stellen_link{
	width:210px;
	height:60px;
	display:block;
}

#kostenlose_info{
	position:relative;
	top:300px;
	left:0px;
	width:420px;
	height:100px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#606b74;
	line-height:150%;
}

#kostenlose_info2{
	position:relative;
	top:270px;
	left:0px;
	width:480px;
	height:100px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#606b74;
	line-height:150%;
}

#kostenlose_info .emaillabel{
	font-size:14px;
}

#kostenlose_info a{
	font-size:14px;
}

#kostenlose_info2 .emaillabel{
	font-size:14px;
}

#kostenlose_info2 a{
	font-size:14px;
}

#index_left {	
	position:relative;
	top:305px;
	left:0px;
	width:310px;
	margin-top: 45px;
	margin-left:40px;
	margin-bottom:320px;
}

#downloads{	
	position:relative;
	top:305px;
	left:0px;
	width:310px;
	margin-left:40px;
	margin-bottom:320px;
}

#downloads a{	
	color: #485057;
	text-decoration:underline;
}



#bottom, #bottom_neu{
	position:relative;
	width:980px;
	background:url(../img/bg_bottom.png);
	background-repeat: repeat-x;
	background-color: #bfcad1;
	height:220px;
}

#bottom_neu {
	height: 480px;
}

#bottom_neu #bottomlinks {
	left: 675px;
	position: relative;
	top: 30px;
	width: 300px;
}

#partnerlogos{
	position:relative;
	top:70px;
	left:35px;
}

#partnerlogos img.logo {
	margin-right: 10px;
	margin-bottom: 10px;
}

#partnerlogos img.mini_logo {
	margin-right: 10px;
	margin-bottom: 10px;
	height: 30px;
}

#partnerlogos .logo-left-floated {
	display: block;
	float: left;
}

#partnerlogos #logos_left img.double-top-logo {
	margin-bottom: 2px;
}




#logos_left {
	width: 580px;
	float: left;
	position: relative;
	padding-bottom: 200px;
}

#logos_right {
	margin-left: 40px;
	width: 300px;
	float: left;
	position: relative;
	margin-top: 180px;
	text-align: center;
}

#logos_right img {
	margin-bottom: 0px !important;
}

.logotext {
	font-size: 9px;
	margin-top: 20px;
	text-align: left;
}


#bottomlinks{
	position:relative;
	top:-190px;
	left:675px;
	width: 300px;
}

#bottomlinks a{
	color: #5e6467;
	text-decoration:none;
}




.clear{
	clear:both;
}

h1{
	font-size: 20px;
	color: #af0c03;
	font-weight:bold;
	margin: 0; 
	padding: 0;
	padding-top:2px;
	padding-bottom:5px;
}

h2{
	font-size: 18px;
	color: #485057;
	font-weight:normal;
	margin: 0; 
	padding: 0;
	padding-top:2px;
	padding-bottom:3px;
}

h3{
	font-size: 16px;
	color: #485057;
	font-weight:normal;
	margin: 0; 
	padding: 0;
	padding-top:2px;
	padding-bottom:3px;
}

legend{
	font-size: 16px;
	color: #485057;
	font-weight:normal;
	margin: 0; 
	padding: 0;
	padding-top:2px;
	padding-bottom:3px;
}

img{
	border:0px;
}

a, a:link, a:visited, a:active{	
	color:#b70a03;	
	text-decoration:underline; 
}

a:hover{	
	color:#b70a03;	
}

a.toplink, a.toplink:link, a.toplink:visited, a.toplink:active{	
	color:#ffffff;	
	text-decoration:none; 
}

a.toplink:hover{
	text-decoration:underline;
}

a.maillink, a.maillink:link, a.maillink:visited, a.maillink:active{	
	color:#57656e;	
	text-decoration:none; 
}

a.maillink:hover{
	text-decoration:underline;
}


fieldset{
	border: 0;
}


input, textarea, select
{
  border: 1px solid #000000;
  color: #ffffff;
  background: #9c1816;
  OVERFLOW: hidden;
  wrap: virtual;
  border-style: line; 
  font: 11px Arial,Helvetica,sans-serif;
}

#mailform input, textarea, select, #registration_form input, textarea, select
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 2px;
}

#mailform input[type="submit"], #registration_form input[type="submit"]
{
	padding: 1px;
}

ol{
	color: #495158;
}

ul{
	color: #495158;
	
}

ul li{
	color: #495158;
	list-style-image: url(../img/dot.png);
}

.rot{
	color: #b70a03;
}

.csc-mailform-field label{
	width:120px;
}
.csc-mailform-field input{
	margin-bottom:2px;
}

.name-of-person{
	font-size:11px;
}

.detail{
	color:#495158;
}
.detail a{
	color:#495158;
}

.align-center{
	text-align:center;
}


#menu{
	float:left;	
	position:relative;
	width:570px;
	height:43px;
	left:0px;
	top:77px;

}

/****************************************************************
CSS MEN�
****************************************************************/
#nav, #nav ul {
	float: left;
	width: 570px;
	list-style: none;
	height:42px;
	margin:0px;
	padding:0px;
	list-style-position:0px;
	text-align:left;
	position:relative;
}
 
#nav a {
	display: block;
	/*width: 70px;*/
	color: #ffffff;
	text-decoration: none;
	padding: 0em 0em;
	font-size:14px;
	
}
 
#nav li.menuparent {
	/*background: url(../images/pfeil.gif) no-repeat 99% 40%;
	background-color:#9dacb4;*/
}
 
#nav li {
	list-style: none;
	text-align: center;
	float: left;
	background-image:url(../img/menu_before.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	position:relative;
}

#nav li:hover {
	background-image:url(../img/menu_akt_before.png);
}

#nav li.akt {
	background-image:url(../img/menu_akt_before.png);
}

#nav li div {
	background-image:url(../img/menu_after.png);
	position:absolute;
	top:0px;
	right:0px;
}

#nav li:hover div {
	background-image:url(../img/menu_akt_after.png);
}

.menuafterdiv{
	width:29px;
	height:42px;
	float:right;
	display:block;
}

#nav li.akt div {
	background-image:url(../img/menu_akt_after.png);
}

#nav li a { 
	font-weight:bold;
	padding: 13px;
	padding-left:24px;
	padding-right:29px;
}

#nav li a:hover { 
	color: #b70a03;
}

#nav li.akt a { 
	color: #b70a03;
}

/*2. Men�ebene - Hintergrund*/
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 220px;
	font-weight: normal;
	border-width: 0em;
	margin-left:0px;
	/*margin: 5px 0 0 -5px;*/
}
 

/*Eintr�ge 2. Men�ebene*/
#nav li ul li {
	height:25px;
	width: 220px;
	border-top:1px solid #ffffff;
	text-align:left;
	vertical-align:middle;
	background-color:#c61a1d;
	margin:0 0 0 0;
	background-image:none;
	color:#ffffff;
}

#nav li.akt ul li {
	background-image:none;
}

#nav li.akt ul li div {
	background-image:none;
}

#nav li ul li:hover{
	background-image:none;
	background-color:#eaeeef;
}
 
#nav li ul li a,
#nav li ul li a:hover,
#nav li ul li a:link,
#nav li ul li a:visited,
#nav li ul li a:active {
	display: block;
	color:#ffffff;
	height:25px;
	background-image:none;
	width: 220px;
	text-align:left;
	vertical-align:middle;
	font-size:12px;
	padding:6px;
}

#nav li ul li a:hover{
	color:#c61a1d;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* E-Learning */

table#table_smart tr{
	padding:0px;
	margin:0px;
}
table#table_smart td{
	padding:6px;
	margin:0px;
	vertical-align:top;
}
table#table_smart p{
	padding:0px;
	margin:0px;
}

.contenttable
{
	border: none;
	border-collapse: collapse;
	max-width: 500px;
}

.contenttable td
{
	padding: 5px 10px;
	border: 1px solid #000;
}

.regfield
{
	display: block;
	margin-bottom: 10px;
}
.reglabel
{
	float: left;
	width: 150px;
}

.regform
{
	width: 230px;
}
select.regform
{
	width: 237px;
}

.readonly
{
	background-color: #BBBBBB !important;
}
