/****** GRUNDKATEGORIEN ******/


body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}


h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}

h3 {
	text-align: center;
	position: relative;
	margin-top: 60px;
	font-weight: bold;
	font-size: 220%;
}


h4 {
	text-align: center;
	position: relative;
	margin-top: 60px;
	font-weight: bold;
	font-size: 200%;
}


/****** HEADER ******/


.header img {
	margin-top: 60px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	background: #555;
}

.header h1 {
	margin-top: 60px;
	position: relative;
	top: 20px;
	left: 10px;
	text-align: center;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 220%;
}


.header h2 {
	position: relative;
	text-align: center;
	font-weight: normal;
	font-size:150%;
}

/****** FOOTER ******/

footer {
	display: block;
	color:#808080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}


address {
	float: right;
	color:#808080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;

}


/****** NAVIGATION ******/

ul.topnav {
	z-index: 3;
	list-style-type: none;
		margin-top: 0;
		margin-bottom: 40px;
    padding: 0;
    overflow: hidden;
    background-color: #f1f1f1;
    position: fixed;
    top: 0;
    width: 100%;
	font-size:120%;
	font-family: Arial, Helvetica, sans-serif;
}


ul.topnav li {
    float: left;
}

ul.topnav li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border-right: 1px solid #bbb;
}


li a.active {
    background-color: #99ccff;
    color: white;
}


ul.topnav li:last-child {
    border-right: none;
}


ul.topnav li a:hover {
    background-color: #555;
    color: white;
}


ul.bodynav {
  	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #99ccff;
	width: 80%;
	font-size:200%;
	font-family: Arial, Helvetica, sans-serif;
}


ul.bodynav li {
    float: left;
}


ul.bodynav li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 25px;
    text-decoration: none;
}


ul.bodynav li a:hover {
    background-color: #555;
    color: white;
}


/****** HAUPTINHALT ******/

aside  {
	color:#808080;
	font-size: 80%;
}


section {
    display: block;
}



table.lexikon {
	width: 100%;
	table-layout: fixed;
}

th, td {
	text-align: left;
	vertical-align: middle;
	padding: 40px;
}

.lexi {
	width: 35%;
	background-color: #99ccff;
}


*.seitenfang {
	color:#808080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: bold;
	font-variant:small-caps;
	font-size:120%;
}



*.ein	{ 
	text-indent: -20px;
	margin-left: 40px;
	}

*.anf	{
	margin-bottom: 0; 
	text-indent: -20px;
	margin-left: 40px;
	}

*.mit	{
	margin-top: 0; 
	margin-bottom: 0; 
	text-indent: -20px;
	margin-left: 40px;
	}


*.end	{
	margin-top: 0; 
	text-indent: -20px;
	margin-left: 40px;
	}


*.back	{
	text-align: center;
	margin-bottom: 50px;
	font-weight:bold;
	font-size:110%;
	}
