/********************
allgemein
*********************/
body,
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}

body {
	/*background-color: #8d8d8d;*/
	background-color: #fff;
}
a:link,
a:visited {
	color: #999;
	text-decoration: none;
}
a:active,
a:hover,
a:focus {
	color: #ed2f10;
	text-decoration: underline;
}
a.navi:link,
a.navi:visited,
a.navi:active {
	color: #999;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
a.naviAct:link,
a.naviAct:visited,
a.naviAct:active,
a.naviAct:hover,
a.naviAct:focus,
a.navi:hover,
a.navi:focus {
	color: #ed2f10;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
}

a.subnavi:link,
a.subnavi:visited,
a.subnavi:active,
.news-amenu-container a:link,
.news-amenu-container a:visited,
.news-amenu-container a:active,
.news-catmenu-NO a:link,
.news-catmenu-NO a:visited {
	font-weight: bold;
	color: #999;
	text-decoration: none;
	font-size: 11px;
	
}
a.subnaviAct:link,
a.subnaviAct:visited,
a.subnaviAct:active,
a.subnaviAct:hover,
a.subnaviAct:focus,
a.subnavi:hover,
a.subnavi:focus,
li.li-subnaviAct a:link,
li.li-subnaviAct a:visited,
li.li-subnaviAct a:active,
li.li-subnaviAct a:hover,
li.li-subnaviAct a:focus,
.news-amenu-container a:hover,
.news-amenu-container a:active,
.news-amenu-container a:focus,
.news-catmenu-NO a:hover,
.news-catmenu-NO a:active,
.news-catmenu-NO a:focus,
.news-catmenu-ACT a:link,
.news-catmenu-ACT a:visited {
	color: #e1351d !important;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}

h1 {
	color: #666;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h2 {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.cleaner {
	clear: both;
}
.invisible {
	display: none;
}
/***********************
hauptframe
************************/
#site {
	width: 1001px;
	height: 585px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -293px 0 0 -500px;
}

/*********************
unterteilung main + footerleiste
**********************/
#outer {
	width: inherit;
	height: 560px;
}
#footer {
	/*width: inherit;*/
	height: 15px;
	text-align: right;
	color: #cccccc;
	font-size: 10px;
	margin: 5px 50px 0 0;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus,
#footer a.footerAct:link,
#footer a.footerAct:visited,
#footer a.footerAct:active {
	color: #000;
	text-decoration: none;
}

/********************
main + abrundungen
*********************/
#corner_top {
	/*background: url(../images/corner_top.gif) no-repeat;*/
	height: 12px;
	width: inherit;
	position: relative;
	margin: 0;
}
#corner_bottom {
	/*background: url(../images/corner_bottom.gif) no-repeat;*/
	height: 8px;
	width: inherit;
	position: relative;
	margin: 0;
}

#inner {
	position: relative;
	height: 540px;
	width: inherit;
	/*background: url(../images/bg_main.gif) repeat-y;*/
	margin: -3px 0 0 0;
}

/*******************
unterteilung in  head und content
********************/
#header {
	position: absolute;
	width: 900px;
	height: 36px;
	background: url(../images/logo.gif) no-repeat;
	left: 50px;
	top: 100px;
}

#homelink {
	position: absolute;
	top: 0;
	right: 0;
}
#homelink img {
	border: none;
	width: 400px;
	height: 36px;
}
#homelink span {
	display: none;
}

#content {
	position: absolute;
	left: 50px;
	top: 240px;
	width: 900px;
	height: 270px;
	border: 0px solid red;
	overflow: hidden;
}

/*****************
main navigation
******************/

#header li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0 20px 0 0;
	height: 15px;
	line-height: 15px;
}
#header ul {
	margin: 3px 0 0 0;
	padding: 0;
}


/*****************
sub navigation
******************/

#col1 ul.ul-subnavi,
.news-amenu-container ul {
	margin: 0;
	padding: 0;
}
#col1 ul.ul-subnavi li,
.news-amenu-container li {
	padding: 0 0 9px 0;
	margin: 0;
	list-style-type: none;
	/*font-weight: bold;*/
}

/****************
tabellen
*****************/

.contenttable {
	border-collapse:collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

.contenttable td,
.contenttable tr,
.contenttable tbody,
.contenttable p.bodytext {
	padding: 0;
	margin: 0;
}
.contenttable p.bodytext {
	margin-right: 10px;
}

/****************
scrollbalken in inhaltsbereichen
*****************/

#col1,
#col2,
#col3 {
	overflow: auto;
	overflow-x: hidden;
}
