html {
	height			: 100%;
}

body {
	height			: 100%;
	margin			: 0;
	padding			: 0;
	font-family		: Verdana;
	background		: #000;
}

/***********************************************************/

#top {
	position		: static;
	width			: 100%;
	height			: 12%;
	margin			: 0;
	color			: #222222;
	background-color: #fff;
	text-align		: center;
	font-size		: 1.0em;
}

/***********************************************************/

#logo {
	width			: 100%;
	height			: 10%;
	text-align		: center;
	background		: #fff;
	padding-bottom	: 5%;
}

#logo img {
	margin-bottom	: 0.2em;
	border			: 0;
}

/***********************************************************/

#coloredLine {
	position		: static;
	width			: 100%;
	height			: 26px;
	margin			: 0;
	background      : url("../img/bar_unternehmen.gif") repeat;
	background-color: #f00;
	border-bottom   : 1px solid #000000;
}

/***********************************************************/

#content {
	position		: static;
	width			: 100%;
	margin			: 0 0 60px 0;
	color			: #ccc;
	background-color: #000;
	text-align		: center;
	font-size		: 0.8em;
}

* html #content {
	margin-top		: 20px;
}

#content a {
	color			: #fff;
	text-decoration : none;
}

#content a:hover {
	text-decoration : underline;
}


#content table {
	padding-top		: 3.5em;
	margin-left		: auto;
	margin-right	: auto;
}

#content td {
	width			: 10em;
	text-align		: center;
}

#content td img {
	margin-bottom   : 0em;
	border			: 0; /*2px solid #888;*/
}


#newsticker {
	margin-top		: 50px;
	margin-left		: 15%;
	margin-right	: 15%;
}


#tickerhead {
	float			: left;
	background		: #333;
	width			: 80px;
	font-size		: 0.8em;
	color			: #fff;
	padding			: 4px;
	text-align		: center;
	border			: 1px solid #333;
}

#ticker {
	text-align		: left;
	background-color: #000;
	margin-left		: 89px;
	font-size		: 0.9em;
	padding			: 4px 5px 0px 5px;
	border			: 1px dotted #333;
}


/************************************************************/
 
#footer {
	width			: 100%;
	margin			: 0;
	color			: #fff;
	background-color: #000;
	text-align		: center;
	font-size       : 0.8em;
	clear			: both;
}

#footer a {
	padding			: 2em 0.75em 0em 0.75em;
	color			: #fff;
	text-decoration : none;

}

#footer a:hover {
	text-decoration : underline;
}


#pageinfo {
	margin-top		: 1em;
	color			: #666;
	font-size		: 80%;
}
