@charset "UTF-8";

/* main
*******************************/

html {
	height:101%
}

body {
	margin: 0;
	padding: 0;
	background-image:url(../img/design/bg.jpg);
	background-repeat:repeat-x;
	background-color:#2f2f2f;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color:#FFFFFF;
	font-size: 0.8em;
	line-height: 130%;
}

img {border:3px #3c3c3c solid;}

img, div {
    behavior: url(iepngfix.htc);
}


a{ text-decoration: none; color:#3c3c3c;}
a:link { text-decoration: none; color:#3c3c3c }
a:visited { text-decoration: none; color:#3c3c3c; }
a:hover { text-decoration: underline; color:#3c3c3c;}
a:active { text-decoration: underline; color:#3c3c3c;}


/* Layer
*******************************/

#wrapper {
	wrapper:820px;
	margin:0 auto;
	width:900px;
	height:auto;
}

#navigation {
	height:30px;
	line-height:30px;
	margin-left:50px;
}

#oben {
	width:800px;
	height:250px;
	margin-top:66px;
}

#logo {
	position:absolute;
	width:310px;
	height:245px;
	margin-left:45px;
}

#ticker {
	position:absolute;
	margin-left:500px;
	width:350px;
	height:250px;
	background-image:url(../img/design/ticker-bg.png);
}

#top {
	width:820px;
	height:120px;
	background-image:url(../img/design/top-bg.png);
	margin-left:40px;
	margin-top:-10px;
}

#top h1 {
	position:absolute;
	color:#3c3c3c;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size:48px;
	line-height:100%;
	padding:30px 0px 0px 50px;
	letter-spacing: -1px;
	font-weight: 100;
}


#content {
	width:800px;
	height:auto;
	background-image:url(../img/design/content-bg.png);
	background-repeat:repeat-y;
	margin-left:50px;
	margin-top:-24px;
}

#content h2 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: -1px;
	padding-left:50px;
	padding-right:40px;
	color:#3c3c3c;
}

#content  h3 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 28px;
	line-height: 20px;
	letter-spacing: -1px;
	padding-left:20px;
	padding-right:40px;
	color:#3c3c3c;
}

#content  h4 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 28px;
	letter-spacing: -1px;
	padding:0;
	color:#3c3c3c;
}

#content  h5 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: -1px;
	color:#3c3c3c;
}

#content p {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color:#3c3c3c;
	font-size:16px;
	letter-spacing:1px;
	line-height:20px;
	padding-left:50px;
	padding-right:40px;
	padding-bottom:40px;
	}
	
#content td p {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color:#3c3c3c;
	font-size:16px;
	letter-spacing:1px;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	}
	
#content h2 .active { text-decoration: underline; color:#3c3c3c;}
	
.Stil25 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color:#7c1124;
	font-size:14px;
	letter-spacing:1px;
	line-height:20px;
	text-transform: uppercase;
	}

	
#footer	{
	width:800px;
	height:30px;
	margin-left:50px;
	margin-top:-16px;
	background-image:url(../img/design/footer-bg.png);
	background-repeat:no-repeat;
	background-position:top;
}

#display-none {
	display:none;
}


/* classes
*******************************/

.clear {
	clear: both;
}

/* navigation
*******************************/
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li {
	display: inline;
}

#navigation ul a {
	text-decoration: none;
	font-size: 18px;
	color:#FFFFFF;
	padding: 10px;
	font-weight:lighter;
}

#navigation ul .active {
	text-decoration: none;
	font-size: 18px;
	color:#3c3c3c;
	padding: 10px;
	background-color:#FFFFFF;
	font-weight:lighter;
}

#navigation ul a:hover {
	text-decoration: none;
	font-size: 18px;
	color:#3c3c3c;
	padding: 10px;
	background-color:#FFFFFF;
	font-weight:lighter;
}
