/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #e5e5e5;
	font: normal 70% Calibri, Tahoma;
	
}

#wrapper {
	background: #ffffff;
	margin: 0 auto;
	width: 1000px;	
	border: 30px solid #e5e5e5;
}

#container {
	padding: 0px;
	margin: 0 auto;
}

.headerpic {
	background: url(../img/Europfast_Logo4.jpg) no-repeat;
	height: 100px;
	margin-top: -15px;
	margin-left: 0px;
	padding-left: -10px;
	border-bottom: 5px solid #e5e5e5;
}

.example {
	padding: 20px;
}

.flash {
	height: 320px;
	margin-left: -10px;
	padding: 0px;
}

.login {
	float: right;
	font: 11px Calibri;
	padding: 10px 10px 10px 10px;
}

.reg {
	margin: 0 0 20px 100px;
}

script {
	font: 11px Calibri;
	color: #000000;
}

.language {
	text-align: right;
}
	
/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	width: 7.9em;
	padding: 0;
	height: 25px;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 0px;
	margin: 0px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 0px;
	margin: 0px;
}
/* -- sticky.submenu.END -- */

/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	background: #ffffff;
	height: 20px;
}

.menu ul {
	width: 18em;
}

.menu a {
	background: none;
	text-align: center;
	font: 10px bold 1em Calibri, Tahoma;
	text-decoration: none;
	letter-spacing: 0.2px;
	color: #000000;
	padding: .7em;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #000000;
	background: #e5e5e5;

}

.menu li li {	/* create borders around each item */
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}

/* - - - ADxMenu: IE6 BASIC styles [MANDATORY] - - - */

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 10000;
}

.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

.menu .adxmhoverUL {	/* 1st-level submenu go below their parent item */
	top: 100%;
	left: 0;
}

.menu .adxmhoverUL .adxmhoverUL {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu li li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

.menu li li {	/* prevent double-line between items */
	margin-top: -1px;
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
	color: #0000CC;
}

.menu .adxmhoverUL .adxmhoverUL {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

h1,h2,h3 {color: #000000; padding: 8px 0 2px;}

h1 {font: normal 2.2em Tahoma, Verdana, Arial, Helvetica, sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: none;}

h2 {font: bold 1.2em Tahoma, Verdana, Arial, Helvetica, sans-serif;}
h3 {font: bold 1.2em Tahoma, Verdana, Arial, Helvetica, sans-serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Tahoma;
	padding-left: 26px
}


li {
	line-height: 1.5em;
	margin-left: 0px;
}

.lileistungen {
	line-height: 1.5em;
	margin-left: 20px;
}

p {
	font: 11px Calibri, Tahoma;
	color: #000000;
	padding: 2px 0 10px; 
	word-spacing: 0.1em; 
	display: block;
}

ul {
	padding: 0 3em 0.3em;
}

ol {
	margin-left: 50px;
	color: #000000;
	font: 11px Calibri, Tahoma;
}
.clear,.clearer {
	clear: both;
}

.clearer {
	font-size: 0;
}


/* main */
.main#two-columns {
	background: #FFF url(img/two-columns.gif) repeat-y; 
}

.main#one-columns {
	background: #FFFFFF; 
}

.col1 {
	width: 100%;
}

.col1 .content {
	background: #ffffff;
}
.col2 .left {
	width: 75%; 
	padding: 0px 0 0 0px;
}

.overview {
	margin-left: 0px;
}

.overview1 {
	margin-left: 0px;
	height: 100px;
	margin-top: 30px;
}

.table2 {
	color: #000000;
	float:left;
	margin-top: 10px;
}

.table2 caption {
	font: 14px Calibri, Tahoma;
	text-align: left;
	color: #00a551;
	float: left;
	margin-bottom: 15px;
}

.table2 tr {
	height: 10px;
}

.table2 tr td {
	font: 11px Calibri, Tahoma;
}

.table2 a {
	color: #000000;
	text-decoration: none;
}

.table2 a:hover {
	color: #00a551;
}

img {
	border: none;
}

.table3 {
	width: 100px;
	height: 75px;
	color: #000000;
	float:left;
	border: 1px solid #e5e5e5;
	margin-right: 5px;
}

.table4 {
	width: 100px;
	height: 75px;
	color: #000000;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.table5 {
	width: 100px;
	height: 75px;
	color: #000000;
	float:left;
	border: 1px solid #e5e5e5;
	margin-right: 5px;
}

.table6 {
	width: 100px;
	height: 75px;
	color: #000000;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.col2 .left .content .scroll {
	height: 150px; 
	overflow: auto;
	scrollbar-base-color: #white;
	scrollbar-arrow-color: #999999;
	scrollbar-darkshadow-color: grey;
	scrollbar-face-color: white;
	scrollbar-highlight-color: none;
	scrollbar-shadow-color: none;
	scrollbar-track-color: white;
	scrollbar-3d-light-color: none;
}
	
.col2 .right {
	width: 25%; 
}

.col2 .right .content {
	margin: 0 0 0 0;
}

.news {
	border: 1px solid #e5e5e5;
	font: 11px Calibri;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.news2 {
	font: 11px Calibri;
	padding: 10px 10px 10px 10px;
	margin-top: 100px;
	margin-bottom: 0px;
}

.news5 {
	font: 10px Calibri;
	padding: 10px 10px 10px 10px;
	
	margin-bottom: 0px;
}

.p1 {
	font: 11px Calibri;
	color: #00a551;
	font-weight: bold;
}

.rssfeed {
	font: 8px Calibri;
	color: #cccccc;
	text-decoration: none;
}

.news1 {
	height: 25px;
	margin-top: -57px;
	border: 1px solid #e5e5e5;
	padding: 0px 10px 0px 10px;
	background: #e5e5e5;
	margin-bottom: 10px;
}

.p2 {
	font: 12px Calibri;
	color: #00a551;
	font-weight: bold;
	padding: 7px 0 0 0;
	letter-spacing: 1px;
}

.partnerheader {
	font: 14px Calibri;
	color: #00a551;
	margin-left: 225px;
}

.partnerheader1 {
	font: 11px Calibri;
	color: #000000;
	margin-left: 225px;
}

.partnerpic {
	background: url(../img/partnerschaft.jpg) no-repeat;
	height: 215px;
}

.companypic {
	background: url(../img/unternehmen.jpg) no-repeat;
	height: 215px;
}

.umweltpic {
	background: url(../img/umwelt.jpg) no-repeat;
	height: 215px;
}

.standortpic {
	background: url(../img/weltkugel_standorte.jpg) no-repeat;
	height: 215px;
}

.kontaktpic {
	background: url(../img/kontakt.jpg) no-repeat;
	height: 215px;
}

.leistungenpic {
	background: url(../img/leistungen.jpg) no-repeat;
	height: 215px;
}

.keppic {
	background: url(../img/kep.jpg) no-repeat;
	height: 215px;
}

.ggtpic {
	background: url(../img/gefahrgut.jpg) no-repeat;
	height: 215px;
}

.volpic {
	background: url(../img/megatrailer.jpg) no-repeat;
	height: 215px;
}

.lebensmittelpic {
	background: url(../img/lebensmittel.jpg) no-repeat;
	height: 215px;
}

.landverkehrepic {
	background: url(../img/landverkehre.jpg) no-repeat;
	height: 275px;
}

.qualitaetpic {
	background: url(../img/ISO9001_200_200.jpg) no-repeat;
	height: 215px;
}

.tablepartner {
	color: #000000;
	width: 460px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}

.tablepartner caption {
	font: 14px Calibri, Tahoma;
	text-align: left;
	color: #00a551;
	float: left;
	margin-bottom: 15px;
}

.tablepartner tr {
	height: 10px;
}

.tablepartner tr td {
	font: 11px Calibri, Tahoma;
}

.tablepartner tr td li{
	font: 11px Calibri, Tahoma;
	margin-left: 0px;
	line-height: 1.5em;
}

.tablepartnerleistungen {
	color: #000000;
	width: 460px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}

.tablepartnerleistungen caption {
	font: 14px Calibri, Tahoma;
	text-align: left;
	color: #00a551;
	float: left;
	margin-bottom: 15px;
}

.tablepartnerleistungen tr {
	height: 10px;
}

.tablepartnerleistungen tr td {
	font: 11px Calibri, Tahoma;
}

.tablepartnerleistungen tr td li{
	font: 11px Calibri, Tahoma;
	margin-left: 0px;
	line-height: 1.5em;
}

.tablepartnerleistungen a {

	color: #000000;
}

.tablepartnerleistungen a:hover {
	color: #00a551;
}

.imgiso {
	float:left;
	height: 75px;
	width: 75px;
	background: url(../img/ISO9001_75_75.jpg) no-repeat;
}

.imgiso1 {
	float:left;
	margin-left: 25px;
	color: #000000;
	font: 10px Calibri, Tahoma;
	height: 75px;
	width: 75px;
	background: url(../img/iso_14001_75x75.jpg) no-repeat;
}

.imgiso2 {
	color: #000000;
	font: 10px Calibri, Tahoma;
	height: 75px;
	width: 75px;
	background: url(../img/iso_14001_75x75.jpg) no-repeat;
}

.imgiso2 {
	font: 11px Calibri, Tahoma;
	color: #000000;
	margin-right: 15px;
	float:left;
	height: 75px;
	width: 75px;
	background: url(../img/ISO9001_75_75.jpg) no-repeat;
}

.imgvsl {
	float: left;
	margin-left: 0px;
	height: 75px;
	width: 160px;
	background: url(../img/VSL_Logo_75x75.JPG) no-repeat;
}

.pvsl {
	margin-left: 0px;
	height: 75px;
	width: 160px;
	background: url(../img/VSL_Logo_75x75.JPG) no-repeat;
}

.table1 {
	width: 200px;
	margin-bottom: 0px;
}

.table1 tr {
	width: 200px;
}

.table1 tr td {
	font: 11px Calibri;
	color: #000000;
	padding-top: 0px;
}

input {
	font: 11px Calibri;
	color: #000000;
	background: #cccccc;
	border: none;
}

input[type="text"] {
	width: 100px;
}

input[type="password"] {
	width: 100px;
}

input[type="submit"] {
	width: 60px;
}

textarea {
	font: 11px Calibri;
	width: 180px;
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #e5e5e5;
}

.input1 {
	font: 11px Calibri;
	color: #000000;
	background: #cccccc;
	border: none;
}

.input1[type="text"] {
	width: 200px;
}

.input1[type="submit"] {
	width: 100px;
}

.textarea1 {
	font: 11px Calibri;
	width: 300px;
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #e5e5e5;
}

marquee {
	height: 125px;
}

.strong1 {
	color: blue;
}

.content {
	font: 11px Tahoma; 
	padding: 18px 20px;
}

.content .a {
	font: 11px Tahoma;
}

.left {
	float: left;
}
.right {
	float: right; 
}
.right .content {
	padding: 18px 15px 5px;
}


/* footer */
.footer {
	background: #ffffff;
	font:10px Calibri;
	word-spacing: 0.1em;
	letter-spacing: 0.2px;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 5px solid #e5e5e5;
	height: 15px;
}

.footer .left {
	width: 66%;
}

.footer .right {
	width: 33%;
	text-align: right;
	text-decoration: none;
}

.footer a {
	color: #000000;
	letter-spacing: 0.2px;
	text-decoration: none;
}
.footer a:hover {
	color: #00a551;
}
