#header
{
	width: 1049px;
	margin: auto;
}

body {
	text-align: left;
	font: 10px arial, sans-serif;
	background: #afafaf;
	margin: 0;
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #00529c;
	background-image: url(../images/bg_home.jpg);
	background-repeat: repeat-x;
}

#home
{
	text-align: left;
	padding-top: 30px;
	width: 1049px;
	margin: auto;
}

/* intro.html Hotbox */

#hotbox
{
	text-align: left;
	padding: 5px 0 30px 0;
	width: 1049px;
	border-top: 1px dotted #ffffff;
	margin: 25px auto 0 auto;
}

#lefthot
{
	width: 480px;
	border-right: 1px dotted #ffffff;
	padding-right: 40px;
	float: left;
}

#righthot
{
	width: 489px;
	float: right;
	padding-right: 10px;
}

#hotbox p
{
	height: 40px;
	padding-left: 10px;
}


#hotbox a.hotlink
{
	background-image: url(../images/button_pfeil.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 4px 24px 4px 0;
	text-decoration: none;
	float: right;
}

#hotbox a.hotlink:visited
{
	background-image: url(../images/button_pfeil.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 4px 24px 4px 0;
	text-decoration: none;
	float: right;
	color: #242424;
}

h1.hot a
{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: inherit;
	text-decoration: none;
}

h1.hot
{
	color: white;
	padding: 5px 15px 5px 10px;
	margin-left: 10px;
	background-image: url(../images/hotheadright.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	letter-spacing:0.3px;
}

p.hot
{
	margin-left: 10px;
}

.hot_button
{
	border: 0;
	float: right;
	padding-top: 10px;
}

#footer
{
	padding-top: 10px;
	text-align: left;
	width: 1049px;
	margin: auto;
	line-height: 100%;
	padding-bottom: 50px;
	clear: both;
}

#footer a
{
	color: #00529c;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration:underline;
}

#submenus {
	width:900px;
	background:#000;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	height:20px;

}

#submenus ul {
	margin:0 auto;
	padding:0;
	list-style-type:none;
	height:20px;
	position:absolute;
	top:0;
	left:0;
	width:900px;
}

#submenus ul li {
	float:left;
}

#submenus ul li a {
	font-family:arial, sans-serif;
	float:left;
	font-size:10px;
	color:#00529c;
	text-decoration:none;
	text-align:center;
	line-height:16px;
	display:block;
	height:20px;
	padding:0 14px 0 10px;
	white-space:nowrap;
	background: url() no-repeat right center;
}

#submenus ul li a:hover {
	color:#00529c;
	text-decoration:underline;
}

#outer {
	padding:0;
	text-align:center;
	margin:2px 0;
	width:900px;
	background:#0018a8 url(../images/nav_bg_home.jpg) repeat-x;
	height:23px;
	position:relative;
	z-index:500;
}

#outer ul {
	margin:0 auto;
	padding:0;
	list-style-type:none;
	height:24px;
	border-left:0px solid #555;
	border-right:0px solid #555;
}

#outer ul li {
	float:left;
	background: url(../images/border.gif) no-repeat right
}

#outer ul li a {
	font-family:arial, sans-serif;
	float:left;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	line-height:24px;
	display:block;
	height:24px;
	padding:0 20px;
	white-space:nowrap;
	color:#00529c;
	border:0px;
	margin-left:-1px;
}

#outer ul li a.down {
	background:url(../images/down.gif) no-repeat right center;
}

#outer ul li a:hover {
	color:#004896;
	background:url(../images/hover_link.jpg);
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(../images/black_arrow2.png);
	font-size:10px;
	height:245px;
	width:84px;
	padding:5px 3px;
	color: #fff;
	margin-top: 2px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif
}

/* style the trigger elements */
#dyna {
	background: url(../images/bg3.jpg) no-repeat;
	height: 180px;
	padding-top: 160px;
	position: relative;
	border: 1px solid #abc;
	width: 730px
}

#dyna img {
	border:0;
	cursor:pointer;
	margin:0;
}

#text {
	height: 70px;
	position: absolute;
	top: 0px;
	left: 0;
	padding: 20px 0 0 20px
}

#logo {
	float: right;
	width: 319px;
	height: 340px;
	background: #fff url(../images/logo_hd_g.jpg) no-repeat;
	z-index: 100;
	border: 1px solid #abc;
	border-left: 0;
}

.hidden
{
	position: absolute;
}

