a:link
{
	color: rgb(205,51,51); 
}
a:visited
{
	color: rgb(139,35,35); 
} 
a:active 
{
	color: rgb(165,42,42);
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(255,211,155);
	color: rgb(185,113,43);
	font-weight: normal;
	margin: 0px;
	padding: 10px;
	font-size: 16px;
	height: 3400px;
	}

img
{
	border: rgb(185,113,43) 2px solid;
}

div#super
{
	width: 1000px;
	margin: 0px auto;
}

div#kopf
{
	height: 200px;
	width: 1000px;
	border: 1px solid black;
	background:  url("images/banner.jpg");
}

div#unten
{
	width: 1000px;
}

div#menu
{
	width: 200px;
	margin: 0;
	float: left;
	overflow: hidden;
	font-weight: bolder;
}

div#menu a:hover
{
	color: #000080;
	background-color: #FFFFCC;
}

div#menu a, div#menu a:visited
{
	color: rgb(119,49,19);
}

div#menu a.nav
{
	font-size: 16px;
	display: block;
	margin: 10px 0 5px;
	text-decoration: none;
	padding: 1px;
}

div#menu a.subnav
{
	font-size: 13px;
	font-weight: normal;
	display: block;
	margin: 3px 0 0 5px;
	text-decoration: none;
}

div#inhalt
{
	width: 750px;
	margin: 0 0 0 50px;
	float: right;
}

p, ul, ol, dl, li, dt, dd
{
	margin: 0 0 10px 0;
	font-weight: bolder;
}

dt
{
		margin: 0;
}

dd
{
	margin: 0 0 10px 20px;
	font-weight: normal;
}

p
{
	line-height: 140%;
}

table
{
	border: rgb(119,49,19) 1px dotted;
}

td
{
	border: rgb(185,113,43) 1px dotted;
	padding: 2px;
}

th
{
	border: rgb(119,49,19) 1px dotted;
	padding: 2px;
	color: rgb(119,49,19);
	font-weight: bolder;
	text-align: center;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Times New Roman", Times, serif;
	color: rgb(119,49,19);
}

h1
{
	font-size: 35px;
	font-weight: bolder;
	margin-left: 7px 0 15px 0;
}

h2
{
	font-size: 30px;
}

h3
{
	font-size: 25px;
}

h4
{
	font-size: 20px;
}

h5
{
	
}

h6
{
	
}

p.qu
{
	border: rgb(119,49,19) 1px dotted;
	padding: 5px;
	color: rgb(119,49,19);
	font-size: 14px;
	margin-top: 30px;
	font-weight: normal;
}

p.au
{
	color: rgb(119,49,19);
	font-size: 14px;
	text-align: right;
	font-style:oblique;
	font-weight: normal;
	margin-bottom: 20px;
}
