/* Basics - fehl-walter.de - 2011-06-05 */

@import url("reset.css");
@import url("navigation.css");
@import url("boxes.css");
@import url("links.css");
@import url("listen.css");
@import url("extensions.css");
@import url("formulare.css");

html,body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
	background-image: url(../img/bg.gif);
	background-color: #EEE;
	margin: 0;
	padding: 10px;
	text-align: center;
}

table{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 15px;
	vertical-align:top;
	font-weight:normal;
	text-align: left;
}
td {
	background:transparent;
	}

/*####################################*/
/*  Allgemeines - ANFANG */
.grau{
	color: #8F8F8F;
}
.rot{
	color: #E5342C;
}

p {
	font-size:115%;
	padding-bottom: 15px;
}
em{
	font-style: oblique;
	font-weight: normal;
}
.align-right{
	text-align: right;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}
.bodytext, dt {
	padding:0px 0px 0px 0px;
	margin: 0px;
}
.kleiner {
	font-size: 80%;
}
.hochgestellt{
	font-size:9px;
	font-weight:normal;
	vertical-align:super;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:bold;
	color: #E5342C;
	padding-bottom: 15px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	padding-bottom: 15px;
	color: #E5342C;
	}
h3 {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 15px;
	}
h4 {
	font-weight: bold;
	padding-bottom: 15px;
	}
th { 
font-style:normal; 
font-weight:normal;
}
strong { 
	font-weight: bold; 
}
ul { 
	list-style:none;
	font-size: 1.05em; 
}
#main_middle ul { 
	font-size: 1.15em; 
}
#main_middle ul li { 
	line-height: 1.45em; 
}
img { 
	border:0px; 
}
/* Allgemeines | ENDE */
/*####################################*/
/* Einstellung für RTF | ANFANG */
.rahmen{
	width: 98%;
	background-color:#F7F7F7;
	padding:5px;
	border:1px solid #000;
	margin-bottom: 15px;
}
span.rahmen{
	width: 98%;
	background-color:#F7F7F7;
	padding:5px;
	border:1px solid #000;
	margin-bottom: 15px;
}
.linie_ganz{
	height: 1px;
	border-bottom: 1px solid #8F8F8F;
	margin-bottom: 15px;
}
.linie_gepunktet{
	height: 1px;
	border-bottom: 1px dotted #8F8F8F;
	margin-bottom: 15px;
}
.linie_gestrichelt{
	height: 1px;
	border-bottom: 1px dashed #8F8F8F;
	margin-bottom: 15px;
}
/*Trenner*/
hr{
	height: 1px;
	border-bottom: 1px solid #8F8F8F;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-bottom: 15px;
}
/* Einstellungen RTF | ENDE*/
/*#################################################*/
.sbac-spacer{
	width: 96%; 
	border:0px;
	margin-top: -45px;
	}
tr.tr-even{
	background-color: #F7F7F7;
	}
tr.tr-odd{
	background-color: #FFF;
	}
td{
	padding:5px;
	vertical-align:top;
	_white-space:nowrap;
	}
td.td-0, td.td-1, td.td-2{
	white-space:nowrap;
	}
tr.tr-0{
	font-weight: bold;
	text-align: center;
	}
.contenttable{
	width: 100%;
	margin-left:0px;
	margin-top: 10px;
	}

