body {
background-color:#FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
margin: 0; padding: 1em;
min-width: 1000px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}
h1, h1 a {
	font-size: 24px;
	font-weight: 200;
}
p, a, td
{
	font-size: 13px;
}

a/*, a:visited*/
{
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

p.example1
{
	font-size: 24px;
	font-weight: 200;
}

p.example2
{
	font-size: 18px;
}


img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

#seite {
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 1000px;
	background-color: #ffffff; 
	border: 1px dashed silver;
}

#kopf {
	margin-bottom:0px;
	background-color: #f6f6f5;
	border: 1px dashed silver;
	height: 150px;
}

a.kopfnavi /*a.kopfnavi:visited*/
{
	color: #000000;
	font-weight: bold;
}

a.kopfnavi-aktiv
{
	color: #888;
	font-weight: bold;
	text-decoration: none;
}


/*#navi {
	min-height:500px;
	width:200px;
	float:left;
	background-color:#CCCCCC;
	border: 1px dashed silver;
}*/

#content {
	min-height:500px;
	min-width: 500px;
	/*	margin-left:210px;*/
/*	margin-left:0px;*/
	border: 1px dashed #eeeeee;
	background-color:#FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	top: 170px;
	text-align: center;
}
#fuss {
	border-top: #fff 1px solid;
	padding-top: 10px;
	border: 1px dashed silver;
	background-color: #f6f6f5;
}

.cr{
	clear:right;	
}
.cl{
	clear:left;	
}

li.navmainStandardLevel_1, li.navmainStandardLevel_2 {
	list-style-type: none;
	margin-left: -25px;
}

/*li.navmainStandardLevel_2 {
	list-style-type: none;
}*/

li.navmainStandardLevel_1 a, li.navmainStandardLevel_1 a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
li.navmainStandardLevel_2 a, li.navmainStandardLevel_2 a:visited {
	font-weight: normal;
	font-style: italic;
	color: #FF0000;
	margin-left: 15px;
	text-decoration: none;
}
li.navmainStandardLevel_1 a:hover, li.navmainStandardLevel_1 a:active {
	text-decoration: underline;
}
li.navmainStandardLevel_2 a:hover, li.navmainStandardLevel_2 a:active {
	text-decoration: underline;
}

img.center, .center
{
	text-align: center;
}
