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

body {
	background-color: #ffffff;
}

html {
	vertical-align:top;
}

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

a {
	color:#333333;
}

p {
	margin:0;
}

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

/* The main Table which holds all customizable content */
#MainTable {
	width: 900px;
	height: 100%;
	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:38px;
}

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


/* Menu items below main streamer text formatting */
.TopMenuText {
	font-family: "Trebuchet MS", helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;	
	text-decoration: none;
	padding:0px 20px 0px 20px;
}

a.TopMenuText:hover {
	color: #CCCCCC;
}

/* Formatting for language selection if no image is used */
a.SearchTitle:hover {
	text-decoration: underline;
}

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

/* Cell containing the left menu structure */
.MenuCell {
	width: 166px;
	padding-top:16px;
	vertical-align:top;
	background-image: url(../grafik/frontBg.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;
}

/* Left menu item text formatting */
.MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3887c9;
	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:#666666;
}

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

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


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

/* searchinput */
.topInput {
	height:16px; 
	width:130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Please note that the topinput cells are set via styles in the top.php file */

.langImg {
	margin-top:30px;
}

/* searchbutton */
.searchbutton  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6eafe3;
	border:none;
	background-color:transparent;
	cursor: pointer;
	padding:0px 0px 0px 10px;
	margin-right:6px;
}


/* Company Name,Info,Email cell/text */
.bundText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#6eafe3;
	margin-bottom:4px;
	margin-right:10px;
}

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

/* Company Email text formatting */
.CompanyEmail {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#6eafe3;
}
	
/*a { 
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	text-decoration: underline; 
}*/
