
/* -------------------------------------- Global styles -------------------------------------- */

html, body { 
	margin:0; 
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666;
}

img {
	border: 0;
}

form { display: inline; }

a {color:#f60;}

a:hover {
	text-decoration:none;
}

.body#popupCV{margin:10px;}

html .popupCV {background :#fff;}

.clr {clear:both;}

.hide {display:none;}

.error{color:#f00;}

.left{float:left;}

.right{float:right;}

.address{margin:0.5em 0 0.5em 0;}

.tooltip {
	background :url('../../img/tooltip-tnt_logo.gif') 5px 0 no-repeat;	
	padding: 70px 5px 10px 10px;
}

/* -------------------------------------- Header styles -------------------------------------- */

#page {
	width:779px;
	padding-right:8px;
	background :url(../../img/bottom.jpg) bottom right no-repeat;	
}

#headerHolder {
	height:75px;
	border-top:1px solid #fff;
}

#headerHolder img {
	position:relative;
	left:15px;
	top:10px;
}

.verteiler #headerHolder {background:url(../../img/header_home.jpg) top right no-repeat;}
.home #headerHolder {background:url(../../img/header_home.jpg) top right no-repeat;}
.products #headerHolder {background:url(../../img/header_products.jpg) top right no-repeat;}
.presse #headerHolder {background:url(../../img/header_products.jpg) top right no-repeat;}

/* -------------------------------------- Begin Header styles -------------------------------------- */

#siteWideNavigation { 
	padding-left:5px;
	height:1%;
	background-color:#f60;
}

#siteWideNavigation ul {
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
}

#siteWideNavigation li {
	float:left;
	list-style-image:none;
}

#siteWideNavigation a {
	padding:3px 5px 2px 5px;
	float:left;
	color:#fff;
	font-size:10px;
	text-decoration:none;
	border-bottom:1px solid #f60;
}

#siteWideNavigation a:hover, #siteWideNavigation .active a {
	border-bottom:1px solid #fff;
	background-color:#666;
}

/* -------------------------------------- End Header styles -------------------------------------- */

/* -------------------------------------- Begin Main menu styles -------------------------------------- */

#mainNavigation {
	height:1%;
	border-bottom:8px solid #f60;
}

#mainNavigation a {	
	display:block;
	padding:5px 8px 5px 20px;
	color:#000;
	font-size:11px;
	text-decoration:none;
}

#mainNavigation li li a:hover { background-color:#eee; }

#mainNavigation li:hover a,
#mainNavigation li.over a {
	color:#f60;
}

#mainNavigation li:hover li a,
#mainNavigation li.over li a,
#mainNavigation li li a {
	padding:0 0 0 10px;
	color:#000;
	height:1%;
}

#mainNavigation ul {
	float:right;
	margin:0;
	padding:0;
	list-style-type:none;
}

#mainNavigation li {
	float:left;
	position:relative;
	list-style-image:none;
	background:url("../../img/menu_icon.gif") #fff left center no-repeat;
	z-index:100;
}

#mainNavigation li:hover ul,
#mainNavigation li.over ul {
	display:block;
}

#mainNavigation li ul.snapRight { right:0; }
#mainNavigation li ul.snapRight2 { right: -58px; }

#mainNavigation li ul,
#mainNavigation li.active ul {
	display:none;
	position:absolute;
	width:200px;
	padding:0 10px;
	border-right:1px solid #f60;
	border-bottom:1px solid #f60;
	border-left:1px solid #f60;
	background-color:#fff;
}

#mainNavigation li li {
	display:block;
	clear:both;
	width:200px;
	margin-left:0;
	border-top:1px solid #eee;
	background-image:none;
}

#mainNavigation li.active { z-index:1; }

#mainNavigation li.active div {
	position:relative;
	margin-right:5px;
	margin-bottom:-8px;
	padding-left:15px;
	background:url("../../img/menu_active_background.jpg") bottom left no-repeat;
}

#mainNavigation li.active div a {
	padding-right:10px;
	padding-bottom:13px;
	background:url("../../img/menu_active_background_right.jpg") bottom right no-repeat;
}

/* -------------------------------------- End Main menu styles -------------------------------------- */
/* -------------------------------------- Begin Subnavigation styles -------------------------------------- */

.subNav ul {
	padding:0;
	margin:0;
	font-size: 11px;
}

.subNav li {
	padding-bottom:1px;
	margin:0;
	background:url(../../img/h_dotted_grey_border.gif) bottom repeat-x;
	list-style-image:none;
	list-style-type:none;
}

.subNav ul li ul {
	visibility:hidden;
	display:none;
}

.subNav .open ul {
	padding:0 0 0 11px;
	margin:0;
	visibility:visible;
	display:block;
	background:url(../../img/h_dotted_grey_border.gif) top repeat-x;
}

.subNav .open li {background:none;}

.subNav .open li a {
	font-weight:normal;
}

.subNav .active a {
	color:#f60;
	border-left:5px solid #f60;
}

.subNav .active a:hover{
	color:#fff;
	border-left:5px solid #f60;
}

.subNav a, .subNav .active li a{
	position:relative;
	color:#666;
	border-left:5px solid #ddd;
	text-decoration:none;
	padding:0.2em 0 0.2em 0.5em;
	display:block;
}

.subNav a {font-weight:bold;}

.subNav a:hover, .subNav .active li a:hover{
	color:#fff;
	border-left:5px solid #666;
	background-color:#666;
}

/* -------------------------------------- End Subnavigation styles -------------------------------------- */
/* -------------------------------------- Begin Breadcrumbs styles -------------------------------------- */

#breadCrumbs { 
	padding:10px 0 0 10px;
	font-size: 11px;
}

#breadCrumbs ol {
	margin:0;
	padding:0;
}

#breadCrumbs li {
	list-style-type:none;
	display:inline;
}

/* -------------------------------------- End Breadcrumbs styles -------------------------------------- */
/* -------------------------------------- Begin Site Search styles -------------------------------------- */

h1#welcome {
	font-weight:normal;
	color:#000;
	margin:10px 0 0 10px;
	font-size: 18px;
}

#loginBox {
	background:url(../../img/search_curve.gif) #f60 left bottom no-repeat;
	padding-right:8px;
	height:22px;
	float:right;
	text-align: right;
	white-space:nowrap;
	z-index:5;
	width:19em;
	color:#fff;
	font-size: 11px;
}

/* -------------------------------------- End Site Search styles -------------------------------------- */
/* -------------------------------------- Begin disclaimer styles -------------------------------------- */

#disclaimer {
	clear: both;
	float: right;
	width: 515px;
	padding: 15px 19px 10px 0;
}

	#disclaimer .boxOuter {
		background: url(../../img/h_dotted_orange_border.gif) left top repeat-x;
	}
	
	#disclaimer .boxInner {
		background: url(../../img/v_dotted_orange_border.gif) right top repeat-y;
		padding: 5px 10px 5px 10px;
		font-size: 11px;
	}
	
	#disclaimer .boxInner p {
		padding: 0;
		margin: 0;
	}

/* -------------------------------------- End disclaimer styles -------------------------------------- */
/* -------------------------------------- Begin Footer styles -------------------------------------- */

#footer {
	clear: both;
	height: 17px;
	width:779px;
	padding: 15px 0 0 0;
}

#footer .siteWide {
	font-size: 11px;
}

#footer .siteWide a {color:#fff;}

#footer .siteWide a:hover {
	text-decoration:none;
}

#footer .siteWide div {
	margin:0px;
	display:inline;
}

#footer #ftrSitemap {
	padding: 0 4px 0 5px;
	border-left:1px solid #fff;
	float: right;
}

#footer #ftrContact {
	padding: 0 4px 0 5px;
	border-left:1px solid #fff;
	float: right;
}

#footer #ftrAccesibility {
	padding: 0 4px 0 5px;
	float: right;
}

#footer .siteWide #ftrMailWebmaster{
	float:left;	
	padding:0 0 0 15px;
}

/* -------------------------------------- End Footer styles -------------------------------------- */

#content {
	padding: 0;
	margin: 0;
}

	#left {
		width: 245px;
		float: left;
		margin: 15px 0 0 0;
	}
	
		#left h4 {
			font-size: 11px;
			margin:5px 0;
			background: url(../../img/h_dotted_grey_border.gif) bottom repeat-x;
		}
	
		.crm {
			width: 200px;
			margin: 0 0 15px 10px;
		}
		
		.verteiler .crm { width: 220px; }
		
			#left .crm .title {
				background: url(../../img/h_dotted_orange_border.gif) left bottom repeat-x;
				margin: 0 0 6px 0;
			}
			
			#left .crm .titlenm {
				background: url(../../img/h_dotted_orange_border.gif) left bottom repeat-x;
				margin: 0;
			}
			
			.verteiler #left .crm .title {
				background: none;
				margin: 0;
			}
		
			#left .crm h2 {
				padding: 0 0 2px 18px;
				margin: 0;
				background: url(../../img/header_bullet.gif) 0 1px no-repeat;
				font-size: 11px;
				line-height: 14px;
				font-weight: bold;
				color: #000;
			}
			
			.verteiler #left .crm h2 {
				padding: 0 0 1px 18px;
				margin: 0;
				background: url(../../img/header_bullet.gif) 0 1px no-repeat;
				font-size: 11px;
				line-height: 14px;
				font-weight: bold;
				color: #000;
			}
			
			#left .crm .content {
				border: 1px solid #ededeb;
				background-color: #f8f8f8;
				padding: 2px;
			}
			
			#left .crm .content2 {				
				background: url(../../img/v_dotted_orange_border.gif) right top repeat-y;
			}
			
			#left .crm .welcomeprofile {
				width: 196px;
				height: 298px;
				background: url(../../img/welcomeprofile_bg.jpg) center 0px no-repeat;
				margin-top: 2px;
				padding: 7px 15px 12px 6px;
			}
			
				#left .welcomeprofile .profiletext {
					position: relative;
					top: 132px;
					padding: 0 15px 0 15px;
				}
				
					#left .welcomeprofile .profiletext p {
						line-height: 14px;
					}
			
			#left .crm .dropdowngroup {
				padding: 8px 0 0 4px;
			}
			
			#left .crm .dropdown {
				width: 199px;
				height: 27px;	
				padding: 84px 0 0 10px;
			}
			
			#left .crm .dropdown select {
				width: 160px;
				height: 18px;
				font-size: 11px;
				color: #ff6600;
			}
			
			#left .crm .dropdown .gosmall {
				margin-left: 5px;
			}
			
			.dd01 { background: url(../../img/banner_express.jpg) 0 0 no-repeat; }
			.dd02 { background: url(../../img/banner_post.jpg) 0 0 no-repeat; }
			.dd03 { background: url(../../img/dropdowngroup_bg03.jpg) 0 0 no-repeat; }
			
				#left .crm .boxInner {
					background: url(../../img/v_dotted_orange_border.gif) right top repeat-y;
					padding-top: 5px;
				}
				
				#left .crm .boxOuter {
					background: url(../../img/h_dotted_orange_border.gif) left top repeat-x;
				}
				
				#left .crm .boxOutergrey {
					background: url(../../img/h_dotted_grey_border.gif) left top repeat-x;
				}
				
				#left p {
					padding: 7px 0 7px 0;
					margin: 0;
					font-size: 11px;
					color: #5c5c5c;
					line-height: 13px;
				}
			
				.orangeTxtBox {
					background-color: #ff6600;
					color: #fffdfe;
					font-size: 11px;
					padding: 10px 15px 10px 15px;
				}
	
	#right {
		width: 534px;
		float: left;
		margin: 15px 0 0 0;
	}
	
	#full {
		width: 750px;
		margin: 15px 0 0 10px;
	}
	
		#right h4 {
			font-size: 11px;
			margin:5px 0;
			background: url(../../img/h_dotted_grey_border.gif) bottom repeat-x;
		}
	
		#right .textBlock, #full .textBlock {
			margin: 0 0 5px 0;
		}
				
			#right .textBlock h3.smalltitle, #full .textBlock h3.smalltitle {
				padding: 0 0 2px 18px;
				margin: 0;
				background: url(../../img/header_bullet.gif) 0 1px no-repeat;
				font-size: 11px;
				font-weight: bold;
				color: #000;
				line-height: 13px;
			}
			
			#right .textBlock h2.bigtitle, #full .textBlock h2.bigtitle {
				padding: 0 0 2px 10px;
				margin: 0;
				font-size: 16px;
				font-weight: bold;
				color: #ff6600;
				line-height: 13px;
			}
			
			#right .textBlock .boxOuter, #full .textBlock .boxOuter {
				background: url(../../img/h_dotted_orange_border.gif) left top repeat-x;
			}
			
			#right .textBlock .boxInner, #full .textBlock .boxInner {
				background: url(../../img/v_dotted_orange_border.gif) right top repeat-y;
				padding: 10px 10px 20px 10px;
				font-size: 11px;
			}
			
				#right .textBlock .boxInner ul, #full .textBlock .boxInner ul {
					margin:0 0 10px 20px;
					padding:0;
				}
				
				#right .textBlock .boxInner ol, #full .textBlock .boxInner ol {
					margin:0 0 10px 20px;
					padding:0;
				}
				
				#right .textBlock .boxInner ol li {  }
				#right .textBlock .boxInner ul.wpadd li { margin-bottom: 8px; }
				
				#right .textBlock .boxInner ul li, #full .textBlock .boxInner ul li {list-style-image:url(../../img/bullet.gif); }
			
				#right .textBlock .boxInner p, #full .textBlock .boxInner p {
					padding: 0 0 18px 0;
					margin: 0;
				}
			
				#right .welcomemap {
					background: url(../../img/welcome_map.gif) 0 15px no-repeat;
					width: 100%;
					height:	300px;
				}
				
					#right .welcomemap .infobox {
						width: 200px;
						position: relative;
						top: 30px;
						left: 312px;
					}
				
						#right .welcomemap .infobox .boxInner {
							padding: 10px 10px 20px 10px;
							font-size: 11px;
							background: none;
						}
						
					#right .locdropdown {
						width: 179px;
						height: 41px;
						position: relative;
						top: 73px;
						left: 320px;
						background: url(../../img/welcome_dropdown_loc_bg.jpg) 0 0px no-repeat;
					}
						
						#right .locdropdown table {
							position: relative;
							top: 12px;
							left: 10px;
						}
						
						#right .locdropdown select {
							width: 130px;
							height: 18px;							
							font-size: 11px;
							color: #ff6600;
						}
						
						#right .locdropdown .gosmall {
							margin-left: 5px;
						}
	
/* Linkformatierungen */

a.white01 {
	background: url(../../img/arrow_fffr.gif) 0 5px no-repeat;
	padding-left: 9px;
	color: #fff;
}

a.white02 {
	color: #fff;
}

a.white03 {
	color: #fff;
	font-weight: bold;
}

/* Formularelemente */

.gosmall {
	width: 18px;
	height: 16px;
	background: url(../../img/btn_smallgo.gif) 0 0px no-repeat;
	padding:0;
	margin: 0;
	border: 0;
}

/* Test */

.ptHomepage #xtrTntWorldWide fieldset {
	border:none;
	padding:0;
}

.ptHomepage #xtrTntWorldWide legend {display:none;}

.ptHomepage #xtrTntWorldWide select {
	display:block;
	width:208px;
	width /**/:206px;
}

.ptHomepage #xtrTntWorldWide label {
	display:block;
	width:100%;
	padding-top:0.3em;
}

.ptHomepage #xtrTntWorldWide .btnGo {
	right:0;
	margin-top:0.4em;
}

.ptHomepage #xtrTntWorldWide form { float:left; }
