body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747474;
	margin: 0, 0, 0, 0;
}

td, p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

.headline {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;	
	color: #D20707;
	font-weight: bold;
}

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #555555;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right:0px;
}

h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #555555;
	font-weight: bold;
}

image {
	border: 0;
}


input {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	color: #555555;
}

a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D20707;
	text-decoration: underline; 	
}

.a_header {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.a_home {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-decoration: underline;
}

.subNav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

.subSubnav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 11px;
	text-decoration: none;
}

.rot {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #D20707;

}

.h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #555555;
	font-weight: bold;
	text-transform: uppercase;
}


#containerDiv {
	position:absolute; width:976px; top:10px; z-index:1; background-image:url(../images/bg.gif);
}

#logoDiv {
	position:relative; width:960px; height:99px; left:10px; background-color:#CE0707;
}

#sitemapDiv {
	position: absolute; left:770px; top:10px; height:50px; width:200px; z-index:15;
}
#headerDiv {
	position: absolute; left: 770px; top: 60px; height:50px; width:200px; font-weight: bold; z-index:20;
}

#navDiv {
	position:relative; width:200px; left:10px; background-color:#e6e6e6; float:left;
}

#contentDiv {
	position:relative; width:555px; float:left; left:16px;
}

#teaserDiv{
	position:relative; width:200px; left:-4px; float:right;
}

/*
.tisisRow1 { 
	background-color: #e6e6e6;
	cursor: pointer;
}

.tisisRow0 { 
	background-color: #ffffff;
	cursor: pointer;
}

.tisisRow1:hover {
	background-color: #D20707;
}
.tisisRow0:hover {
	background-color: #D20707;
} */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../js/images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../js/images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../js/images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../js/images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../js/images/sort_desc_disabled.png') no-repeat center right;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */


tr.odd {
	background-color: #e6e6e6;
}

tr.even {
	background-color: white;
}

#jqverliste_filter {
	padding-top: 10px;	
}
