/* *************************************************************** */
/* **                  © by Jonas Kohlbrenner 2007              ** */
/* **                      Template Stylesheet                  ** */
/* *************************************************************** */

/* **************************** Allgemein ************************ */
html
{
	height: 100%;
}
body
{
	height: 100%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 11px;
	color: #000066;
	margin: 0;
	text-align: center;
}
#content
{
	min-height: 100%;
	width: 995px;
	margin: 0 auto;
	text-align: left;
}
* html #content
{
	height: 100%;
}
/* ***************************** Links ************************ */
a
{
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-decoration: none; 
}

a.text
{
	text-decoration: underline;
	font-style: italic;
	color: #003366;
}
a.text:hover
{
	color: #6699CC;
}

a.menu
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 14px;
	padding: 2px 0 0 5px;
	height: 18px;
	max-height: 16px;
	width: 150px;
	max-width: 145px;
	background: transparent url(../images/button.gif) no-repeat;
}
a.activemenu
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	margin-bottom: 14px;
	padding: 2px 0 0 5px;
	height: 18px;
	max-height: 16px;
	width: 150px;
	max-width: 145px;
	background: transparent url(../images/button_rollover.gif) no-repeat;
}
a.menu:hover
{
	color: #000066;
	background: transparent url(../images/button_rollover.gif) no-repeat;
}

a.childmenu
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	margin: -5px 0 10px 20px;
	padding: 2px 0 0 5px;
	height: 18px;
	max-height: 16px;
	width: 150px;
	max-width: 145px;
	background: transparent url(../images/button.gif) no-repeat;
}
a.activechildmenu
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	margin: -5px 0 10px 20px;
	padding: 2px 0 0 5px;
	height: 18px;
	max-height: 16px;
	width: 150px;
	max-width: 145px;
	background: transparent url(../images/button_rollover.gif) no-repeat;
}
a.childmenu:hover
{
	color: #000066;
	background: transparent url(../images/button_rollover.gif) no-repeat;
}

a.headmenu
{
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 7px;
	margin-right: 7px;
	padding: 2px 0 0 5px;
	height: 18px;
	max-height: 16px;
	width: 150px;
	max-width: 145px;
	background: transparent url(../images/button.gif) no-repeat;
}
a.activeheadmenu
{
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	margin-bottom: 7px;
	margin-right: 7px;
	padding: 2px 0 0 5px;
	height: 18px;
	max-height: 16px;
	width: 150px;
	max-width: 145px;
	background: transparent url(../images/button_rollover.gif) no-repeat;
}
a.headmenu:hover
{
	color: #000066;
	background: transparent url(../images/button_rollover.gif) no-repeat;
}

/* ***************************** Header ************************ */
#head
{
	margin: 0 auto 0 auto;
	padding: 0px;
	height: 123px;
	width: 995px;
	background: transparent url(../images/head.jpg) no-repeat;
}
#headnavigation
{
	float: left;
	padding-left: 225px;
	margin-top: 99px;
	height: 20px;
}
#animation
{
	float: right;
	margin: 10px 20px 0 0;
}

/* *************************** Navigation ********************** */
#navigation
{
	float: left;
	width: 170px;
	padding: 35px 0 20px 10px;
}

/* ***************************** Inhalt ************************ */
#inhalt
{
	width: 615px;
	margin-left: 225px;
	padding-top: 30px;
	padding-bottom: 35px;
}
/* 3-Pixel Gap -- Hide from IE5-mac. Only IE-win sees this. \*/
* html #inhalt
{
  height: 1%;
}

/* End hide from IE5/mac */

hr
{
	margin: 3px 0 5px 0;
	border: solid #000066 1px;
	border-bottom: none;
	border-left: none;
	border-right: none; 
	height: 1px;
}

hr.headline
{
	text-align: left;
	width: 677px;
}
/* ************************* Standart Liste ******************** */
ul
{
	margin-top: 5px;
	padding-left: 20px;
	margin-left: 0;
	list-style: url(../images/bullet_small.gif) outside; 
}

/* ************************* Überschriften ********************* */
h1
{
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 20px;
	padding-left: 0px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* ***************************** Absatz ************************ */
p
{
	margin: 3px 0 15px 0;
}

/* ***************************** Footer ************************ */
#foot
{
	font-size: 9px;
	text-align: left;
	color: #FFFFFF;
	clear: both;
	margin: -20px auto 0 auto;
	padding: 4px 0 0 4px;
	height: 20px;
	max-height: 16px;
	width: 995px;
	background: #336699 url(../images/foot.jpg) no-repeat;
}
* html #foot\
{
	height: 16px ;
}