/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	background-color:#76A1B8;
	background:url(../images/background.gif); 
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}

a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: white;
}

a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: white;
}

a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: black;
}

a:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: white;
}


.layoutTable {
}

#Header {
/*	background-repeat: no-repeat;
	background-image:url(../images/header.jpg);
	background-position:right top;
*/
}

#BottomCell {
	background-color: #7faad7;
}

#LinksCell {
	padding:8px;
}

#RechtsCell {
	padding: 8px;
}

#ContentCell {
	padding: 8px;
	border-color: white;
	border-style: solid;
	border-width: 0px;
	background-color: white;
}

.LeftLinksCell {
	padding: 4px;
	color: black;
	border-top-color: black;
	border-top-width: 0px;
	border-top-style: solid;
}

.LeftLinksCellOver {
	padding: 4px;
	color: black;
	font-weight: bold;
	background-color: #FFD2A6;
	border-top-color: black;
	border-top-width: 0px;
	border-top-style: solid;
}

.NewsTitle {
	background-color: #FFD2A6;
/*	background-image:url(../images/rundeecke.gif);
	background-position:right top;
	background-repeat:no-repeat;  */
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #F99000;
	height: 20px;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 8px;
}

.NewsContent {
	background-color: white;
	padding-top: 12px;
	padding-bottom:12px;
	padding-left:8px;
	padding-right:8px;
	text-align: left;
}

.blackLinks {
	color: #000000; 
	text-decoration:underline;
}

.BilderZelle {
	overflow:auto;
	width:780px;
	height:105px;
}

.CellBorderBottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #7faad7;
}
