@charset "utf-8";

/****************************************************** Basic Elements */

* {
	padding:0;
	margin:0;
}

html, body {
	height:100%;
	width: 100%;
}

body {
	color: #545454;
	text-align:left;
	font: 13px/20px Arial, Helvetica, sans-serif;
	background: #efefef url(../images/bg-body.jpg) 0 0 repeat;
}

ol, ul, dl {
	list-style: none;
}

p {
	padding-bottom: 22px;
}

p strong {

}

img, a img {
	border: none;
}

img:hover {
}

hr {
}

iframe{
	border: none;
}

.cufon-loading h2,
.cufon-loading h3,
.cufon-loading h4,
.cufon-loading #navigation a {
	visibility:hidden;
}

/*************************************************************** Links */

a, a:link, a:visited {
	color: #2a71b2;
	text-decoration: underline;
	outline: none;
}	
a:hover, a:active {
	color: #198fbe;
}



/************************************************************ Noscript */

noscript p {
	position:absolute;
	width:100%;
	height:25px;
	line-height:25px;
	top:0;
	left:0;
	font-size:11px;
	color:#666;
	text-indent:25px;
	border-bottom:solid 1px #999;
	z-index:99;
	text-align:center;
	background:#fff;
	margin: 0;
	padding: 0;
}

noscript strong {
	padding-left:20px;
	background:url(../images/cms/icon-cancel.png) no-repeat 0 center;
	font-weight:bold;
	font-size: 12px
}


/************************************************************ Branding */

h1#branding a {
	display:block;
	position: absolute;
	top: 84px;
	left: 81px;
	overflow: hidden;
	width: 459px;
	height: 58px;
}
	h1#branding a {
	}
	
	h1#branding a img {
		border: none;
	}

	h1#branding a span {
		display: block;
		text-indent: -9999px;
	}


/****************************************************** Global Classes */


#euroweb {
	padding-top: 10px;
	padding-bottom: 20px;
}


/*********************************************************** Clearfix */

.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/********************************************************* Navigation */


#contentLeft {
	width: 280px;
	padding: 0px 10px;
	width: 280px;
	float: left;
}

ul#navigation {
}

ul#navigation li {
	display: block;
	position: relative;
} 

ul#navigation li.last {
}

ul#navigation li a {
	position:relative;
	display: block;
	text-decoration: none;
	color: #374c63;
	line-height: 32px;
	height: 32px;
	width: 209px;
	padding-left: 71px;
	font-size: 14px;
	background: url(../images/bg-navi.jpg) 0 0 no-repeat;
}

ul#navigation li a:hover {
	background-position: 0 -32px;
	color: #000;
}

ul#navigation li a.active {
	background-position: 0 -64px;
}


ul#navigation li#startseite a {
	height: 59px;
	text-indent: -9999px;
	background: url(../images/navi-startseite.jpg) 0 0 no-repeat;
} 

ul#navigation li#startseite a:hover,
ul#navigation li#startseite a.active {
	background-position: 0 -59px;
}

ul#navigation li ul {
	display: none;
}

ul#navigation li a.active + ul {
	display: block;
}

ul#navigation li ul li a {
	font-size: 12px;
	padding-left: 93px;
	width: 187px;
	background: url(../images/bg-subnavi.jpg) 0 0 no-repeat;
}

ul#navigation li ul li#kranken-und-pflegeversicherung a {
	height: 47px;
	background: url(../images/bg-subnavi-big.jpg) 0 0 no-repeat;
	line-height: 22px;
}

ul#navigation li ul li#kranken-und-pflegeversicherung a:hover {
	background-position: 0 -47px;
}

ul#navigation li ul li#kranken-und-pflegeversicherung a.active {
	background-position: 0 -94px;
}

ul#navigation li ul li a cufon {
	margin-bottom: 3px;
}

ul#navigation li ul li a:hover {
	background-position: 0 -32px;
	color: #000;
}

ul#navigation li ul li a.active {
	background-position: 0 -64px;
}

.cufon-active ul#navigation li a .cufon {
	top: 9px;
}

* + html.cufon-active ul#navigation li a .cufon {
	top: 0px;
}

#buerozeiten {
	padding: 0 31px 20px;
	font-size: 12px;
	margin-top: 28px;
}

#buerozeiten h3 {
	text-indent: -9999px;
	background: url(../images/h3-buerozeiten.jpg) 0 0 no-repeat;
	display: block;
	width: 218px;
	height: 30px;
	padding: 0 0 10px 0;
}

#buerozeiten p {
	padding: 0 21px 8px;
}

#buerozeiten p span {
	width: 125px;
	text-align: right;
	display: inline-block;
}
 

ul#navigationAdditional {
	position: absolute;
	right: 10px;
	top: 25px;
	padding: 0px;
}

ul#navigationAdditional li {
	float: left;
	padding-left: 9px;
	color: #fff;
	line-height: 13px
}

ul#navigationAdditional li a {
	display: block;
	text-decoration: none;
	color: #e3e3e3;
}

ul#navigationAdditional li a.active,
ul#navigationAdditional li a:hover {
	text-decoration: underline;
	color: #e3e3e3;
}

/********************************************************** Structure */


#container {
	width: 100%;
	min-height: 100%;
	height: auto;
	background: url(../images/bg-container.jpg) center top no-repeat;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto;
	background: url(../images/bg-wrapper.jpg) center top repeat-y;
	padding-bottom:20px;
}



/****************************** Header */

#header {
	position: relative;
	height: 180px;
	width: 960px;
	margin: 0 auto;
}

/****************************** content */

#contentContainer {
	width: 960px;
	margin:0 auto;
	background: url(../images/bg-contentContainer.png) center top repeat-y;
	margin-top: 40px;
}


#contentColumn {
	width: 580px;
	float: right;
	padding:30px 10px 0 30px;
	width:610px;
}

#contentColumn .image {
	float: right;
	padding-right: 30px;
	position: relative;
}

#contentColumn .image span {
	background: url(../images/index/reinhard-kuske-titel.jpg) 0 0  no-repeat;
	width: 223px;
	height: 43px;
	display: block;
	position: absolute;
	right: -13px;
	bottom: -18px;
	text-indent: -9999px;
}

#contentColumn img[alt="erforderlich"] {
	border: none;
}

#contentColumn p {
	width: 540px;
}

#contentColumn ul {
	padding-bottom: 20px;
}

#contentColumn ul li {
	padding-left: 20px;
	background: url(../images/bullet.jpg) 0 9px no-repeat;
	line-height: 23px;
	width: 520px;
	border-bottom: 1px solid #ddd;
}

#contentColumn ul.pdf li {
	background:url("../images/formulare/icon-pdf.jpg") no-repeat scroll 0 center transparent;
	line-height:15px;
	padding-bottom:10px;
	padding-left:50px;
	padding-top:10px;
}

#contentColumn ul.pdf li span {
	font-size: 10px;
}

.smallContent {
	width: 320px;
}

#contentColumn .smallContent p {
	width: 100%;
}

#contentColumn p.listHeadline {
	padding-bottom: 5px;
}

.quote {
	color: #8e8e8e;
	background: url(../images/bg-quote.jpg) 0 0 repeat-y;
	padding-right: 30px;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}

.quoteTop {
	background: url(../images/bg-quote-topbottom.jpg) 0 0 no-repeat;
	height: 40px;
	width: 100%;
	display: block;
}

.quoteBottom {
	background: url(../images/bg-quote-topbottom.jpg) 0 -40px no-repeat;
	height: 40px;
	width: 100%;
	display: block;
}

#contentColumn .quote p {
	padding: 10px 0;
	width: 500px;
	margin: 0 auto;
}

#contentColumn .quote p cufon {
	margin-bottom: 8px;
}

#contentColumn .quote p.headline {
	text-align: left;
	padding: 0;	
}

#contentColumn .quote p.source {
	text-align: right;
	padding: 0;	
	font-size: 12px;
}

h2 {
	display: block;
	width: 330px;
	height: 30px;
	text-indent: -9999px;
	padding-bottom: 20px;
}

h2.h2-startseite {
	background: url(../images/index/h2-herzlich-willkommen.jpg) 0 0 no-repeat;
}

h2.h2-portrait {
	background: url(../images/portrait/h2-portrait.jpg) 0 0 no-repeat;
}

h2.h2-fuerArbeitnehmer {
	background: url(../images/fuer-arbeitnehmer/h2-fuer-arbeitnehmer.jpg) 0 0 no-repeat;
}

h2.h2-fuerSelbststaendige {
	background: url(../images/fuer-selbststaendige/h2-fuer-selbststaendige.jpg) 0 0 no-repeat;
	width: 550px;
}

h2.h2-statusfeststellung {
	background: url(../images/statusfeststellung/h2-statusfeststellung.jpg) 0 0 no-repeat;
}

h2.h2-existenzgruendung {
	background: url(../images/existenzgruendung/h2-existenzgruendung.jpg) 0 0 no-repeat;
}

h2.h2-vorsorgeberatung {
	background: url(../images/vorsorgeberatung/h2-vorsorgeberatung.jpg) 0 0 no-repeat;
}

h2.h2-kranken-und-pflegeversicherung {
	background: url(../images/kranken-und-pflegeversicherung/h2-kranken-und-pflegeversicherung.jpg) 0 0 no-repeat;
}

h2.h2-rentenversicherung {
	background: url(../images/rentenversicherung/h2-rentenversicherung.jpg) 0 0 no-repeat;
}

h2.h2-unfallversicherung {
	background: url(../images/unfallversicherung/h2-unfallversicherung.jpg) 0 0 no-repeat;
}

h2.h2-schwerbehinderung {
	background: url(../images/schwerbehinderung/h2-schwerbehinderung.jpg) 0 0 no-repeat;
}

h2.h2-aaueg {
	background: url(../images/aaueg/h2-aaueg.jpg) 0 0 no-repeat;
}

h2.h2-gebuehren {
	background: url(../images/gebuehren/h2-gebuehren.jpg) 0 0 no-repeat;
}

h2.h2-formulare {
	background: url(../images/formulare/h2-formulare.jpg) 0 0 no-repeat;
}

h2.h2-links {
	background: url(../images/links/h2-links.jpg) 0 0 no-repeat;
}

h2.h2-kontakt {
	background: url(../images/kontakt/h2-kontakt.jpg) 0 0 no-repeat;
}

h2.h2-impressum {
	background: url(../images/impressum/h2-impressum.jpg) 0 0 no-repeat;
}

h2.h2-error404 {
	background: url(../images/error404/h2-error404.jpg) 0 0 no-repeat;
	width: 550px;
}

	.cufon-active h2 {
	}	
	


h3 {
	padding-bottom: 5px;
}
	.cufon-active h3 {	
		color: #000;
	}
	
.paddingH3 {
	padding-bottom: 20px;
	padding-top: 10px;
}	

table {
	width: 540px;
	margin-bottom: 20px;
}

td {
	vertical-align: bottom;
	padding: 5px 0 5px 10px;
}

td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}

tr.even {
	background-color: #e8e8e8;
}

tr td:first-child {
	width: 70%;
	padding-right: 20px;
}

/****************************** Footer */

#footer {
	position: relative;
	/*margin-top: -210px;*/
	clear: both;
	width: 100%;
	height: 236px;
	background: url(../images/bg-footer.png) center bottom no-repeat;
	color: #f1f1f1;
}

#footerContainer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 80px;
	font-size: 14px;
}

#footerContainer a {
	color: #fff;
	text-decoration: none;
}

#footerContainer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footerColumnLeft {
	width: 530px;
	float: left;
	text-align: right;
}

.footerColumnRight {
	width: 230px;
	float: right;
}


.footerColumnLeft h3 {
	font-size: 20px;
	padding-bottom: 2px;
	color: #fff;
}

.footerColumnLeft span {
	color: #072141;
}

.footerColumnRight h3 {
	font-size: 20px;
	padding-bottom: 2px;
	color: #072141;
}








