body  {
	font-family : Arial,Verdana;
	font-size : 12px;
	background-color : #dad9e7;
	text-align : center;
}

h1  {
	font-size : 18px;
	color : #000000;
	margin : 0px;
}

h2  {
	font-size : 14px;
	color : #04007f;
	background-color : #dad9e7;
}

h3  {
	font-size : 14px;
	color : #000000;
	background-color:#8590b9;
}

p  {
	margin-top : 0px;
}

hr {
	height: 1px;
	border: none;
	color: #c0c0c0;
	background-color: #c0c0c0; 
}

ul {
	list-style-type : square;
	list-style : square;
	list-style-position : inside;
	
}


a:link, a:visited  {
	text-decoration : underline;
	font-weight : normal;
	color : #394529;
	font-size : 12px;
}

a:active, a:hover  {
	color : #8590b9;
}
/*Link im Footer*/
a.pagefooter:link, a.pagefooter:visited  {
	text-decoration : none;
	font-weight : normal;
	color : #ffffff;
	font-size : 10px;
}

a.pagefooter:active, a.pagefooter:hover  {
	color : #394529;
}


/* Die Links im Hauptmenu*/
a.menu:link, a.menu:visited  {
	font-family : arial,verdana,sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}

a.menu:active, a.menu:hover  {
	font-family : verdana,sans-serif;
	font-size : 10px;
	color : #ffffff;
	text-decoration : none;
}

a.menu  {
	display : block;
	padding : 2px;
	background-color : #dcdcdc;
	text-align : center;
	font-weight : normal;
	color : #eeeeee;
	text-decoration : none;
	width : 75px;
	
}

/* Die Links im Submenu*/
a.submenu:link, a.submenu:visited
{ 
 color:#8590b9;
 background-color:#dad9e7;
 text-decoration:none;
}
a.submenu:active, a.submenu:hover
{ 
 color:#dad9e7;
 background-color:#8590b9;
}
a.submenu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#dad9e7;
 text-align:left;
 font-weight:normal;
 color:#eeeeee;
 text-decoration:none;
 }

/* Die Titelbild*/
#titlebild  {
	margin : -5px -5px -5px -5px;
}

/* Das Menü*/
#menu  {
	margin : -5px 0px 0px 0px;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	color : #000000;
	background-color : #dcdcdc;
	text-align : center;
	vertical-align: middle;
	padding : 0px 0px;
	overflow : hidden;
	width : 750px;
	height: 7mm;
}

/* Menu im Content*/
.submenutitle{
font-weight:bold;
text-align:center;
margin:0px;
background-color : #8590b9;


}
.submenucontainer {
border:1px solid #606060;
background-color:#dad9e7;
width:150px;
margin:10px;
float : left;
line-height : 30px;
margin : 0px 5px 5px 0px;
}

/* Der Inhalt*/
#content  {
	background-color : #ffffff;
	padding : 5px;
	color : #000000;
	background-image : url(../images/bg.gif);
	background-repeat : no-repeat;
}
/* Der Inhalt der ersten Seite*/
#content1st  {
	background-color : #ffffff;
	padding : 5px;
	color : #000000;
	background-image : url(../images/collage_3_50.gif);
	background-repeat : no-repeat;
}

#contenttitle  {
	padding : 10px 5px 5px 5px;
}

#pagefooter  {
	margin : -5px -5px -5px -5px;
	border-top : 1px solid #000000;
	border-right : 0px solid #000000;
	border-left : 0px solid #000000;
	background-color : #8590b9;
	text-align : center;
	color : #ffffff;
	font-family : arial,verdana,sans-serif;
	font-size : 10px;
}

/* wegzeichen start*/
#wegzeichen_start  {
	float : left;
	padding : 5px;
	margin : 0px;
}

/* wegzeichen ende*/
#wegzeichen_ende  {
	padding : 5px 5px 10px 5px;/*oben rechts unten links*/
	margin : 0px;
	text-align : right;
}
/* Tabulatoren ;-)) */
.ebene1 {margin-left: 0px;}
.ebene2 {margin-left: 10px;}
.ebene3 {margin-left: 20px;}

/*kleine Schrift*/
.klein{
	font-family : Arial,Verdana;
	font-size : 10px;

}



