/* CSS Document */

body
{
	margin:0;
	padding:0;
	border:none;
	background-color:#587CBA;
	color:#1B1464;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:100.01%;
	font-family:Arial,sans-serif;
}

h1
{
	padding:0;
	padding-top:20px;
	padding-bottom:20px;
	margin:0;
	font-variant:small-caps;
	font-size:1.5em;
	/*text-align:;*/
	font-style:normal;
	font-weight:normal;
	font-family:'Times New Roman',Times,serif;
}

h2
{
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	font-variant:small-caps;
	font-size:1.2em;
	text-align:left;
	font-style:normal;
	font-weight:normal;
	font-family:'Times New Roman',Times,serif;;
}

h3
{
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	font-variant:small-caps;
	font-size:1.1em;
	/*text-align:;*/
	font-family:'Times New Roman',Times,serif;
	font-style:normal;
	font-weight:normal;
}

h4
{
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	font-variant:small-caps;
	font-size:1em;
	/*text-align:;*/
	font-family:'Times New Roman',Times,serif;
	font-style:normal;
	font-weight:normal;
}

p
{
	background-color:white;
	margin:0px;
	padding:14px;
	font-size:1em;
	line-height:1.5em;
}

img
{
	border:0;
}

hr
{
	border:0;
	border-top:2px solid #CDCDCD;
	margin:10px auto;
	padding:0;
	width:600px;
}

div.kopf
{
	width:990px;
	height:290px;
	margin:0 auto;
	padding:0;
	border:none;
	background-color:#587CBA;
	background-image:url(../graphic/01_home.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

div.kopf_admin
{
	width:990px;
	height:60px;
	margin:0 auto;
	border:none;
	background-color:#587CBA;
	background-image:url(../graphic/01_admin.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

div.navi
{
	width:990px;
	height:40px;
	margin:0 auto;
	padding:0;
	border:none;
	background-color:white;
	background-image:url(../graphic/02_home.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

div.navi ul
{
	margin:0 15px;
	padding:0;
}

div.navi ul li
{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}

div.navi ul li a
{
	margin:0;
	padding:0;
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
	float:left;
	
	font-style:normal;
	font-weight:normal;
	font-size:1em;
	font-family:'Times New Roman',Times,serif;
	font-variant:small-caps;
	color:#1B1464;
	text-decoration:none;
}

div.navi ul li a:hover
{
	font-variant:small-caps;
	color:#1B1464;
	text-decoration:underline;
}

div.inhalt
{
	width:990px;
	margin:0 auto;
	padding:0;
	border:none;
	background-color:white;
	background-image:url(../graphic/03.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

div.fuss
{
	width:990px;
	height:60px;
	margin:0 auto;
	padding:0;
	border:none;
	background-color:white;
	background-image:url(../graphic/04.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

div.voll p, div.voll a
{
	color:#7D7D7D;
	text-decoration:none;
}

div.voll a:hover
{
	color:#7D7D7D;
	text-decoration:underline;
}

div.links
{
	float:left;
	margin:0;
	width:200px;
	padding-left:30px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:20px;
}

div.rechts
{
	float:right;
	margin:0;
	width:220px;
	padding-right:30px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:20px;
}

div.mitte
{
	margin:0;
	margin-right:280px;
	padding-left:260px;
	padding-top:5px;
	padding-bottom:20px;
}

div.mitte_rechts
{
	margin:0;
	padding-right:30px;
	padding-left:260px;
}

div.mitte p, div.mitte_rechts p
{
	background-image:url(../graphic/border_1.gif);
	background-repeat:no-repeat;
	text-align:justify;
}

div.text_oben
{
	margin:0;
	padding:0;
}

div.text_oben p
{
	padding-bottom:0;
}

div.text_unten
{
	margin:0;
	padding:0;
}

div.text_unten p
{
	background:none;
	padding-top:0;
}

div.text_bild_links
{
	margin:15px;
	float:left;
	border:2px solid #CDCDCD;
}

div.text_bild_rechts
{
	margin:15px;
	float:right;
	border:2px solid #CDCDCD;
}

div.text_bild_links p,
div.text_bild_rechts p
{
	color:#7D7D7D;
	background:none;
	font-size:0.9em;
	line-height:1.5em;
	margin:0;
	padding:0;
}

div.clear
{
	clear:left;
	height:40px;
	margin:0;
	padding:0;
}

div.voll
{
	margin:0;
	padding:0 100px;
	text-align:center;
}

div.rechts p, div.links p
{
	font-size:0.8em;
	padding:14px;
	margin:10px 0;
	background-image:url(../graphic/border_3.gif);
	background-repeat:no-repeat;
}

div.rechts a, div.links a
{
	color:#1B1464;
	text-decoration:none;
}

div.rechts a:hover, div.links a:hover
{
	color:#1B1464;
	text-decoration:underline;
}

div.links ul
{
	list-style-type:none;
	list-style-position:inside;
	padding:14px;
	margin:10px 0;
	background-image:url(../graphic/border_2.gif);
	background-repeat:no-repeat;
}

div.links ul li a
{
	text-decoration:none;
	color:#1B1464;
	background: transparent url(../graphic/list-empty.jpg) no-repeat;
	padding-left:20px;
	background-position:left center;
	font-size:0.9em;
}

div.links ul li ul li a
{
	font-size:0.8em;
}

div.links ul li a:hover
{
	text-decoration:underline;
	color:#1B1464;
	background: transparent url(../graphic/list-full.jpg) no-repeat;
	padding-left:20px;
	background-position:left center;
}

div.mitte a, div.mitte_rechts a
{
	text-align:left;
	color:#587CBA;
	text-decoration:none;
}

div.mitte a:hover, div.mitte_rechts a:hover
{
	text-align:left;
	text-decoration:underline;
	color:#587CBA;
}

img.person
{
	border:1px solid #CDCDCD;
	margin:5px;
}
