body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.menulinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

/* News Portal2007 - Linkfarben und so*/
a.newsheadline:link { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffa701; text-decoration:none; font-weight: bold; }
a.newsheadline:active { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffa701; text-decoration:none; font-weight: bold; }
a.newsheadline:visited { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffa701; text-decoration:none; font-weight: bold; }
a.newsheadline:hover { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffa701; text-decoration:underline; font-weight: bold; }

.newsdatum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #414141;
}

.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #414141;
}

/* News Portal2007 - Datum im kleinen Kasten*/
.newsdate {
	float:left;
	height: 37px;
	width: 40px;
	text-align: center;
	margin:0 10px 0 0;
	font: 12px/13px Arial, Sans-Serif;
	background: url(news/dateback.gif) #FFFFFF;
	background-repeat: no-repeat;
}

.newsmonth {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
}
.newsday {
	color: #FFFFFF;
	font-size: 18px;
	padding-top: 4px;
}

.weristonline {
	float:left;
	height: 42px;
	width: 150px;
	text-align: center;
	margin:0 10px 0 0;
	font: 12px/13px Arial, Sans-Serif;
	background: url(news/portal2007_weristonline.gif) #FFFFFF;
	background-repeat: no-repeat;
}
.weristonlinedaten {
	color: #555757;
	font-size: 10px;
	font-weight: bold;
	padding-top: 25px;
}
.grey10small {
	color: #555757;
	font-size: 10px;
	font-weight: bold;
}
a.weristonlineq:link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #595959; text-decoration:none; }
a.weristonlineq:active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #595959; text-decoration:none; }
a.weristonlineq:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #595959; text-decoration:none; }
a.weristonlineq:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #595959; text-decoration:underline; }

/* **************************************** */

.schnellinfo {
	align:right;
	height: 130px;
	width: 211px;
	text-align: center;
	margin:0 0px 0 0;
	font: 12px/13px Arial, Sans-Serif;
	background: url(news/portal2007_schnellinfoback.gif) #FFFFFF;
	background-repeat: no-repeat;
}
.schnellinfohf {
	color: #555757;
	font-size: 20px;
	font-weight: bold;
	padding-top: 70px;
}
.schnellinfodate {
	color: #555757;
	font-size: 16px;
	padding-top: 10px;
}
.schnellinfoort {
	color: #555757;
	font-size: 12px;
	padding-top: 5px;
}

.schnellinfodatenhead {
	color: #555757;
	font-weight: bold;
	font-size: 12px;
}
.schnellinfodaten {
	color: #555757;
	font-size: 10px;
}

/* Normal, standard links. */
a:link, a:visited
{
	color: #005177;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #cc3333;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body, td, th
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana, sans-serif;
	background-color: #efefef;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
	background-color: #efefef;
}

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #dee7ef;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.3em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
	background-color: #efefef;
}
.windowbg2
{
	color: #000000;
	background-color: #f8f8f8;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-image: url(images/catbg.gif);
	background-color: #dedede;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
	background-color: #dedede;
	color: #000000;
}

/* The borders around things. */
.bordercolor
{
	background-color: #6394bd;
}
.tborder
{
	border: 1px solid #ffffff;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}