html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	background-image: url('images/bg.gif');
	background-attachment: fixed;
	font-family: Verdana;
	font-size: 11px;
	height: 100%;
}

div {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

#bg {
	position: fixed;
	z-index: -20;
	right: 0px;
	bottom: 0px;
	width: 800px;
	height: 600px;
	text-align: right;
	color: #FFF;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	filter: alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}

#banner {
	width: 1000px;
	height: 125px;
	margin: 8px;
	margin-bottom: 0px;
}

#mspacer {
    position: fixed;
    bottom: 0px;
	height: 20px;
	width: 346px;
}

#links {
	position: absolute;
	left: 0px;
	width: 394px;
	min-height: 600px;
	margin: 8px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

#rechts {
  z-index: 0;
	position: absolute;
	left: 360px;
	width: 624px;
	min-height: 622px;
	margin: 8px;
	padding: 0px;
}

#rechts2 {
	z-index: 1;
	position: relative;
	width:624px;
}

#content {
	z-index: 2;
	position: relative;
  background : #fff url(images/contentbg.jpg) no-repeat top center;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	min-height: 624px;
	height: auto;
	margin-bottom: 8px;
	width: 624px;
	left: 0px;
}

#navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 144px;
	height: 528px;
	padding-top: 27px;
	padding-left: 8px;
	background-image: url('images/bg_trans.png');
	font-size: 10px;
}

#mitteoben {
  z-index: 0;
	position: relative;
	background : #fff url(images/loginbg.jpg) no-repeat center center;
	top: 0px;
	left: 160px;
	width: 184px;
	height: 173px;
	padding-top: 27px;
	padding-left: 8px;
}

#mitteunten {
	z-index: 0;
	position: relative;
	top: 8px;
	left: 160px;
	width: 176px;
	height: 339px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url('images/bg_trans.png');
}

#copyright {
	position: relative;
	top: 16px;
	left: 0px;
	width: 336px;
	padding: 8px;
	background-image: url('images/bg_trans.png');
}

input, textarea, select {
	background: #f1f1f1;
	color: #000000;
	border-width: 1px;
	border-color: #6E7054;
	border-style: solid;
	font-family: Verdana;
	font-size: 12px;
}

a:link 		{ color: #1279C4; font-weight: bold; text-decoration: none; }
a:visited	{ color: #1279C4; font-weight: bold; text-decoration: none; }
a:active 	{ color: #1279C4; font-weight: bold; text-decoration: none; }
a:hover 	{ color: #1279C4; font-weight: bold; text-decoration: underline; }

.headline		{ color: #E4363B; font-weight: bold; }
.inaktiv		{ color: #464646; }
.commentgreen	{ color: #00C000; }


.newsheader {
    font-family: Verdana;
    font-size: 14px;
    text-decoration: underline;
    color : #1279C4;
}

.newsnews {
    font-family: Verdana;
    font-size: 11px;
    color: 000000;
    font-style: normal;
}

.newssmalltext {
    font-family: Verdana;
    font-size: 10px;
    color: #FFA34F;
    text-decoration: none;
}

.newssmalltext:link, .cnsmalltext:visited {
    text-decoration: none;
    font-weight: bold;
}

table.newsborder
{
    page-break-inside: avoid;
    border-collapse: collapse;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}


.tborder
{
	background: #FFF;
	color: #656565;
	border: 1px solid #1e1e1e;
}

.tcat
{
	background: #0d0d0d;
	color: #e6e6fa;
	font: bold 12px tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link, .tcat_alink
{
	color: #ab7f41;
	text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
	color: #ab7f41;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
	color: #d9a864;
	text-decoration: underline;
}

.alt1, .alt1Active
{
	background : #f1f1f1;
	color: #5b5551;
	font: 8pt tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	line-height:16px;
}
.alt2, .alt2Active
{
	background : #DADADA;
	color: #5b5551;
	font: 8pt tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	line-height:16px;
}

.thead
{
	background: #141414;
	color: #e6e6fa;
	font: bold 14px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link, .thead_alink
{
	color: #7d7d7d;
	text-decoration: none;
}
.thead a:visited, .thead_avisited
{
	color: #7d7d7d;
	text-decoration: none;
}
.thead a:hover, .thead a:active, .thead_ahover
{
	color: #7d7d7d;
	text-decoration: underline;
}

.inlineimg {
	vertical-align: middle;
}
