/* CSS Document */
html{
	margin:0;
	padding:0;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 75%;
}

h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,span,a,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal; 
}


.STI_supertitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-style: normal;
	color: #ad4c31;
}

.STI_eyecatcher {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #ad4c31;
}
.STI_eyecatcher strong {
	font-size: 36px;
}
.STI Ueberschrift strong {
	color: #ad4c31;
}
.STI strong {
	font-size: 14pt;
	color: #ad4c31;
}
.STI_unterueberschrift{
	font-size: 11pt;
	color: #ad4c31;
	font-weight:bold;
}
.STIrot {
	color: #ad4c31;
}
.spiegelstrich {
	list-style-image: url(../img/spiegelstrich.jpg);
}
.liste_normal{
	list-style-type:circle;
	list-style-image:none;
}

a{
	color:#3399FF;
	text-decoration:none;
	font-size:1em;
}
a:visited {
	text-decoration: none;
	color: #3399FF;
	font-size:1em;
}

a.gross {
	color:#3399FF;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
}
a.gross:hover {
	color:#ad4c31;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
}


a.extra_gross {
	color:#3399FF;
	text-decoration:none;
	font-size:1.5em;
	font-weight:bold;
}
a.extra_gross:hover {
	color:#ad4c31;
	text-decoration:none;
	font-size:1.5em;
	font-weight:bold;
}


.navi{
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
}

.navi ul {
	margin: 0;
	padding: 0;
	color: #ad4c31;
	list-style-type: none;
}

.navi ul li {
	list-style-type: none;
	margin: 0;
}

.navi ul a {
	color: #3399FF;
	display: block;
	padding: 2px 8px 2px 10px;
	text-decoration: none;
	font-variant: normal;
	outline: 0;
}
.navi ul a:hover {
	color: #ad4c31;
	text-decoration: none;
}

.relConf {
	color: #666666;
	display:block;
	padding: 2px 8px 2px 10px;
	text-decoration: none;
	font-variant: normal;
	outline: 0;
}
.autoren{
	font-style:italic;
}
.schwarzgrau {
	color:#666666;
}
.dunkelgrau {
	color:#666666;
}	
