/* Haupt CSS - Aufbau und Aufteilung */
body {
	margin: 0;
	padding: 0;
	top: 0px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Header & eyecatcher */

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100px;
	background: url(../images/bis_background.png) no-repeat;
	background-position: right;
}

/* Navigation links */
#maintopic {
	top: 124px;
	left: 25px; 
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 180px;
}

#maintopic ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 180px;
}

#maintopic li {
	background: #e8e8e8;
	height: 34px;
	float: right;
	z-index: 1;
}

#maintopic li a, #maintopic li a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 95%;
	color: #000;
	text-indent: 10px;
	display: block; 
	text-decoration: none;
	height: 31px;
	line-height: 30px;
	width: 172px;
	border: 1px solid #444444;
	border-width: 1px 7px 1px 1px;
}

#maintopic li a:hover {
	color: #fff; 
	background: #444444; 
	position: relative;
	border-right: 7px solid #e3001b;
	border-bottom: 1px solid #444444;
}

#tuevlogo {
	padding: 20px 0;
}

#maintopic li:hover {
	position: relative;
}

#maintopic li ul {
	visibility: hidden;
	position: absolute;
	top: -30px;
	left: 120px;
	padding: 30px;
}

#maintopic li:hover > ul {
	visibility: visible;
}

#maintopic ul a:hover ul {
	visibility: visible;
}


/*  BigLine */
#bigline {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 25px;
	background: #e3001b;
	/*background: url(../images/bigline.gif) repeat-x;*/
}

/*  Content-Bereich */
#content {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 125px;
	left: 205px;
	line-height: 18px;
	margin: 0px;
	padding: 10px 0 10px 10px;
	width: 80%;
}
