/* CSS Document */
body{
	height: 100%;
	min-height:100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-color: #ecebec;
	color: #4a4a4a;
	padding: 0;
	margin:0;
	border: 0;
	background-image:url(../pix/bg_global.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top;
}


#global_bg {
	position: fixed;
	background-image:url(../pix/bg_center.png);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
	width: 1084px;
	left: 50%;
	margin-left: -542px;
	height: 100%;
	min-height:100%;
	top: 0;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	z-index:10;
}

#global {
	position: absolute;
	background:#FFFFFF;
	background-image:none;
	width: 1004px;
	left: 50%;
	margin-left: -502px;
	height: 100%;
	min-height:100%;
	top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	z-index:20;
}

/********************************************************************** Head Styles / Logo + Flash*/
#head {
position:relative;
height:167px;
width: 1004px;
}

#head_logo {
position:relative;
height:167px;
z-index:10
}

#head_flash {
position:absolute;
top:0;
height:167px;
z-index:5
}
/********************************************************************** Top Navigation Styles */
#topnav_container {
position:relative;
	float:left;
	background-color:none;
	width: 1004px;
	margin-top:-38px;
	/\margin-top:-26px;
	z-index:50;
	background-image:url(../pix/nav_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
/************************************************Top Navigation Rounded Nav */
#topnav_container .menu {
padding:0;
margin-left:18px;
}

#topnav_container .menu dt {
display:none;
}

#topnav_container .menu dd {
float:left; padding:0; margin:0; text-align:center;
}

#topnav_container .menu dd span.aa {
display:block;
width:12px;
height:1.5em;
height:auto;
background:url(../pix/taglft_var.png);
float:left;
border-bottom:1px solid #8f8f8f;
padding:5px 0;}

#topnav_container .menu dd span.bb {
height:1.5em;
height:auto;
background:url(../pix/tagmid_var.png);
float:left;
border-bottom:1px solid #8f8f8f;
padding:5px 0;
}

#topnav_container .menu dd span.cc {
display:block;
width:12px; height:1.5em;
height:auto;
background:url(../pix/tagrgt_var.png);
float:left;
border-bottom:1px solid #8f8f8f;
padding:5px 0;
}

#topnav_container .menu a, .menu a:visited {
color:#000;
text-decoration:none;
font-size:1.2em;
cursor:pointer;
}

#topnav_container .menu a:hover {
color:#e02525;
background:#fff;
}

#topnav_container .menu a:hover span {
background-position:0 33px;
border-bottom:1px solid #f8f5f5;
}

#topnav_container .menu  a.clicked span {
background-position:0 33px;
border-bottom:1px solid #f8f5f5;
}

#topnav_container .menu  a.clicked{
color:#e02525;
text-decoration:none;
font-size:1.2em;
cursor:pointer;
}

/************************************************************************* Kontakt Personalberater styles */
#personalberater_tip {
	position: absolute;
	top: 183px;
	left: 50%;
	margin-left:  -465px;
	width: 930px;
	text-align:right;
	z-index:50;
}
* html #personalberater_tip {
	position: absolute;
}

#personalberater_tip a {
	color: #E02525;
	margin-left: 7px;
	padding-left:18px;
	margin-top: 6px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../pix/footer_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}

#personalberater_tip a:hover {
	color: #E02525;
	text-decoration: none;
	background-image: url(../pix/footer_arrow_h.gif);
	background-repeat: no-repeat;
	background-position: left;
}



/********************************************************************** Linke Navigation Styles */
#leftnav_container {
	float:left;
	background-color:#fff;
	background-image:url(../pix/bg_leftnav.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:239px;
	margin:46px 11px 0 18px;
	border-right:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
}

#menu_leftnav {
min-height:300px;
margin-top:0px;

}
#menu_leftnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#menu_leftnav li{
	margin: 0 8px 0 8px;
}
#menu_leftnav a {
	display: block;
	width: auto;
	text-decoration: none;
	padding: 4px 5px 4px 14px;
	color: #4a4a4a;
	margin-bottom:6px;
	font-size:1.2em;
	background-color:none;
	background-image: url(../pix/nav_arrow.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}
#menu_leftnav a:hover, #menu_leftnav ul .clicked {
	color: #E02525;
	background-color:none;
	/*margin-bottom:6px;*/
	background-image: url(../pix/nav_arrow_h.png);
	background-repeat: no-repeat;
	background-position: left 7px;
		
}
#menu_leftnav ul li ul li {
	margin: 0 0px 0 8px;
	padding-bottom: 4px;
}
#menu_leftnav ul ul a {
	display: block;
	width: auto;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 15px;
	color: #000;
	/*background-color: #fff;*/
	margin-bottom:1px;
}
#menu_leftnav ul ul a:hover, #menu_leftnav ul ul .clicked {
	color: #E02525;
	background-color: transparent;
}

#adresse {
padding-left:13px;
margin-top:40px;
font-size:1.29em;
}

#adresse a {
color:#E02525;
text-decoration:none;
}

#adresse a:hover {
color:#E02525;
text-decoration:underline;
}
/****************************************************************************** Content Styles */
#content_container {
position:relative;
	padding:0 8px 0 8px;
	margin:46px 0 0 0;
	float:left;
	min-height:738px;
	background-color:#ffffff;
	background-image:url(../pix/content_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	height: auto;
	width: 697px;
	z-index:30;
	border-right:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	font-size:14px;
	letter-spacing:0.02em;
}




/********************************************************************************Inhalt Styles */
#spacer {
background-color:#ffffff;
width:662px;
_height:1px;
height:90px;
margin-left:-4px;
}

a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#E02525;
	text-decoration:underline;
}

a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#E02525;
	text-decoration:none;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #4a4a4a;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #676767;
	font-weight: bold;
}

.lines {
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.red {
	color: #E02525;
}

.arrow_link {
	padding-left: 18px;
	color: #4a4a4a;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../pix/footer_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}

.arrow_link:hover {
	padding-left: 18px;
	color: #4a4a4a;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../pix/footer_arrow_h.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: underline;
}

/**************************************************************************************** Suche Styles */
#bgsearch { /****** Grauer Hintergrund für Suchmaske - 1 SPALTE ******/
	margin-left: 0px;
	margin-right: 0px;
	width: 697px;
	background-color:none;
	float: inherit;
}

.cols_grey {
	padding:8px;
	float:left;
	width:307px;
}

/* Suchmaske trefferausgabe */
.one_cole_red { /****** 1 SPALTE ******/
	margin-top:10px;
	margin-left: 0px;
	margin-right: 0px;
	width: 697px;
	background-color: #CBCBCB;
	float: inherit;
}
.cols_red_1 {
	color: #4A4A4A;
	padding: 8px;
	float: left;
	width: 397px;
}
.cols_red_2 {
	color: #4A4A4A;
	padding: 8px;
	float: left;
	width: 80px;
}
.cols_red_3 {
	color: #4A4A4A;
	padding: 8px;
	float: left;
	width: 170px;
}
/******
.cols_red_4 {
	color: #4A4A4A;
	padding: 8px;
	float: left;
	width: 70px;
}
******/
.cols_header_left {
	border:1px;
	color: #4A4A4A;
	padding: 8px;
	float: left;
	width: 150px;
	text-align:left;
}
.cols_header_middle {
	color: #4A4A4A;
	padding: 8px;
	float: left;
	width: 347px;
	text-align:center;
}
.cols_header_right {
	color: #4A4A4A;
	padding: 8px;
	float: left;
	width: 150px;
	text-align:right;
}

.cols_header_left a, .cols_header_left a:hover, .cols_header_right a, .cols_header_right a:hover {
	color: #E02525;
	font-size:14px;
}

.cols_1 {
	color: #4A4A4A;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	width: 397px;
}
.cols_2 {
	color: #4A4A4A;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	width: 80px;
}
.cols_3 {
	color: #4A4A4A;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	width: 170px;
}
/*****
.cols_4 {
	color: #4A4A4A;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	width: 70px;
}*****/

/* // Suchmaske trefferausgabe */


.cols {
position:relative;
padding-left:8px;
margin-right:14px;
float:left;
width:306px;
}

.line {
	width:100%;
	float:left;
	height:5px;
	background-image:url(../pix/bg_line.gif);
	background-repeat:repeat-x;
	margin-top:5px;
	margin-bottom:5px;
}

.one_cole { /****** 1 SPALTE ******/
	margin-left:8px;
	margin-right:8px;
	position:relative;
	padding:0px;
	float:left;
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
}

.one_cole_grey { /****** 1 SPALTE ******/
	margin-left:8px;
	margin-right:8px;
	width:644px;
	background-color:#DBDBDB;
	border:1px solid #7C7C7C;
	float:inherit;
}

.link_red_cole:hover {
color:#4A4A4A;
text-decoration:underline;
}

.link_red_cole {
color:#4A4A4A;
text-decoration:none;
}

.cols_grey_detail {
	padding:8px;
	margin-right:20px;
	float:left;
	width:588px;
}


/*************************************************************************** Form elemente */
select {
	width: 200px;
	border: 1px solid #d9d9d9;
}

.submit {
	color: #000;
	background-color: #CBCBCB;
	width: 120px;
	border: 1px solid #c1c1c1;
}

.input {
	border: 1px solid #d9d9d9;
	width: 300px;
}

.inputPLZ {
	border: 1px solid #d9d9d9;
	width: 50px;
}

.inputOrt {
	border: 1px solid #d9d9d9;
	width: 237px;
}

.inputTextarea {
	border: 1px solid #d9d9d9;
	width: 300px;
	height: 90px;
}

.required {
	font: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
/* Form elemente */

/* ----------------------- VisitenkartenBox Stefano*/
#content_container div.tucked-corners {
    background: #fff;
    height: 180px;
    margin: 50px auto;
    padding: 10px;
    position: relative;
    width: 300px;
    -webkit-box-shadow: 0 1px 7px hsla(0,0%,0%,.2);
       -moz-box-shadow: 0 1px 7px hsla(0,0%,0%,.2);
            box-shadow: 0 1px 7px hsla(0,0%,0%,.2);
}
#content_container span.tucked-corners {
    background: #F2F2F2;
    display: block;
    height: 180px;
    position: relative;
    width: 300px;
    -webkit-box-shadow: inset 0 0 0px hsla(0,0%,0%,.25);
       -moz-box-shadow: inset 0 0 0px hsla(0,0%,0%,.25);
            box-shadow: inset 0 0 0px hsla(0,0%,0%,.25);
}
 
/* Top Corner Effect */
 
/*#content_container .top-corners:after,*/
#content_container .top-corners:before {
    background: #fff;
    content: '';
    height: 50px;
    position: absolute;
    top: -25px;
    width: 100px;
    z-index: 10;
    -webkit-box-shadow: 0 6px 9px -8px hsla(0,0%,0%,.5);
       -moz-box-shadow: 0 6px 9px -8px hsla(0,0%,0%,.5);
            box-shadow: 0 6px 9px -8px hsla(0,0%,0%,.5);
}
#content_container .top-corners:after {
    left: -50px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#content_container .top-corners:before {
    right: -50px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
 
/* Bottom Corner Effect (using the span) */
 
#content_container .bottom-corners:after/*,
#content_container .bottom-corners:before */{
    background: #fff;
    content: '';
    height: 50px;
    position: absolute;
    bottom: -35px;
    width: 100px;
    -webkit-box-shadow: 0 6px 9px -8px hsla(0,0%,0%,.5);
       -moz-box-shadow: 0 6px 9px -8px hsla(0,0%,0%,.5);
            box-shadow: 0 6px 9px -8px hsla(0,0%,0%,.5);
}
#content_container .bottom-corners:after {
    left: -60px;
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
#content_container .bottom-corners:before {
    right: -60px;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
            transform: rotate(135deg);
}

