@charset "utf-8";


/******************************************************************
 *Author: Kerstin Fuderholz
 *Created: 2009					
 *Copyright: Euroweb Internet GmbH 
/******************************************************************


/* --------------------------------------------------------------------------- */
/* ############################# GLOBAL ###################################### */
/* --------------------------------------------------------------------------- */


* { margin: 0;	
	padding: 0; 
	list-style-type: none; 
	text-decoration: none;
	border: none;
	outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #1e456f;
	font-size: 12px;
	background:#fff url(../images/bg.gif) repeat-x top center
}

html[xmlns^="http"] { overflow-y: scroll;}


/*
KLASSEN + ANDERE STANDARDS
==================================================*/

.clear { clear: both;}

.floatLeft { float: left;}

.floatRight { float: right;}

hr { 
	color: #41100C; 
	height: 1px; 
	border-top: solid 1px #41100C;
	border-bottom: transparent;
	clear: both;
	margin-bottom: 15px;
}

.highlight {
	font-weight:bold;
}

.image {
	border:none;
}
 

/* --------------------------------------------------------------------------- */
/* ############################# LAYOUT ###################################### */
/* --------------------------------------------------------------------------- */


/*
CONTAINER
==================================================*/

div#container {
	width: 960px;
	margin: 0 auto;
}


/*
HEADER
==================================================*/

div#header {
	width: 960px;
	height:145px;
	background: #fff url(../images/bg-header.gif);
	position:relative;
}


/*
BRANDING
==================================================*/

h1.branding{
	left:20px;
	top:25px;
	position:relative;
	width:200px;
	height:118px;

}


/*
SLIDESHOW
==================================================*/

div#no-slide {
	position: absolute;
	width: 100px;
	height: ;
	background: ;
	color: #fff;
	padding: 5px;
	top: 0;
	left: 0;
	line-height: 16px;
	font-size: 12px;
}

div#slideshow {
	width:400px;
	height:300px;
	position:relative;
 }


/*
CONTENT
==================================================*/


div#content-container { 
	float: left;
	width: 965px;
	background:#fff url(../images/bg-content.jpg) no-repeat;
	height:310px;
	*margin-top:47px;
	_margin-top:0px;
}

div#content-container-rechnungswesen { 
	float: left;
	width: 965px;
	background:#fff url(../images/bg-content-rechnungswesen.jpg) no-repeat;
	height:310px;
	*margin-top:47px;
	_margin-top:0px;
}


div#content-container-kommunikation { 
	float: left;
	width: 965px;
	background:#fff url(../images/bg-content-kommunikation.jpg) no-repeat;
	height:310px;
	*margin-top:47px;
	_margin-top:0px;
}

div#content-container-beratung { 
	float: left;
	width: 965px;
	background:#fff url(../images/bg-content-beratung.jpg) no-repeat;
	height:310px;
	*margin-top:47px;
	_margin-top:0px;
}

div#content-container-vermoegen { 
	float: left;
	width: 965px;
	background:#fff url(../images/bg-content-vermoegen.jpg) no-repeat;
	height:310px;
	*margin-top:47px;
	_margin-top:0px;
}


div#content-container1 { 
	float: left;
	width: 960px;
	background:url(../images/bg-content.gif) repeat-y;
}

div#content-sidebar { 
	float: left;
	width: 300px;
	margin: 1px 0 0 10px;
	_margin:1px 0 0 0px;
	background:url(../images/bg-sidebar.gif) repeat-y!important;
}

div#content-sidebar p { 
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 5px 0 10px 10px;
	width:280px;
}


div#content-main-container {
	width:550px;
	float:left;
	padding: 0 0 0 20px;
}

div#content-main { 
	float: left;
	width: 610px;
	min-height: 300px;
	margin: 10px 0 0 10px;
}



/*
FOOTER
==================================================*/


div#footer {
	position: relative;
	height: 47px;
	clear:both;
	background: url(../images/bg-footer.gif) repeat-x center;
	font-size:11px;
	color:#fff;
	line-height:18px;
}



/* --------------------------------------------------------------------------- */
/* ########################### NAVIGATION #################################### */
/* --------------------------------------------------------------------------- */


ul#navi.naviactive,
ul#navi {
	background:url(../images/navi.gif) top left no-repeat;
	position:relative;
	width:960px;
	height:47px;
	display: block;
}

ul#navi li {
	position: relative;
	float:left;
}

ul#navi a {
	display:block;
	height:47px;
/*	width: 100px	*/
}

a.n01 {
	width:160px;
	text-indent:-9999px;
}

a.n02 {
	width:190px;
	text-indent:-9999px;
}

a.n03 {
	width:230px;
	text-indent:-9999px;
}

a.n04 {
	width:200px;
	text-indent:-9999px;
}

a.n05 {
	width:180px;
	text-indent:-9999px;
}



/*
ACTIVES MENUE 
==================================================*/

ul#navi.naviactive01 li a.n01,
ul#navi li a.n01:hover {
	background: url(../images/navi.gif) no-repeat 0px -47px;
}

ul#navi.naviactive02 li a.n02,
ul#navi li a.n02:hover {
	background: url(../images/navi.gif) no-repeat -160px -47px;
}

ul#navi.naviactive03 li a.n03,
ul#navi li a.n03:hover {
	background: url(../images/navi.gif) no-repeat -350px -47px;
}

ul#navi.naviactive04 li a.n04,
ul#navi li a.n04:hover {
	background: url(../images/navi.gif) no-repeat -580px -47px;
}

ul#navi.naviactive05 li a.n05,
ul#navi li a.n05:hover {
	background: url(../images/navi.gif) no-repeat -780px -47px;
}



/* --------------------------------------------------------------------------- */
/* ######################## FLY OUT ################################# */
/* --------------------------------------------------------------------------- */

ul#navi li#beartung ul {
	list-style: none;
	display: none;
	left: 22px;
	padding-top:4px;
	top:47px;
	width:155px;
	position: absolute;
	background:#6f6f6f;
	z-index:500!important;
}



ul#navi li#rechnungswesen ul {
	list-style: none;
	display: none;
	left: 8px;
	padding-top:4px;
	top:47px;
	width:216px;
	position: absolute;
	background:#6f6f6f;
	z-index:500!important;
}

ul#navi li#vermoegen ul {
	list-style: none;
	display: none;
	left: 15px;
	padding-top:4px;
	top:47px;
	width:156px;
	position: absolute;
	background:#6f6f6f;
	z-index:500!important;
}

ul#navi li#kommunikation ul {
	list-style: none;
	display: none;
	left: 8px;
	padding-top:4px;
	top:47px;
	width:160px;
	position: absolute;
	background:#6f6f6f;
	z-index:500!important;
}

ul#navi li#beartung ul li,
ul#navi li#vermoegen ul li,
ul#navi li#kommunikation ul li {
	margin-left:12px;
	*margin-left:12px;
	_margin-left:0px;
	_padding-left:9px;
	height: 34px;
	width:150px;
	_width:146px;
	z-index:500!important;
}

ul#navi li#rechnungswesen ul li {
	background: none;
	margin-left:12px;
	*margin-left:12px;
	_margin-left:0px;
	_padding-left:9px;
	height: 34px;
	width:211px;
	_width:207px;
	z-index:500!important;
}


ul#navi li#beartung ul li a,
ul#navi li#rechnungswesen ul li a,
ul#navi li#vermoegen ul li a,
ul#navi li#kommunikation ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff!important;
	height: 34px;
	line-height: 28px;
	display: block;
	padding:0 0 0 0px;
	z-index:500!important;
}


ul#navi li#beartung ul li a:hover,
ul#navi li#rechnungswesen ul li a:hover,
ul#navi li#vermoegen ul li a:hover,
ul#navi li#kommunikation ul li a:hover {
	color: #fff!important;
	text-decoration: underline;
	z-index:500!important;
}


ul#navi li#beartung:hover ul,
ul#navi li#rechnungswesen:hover ul,
ul#navi li#vermoegen:hover ul,
ul#navi li#kommunikation:hover ul  {
	display: block!important;
	z-index:500!important;
}




/* --------------------------------------------------------------------------- */
/* ######################## ADDITIONIAL NAVI ################################# */
/* --------------------------------------------------------------------------- */


ul#navi-add.naviactive,
ul#navi-add {
	background:url(../images/navi-add.jpg) top left no-repeat;
	position:relative;
	width:175px;
	height:20px;
	display: block;
	top:2px;
	left:720px;
}

ul#navi-add li {
	position: relative;
	float:left;
}

ul#navi-add a {
	display:block;
	height:20px;
}

a.na01 {
	width:50px;
}

a.na02 {
	width:60px;
}

a.na03 {
	width:65px;
}


ul#navi-add.naviactive07 li a.na01,
ul#navi-add li a.na01:hover {
	background: url(../images/navi-add.jpg) no-repeat -0px -20px;
}

ul#navi-add.naviactive08 li a.na02,
ul#navi-add li a.na02:hover {
	background: url(../images/navi-add.jpg) no-repeat -50px -20px;
}

ul#navi-add.naviactive09 li a.na03,
ul#navi-add li a.na03:hover {
	background: url(../images/navi-add.jpg) no-repeat -110px -20px;
}


/* --------------------------------------------------------------------------- */
/* ############################# LINKS ####################################### */
/* --------------------------------------------------------------------------- */

div#content-main a,
.escape span {
	color: #089ee0;
	outline: none;
	font-size:12px;
}

div#content-main a:hover,
.escape:hover span {
	text-decoration: none;
	color: #4278b2;
}


div#content-main a.escape,
.escape span {
	color: #089ee0;
	outline: none;
	font-size:12px;
}

div#content-main a.escape:hover,
.escape:hover span {
	text-decoration: none;
	color: #4278b2;
}

div#content-main a.mail,
.mail span {
	color: #089ee0;
	outline: none;
	font-size:12px;
}

div#content-main a.mail:hover,
.mail:hover span {
	text-decoration: none;
	color: #4278b2;
}


div#content-sidebar a.escape,
.escape span {
	color: #089ee0;
	outline: none;
	font-size:12px;
}

div#content-sidebar a.escape:hover,
.escape:hover span {
	text-decoration: none;
	color: #4278b2;
}

div#content-sidebar a.mail,
.mail span {
	color: #089ee0;
	outline: none;
	font-size:12px;
}

div#content-sidebar a.mail:hover,
.mail:hover span {
	text-decoration: none;
	color: #4278b2;
}


/* --------------------------------------------------------------------------- */
/* ############################ CONTENT ###################################### */
/* --------------------------------------------------------------------------- */


div.content-column1 {
	width:265px;
	float:left;
	padding:10px 20px 0 50px;
}

div.content-column1 img {
	margin-bottom:20px;
}

div.content-column2 {
	width:250px;
	float:left;
	padding:10px 12px 0 0;
}

div.content-column3 {
	width:250px;
	float:left;
	padding:10px 12px 0 0;
	line-height: 18px!important;
	_margin-bottom:20px;
}



div.content-column4 {
	width:250px;
	float:left;
	padding:190px 12px 0 0;
}

div.content-column5 {
	width:250px;
	float:left;
	margin-bottom:15px;
}

.content-column1 li.punkte,
.content-column2 li.punkte,
.content-column3 li.punkte,
.content-column4 li.punkte {
	background:url(../images/li.gif) no-repeat;
	padding-bottom:10px;
	padding-top:0px;
	padding-left:25px;
	left:
}

.versicherung {
	padding:10px 20px 0 50px;
}

/* --------------------------------------------------------------------------- */
/* ######################## GLOBAL HEADLINES ################################# */
/* --------------------------------------------------------------------------- */


h1 {
	font-size: 20px;
	color: #ccc;
	font-weight:lighter;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 28px 0;
	line-height:24px;
}

h2 {
	font-size: 18px;
	color: #333;
	font-weight:lighter;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/bg-h2.gif) top left no-repeat;
	width:730px;
	height:60px;
	margin:40px 0 0 55px;
	text-indent:-9999px;
	z-index:1;
	line-height:34px;
}

h3 {
	font-size: 14px;
	color: #089ee0;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	padding:10px 0 0 50px;
}

h4 {
	font-size: 16px;
	color: #555;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/bg-h3.png) top left no-repeat;
	text-indent:-9999px;
}

h5 {
	font-size: 14px;
	color: #089ee0;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}

h3 {
	font-size: 14px;
	color: #089ee0;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	padding:10px 0 0 50px;
}



/*
H2 - HEADLINES
==================================================*/

h2.index { background-position: 0 0;}
h2.beratung { background-position: 0 -66px;}	
h2.rechnungswesen { background-position: 0 -133px;}	
h2.vermoegen { background-position: 0 -194px;}	
h2.kommunikation { background-position: 0 -259px;}	

/*
H3 - HEADLINES
==================================================*/

h4.newsletter {background-position: 0 0;margin: 12px 0 5px 10px;}
h4.aktuelles {background-position: 0 -30px;margin: 22px 0 5px 10px;_margin:22px 0 5px 10px;}
h4.kontakt {background-position: 0 -60px;margin: 26px 0 5px 10px;_margin:30px 0 5px 10px;}


/* --------------------------------------------------------------------------- */
/* ########################### *** P *** ##################################### */
/* --------------------------------------------------------------------------- */


.cmstext { margin: 0 0 20px 0; line-height: 18px;}

div#content-main p { margin: 0 0 20px 0; line-height: 18px;}
div#content-main ul { margin: 0 0 0px 0; line-height: 18px;}

div#datenschutzhinweis p { font-size: 12px;}

	
/*
IMAGEBORDER
==================================================*/

.imgborder {
	border: 1px solid #666;
	padding: 2px;
	background:#fff url(../images/progress.gif) no-repeat center center;
	margin: 4px 8px 4px 0;
	cursor: url(../images/zoomin.cur), pointer;
    outline: none;
}

.imgborder:hover{
	border: 1px solid #cc0000;
	padding: 2px;
}

/*.imgbordernohover {
	border: 1px solid #666;
	padding: 2px;
	background:#fff url(../images/progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
}*/


/* --------------------------------------------------------------------------- */
/* #################### KONTAKT | ANFAHRT | IMPRESSUM ######################## */
/* --------------------------------------------------------------------------- */


/*
KONTAKT
==================================================*/

div#personalien { float: left; width: 300px!important; padding:0 0 0 50px;}
div#nachrichtenfeld { float: left; width: 175px; padding-left:15px;_padding-left:6px;}

.cmspdf {
	background:url(../images/icon-pdf.gif) no-repeat;
	padding-left:50px;
	height:40px;
	padding-bottom:35px;
}

/*
ANFAHRT
==================================================*/

.imgbordernohover {
	border: 1px solid #666;
	padding: 2px;
	width:500px;
}


/*
IMPRESSUM
==================================================*/

div#adressdaten { float: left; width: 300px;}
div#geschaeftsdaten { float: left; width: 300px;}
