/* Allgemeine Formatierungen */

html, body{
   	margin: 0 auto;
   	padding: 0;
   	font-family: Verdana, "Geneva", Arial, Helvetica, sans-serif;
	background: #F1F1F1 url(img/background.gif) repeat-y 50% 0px fixed;
	color: #0F2543;
	font-size:101%;
}

div, p, h1, h2, h3, ul, ol, li, 
span, a, form, img {
   	margin: 0;
   	padding: 0;
}

a:link {
	color: #0F2543;
   	text-decoration: none;
}

a:hover {
	color: #0F2543;
   	text-decoration: none;
}

a:visited {
	color: #0F2543;
   	text-decoration: none;
}

a:active {
	color: #0F2543;
   	text-decoration: underline;
}

strong {
   	font-weight: bold;
}

h1 {
   	font-size: 1.0em;
   	color: #fff;
}

h2 {
   	font-size: 0.8em;
   	color: #333;
}

p, ul {
   	font-size: 0.7em;
   	color: #fff;
}

/* Allgemeine Formatierungen Ende */

/* Container */

#container {
	width: 900px;
	position:relative;
	margin:0 auto;
	background-color: #fff;
	min-height:100%;
	text-align:left;
}

/* Container Ende */


/* Navigation */

#navigation {
	margin:0px;	
	height:28px;
	border-bottom:1px #A8A8A8 solid;
}

#navigation ul
{
	padding-left: 0;
	margin-left: 0;
	background: #1087AC url(img/navi_bg.gif) repeat-x 20px;
	float: left;
	width: 100%;
	height:28px;
	font: bold 13px "Helvetica", Verdana, Tahoma, Arial, sans-serif;
	color: #fff;
}

#navigation ul li { 
	display: inline; 
}

#navigation ul li a
{
	padding:0.4em 0.8em;
	text-decoration: none;
	float: left;
	height:19px;
}

#navigation ul li a:hover
{
	padding:0.4em 0.8em;
	background: #1087AC url(img/navi_hover.gif) repeat-x 28px;
	color: #fff;
	border-right: 1px solid #A8A8A8;
	border-left: 1px solid #A8A8A8;
}

/* Navigation Ende */


/* Header */

#head {
	background: #1087AC url(img/logo.gif) no-repeat top;
	width:900px;
	height:99px;
	border-bottom: 1px solid #A8A8A8;
	margin:0;
	text-indent:-9999px;
}

/* Header Ende */


/* Welcome */

#welcome {
	background: #98C6EE url(img/welcome.gif) repeat-y right;
	border: 1px solid #000;
	padding: 10px;
	margin: 15px;
	font: bold 20px "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;	
}

#welcome p {
	color: #1F3A5F;
	line-height: 1.8em;
}

/* Welcome Ende */


/* Content */

#content {
	margin: 15px auto;
	width:814px;
}

#content h2 {
	background: #DFE9F2 url(img/h2.gif) no-repeat top;
	padding: 10px;
}

#content p {
	padding: 10px;
	color: #0F2543;
	font: bold 13px "Tahoma", Lucida Grande, Verdana, Arial, sans-serif;	
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

#content a {
	color: #1B3C6A;
}

#content a:hover {
	color: #112035;
}


/* Content Ende */

/* Footer */

#footer {
	background: #98C6EE url(img/welcome.gif) repeat-y right;
	border-top: 1px solid #A8A8A8;
	padding: 0px;
	margin: 0px;
}

#footer p {
	color: #0F2543;
	font: bold 14px "sans-serif", Lucida Grande, Verdana, Tahoma, Arial;
}	
