/* Basics - vqc.de - 2012-06-15 */

@import url("reset.css");
@import url("boxes.css");
@import url("links.css");
@import url("navigation.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: #474747;
	background-color: #f5f5f5;
	margin: 0px;
	text-align: center;
}

table{
	font-family: Arial, Helvetica, sans-serif;
	color: #111;
	margin-top: 15px;
	vertical-align:top;
	font-weight:normal;
	text-align: left;
}


/*####################################*/
/*  Allgemeines - ANFANG */
.blau{
	color: #353A90;
}
.orange{
	color: #F0A500;
}
.grau{
	color: #474747;
}
.hellgrau{
	color: #C&C7C8;
}

p {
	font-size:100%;
	padding-bottom: 12px;
	line-height: 1.7em;
}
#main_right p {
	font-size:100%;
	padding-bottom: 12px;
	line-height: 1.5em;
}

em{
	font-style: oblique;
	font-weight: normal;
}
.align-right{
	text-align: right;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}
.kleiner {
	font-size: 80%;
}
.hochgestellt{
	font-size:9px;
	font-weight:normal;
	vertical-align:super;
}
h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:190%;
	font-weight:bold;
	color: #353A90;
	padding-bottom: 0px;
	}
#main_right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
	color: #353A90;
	padding-bottom: 10px;
	}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 125%;
	font-weight: bold;
	padding-bottom: 10px;
	}
#main_right h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 10px;
	}

h3 {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 7px;
	}

h4 {
	font-weight: bold;
	padding-bottom: 5px;
	}
th { 
font-style:normal; 
font-weight:normal;
}
strong { 
	font-weight: bold; 
}
ul { 
	list-style:none; 
}
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 #777;
	margin-bottom: 15px;
	margin-top: -15px;
}
.linie_gepunktet{
	height: 1px;
	border-bottom: 1px dotted #777;
	margin-bottom: 15px;
	margin-top: -15px;
}
.linie_gestrichelt{
	height: 1px;
	border-bottom: 1px dashed #777;
	margin-bottom: 15px;
	margin-top: -15px;
}
/*Trenner*/
hr{
	height: 1px;
	border-bottom: 1px dotted #777;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
}
/* Einstellungen RTF | ENDE*/
/*#################################################*/
.sbac-spacer{
	width: 96%; 
	border:0px;
	margin-top: -45px;
	}
tr.tr-even{
	background-color: #dcdcdc;
	}
tr.tr-odd{
	background-color: #FFF;
	}
td{
	padding:1px 5px 1px 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;
	}

.csc-default {
	margin: 0px;
	padding: 0px;
	}