/* Basic */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	behavior: url("/fileadmin/templates/csshover3.htc");
	background: #DFDEC0 url('../images/bg_body_1280_530.jpg') 0 40px  repeat-x;
}
#mainframe {
	width: 860px;
	padding: 0 73px 100px 67px;
	margin-left: 90px;
	background: url('../images/bg_content_985_530.jpg') no-repeat;
}


/* Strucure */

#header img{
	border: 0;
	margin-left: 160px;
}

#header {
	background-color: #B0B096;
	height: 40px;
	border-bottom: 10px solid #004576;
}
#headline {
	height: 210px;
	position: relative;
	left: -70px;
}

h1 {
	color: #004576;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #004576;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

h3 {
	font-size: 11px;
	color: #004576;
	margin-bottom: 10px;
}

#content-top{ 
	background: transparent url('../images/bg_content_top.png') bottom left no-repeat;
	height: 11px;
}

#content-inner {
	padding: 10px 30px 30px 30px;
	color: #333333;	
	background: #F1F1EA;
	min-height: 230px;
}

#breadcrump{
	padding-bottom: 10px;
	font-size: 10px;
}

#content #breadcrump a{
	color: #333333;
}

#breadcrump .addthis_button{
	float: right;
}

#content-bottom{ 
	background: transparent url('../images/bg_content_bottom.png') top right no-repeat;
	height: 11px;
}

#content a {
	color: #004576;
}
p {
	margin: 0 0 10px 0;
}


/* Navi */

#topnavi {
	list-style: none;
	background: url('../images/navi.png') top repeat-x;
	height: 40px;	
}
#topnavi li {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	position: relative;
}
#topnavi a {
	color: white;
	text-decoration: none;
	font-size: 11px;
	display: block;
}


#topnavi li.active {
	background: url('../images/navi.png') bottom repeat-x;
}
#topnavi ul {
	list-style: none;
	display: none;
	position: absolute;
	background-color: #505050;
	width: 170px;
	left: 0px;
}
#topnavi ul li {
	float: none;
	line-height: 25px;
	height: 25px;
}
#topnavi li ul li:hover,
#topnavi li.active ul li.active {
	background-color: #004576;
	background-image: none;
}
#topnavi li:hover ul {
	display: block;
}
#infonavi {
	list-style: none;
}
#infonavi li,
#infonavi li a {
	display: inline;
	font-size: 10px;
	color: black;
	text-decoration: none;
}

/* Content */
#content ul{
	margin-left: 25px;	
	list-style: square;
}



#c148{
	float: right;
	width: 494px;
}

table#home-table a{
	display: block;
	width: 118px;
	height: 204px;
	padding: 0 3px;	
}

	
table#home-table a#jobmitzukunft-link{
	background: url("/fileadmin/templates/images/btn_job_mit_zukunft.jpg") no-repeat;
}

table#home-table a#jobmitzukunft-link:hover{
	background: url("/fileadmin/templates/images/btn_job_mit_zukunft_on.jpg") no-repeat;
}

table#home-table a#jobfinden-link{
	background: url("/fileadmin/templates/images/btn_jobfinden.jpg") no-repeat;
}

table#home-table a#jobfinden-link:hover{
	background: url("/fileadmin/templates/images/btn_jobfinden_on.jpg") no-repeat;
}

table#home-table a#ichwillausbilden-link{
	background: url("/fileadmin/templates/images/btn_ich_will_ausbilden.jpg") no-repeat;
}

table#home-table a#ichwillausbilden-link:hover{
	background: url("/fileadmin/templates/images/btn_ich_will_ausbilden_on.jpg") no-repeat;
}

table#home-table a#gesuchtgefunden-link{
	background: url("/fileadmin/templates/images/btn_gesucht_gefunden.jpg") no-repeat;
}

table#home-table a#gesuchtgefunden-link:hover{
	background: url("/fileadmin/templates/images/btn_gesucht_gefunden_on.jpg") no-repeat;
}

div.leftContainer{
	float: left;
	width: 550px;
}

div.rightContainer{
	float: right;
	width: 200px;
	padding-top: 20px;
}

div.rightContainer li{
	padding-bottom: 5px;
}

div.rightContainer a{
	text-decoration: none;
}

div.clear{
	clear: both;
}


/* Mailformular */

        fieldset {
                padding: 1em;
                padding-top:40px; 
                border-bottom:1px solid #B0B096;
                border-top:1px solid #B0B096;
                background-color:#DFDEC0;

        }

        label {
                width: 12em;
                font-size: 11px;
                color: #333;
                padding: 0px 10px 0px 10px;
                float: left;
                text-align: left;
                margin-right: -15px;
                margin-bottom: 3px;
                display: block;
        } 

        input {
                margin-bottom: 10px;
                margin-left: 10px;
                color: #333;
                background: #F1F1EA;
                border: 1px solid #B0B096;
        }

       

        textarea{
                margin-bottom: 10px;
                margin-left:10px;
                border: 1px solid #B0B096;
                background: #F1F1EA;
                color: #333;
        }

       

        #mailformformtype_mail{
        		font-size: 11px;
                color: #fff;
                font-weight:normal;
                border: 1px outset #333;
                background: #B0B096;
        }



