body {
	background-image: url(../img/bodybg.gif);
	background-repeat: repeat-x;
	background-color: #d5d5d5;
}

/*------------- Layout -------------*/

.clearer, .newcontent {
	clear: both;
}
.newcontent {
	margin-bottom: 20px;
}





#Header {
	position: absolute;
	height: 210px;
	background-color: #FFF;
	width: 900px;
	overflow: hidden;
	
}

#NavTop {
	display: none;
}
#BreadCrumbWrap {
	display: none;
}
#contentwrap {
	position: absolute;
	top:290px;
	
	width: 700px;
	background-color: #FFF;
	margin-left: 100px;
}
#NavLeft {
	display: none;
	
}
#content {
	

	
}
#contentRI {
display: none;
}

#Fusszeile {
	
	
	
	
}

/* Fusszeile */
#FusszeileAbsatz {
       
       font-size: 1em;
       padding: 0.1em;
       
}


/* tt_news */

.news-list-begin {	
display: none;
}

.news-list-item-startseite, .news-list-item-startseite2 {
display: none;
}

/* --- Die Ultimativen :) --- */
* {
	margin: 0;
	padding: 0;
}

/* --- HTML Tags --- */
body {
	color: #000; 
	
	font-size: 11px;
	font-family: Verdana,Arial,sans-serif;
	margin: 20px; 

	}


	
h1 {
	color: #b4b4b4; 
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 30px;
	}

h2 {
	color: #000;
	margin-bottom: 2px;
	margin-top: 12px;
	font-size: 11px;
	font-weight: bold;
	color: #000; 
	}

p {
	margin-bottom: 1em;
	}


input {
       padding: 2px;
       border: 1px solid #CCC;
}


a img {
	border: none;
}


a, a:link, a:visited {
	text-decoration:none;
	color: #0066FF;
}


a:hover {
	text-decoration:underline;
}

ul {
	line-height:17px;
	margin-bottom:15px;
	list-style-type: disc;
}
li {
margin-left:15px;
}

td, tr {
	font-size: 11px;
}

/* --- Auswahl durch RTE --- */
span.orange {
	color: #eb902e;
}


a.pdf {
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
	margin-bottom:20px;
	margin-top:0px;
}

table.Standardtabelle {
	border-collapse: collapse;
	width: 740px;
	
}
table.Standardtabelle th {

	background: #ebeae8;
    color: #000;
    font-weight: bold;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;	
	text-align: left;
}
table.Standardtabelle td {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;	
	border-bottom: 1px solid #eb902e;
}
table.Standardtabelle p {
	margin: 0;
	padding: 0;
}

tr.grau {
background: #ebeae8;
}
tr.weiss {
background: #FFF;

}
table.Standardtabelle th.rechts {
	text-align: right;
}
th.rechts {
	text-align: right;
}
th.links {
	text-align: left;
}
th.mitte {
	text-align: center;
}


td.rechts {
	text-align: right;
}
td.links {
	text-align: left;
}
td.mitte {
	text-align: center;
}

