html{
height:100%;
}

body  {
	background-image:url(../img/bg.png);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
	height:100%;
	font-size:11px;
}

.headNews{
	border-bottom:1px dotted #9f9f9f;
    font-size:12px; 
	font-weight:bold;
    color:#ff0102;
	height:18px;
}

.sortcol {
	cursor:pointer;
	padding-left: 16px;
	background-image: url(../img/neutral.gif);
	background-position:center left;
	background-repeat: no-repeat;}

.sortasc {
	cursor: pointer;
	background-image: url(../img/up.gif);
}

.sortdesc {
	cursor: pointer;
	background-image: url(../img/down.gif);
}

th {
 text-align:left;
 height:18px;
 padding-left:4px;
 border-width: 1px 0px;
 border-style: solid;
 background-color:#fd0303;
 border-color:#aaaaaa;
 color: #ffffff;
}
th.left{
	border-left:1px solid #aaaaaa;
	
}

.search{
	width:627px;
	height:40px;
	background-image:url(../img/search.png);
}

input.searchField{
	height:15px;
	border: 1px solid #aaaaaa;
	width:264px; 
	
}

.navig {
    float: left;
    height: 100%;
    overflow: auto;
  
}

.node {
padding:3px;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    text-decoration: none;


}
.activeNode {
	padding:50px;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
	color:#ff0000;

	
}

a, a:hover, a:link, a:visited {
    color: #000000;
}

.bgActive{
	display:block;
	color:#ff0000;
	text-decoration: none;
	white-space:normal;
	padding-bottom:3px;
	


}
.bgMainActive{
	color:#ff0000;
	padding-bottom:3px;

}

.bgNonActive{
	padding-bottom:3px;
}


.rowodd{
	background-color:#e6e6e6;
}


.icon{
background-color: #FFFFFF;
display:block;
float:left;
}

.folder{
 vertical-align:middle;
 background-color: #FFFFFF;
 padding-top:2px;
}

.container{

vertical-align:middle;
clear:both;
padding-bottom:3px;
}

.nRight{
	padding-left:24px;
	width:301px;
	vertical-align: top;
	height:100%;
	margin-top:0px;
	
}
.nLeft{
	width:301px;
	vertical-align: top;
	height:100%;
	margin-top:0px;
	padding-left:0px;
	margin-left:0px;
	
}

.form-textfeld5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	height:210px;
	width: 310px;
	background-color : #FFFFFF;
	border: 1px solid #999999;
	margin: 0px;
	padding-left: 2px;
}

.form-textfeld3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	height: 15px;
	width: 310px;
	background-color : #FFFFFF;
	border: 1px solid #999999;
	margin: 0px;
	padding-left:2px;
}

.errMsg{
font-size:9px; 
color:#a30628;
font-weight:normal;
text-align:left;
padding-left:5px;
}

.tL{
	text-decoration:none;
	
}

