
/* Features */

.featnewstitle {
	font-size:11pt;
	font-weight:bold;
	color:#4270A6;
	text-align:right;
	margin-left:10px;
	margin-right:10px;
}

.feattitle {
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	margin-top: 4px;
}

.feattext, .featlink, .featdownload {
	margin:10px;
	font-size:8pt;
}

.feattext a.newsfeed img {
	border-width: 0;
	vertical-align: middle;
	margin-right: 0.5em;
}

.featcontent hr {
	width:90%; 
}

.featcontent a {
	color: #cc0000; 
}

div.feattext span.red {
	color: #CC0000 !important;
}

div.feattext span.blue {
	color: #46648C !important;
}

div.feattext span.green {
	color: #009933 !important;
}

div.feattext p {
	font-size: 100%;
	color: inherit;
}


/* Datentabellen */

table.datentabelle td, table.datentabelle td.hell {
	background-color: #eeeeee;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	vertical-align:top; 
}

table.datentabelle td.dunkel {
	background-color: #dddddd;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	vertical-align:top; 
}

table.datentabelle th {
	text-align:left;
	font-size: 9pt;
}


/* Styles für Contentbilder mit Bildunterschrift */

span.imageframe {
	display: block;
	margin: 0;
	margin-bottom: 10px;
}

span.imageframe.left {
	float: left;
	margin-right: 10px;
}

span.imageframe.right {
	float: right;
	margin-left: 10px;
}

span.imageframe span {
	display: block;
	font-style: italic;
	margin: 5px 0 0 0;
}


/* TemplatePictureGallery */

div.gallery {
	position:relative;
	margin-right: 10px;
	margin-top: 10px;
	padding-top:7px;
	width: 175px;
	height: 155px;
	float: left;
	text-align: center;
	font-size: 10px;
}


/* diverses */

hr {
	height:1px;
	border:0px;
}

.hlsearch {
	background-color: #cccccc;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


.center {
	text-align: center;
}

.underline {
	text-decoration: underline;
}

.noborder {
	border: 0;
}

div.alert {
	background-color: #CCCCCC;
	border: 1px solid rgb(66, 112, 166);
	padding: 10px;
	margin-bottom:10px;
}

div.alert strong {
	color: rgb(66, 112, 166);
}

div.info {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	padding: 10px;
	margin-bottom:10px;
}

