/******** Links ***********/

a{
	color: #3B4E95;
	text-decoration: none;
}

a:link{
	color: #3B4E95;
	text-decoration: none;
}

a:visited{
	color: #3B4E95;
	text-decoration: none;
}

a:hover{
	color: #f26522;
	text-decoration: none;
}

a.pfeil {
	background-image: url(../grafik/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 10px;
}

a.anker, a.ohne {
	background-image: none;	
	padding-left: 0;
}

a.pdf {
	background-image: url(../grafik/symbol_pdf.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

a.anfrage {
	background-image: url(../grafik/symbol_anfrage.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	line-height: 25px;
}

a.detail {
	background-image: url(../grafik/symbol_detail.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	line-height: 20px;
}

/***************************************/

h1{
 font-size: 140%;
 color: #3B4E95;
 margin: 0 0 10px 0;
 padding: 0px;
}

h2{
 font-size: 114%;
 color: #F26522;
 margin: 0 0 4px 0;
 padding: 0px;
}

h3{

 font-size: 100%;
 color: #3B4E95;
 margin: 0px;
 padding: 0px;
}

h4{

 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #3B4E95;
 margin: 0px;
 padding: 0px;
}

ul {
	list-style-type: square;
	margin-left: 0px;
	padding-left: 16px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{

 font-size: 100%;
 font-weight: bold;
 color: #3B4E95;
}

.umbruch {
	clear: both;
	margin: 0;
	padding: 0;
}

.abstand {
	clear: both;
	height: 10px;
}

.trenner {
	clear: both;
	border-bottom: 1px solid #a7a7a7;
	margin: 10px 0 20px 0;
}

.float_li {
	float:left;
	margin: 6px 10px 8px 0;
}

.float_re {
	float: right;
	margin: 6px 0 8px 10px;
}

.bildabstand {
	margin-right: 6px;
}

.hide {
	display: none;
}

.unsichtbar {
	visibility: hidden;
}

.linie {
	border-bottom: 1px solid #A7A7A7;
}

.secr {
	display: none;
}

/************* steuerung **********************/

#steuerung {
	clear: both;
	margin: 4px 20px 4px 0;
	text-align: right;
}

#steuerung a.zurueck {
	background-image: url(../grafik/_button_zurueck_0.gif);
	background-repeat: no-repeat;
}

#steuerung a.zurueck:hover {
	background-image: url(../grafik/_button_zurueck_1.gif);
	background-repeat: no-repeat;
}

#steuerung a.runter {
	background-image: url(../grafik/_button_runter_0.gif);
	background-repeat: no-repeat;
}

#steuerung a.runter:hover {
	background-image: url(../grafik/_button_runter_1.gif);
	background-repeat: no-repeat;
}

#steuerung a.rauf {
	background-image: url(../grafik/_button_rauf_0.gif);
	background-repeat: no-repeat;
}

#steuerung a.rauf:hover {
	background-image: url(../grafik/_button_rauf_1.gif);
	background-repeat: no-repeat;
}



