
/*-----------------------------------------
 
 copyright 2009 by mmc
 
 Version: 1.0
 
 Author: Georg Paul
 
 Author URI: http://www.mmc-agentur.at
 
 -------------------------------------------*/


/*--------------------------------------------
 [Table of contents]
 
 1. reset Styles
 2. global Styles
 3. text Formating
 4. global Classes
 5. nav styles
 	5.1 global
 	5.2 main nav
 6. layout
 	6.1 global
 7. content
 	7.1 startseite
 
 ------------------------------------------------*/



/*--------------------------------------*/
/* =1 Reset Style Sheet by Eric Meyer	*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}/* remember to define focus styles! */:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}



/*------------------------------*/
/* =2 global styles 			*/
html {
    height: 100%;
}
body {
    font: 62.5% Verdana, Helvetica, Arial, sans-serif; /* 62.5% = 0.625em = 10px */
    line-height: 1.4em;
    color: #0067a2;
    background: #f2f8fe;
	height: 100%;
    margin: 0;
}


/*------------------------------*/
/* =3 text formating 			*/
h1 {
    
	font-size: 2em;
    margin: 2em 0;
}
h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 1.5em 0;
}
h3 {
    font-size: 1.1em;
    margin: 1em 0;
}

p, ul, ol, dl {
    font-size: 1.1em;
    margin: 1em 0;
}
input, textarea, label, select {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

a:link, a:visited {
    text-decoration: none;
    color: #66cc00;
}
a:hover, a:focus, a:active {
    color: #66cc00;
	text-decoration: underline;
}

strong { font-weight: bold; }
.italic { font-style: italic; }



/*------------------------------*/
/* =4 global classes 			*/
.more{
    padding-right: 10px;
    line-height: 1.8em;
    background: url(../img/mehr_lesen.gif) no-repeat right 0px;
}
.ir {
    position: absolute;
    top: -9999px;
    left: 0;
    width: 1px;
    height: 1px;
    margin: 0;
}
.clear {
	clear: both;
}


/*------------------------------*/
/* =5 nav styles 				*/


/* =5.1 global					*/
.nav {
    float: left;
    display: inline;
}
.nav ul {
    float: left;
}
.nav li {
    float: left;
    list-style: none;
}
.nav a {
    float: left;
    display: block;
}

/* =5.2 main nav				*/
ul.main-nav {
    margin: 0 0 0 50px;
	height: 37px;
	width: 780px;
}
ul.main-nav li {
    margin-right: 5px;
}

ul.main-nav li a {
	color: #000000;
	display: block;
	width: 119px;
	height: 38px;
	background-color: #e4eef7;
/*
	background-image: url(../img/background/main_nav_sprites.gif);
	background-repeat: no-repeat;	
*/
}
ul.main-nav li .active { background-color: #ffffff; }

ul.main-nav .welcome a { background-position: 2px 7px; }
ul.main-nav .welcome .active { background-position: 2px -253px; }

ul.main-nav .contact_data a { background-position: 2px -34px; }
ul.main-nav .contact_data .active { background-position: 2px -295px; }

ul.main-nav .company_profile a { background-position: 2px -76px; }
ul.main-nav .company_profile .active { background-position: 2px -337px; }

ul.main-nav .fleet a { background-position: 2px -118px; }
ul.main-nav .fleet .active { background-position: 2px -379px; }

ul.main-nav .upload_area a { background-position: 2px -163px;}
ul.main-nav .upload_area .active { background-position: 2px -420px; }

ul.main-nav .submit_page a { background-position: 2px -206px; }
ul.main-nav .submit_page .active { background-position: 2px -462px; }


/*------------------------------*/
/* =6 layout 					*/


/* =6.1 global					*/
#page {
    width: 836px;
    border-top: none;
	margin-left: 10px;
	background: #ffffff;
	min-height: 100%;
}
#header {
    position: relative;
    width: 836px;
	height: 212px;
	background: #f2f8fe url(../img/background/header_border.gif) repeat-x left bottom;
}
#header .inner_wrap {
	height: 174px;
	background: url(../img/background/header2.gif) no-repeat left top;
}
#header h2 {
	margin: 0;
}
#logo {
    position: absolute;
    left: 14px;
    top: 20px;
}
#main {
    float: left;
    width: 836px;
    margin-bottom: 20px;
	 background: #ffffff;
}
#content {
    float: left;
    display: inline;
    width: 720px;
    padding: 40px 58px 40px 58px;
    background: #ffffff;
}


#footer {
    clear: both;
    padding: 15px 22px 0 22px;
	border-top: 1px solid #e4eef7;
}
#footnote {
	float: left;
}
#footnote p {
	color: #3479a7;
}
#footnote p img {
	position: relative;
	top: 4px;
	left: 0;
}
#footer_nav {
    float: right;
    margin-right: 10px;
}
#footer_nav li {
    float: left;
    padding: 0px 8px;
}
#footer_nav li a {
    color: #6b92b8;
    color: #8eda42;
    font-size: 0.8em;
    text-transform: uppercase;
}


/*------------------------------*/
/* =7 content 					*/

.graphical-header {
	width: 100%;
	margin: 0;
}

/* =7.1 login				*/

.login .pagetitle {
	background-position: 0 0;
}
.login #content {
	/*width: 643px;*/
	/* die page-division darf nur auf der Login Seite die Klasse .login haben */
}
#login_box {
	float: left;
	width: 100%;
	padding: 15px;
	background: #e4eef7 url(../img/background/login_box.gif) no-repeat right bottom;
}
#login_box label {
	display: block;
	float: left;
	width: 155px;
	color: #98b9d9;
	font-style: italic;
	font-weight: bold;
}
#login_box div {
	clear: both;
	margin-bottom: 20px;
}
#login_box .last {
	margin-bottom: 0;	
}
#login_box span.en {
	color: #015c95;
	font-style: normal;;
	font-weight: bold;
	padding-right: 15px;
	background: url(../img/background/bullet.gif) no-repeat right 1px;
}
#login_box .type_text {
	width: 205px;
	padding: 1px 5px;
	border: 1px solid #969696;
	color: #969696;
}
#login_sb {
	background: #0067a2 url(../img/background/green_arrow.gif) no-repeat 95% center;
	color: #ffffff;
	text-transform: uppercase;
	border: 0;
	font-weight: bold;
	padding: 2px 20px 2px 2px;
	cursor: pointer;
	margin-left: 155px;
}
.login-error p {
	color: #ff0000;
}
.login-error .de {
	margin: 15px 0 20px 0;
}

/* =7.2 welcome				*/
.welcome .pagetitle {
	background-position: 0 -40px;
}
div.de {
	margin: 25px 0 50px 0;
}
.welcome div.de p, .de {
	font-style: italic;
	color: #77a8d9;
	color: #598fc6;
}
.welcome span.de {
	font-style: italic;
	color: #77a8d9;
}
.registration_link a:link, .registration_link a:visited, .registration_link a:hover {	
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	display: block;
}


.registration_link_back a:link, .registration_link_back a:visited, .registration_link_back a:hover {	
	color: #9ab9d6;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

.registration_link {
	float: right;
	padding: 2px 25px 2px 7px;
	background: #0059b2 url(../img/background/green_arrow.gif) no-repeat 97% 80%;
}

.registration_link_back {
	float: left;
	padding: 2px 25px 2px 25px;
	background: #FFFFFF url(../img/background/gray_arrow.gif) no-repeat 0 80%;
}

.registration_link a span.en {
	padding-right: 10px;
	background: url(../img/background/bullet_white.gif) no-repeat right 4px;
	font-style: normal;
}

.registration_link_back a span.en {
	padding-right: 10px;
	background: url(../img/background/bullet_blue.gif) no-repeat right 4px;
	font-style: normal;
}

.saving_explanation {
	float: right;
	padding: 12px 0px 2px 7px;
	text-align:right;
	color: #9ab9d6;
	font-style: italic;
}
.saving_explanation span.en{
	color: #015C95;
	font-style: normal;
}


#registration_link_top {
	margin-top: -50px;
	margin-bottom: 20px;
}



/* =7.3 contact data			*/
.contact_data .pagetitle {
	background-position: 0 -80px;
}
.mandatory_fields {
	float: right;
	margin-top: -58px;
	margin-bottom: 20px;
	padding-left: 12px;
	color: #000000;
	font-size: 10px;
	font-style: italic;
	background: url(../img/background/mandatory_fields_bullet.gif) no-repeat left 4px;
}
.mandatory_fields span {
	font-style: normal;
}
.form_wrap {
	background: #e4eef7;
}
.form_block {
	padding: 12px 18px;
	background: url(../img/background/form_block_border.gif) repeat-x left top;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #a3c0dd;
}
.first_form_block {
	padding-bottom: 20px;
	padding-top: 0; 
}
.form_block label {
	font-style: italic;
	color: #98B9D9;
	font-weight: bold;
}
.form_block label span.en {
	color: #015C95;
	font-style: normal;
	font-weight: bold;
	padding-right: 20px;
	background: url(../img/background/bullet.gif) no-repeat right 2px;
}

.form_block label span.en_no_de {
	color: #015C95;
	font-style: normal;
	font-weight: bold;
}

.form_block .inner_wrap {
	clear: both;
	margin-bottom: 10px;
}


.type_text {
	padding: 1px 5px;
}
.input_type_1 { width: 340px; }
.input_type_2 { width: 45px; }
.input_type_3 { width: 270px; }
.input_type_4 { width: 158px; }
.input_type_5 { width: 25px; }
.input_type_6 { width: 112px; }
.select_type_1 { width: 353px;}
.input_type_7 { width: 250px; }
.input_type_8 { width: 400px; margin: 5px 0 0 27px}
#content .form_block .input_type_9 { margin-left: 0; margin-right: 3px; }


.label_type_1 {
	display: block;
	float: left;
	width: 170px;
	position: relative;
	top: 15px;
}
.no_offset {
	top: 0;
}
.label_type_3 {
	position: relative;
	top: 15px;
}
.label_type_4 {
	display: block;
	float: left;
	width: 440px;
	position: relative;
	top: 15px;	
}


.req {
	display:inline;
	padding-top:14px;
	width:14px;
	height:14px;
	float:left;
}

.sample_data {
	color:#979694;
	
}
#content .form_block .leftmargin {
	margin-left: 15px;
}
.no_sample_data {
	display: block;
	height: 14px;
	width: 1px;
}

.sample_data_inline {
	color:#979694;
	margin-left: 36px;
	margin-left: 20px;
	}

.form_block .sample_data_inline .en {
	color:#979694;
	background: none;
	padding: 0;
	}

.input_block {
	m!argin-right:10px;
}

.input_block .type_text { 
	margin-right:11px;
	}

.input_block .input_type_5 {
	margin-right: 3px;
	}

.clear {
	clear:left;
}

.left {
	float: left;
}

.break {
	clear:both;
	float:none;
}

.inline {
	display:inline;
}

.block_center {
	margin-left:185px;
	margin-top:10px;
}

.page_navigation {
	float: left;
	width: 100%;
	margin-top:20px;
}

#p2_btn_addOffice {
	cursor: pointer;
	text-indent: -9999px;
	width: 232px;
	height: 20px;
	background-image:url(../img/background/btn_add_office.gif);
}

#p2_btn_manager {
	cursor: pointer;
	text-indent: -9999px;
	width: 126px;
	height: 19px;
	background-image:url(../img/background/btn_add.gif);
	border:none;
}
#p2_btn_customerCare {
	cursor: pointer;
	text-indent: -9999px;
	width: 126px;
	height: 19px;
	background-image:url(../img/background/btn_add.gif);
	border:none;
}
.btn_remove {
	display: block;
	background-image:url(../img/background/btn_remove.gif);
	width: 135px;
	height: 19px;
}
.customerCare_block, .office_block {
	padding: 10px 0;
	/*border-bottom: 1px solid #98B9D9;*/
	background: url(../img/background/bottom_border.gif) no-repeat left bottom;
	/*width: 555px;*/
	overflow: hidden;
}
#p2_customerCares .block_0 .block_center {
	display: none;
}
#p2_btn_liner {
	cursor: pointer;
	text-indent: -9999px;
	width: 126px;
	height: 19px;
	background-image:url(../img/background/btn_add.gif);
	border:none;
}

.liner_box {
	float: left;
	width: 550px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #98B9D9;
	}

.input_block label, .input_block label span.en, .input_block label span.en_no_de {
	font-weight:normal;
}

.company_slects {
	padding-top:20px;
}

.company_slects img{
	padding-right:10px;
	padding-top:2px;
}

.submit_button {
	text-align: right;
	}

.comments {
	margin-top: 15px;
	}

.comment_box {
	float: left;
	margin: 10px 0 0 11px;
	padding: 0;
	display: inline;
	}
.comments .comment_box_step_4 {
	margin: 10px 11px 0 0;
}

.form_block .comment_box textarea {
	width: 312px;
	margin: 0;
	}

.example {
	float:right;
	display: inline;
	margin-right:100px;
	margin-top:11px;
	width:23px;
	height:23px;
	background-image:url(../img/background/questionmark.gif);
}

.company_profile .pagetitle {
	background-position: 0 -125px;
	}
	
.fleet .pagetitle {
	background-position: 0 -170px;
	}

.upload_area .pagetitle {
	background-position: 0 -215px;
	}

.submit_page .pagetitle {
	background-position: 0 -258px;
	}


.tx-typesetting-header img {
	display: inline;
}

/* ------- IE button width fix "http://jehiah.cz/archive/button-width-in-ie" ------ */
input.coord-button {
	width: auto;
	overflow: visible;
	padding-left: 10px;
	padding-right: 10px;
}
/* -------------------------------------------------------------------------------- */



/* ------------------- GOOGLE MAPS ----------- begin -------------- */

div.map-block {
	margin-top: 10px;
	width: 650px;
	height: 470px;
	border: 2px solid black;
	background-color: #ffffff;
	display: none;
}

div.map-info {
	height: 68px;
	border-bottom: 2px solid black;
	background-color: #dddddd;
}

div.current-position {
	padding: 10px;
	width: 210px;
	float: left;
}

div.current-position input {
	width: 140px;
}

div.current-position input.input-lng {
	margin-top: 5px;
}

div.map-search {
	float: left;
	padding: 10px;
	width: 400px;
}

div.map-search input.search-poi {
	width: 300px;
}

div.map-search input.save-button {
	margin-top: 5px;
}

div.map-search input.close-button {
	margin-top: 5px;
}

/* ------------------- GOOGLE MAPS ----------- end -------------- */


