body, html {
	height:100%;
	padding:0; 
	margin:0; 
	border:0;
	/*background-image: url('/grafik/Background04.gif');*/
}

body {
	background-image: url(../grafik/bg.png);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	vertical-align:top;
}

LI,UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-bottom:2px;
	margin-top:10px;
	color:#404040;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0;
	color:#404040;
}

/* The distance from the menu and the first  artikel Header */
.toppadding {
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	background-color:#FFFFFF;
	background-image:url(../grafik/topSubBg.png);
	background-repeat:repeat-x;
	vertical-align:top;
	width:100%;
}

.containerDiv {
	position:relative;
	height:100%;
	height:auto !important;
	min-height:100%;
}

.contentDiv {
	padding-bottom:44px;
}

.bottomDiv {
	position:absolute;
	bottom:0;
	height:44px;
	margin-top:-44px;
	width:100%;

}
/* The main Table which holds all customizable content */
#MainTable {
	width: 900px;
	height: 101%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;

}

.MainTableTd {
		background-color:#ffffff;
		background-image:url(../grafik/top.png);
		background-repeat:no-repeat;
		vertical-align:top;
}

/* TD containing the print, sitemap, login etc. *see line 165 - 194*/
.TopFunctionsTd {
	height:81px;
}

/* TD containing the top menu */
.TopMenuTd {
	 padding-top:8px; 
	 height:30px; 
	 vertical-align:top; 
	 text-align:left;
}


/* Menu items below main streamer text formatting */
.TopMenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
	font-weight: bold;	
	text-decoration: none;
	padding-right:15px;
}

a.TopMenuText:hover {
	text-decoration: underline;
}

/* Formatting for language selection if no image is used */
a.SearchTitle:hover {
}

/* Id for the table that makes the menu and main content area */
#ContentTable {
}

/* Cell containing the left menu structure */
.MenuCell {
	width: 166px;
	padding-top:12px;
	vertical-align:top;
	background-image:url(../grafik/topSubBg.png);
	background-repeat:repeat-x;
}

/* Table containing the left menu */
.menuTable {
	width:166px;
}

.MenuPaddingLeft {
	padding-left:10px;
	height:10px;	
}

.MenuPaddingRight {
	padding-right:10px;
	text-align:right;
	height:10px;
}

/* Left menu item text formatting */
.MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color:  #404040;
	text-decoration: none;
	margin:0px;
}

/* Left Selected Menu item text formatting */
.MenuItemSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#e30010;
	margin:0px;
}

/* Left Parent Menu item text formatting */
.MenuHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color:#e30010;
	text-decoration: none;
	line-height:18px;
}

/* Separating ruler between menu items formatting */
.MenuSeparator {
	color: #666666;
	margin-left:10px;
	margin-right:10px;
}


/* print, sitemap, login etc. formating */
.stuffClass {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#878787;
}

/* searchinput */
.topInput {
	height:18px; 
	width:223px;
	padding:3px;
	background-image:url(../grafik/searchBg.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666666;
	margin-top:4px;
}

/* searchbutton */
.searchbutton  {
	width:19px;
	height:21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border:none;
	background-image:url(../grafik/searchBottonBg.png);
	background-repeat: no-repeat;
	background-color:transparent;
	cursor: pointer;
	margin-left:6px;
}


/* Company Name,Info,Email cell/text */
.bundText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#404040;
	margin-top:16px;
}

/* bund.php - td formatting where the CO info is */
.bundTd {
	height:44px;
	vertical-align:top;
	text-align:center;
	background-image:url(../grafik/buttomBg.png);
	background-repeat:repeat-x;	
}

/* Company Email text formatting */
.CompanyEmail {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#404040;
}

.imageDescription {
	font-size:10px;
	color:#808080;
	font-family:arial;
}
	
/*a { 
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	text-decoration: underline; 
}*/

