/********************* CSS Datei **********************/
body{
	background-image: url(img/bg.gif);
	font-size: 10pt;
	font-family: verdana;
	color: #000000;
}
table{
	font-size: 10pt;
	font-family: verdana;
	color: #000000;
}
h5{
	text-align: center;
	font-size: 12pt;
	font-family: verdana;
	font-weight: bold;
}
a:visited,a:active, a:link{
    text-decoration: underline;
    color: #000000;
}
a:hover{
    color: #663399;
    text-decoration: none;
}
/*****************************************************/
.noBGTable{

	background: #CCFFCC;
}
.footer{
	font-size: 8pt;
	font-family: verdana;
	color: #000000;
}

.content{
	border: 2px solid;
	border-color: #43551F;
	background: #CCFFCC;
}
h6{
	font-size: 12pt;
	font-family: verdana;
	font-weight: bolder;
}
.input{
	background-color: #82C982;
	border: 1px solid;
	border-color: #519451;
	font-size: 8pt;
}

.sImg{
	border: 1px #000000 solid;
}

img{
	border: 0px;
}

.tdRow{
	border-top: 1px solid;
	border-top-color: #FFFFFF;
	border-bottom: 1px solid;
	border-bottom-color: #5C8D5C;
}

.BoxHighlight{
	border: 1px solid #5C8D5C;
	width: 200px;
	background: #B2ECB2;
	font-family: Trebuchet MS;
	margin: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 1px;
	float: left;
	text-align: center;
}
.ContentBox{
	float: left;
	width: 100%;
	background: #B2ECB2;
	padding: 3px;
	font-family: Trebuchet MS;
	border: 1px solid #5C8D5C;
}
.BoxHighlight .Caption{
	width: 200;
	text-align: center;
	background: #82C982;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #5C8D5C;
	border-bottom: 1px solid #5C8D5C;
	font-family: Trebuchet MS;
}

.Highlight{
	font-weight: bold;
	color: red;
}
.highlightContent{
	border: 1px solid #5C8D5C;
	width: 500px;
	background: #B2ECB2;
	font-family: Trebuchet MS;
	margin: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 1px;
	margin: auto;
	text-align: left;
}
.highlightContent .headline{
	width: 500px;
	text-align: center;
	background: #82C982;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #5C8D5C;
	border-bottom: 1px solid #5C8D5C;
	font-family: Trebuchet MS;
	display: block;
}