/* CSS Document */

body { 
	height: 100%;	
	background-color: #ffffff;
	background-attachment: fixed;
	background-repeat: repeat;
}


td, span, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #241313;
}
h1 {
	font-family: Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #241313;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	font-weight: bold;
	font-variant: normal;
	color: #241313;
}

h3 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	background-color:#5B0707; 
	padding:2px; 
	margin:0px;
}

.weiter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
	color: #241313;
}

.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #5B0707;
}

.textweiss {
	color: #ffffff;
}

.textrot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #5B0707;
}

.textrotbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	font-variant: normal;
	color: #5B0707;
}

.textgelb {
	color: #c68800;
}

a:link { color:#241313; text-decoration:none; font-weight:normal;}
a:visited { color:#241313; text-decoration:none; font-weight:normal;}
a:hover { color:#241313; text-decoration:underline; font-weight:normal; }
a:active { color:#241313; text-decoration:none; }
a:focus { color:#241313; }

li {
	list-style-position: outside;
	list-style-image: url(../assets/allg/aufzaehl.jpg);
}

.borderweiss {
  border-width:4px;
  border-style:solid;
  border-color:#ffffff;
}
