/* --- tl_files/ngm_theme/CSS/page.css --- */
body {
    min-width: 960px;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;

    color: #4D4D4D;
    font-family: "Arial";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.5;
    overflow-x: hidden;
}

/********** LINKBOXEN **********/

#left-link {
	position: absolute;
	left: -225px;
	top: 205px;
	border-radius: 0 20px 20px 0;
}
#right-link {
	position: absolute;
	right: -225px;
	top: 200px;
	border-radius: 20px 0 0 20px;
}

.linkbox {
	width: 200px;
	height: 110px;
	padding: 25px;
	background-color: #4d4d4d;
	color: #A3A3A3;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	z-index: 999;
}

.linktext {
	border-top: 1px dotted #A3A3A3;
	padding: 10px 5px 0 5px;
	position: relative;
	top: -40px;
}

.image-link {
	position: relative;
	top: -50px;
	width: 220px;
	height: 55px;
}
.image-link a {
	display: block;
	width: 220px;
	height: 55px;
}

#left-link img {
	diaplay: block;
	position: relative;
	top: -10px;
	right: -110px;
}

#right-link img {
	diaplay: block;
	position: relative;
	top: -10px;
	left: -110px;
}

#eexperience-link {
	background-image: url("/assets/link_logo_eexperience.png");
	background-repeat: no-repeat;
}
#eexperience-link:hover {
	background-image: url("/assets/link_logo_eexperience_active.png");
	background-repeat: no-repeat;
}

#fleetster-link {
	background-image: url("/assets/link_logo_fleetster.png");
	background-repeat: no-repeat;
	background-position: 25px 0px;
}
#fleetster-link:hover {
	background-image: url("/assets/link_logo_fleetster_active.png");
	background-repeat: no-repeat;
	background-position: 25px 0px;
}

#ngm-link {
	background-image: url("/assets/link_logo_ngm.png");
	background-repeat: no-repeat;
	background-position: 25px 0px;
}
#ngm-link:hover {
	background-image: url("/assets/link_logo_ngm_active.png");
	background-repeat: no-repeat;
	background-position: 25px 0px;
}

/*** -- ***/

#wrapper {
	background-image: url("/assets/body_background.png");
    background-repeat: repeat;
}

#top {
	margin-top: -5px;
    height: 310px;
    background-image: url("/assets/top_background.png");
    background-repeat: repeat-x;
}

#header .inside {
    width: 940px;
    margin: 0px auto;
    padding-left: 10px;
    padding-right: 10px;
}

#top .inside {
    width: 940px;
    height: 310px;
    margin: 0px auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    display: block;
}

#content {
    width: 940px;
    margin: 0px auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
    display: block;
}

#main {
    position: relative;
/*    bottom: 257px;*/
    margin-top: -295px;
    margin-bottom: 40px;
    min-height: 500px;
    overflow: visible;
}

#main_tour {
    position: relative;
    bottom: 257px;
    margin-top: -200px;
    margin-bottom: -220px;
    min-height: 600px;
    overflow: visible;
}

#footer .inside {
    width: 940px;
    margin: 0px auto;
    padding-left: 10px;
    padding-right: 10px;
}

#sociallogos {
    z-index: 10;
    position: absolute;
    right: 20px;
    top: 17px;
}

.mod_article {
	width: 940px;
}

.block {
	overflow: visible;
}
/* --- tl_files/ngm_theme/CSS/header.css --- */
/*++++++++++++++++++++++++++
+		++ HEADER ++	   +
++++++++++++++++++++++++++*/

#header {
    z-index: 12;
    position: relative;
  	background-image: url("/assets/header_background.png");
  	background-repeat: repeat-x;
  	height: 113px;
}
#header .inside {
  	position: relative;
  	height: 107px;
}

#header .inside #logo {
  	position: absolute;
  	left: 10px;
  	top: 0px;
	margin: 10px 0 0 0;
}

#header .inside #navi_main ul {
  	position: absolute;
    right: 0px;
  	bottom: 0px;
  	margin: 0px 0px 20px 0px;
  	padding: 0px;
  	list-style-type: none;
    line-height: normal;
}

#header .inside #navi_main ul li {
  	float: left;
}

#header .inside #navi_main ul li a {
    padding: 5px 10px 16px 10px;
    border-bottom: 5px transparent solid;
    color: #818181;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#header .inside #navi_main ul li a:hover {
	color: #CCCCCC;
	border-bottom-color: #A5C400;
}

#header .inside #navi_main ul .active a {
	color: #CCCCCC;
	border-bottom-color: #66B8DC;
}

/*---------------------------------------------------*/
            /* EXTRA HEADER /*
/*---------------------------------------------------*/

#header .inside #navi_extra ul {
  	position: absolute;
  	right: 10px;
  	top: 0px;
  	margin: 0px;
  	padding: 0px;
}

#header .inside #navi_extra ul li {
  	float: left;
  	margin: 20px 20px 0px 0px;
  	list-style-type: none;
}

#header .inside #navi_extra ul li a {
	margin-top: 30px;
	color: #818181;
	font-size: 12px;
	text-decoration: none;
}

#header .inside #navi_extra ul li a:hover {
  	color: #CCCCCC;
}

#header .inside #navi_extra .active a {
  	color: #CCCCCC;
}

/*---------------------------------------------------*/

#header .inside #navi_extra ul .last {
    margin-right: 0px;
}
/* --- tl_files/ngm_theme/CSS/footer.css --- */
/*++++++++++++++++++++++++++
+		++ FOOTER ++	   +
++++++++++++++++++++++++++*/

#footer {
    z-index: 11;
    position: relative;
    clear: both;
    height: 270px;
	background-color: #333333;
	background-image: url("/assets/footer_background.png");
	background-repeat: repeat-x;
}

#footer .inside .navi_primary {
	float: left;
	width: 220px;
	height: 120px;
	margin: 40px 20px 10px 0px;
	padding-top: 20px;
	border-top: 5px #4D4D4D solid;
}

#footer .inside .navi_primary ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#footer .inside .navi_primary ul li a {
    color: #818181;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#footer .inside .navi_primary:hover {
	border-top-color: #66B8DC;
}

#footer .inside .navi_primary ul li a:hover {
	color: #CCCCCC;
}

/*---------------------------------------------------*/


#footer .inside #navi_fourth {
    margin-right: 0px;
}


/*---------------------------------------------------*/
            /* EXTRA FOOTER /*
/*---------------------------------------------------*/

#footer .inside #navi_extra {
	clear: left;
	float: left;
	width: 700px;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px #4D4D4D dotted;
}

#footer .inside #navi_extra ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: normal;
}

#footer .inside #navi_extra ul li {
	float: left;
	margin-right: 10px;
}

#footer .inside #navi_extra ul li a {
    color: #818181;
	font-size: 13px;
	font-weight: none;
	text-decoration: none;
  	padding-right: 10px;
  	border-right: 1pt #818181 solid;
}

#footer .inside #navi_extra ul li a:hover {
  	color: #CCCCCC;
}

/*---------------------------------------------------*/

#footer .inside #navi_extra ul .last {
    margin-right: 0px;
}

#footer .inside #navi_extra ul .last a {
    border-right: 0pt transparent solid;
}

/*---------------------------------------------------*/
/*---------------------------------------------------*/

#footer .inside #blank {
    float: left;
    width: 220px;
    margin-left: 20px;
    margin-top: 20px;
    border-top: 1px #4D4D4D dotted;
}


/*---------------------------------------------------*/
            /* FOOTER COMPANY LINK /*
/*---------------------------------------------------*/

#footer .inside .navi_primary ul .company_link {
    margin-top: -5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom:  1px #4D4D4D dotted;
}

#footer .inside .navi_primary ul .last {
    border-bottom: 0px transparent none;
}

#footer .inside .navi_primary ul .company_link a {
    display: block;
    width: 220px;
    height: 55px;
    color: transparent;
    font-size: 0px;

    margin: 0px;
    padding: 0px;
    border-bottom: 0px transparent none;
}

#footer .inside .navi_primary ul .company_link .ngm_link {
    background-image: url("/assets/footer_logo_ngm.png");
    background-repeat: no-repeat;
}

#footer .inside .navi_primary ul .company_link .ngm_link:hover {
    background-image: url("/assets/footer_logo_ngm_active.png");
    background-repeat: no-repeat;
}

#footer .inside .navi_primary ul .company_link .fleetster_link {
    background-image: url("/assets/footer_logo_fleetster.png");
    background-repeat: no-repeat;
}

#footer .inside .navi_primary ul .company_link .fleetster_link:hover {
    background-image: url("/assets/footer_logo_fleetster_active.png");
    background-repeat: no-repeat;
}

#footer .inside .navi_primary ul .company_link .eexperience_link {
    background-image: url("/assets/footer_logo_eexperience.png");
    background-repeat: no-repeat;
}

#footer .inside .navi_primary ul .company_link .eexperience_link:hover {
    background-image: url("/assets/footer_logo_eexperience_active.png");
    background-repeat: no-repeat;
}

/* --- tl_files/ngm_theme/CSS/right.css --- */

/* --- tl_files/ngm_theme/CSS/main.css --- */
/*++++++++++++++++++++++++++
+        ++ MAIN ++        +
++++++++++++++++++++++++++*/

.block {
	overflow: visible;
}
.image_container {
    margin: 0px;
}
#main .inside .second .main_teaser {
    position: relative;
    right: 5px;
    width: 950px;
    height: 420px;
    margin: 0 0 45px 0;
    background-image: url("/assets/border_corporate_carsharing.png");
}
#main .inside .second .main_teaser img {
    margin: 5px 0 0 5px;
    padding-bottom: 55px;
    border-bottom: 1px #4D4D4D dotted;
}

/*++++++++++++++++++++++++++
+        ++ FORMATS ++        +
++++++++++++++++++++++++++*/

h1 {
	color: #4D4D4D;
    font-size: 24px;
    font-weight: bold;
    font-family: "Arial";
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #4d4d4d;
    text-transform: uppercase;
}
h2 {
	color: #4D4D4D;
    font-size: 20px;
    font-weight: bold;
    font-family: "Arial";
    margin: 0 0 25px;
    /*text-transform: uppercase;*/
}
h3 {
	margin: 0 0 20px 0;
    color: #66b8dc;
    font-size: 14px;
    font-weight: bold;
    font-family: "Arial";
}
h4 {

}
.headline_ngm {
	color: #4D4D4D;
    font-size: 24px;
    font-weight: normal;
    font-family: "Arial";
    margin: -295px 0 0 0;
    text-transform: uppercase;
    border-bottom: none;
}
.bold {
	font-weight: bold;
}
.blue {
	color: #66b8dc;
}
.green {
	color: #a5c400;
}
.italic {
	font-style: italic;
}
.hidden {
	display: none;
}

/********* Social Content *********/
.social_content {
	clear: both;
	margin: 0;
	padding-top: 40px;
	overflow: visible;
}
.social_box {
	background-image: url("/assets/box_twitter.png");
	background-repeat:no-repeat;
	height: 100px;
	padding: 10px 10px 10px 10px;
	margin: 0 -10px 0 -10px;
	overflow: visible;
}
.social_content p {
	font-family: Georgia, "Times New Roman";
	margin: -42px 10px 0 140px;
	padding: 6px 10px 8px 20px;
	border-left: 1px dotted #4d4d4d;
}
.social_content img {
	margin: 25px 0 0 10px;
}
.social_content h3 {
	clear: both;
	text-align: center;
	color: #4d4d4d;
	font-family: "Helvetica Neue", Arial;
	font-size: 13px;
	text-transform: uppercase;
}
.mod_article {
	clear: both;
}

/**** Vorlagen Box mit Schatten ****/
.four-box-shadow
{
    display: block;
    float:left;
    width: 220px;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #F9F9FA;
    box-shadow: 0px 0px 2px 2px #cccccc;
    border-radius: 4px;
    color: #666;
}

.two-box-shadow
{
    background-color: #F9F9FA;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px 2px #CCCCCC;
    float: left;
    height: 200px;
    padding: 10px;
    width: 440px;
}

.one-box-shadow
{
    background-color: #F9F9FA;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px 2px #CCCCCC;
    height: 170px;
    margin-bottom: 20px;
    padding: 10px;
}

/*++++++++++++++++++++++++++++
+        ++ MODULE ++        +
++++++++++++++++++++++++++++*/


/********* Main Teaser *********/

#main_teaser {
	width: 940px;
	margin: 0 0 0px 0;
}

#big_headline {
	margin: 0 0 0 655px;
	padding: 0 auto;
}

#main_teaser h1 {
	font-size: 57px;
	font-family: "Arial";
	color: #66b8dc;
	margin: 0;
	padding: 0 0 0 10px;
	text-shadow: 2px 2px 1px #009ACD;
}

#main_teaser h2 {
	font-size: 13px;
	font-family: "Arial";
	color: #666;
	margin: -15px 0 20px 35px;
	text-transform: uppercase;
}

#main_teaser h3 {
	font-size: 13px;
	font-family: "Arial";
	font-weight: bold;
	color: #66b8dc;
	margin: 120px 0 0 665px;
}

#big_image {
	width: 630px;
	height: 356px;
	margin: 0;
	padding: 0;
	float: left;
}

#big_image img {
	margin: 0;
	padding: 0;
	border: none;
}

#banner {
	width: 940px;
	height: 310px;
	margin: -50px 0 0 0;
	padding: 0;
	background-image: url("/assets/shadow_bottom940.png");
	background-position: 0px 366px;
	background-repeat: no-repeat;
	overflow: visible;
}

#banner img {
	margin: -22px 0 0 0;
	padding: 0;
	border: none;

}
.banner-shadow img {
	margin-top: -7px;
}
#big_arrow {
	margin: 0 0 0 65px;
	padding: 0;
	opacity: 0.8;
}
#big_arrow img {
	margin: 0;
	padding: 0;
	border: none;
}
.teaser_text {
	width: 940px !important;
	margin: 0;
}

.teaser_text p {
	width: 920px !important;
	font-family: Arial !important;
	clear: both;
	font-size: 16px;
	color: #4d4d4d;
	padding: 0 10px 20px 10px;
	margin: 20px 0 0 0;
	border-bottom: 1px dotted #4d4d4d;
}

#company #main_teaser {
	margin-top: -46px;
}
#contact #main_teaser {
	margin-top: -46px;
}
#about #main_teaser {
	margin-top: -46px;
}
#company .ce_text {
	padding: 0 50px;
	margin-bottom: 40px;
}
#contact .ce_text {
	padding: 0 50px;
}
#about .ce_text {
	padding: 0 50px;
}
/********* Mini Teaser *********/
.mini_teaser {
	width: 460px;
	height: 180px;
	float: left;
	padding: 30px 0 30px 0;
	margin: 0;
	border-bottom: 1px dotted #4d4d4d;
}
.mini_teaser_left {
	margin-right: 20px;
}
.mini_teaser h3 {
	margin: 0 0 10px 140px;
	padding: 0;
	color: #66B8DC;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1;
}
.mini_teaser p {
	margin: 0 0 0 140px;
	font-family: "Georgia", "Times New Roman";
	font-size: 16px;
}
.mini_teaser img {
	margin: -56px 0 0 0;
}


/********* Mobility Consulting *********/
.big_teaser {
	clear: both;
	width: 940px;
	/*height: 160px;*/
	margin: 0;
	padding: 20px 0 20px 0;
	border-bottom: 1px dotted #4d4d4d;
	overflow: hidden;
}
.big_teaser_img_container {
	float: left;
	padding: 10px 10px 0 10px;
	margin: 0 40px 0 0;
	width: 240px;
	text-align: center;
}
.big_teaser_img_container img {
	margin: 20px 0 10px 0;
	padding: 0;
	border: none;
}
.big_teaser_img_container p {
	font-size: 13px;
	font-family: Arial;
	text-transform: uppercase;
	margin: 0 0 0 0;
}
.big_teaser_text h2 {
	margin: 10px 0 20px 0;
	padding: 0;
	color: #4d4d4d;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1;
}
.big_teaser_text p {
	width: 640px;
	margin: 0 0 20px 300px;
	font-family: "Georgia", "Times New Roman";
	font-size: 16px;
}

.big_teaser_show_more {
	margin: 10px 0 0 0;
	text-align: right;
}

.big_teaser_read_more {
	font-size: 13px;
}
.big_teaser_link_icon img {
	margin: 0 0 -8px 0;
	padding: 0;
	border: none;
}

/********* Case Studies *********/
.ngm_article {
	clear: both;
	border-top: 1px dotted #4d4d4d;
	height: 300px;
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
}
.ngm_article img {
	float: left;
}
.ngm_article h3 {
	margin: 50px 0 0 480px;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #4d4d4d;
	line-height: 1.2;

}
.ngm_article p {
	margin: 10px 0 0 480px;
	font-family: Georgia;
	font-size: 16px;
}
.catchy_rate {
	float: left;
	width: 300px;
	text-align: center;
	border-top: 1px dotted #4d4d4d;
	margin: 20px 0 50px 0;
}
.catchy_rate_middle {
	margin-left: 20px;
	margin-right: 20px;
}
.catchy_rate h4 {
	font-size: 40px;
	font-family: "Arial";
	font-weight: bold;
	color: #66b8dc;
	margin: 20px 0 0 0;
	text-shadow: 1px 1px 1px #009ACD;
}
.catchy_rate p {
	width: 280px;
	font-size: 13px;
	font-weight: bold;
	color: #4d4d4d;
	text-transform: uppercase;
	line-height: 1.2;
}

/********* Corporate Carsharing *********/
.second .ce_text {
	width: 560px;
	color: #4D4D4D;
	margin: 0 80px 40px 0;
	padding: 0;
	float: left;
}
.second .ce_text p {
	font-family: "Georgia";
	font-size: 16px;
	font-weight: normal;
}
.ce_text.glossary_box {
	width: 278px;
	height: 262px;
	padding: 10px;
	margin: 5px 0 20px 0 !important;
	overflow: hidden;
	/*background-color: #FFFFFF;
	box-shadow: 4px 4px 2px 1px #cccccc;
	border: 1px solid #cccccc;*/
	background-image: url("/assets/box.png");
}
.ce_text.glossary_box h3 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	/*border-bottom: 1px dotted #4d4d4d;*/
	line-height: 1.4;
}
.ce_text.glossary_box p {
	margin: 0;
	padding: 0 5px;
	font-family: "Arial";
	font-size: 13px;
	font-weight: normal;
}

/********* Seite ausdrucken / Zum Seitenanfang *********/
.syn_link {
	border-top: 1px dotted #4d4d4d;
	padding: 10px 0 0 10px;
}
.syn_link a {
	text-decoration: none;
	font-family: "Helvetica Neue", Arial;
	color: #666666;
	font-size: 13px;
}
.print {
	float: left;
	margin: 0 30px 0 0;
}
.print img {
	margin: 0 10px -2px 0;
}
.to_top img {
	margin: 0 10px -2px 0;
}
#company h2 {
	text-transform: uppercase;
}

#company .ce_text.company_box {
	width: 820px;
	padding: 10px;
	background-color: #F9F9FA;
	box-shadow: 0px 0px 2px 2px #cccccc;
	border-radius: 4px;
	margin-left: 50px;
	margin-bottom: 20px;
}

#company .ce_text.company_box h2 {
	padding-bottom: 20px;
	border-bottom: 1px dotted #4d4d4d;
	margin-bottom: 0px;
	text-transform: uppercase;
}

#company .ce_text.company_box h3 {
	margin-top: -20px;
}
/* --- tl_files/ngm_theme/CSS/main2.css --- */

