* /* alles vorformatieren */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* normale text-groesse-farbe */
body,p,ul,ol,li,table,td,th,form,input,textarea,select,option
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*line-height: 16px;*/
}
body { 
	min-width: 975px;
	background-color: #63787D;
	background-image: url(../../images/bg_body_gesamt.gif);
	background-repeat: repeat-y;
	/*background-attachment: fixed;*/
	margin: 0px;
	height: 90%;
}
/* normale links */
a
{
	text-decoration: none;
}
a:link
{
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #F5821F;
	text-decoration: none;
	font-weight: bold;
}
a:active,
a.aktiv,
a.aktiv:link,
a.aktiv:visited,
a.aktiv:hover {
	color: #F5821F;
	background-image: url(../../images/bullet_orange.gif);
}
a.inaktiv,
a.inaktiv:link,
a.inaktiv:visited,
a.inaktiv:hover {
	color: #63787D;
	background-image: url(../../images/bullet.gif);
}
img {
	border: none;
}

#kopf {
	background-image: url(../../images/bg_kopf.gif);
	background-repeat: repeat-x;
	/*height: 140px;*/
}
#linie {
	clear: both;
	height:2px;
	background-color: white;
	font-size: 2px;
	line-height: 2px;
}
#titel {
	width: 100%;
	background-color: #F5821F;
	background-image: url(../../images/bg_body_links.gif);
	background-repeat: repeat-y;
	height: 111px;
}
#titel img {
	margin-left: 72px;
	float: left;
}
#titel h1 {
	/*height: 111px;*/
	/* display: block ; */
	display: inline; 
	float: left;
	color: White;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	padding-top: 74px;
	padding-left: 12px;
	line-height: 120%;

	
}
#navigation {
	width: 204px;
	padding:0;
	margin: 0;
	padding-left: 75px;
	margin-top: 20px;
	float: left;
}
#navigation a {
	font-size: 76%;
	display: block;
	/*width: 200px;*/
	padding-left: 12px;
	line-height: 1.5em;
	background-image: url(../../images/bullet.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
}
#navigation a:hover,
#navigation a.aktiv {
	color: #F5821F;
	background-image: url(../../images/bullet_orange.gif);
}
#navigation a.inaktiv,
#navigation a.inaktiv:link,
#navigation a.inaktiv:visited,
#navigation a.inaktiv:hover {
	color: #63787D;
	background-image: url(../../images/bullet.gif);
	cursor: default;
}
#navigation a.level2 {
	margin-left: 12px;
}
#navigation a.level3 {
	margin-left: 24px;
}
#navigation a.level4 {
	margin-left: 36px;
}

#inhalt {
	width: 700px;
	position: absolute;
	left: 279px;
	float: left;
	padding-bottom: 20px;
}
#inhalt p, #inhalt div#spalte img {
	padding-left: 12px;
}

#inhalt p, #inhalt * p {
	clear: both;
	margin: 0;
	padding-top: 12px;
	font-size: 76%;
	line-height: 1.2em;
	/*padding-left: 12px;*/
	color: white;
	line-height: 150%;
}
#inhalt div#spalte {
	clear: none;
	float: left;
	/*width: 330px;*/
	width: 50%;
}
#inhalt p img {
	/*margin-top: 12px;*/
	float: left;
	padding-right: 12px;
}

#inhalt a,
#inhalt a:link,
#inhalt a:visited {
	color: #F5821F;
	padding-left: 12px;
	background-image: url(../../images/bullet_orange.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#inhalt a:hover {
	color: white;
	background-image: url(../../images/bullet_weiss.gif);
}

