/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	font-weight:bold; 
	color:#000;
}

a:visited {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	font-weight:bold; 
	color:#000;
}

a:hover {
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	font-weight:bold; 
	color:#000;
}

a:active {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	font-weight:bold; 
	color:#000;
}


.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-top-width: 1px;
	border-top-style:dotted;
	border-top-color: #3159cb; */
/*	height: 20px; */

/*	font-family:"Times New Roman", Times, serif;   */
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
	font-size:14px; 
	color:#3159cb;

	padding-top: 2px;
	padding-left: 8px;
}

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

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

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

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

.CellBorderTop {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #3159cb;
}
