@import url('textstyles.css');
/* Spreekonzept (c) 2005 */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
}

div#page {
	height: 95%;
	border: 10px solid #FFFFFF;
	margin: 0;
	padding: 0;
}

div#left {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 240px;
	height: 100%;
	float: left;
	border-right: 1px dashed #5A84B2;
}

	div.leftContainer {
		border-bottom: 1px dashed #5A84B2;
	}

	div#logo {
		background-image: url('../images/logo.jpg');
		background-repeat: no-repeat;
		width: 240px;
		height: 90px;
	}

	div#mainMenu {
		border-top: 10px solid #FFFFFF;
		border-bottom: 10px solid #FFFFFF;
		border-right: 10px solid #FFFFFF;
		border-left: 0;
	}
	
	div#sponsorImage1 {
		background-image: url('../images/bmi.jpg');
		background-repeat: no-repeat;
		float: left;
		width: 130px;
		height: 90px;
		border-top: 10px solid #FFFFFF;
	}

	div#sponsorImage2 {
		background-image: url('../images/dgvn.jpg');
		background-repeat: no-repeat;
		float: left;
		width: 100px;
		height: 90px;
		border-top: 10px solid #FFFFFF;
	}

	hr.clearer {
		clear: both;
		visibility: hidden;
	}

	
div#main {
	position: absolute;
	right: 10px;
	left: 255px;
	top: 10px;
	border-left: 260px #FFFFFF;
	margin: 0;
	padding: 0;
}

	div.mainContainer {
		margin: 0;
		padding: 0;
		border-bottom: 1px dashed #5A84B2;
	}

	div#content {
		border: 10px solid #FFFFFF;
	}
	
	div#imageBanner {
		background-image: url('../images/imagebanner.jpg');
		background-repeat: no-repeat;
		border-left: 10px solid #FFFFFF;
		border-bottom: 10px solid #FFFFFF;		
		height: 70px;
	}
	
	* html div#imageBanner {
		height: 80px;
	}
	
div#button {
	position: absolute;
	right: 30px;
	top: -20px;
	background-image: url('../images/button.gif');
	background-repeat: no-repeat;
	background-position: top;
	width: 190px;
	height: 170px;
}	
	
/* mainMenu first level */

div#mainMenu ul.firstLevel, div#mainMenu ul.firstLevel li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#mainMenu ul.firstLevel li a {
	display: block;
	width: 220px;
	background-color: #D2E4F8;
	color: #5A84B2;
	border: 5px solid #D2E4F8;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
}	

* html div#mainMenu ul.firstLevel li a {
	width: 220px;
}

/* mainMenu second level */

div#mainMenu li.submenu {
  margin: 0;
  padding: 0;
}

*html div#mainMenu li.submenu {
  	height: 0px;
}

div#mainMenu ul.secondLevel {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
} 

div#mainMenu ul.secondLevel li.secondLevelItem {
	list-style: none;
	margin: 0;
	padding: 0;
}



div#mainMenu ul.secondLevel li.secondLevelItem a {
	display: block;
	width: 200px;
	color: #505050;
	border: 2px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}	

* html div#mainMenu ul.secondLevel li.secondLevelItem a {
	width: 180px;
}



/* tt_news */

div.news-latest-container {
	margin: 0;
	padding: 0;
}

div.news-latest-border-wrap {
	margin: 0;
	padding: 0;
}

div.news-latest-item {
	width: 200px;
	height: 180px;
	float: left;
	/* border: 10px solid #FFFFFF; */
	border-right: 1px dashed #5A84B2;
	margin: 0;
	padding: 0;
}

span.news-latest-date {
	margin: 0;
	padding: 0;
}

span.news-latest-date a {
	color: #505050;
	font-size: 10px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

div.news-latest-item h3  {
	display: block;
	width: 190px;
	background-color: #D2E4F8;
	border: 5px solid #FFFFFF;
	margin: 0;
	padding: 0;
}

div.news-latest-item h3 a {
	font-size: 12px;
	display: block;
	border: 5px solid #D2E4F8;
	padding: 0;
	color: #5A84B2;
	text-decoration:none;
}

div.news-latest-item p.bodytext {
	font-size: 10px;
	margin:0 10px 0 10px;
	padding: 0;
}

div.news-latest-image {
	float: left;
	border-right: 10px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
}

div.news-latest-morelink a {
	color: #5A84B2;
	text-decoration: none;
	margin:0 0 0 10px;
	font-size: 10px;
}

hr.clearer {
	visibility: hidden;
	clear: both;
}


div.news-single-item p.bodytext {
	font-size: 12px;
	margin:0;
	padding: 0;
}

div.news-single-image {
	float: left;
	border-right: 10px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}

div.news-single-backlink a {
	font-size: 12px;
	text-decoration: none;
	color: #5A84B2;
}



div.news-list-item h1 a {
	font-size: 16px;
	text-decoration: none;
	color: #5A84B2;	
}

div.news-list-image {
	float: left;
	border-right: 10px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;	
}

div.news-list-morelink {
	margin: 0;
	padding: 0;
}

div.news-list-item p.bodytext {
	margin: 0;
	padding: 0;
}

div.news-list-morelink a {
	font-size: 12px;
	text-decoration: none;
	color: #5A84B2;
}


div.news-catmenu {
margin-bottom: 30px;
}

p.news-catmenu-header a {
	font-size: 10px;
}

div.news-catmenu-NO {
	margin: 0;
	padding: 0;
}

div.level2 {
margin-left: 10px;
}

div.news-list-author {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
