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;
	background-color: #ffffff;
}

html {
	vertical-align:top;
}

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

p {
	margin:0;
}

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

.contentDiv {
	padding-bottom:60px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

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


/* The distance from the menu and the first  artikel Header */
.toppadding {
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	vertical-align:top;
	background-color:#FFFFFF;
}

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

}

.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:28px;
	vertical-align:top;
	text-align:right;
	padding-top:2px;
}

.TopFunctionsTd2 {
	height:78px;
}

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


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

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:16px;
	vertical-align:top;
	background-color:#FFFFFF;
}

/* 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:  #2f303b;
	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:#2e7ca7;
}

/* Left Parent Menu item text formatting */
.MenuHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #2f303b;
	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:10px;
	font-weight:bold;
	text-decoration:none;
	color:#6eafe3;
}

/* searchinput */
.topInput {
	width:260px;
	height:25px;
	padding:5px;
	background-image:url(../grafik/searchFieldBg.png);
	border:none;
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

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

/* searchbutton */
.searchbutton  {
	width:31px;
	height:35px;
	background-image:url(../grafik/searchButtonBg.png);
	border:none;
	background-color:transparent;
	cursor: pointer;
	margin-left:12px;
}


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

/* bund.php - td formatting where the CO info is */
.bundTd {
	padding:18px 0px 15px 0px;
	vertical-align:top;
	text-align:center;
	background-image:url(../grafik/bundBg.png);
	background-repeat:repeat-x;
	background-color: #ffffff;
}

/* Company Email text formatting */
.CompanyEmail {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#6eafe3;
}
	
/*a { 
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	text-decoration: underline; 
}*/
div .updateableDiv{
	color:#ffffff;
	float:left;
	display: block;
}

