/* CSS Document */

/* Schriften */

body, td, table
{ font-family: arial, helvetica, verdana; font-size: 14px; color: #666666; }

li
{ margin-left: -25px; margin-bottom: 3px; }

ul
{ margin-bottom: 3px; margin-top: 0px; }

td
{ padding-bottom: 8px; }

h3
{
	margin-top: 0px;
	font-family: arial, helvetica, verdana;
	font-size: 16px;
	color: #666666;
}

.textklein
{ font-family: arial, helvetica, verdana; font-size: 12px; color: #465159; }

a
{ font-family: arial, helvetica, verdana; font-size: 14px; color: #DF5E00; text-decoration: none; }
a:hover
{ font-family: arial, helvetica, verdana; font-size: 14px; color: #DF5E00; text-decoration: underline; }

a.navilink
{ font-family: arial, helvetica, verdana; font-size: 15px; color: #FFFFFF; text-decoration: none; }
a.navilink:hover
{ font-family: arial, helvetica, verdana; font-size: 15px; color: #FFFFFF; text-decoration: underline; }

a.home
{
	font-family: arial, helvetica, verdana;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
}
a.home:hover
{ font-family: arial, helvetica, verdana; font-size: 18px; color: #074A75; text-decoration: none; }

/* Rahmen */

#body
{
	background-color: #FFCC66;
}

#wrap
{ width: 850px; position: relative; top: 40px; margin-left:-425px; left:50%; }


/* Header */

.header
{
	width: 850px;
	height: 80px;
	position: relative;
	top: 0px;
	left: 0px;
}

.head1
{
	position: relative;
	width: 850px;
}

.head2
{
	position: relative;
	left: 0px;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	color: #666666;
}

.logo
{ position: relative; right: 0px; }

/* Hauptnavi */

.hauptnavi
{ width: 850px; position: relative; top: 3px; left: 0px; height: 25px; background: #FEFEC1; }

.navi1
{
	padding: 2px;
	text-align: center;
	width: 141px;
	height: 22px;
	background-color: #999999;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.navi1AC
{
	padding: 2px;
	text-align: center;
	width: 141px;
	height: 22px;
	background-color: #666666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


/* Hauptbereich */

.hauptbereich
{ width: 850px; position: relative; top: 30px; left: 0px; }

.zwischenuschrift
{ margin-bottom: 5px; font-weight: bold; }

.portrait
{ position: absolute; right: 0px; top: 0px; }

