/* Angaben für alle standardkonformen Browser */
body {
	margin:0;
	padding:0;
	background-color: #D5D9EA;
}

#livetec_blau{
	color: #283F88;
}

#no_link{
	text-decoration: none;
	color: Black;
}

#copyright{
	text-align: center;
	font: 12px Arial,  Tahoma,"Futura Lt BT", "Courier New", Courier, "Kabel Bk BT", DIN-Medium,  monospace;
}
#content_container {
	padding-top: 90px;
	padding-left: 188px; /* 175*/
	padding-right: 15px;
	font: 15px Arial,  Tahoma,"Futura Lt BT", "Courier New", Courier, "Kabel Bk BT", DIN-Medium,  monospace;
	background-color: #D5D9EA;
}

#content_headline{
	text-align: center;
	height: 60px;
}

#content_subheadline{
	text-align: center;
	height: 30px;
	font-weight: bold;
}

#nolinkcolor{
	color: Black;
}

#content_image {
	margin-bottom: 20px;
	margin-top: 10px;
}

#content_cell {
	border-width: 2px;
	border-style: solid;
	border-color: #B4B8BC;
	padding: 6px;
	background-color:  #DCDCDC;
}

#content_celljustify {
	border-width: 2px;
	border-style: solid;
	border-color: #B4B8BC;
	padding: 6px;
	background-color: #DCDCDC;
	text-align: justify;
}

#content_cell_left {
	border-width: 2px 2px 2px 0px;
	border-style: solid;
	border-color: #B4B8BC;
	padding: 6px;
	background-color: #DCDCDC;
}

#content_cell_bottom {
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: #B4B8BC;
	padding: 6px;
	background-color: #DCDCDC;
}

#content_cell_bottomleft {
	border-width: 0px 2px 2px 0px;
	border-style: solid;
	border-color: #B4B8BC;
	padding: 6px;
	background-color: #DCDCDC;
}

#content_cell_bottomrightleft {
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #B4B8BC;
	padding: 6px;
	background-color: #DCDCDC;
}

/*Definitionen für das Menu*/
#menu_container {
	position: fixed;
	top: 103px;
	width: 175px;
	height: 100%;
	left: 2px;
	font: 15px DIN-Bold, "Futura Md BT", "Arial Black", "Kabel Ult BT", "Courier New", Courier, monospace;
	background-color: #B4B8BC;
}


#menu {
	margin: 5px 3px 3px 5px; 
	padding: 7px;
	float: left;
	width: 164px; /* 141*/
	background-color: #DCDCDC;
	font: 14px "Arial", "Futura Md BT", "Kabel Ult BT", "Courier New", Courier, monospace;
}

#menu td {
	height: 27px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
}

#td_last {
	height: 1000px;
}

#td_partner {
	height: 500px;
}

#active {
	color: #48709F;
	text-decoration: underline;
}

#menu a:link, #menu a:visited {
	display: block;
	color: Black;
	text-decoration: none;
}

#menu a:hover {
	color: Navy;
	text-decoration: underline;
}

/*Definitionen für den Header*/

/*Kompletter Headerbereich*/
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #D5D9EA;
}

/*Bereich für Logos und Text*/
#header_table {
	width: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: White;
}

/*Livetec Schriftzug*/
#header_link {
	color: Black;
	text-align: right;
	font: 20px DIN-Regular, "Zurich Ex BT", Tahoma, Arial, "Arial Unicode MS", "MS Sans Serif", "Humanst521 BT";
}

/*Livetec Logo*/
#header_logo {
	width: 81px;
	padding: 0px 4px 0px 4px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}



