/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
	height: 100%;
	margin-bottom: 0px;
	overflow-y: scroll;
	scrollbar-base-color: #206476;
	outline: none;
}

body {
	height: 100%;
	font-family: "Trebuchet MS", Arial;
	margin: 0px;
	font-size: 11px;
	color: #00bff3;
	background-color: #000000;
	background-image: url('../images/bodyBackground.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	line-height: 125%;
}

a{
	text-decoration: none;
	color: #ffffff;	
}

a:hover {
	text-decoration: underline;
	color: #ffffff;	
}

img {
	border: 0px;
}

div#container {
	width: 767px;
	margin: 0px auto;
	text-align: center;
	height: 100%;
}

div#mainBody {
	width: 767px;
	height: 658px;
	text-align: left;
	background-image: url('../images/mainBackground.jpg');
	background-repeat: no-repeat;
	margin-top: 52px;
}

div#bodyTop {
	width: 767px;
	height: 191px;
}

div#bodyMain {
	width: 665px;
	height: 337px;
	margin-left: 102px;
}

div#mainLeft {
	float: left;
	width: 129px;
	height: 305px;
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 2px;
	
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

div#topLink {
	float: left;
	width: 167px;
	height: 144px;
	margin-top: 10px;
	margin-left: 9px;
}

div#topLink img{
	width: 167px;
	height: 144px;
}

div#mail {
	float: right;
	width: 21px;
	height: 19px;
	margin-right: 9px;
	margin-top: 4px;
}

div#mail img{
	width: 21px;
	height: 19px;
}

div#search {
	float: right;
	width: 21px;
	height: 19px;
	margin-right: 14px;
	margin-top: 4px;
}

div#search img{
	width: 21px;
	height: 19px;
}

div#start{
	float: right;
	width: 21px;
	height: 19px;
	margin-right: 14px;
	margin-top: 4px;
}

div#start img{
	width: 21px;
	height: 19px;
}

div#aktTitle {
	font-size: 20px;
	font-weight: bold;
	color: #00ffff;
}

div#newsTitle {
	font-size: 11px;
	color: #00bff3;
	font-family: Georgia;
	text-decoration: underline;
	margin-top: 10px;
}

div#newsImg {
	width: 129px;
	height: 86px;
	margin-top: 10px;
	margin-bottom: 15px;
}

div#newsImg img{
	width: 129px;
	height: 86px;
}

div#newsText {
	width: 127px;
	font-size: 11px;
	overflow: auto;
	height: 140px;
	padding-right: 2px;
	position: relative;	
	outline: none;	
}

div#mainCenter {
	float: left;
	width: 376px; 
	height: 297px;
	margin-top: 6px;
	margin-right: 6px;
	padding-left: 13px;
	//padding-left: 10px;
	padding-right: 13px;
	//padding-right: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	overflow: auto;
	position: relative;
	outline: none;
}

div#mainRight {
	float: left;
	width: 95px;
	height: 337px;
}

div.artTitle {
	font-size: 17px;
	color: #00ffff;

}

div.artText {
	margin-top: 4px;
	margin-bottom: 14px;
}

div.artDate {
	font-size: 11px;
	color: #0a6f8a;
	font-style: italic;
}

div#bodyBottom {
	width: 592px;
	height: 29px;
	margin-top: 54px;
	margin-left: 98px;
}

div.menuItem {
	padding-top: 7px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	font-family: "Arial Narrow";
	color: #00ffff;
}

div.menuItem a{
	color: #3cb878;
}

div.box {
	float: left;
	width: 5px;
	height: 5px;
	font-size: 1px;
	margin-top: 12px;
	background-color: #26657d;
	margin-left: 6px;
	margin-right: 6px;
}
