@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	line-height: 20px;
	z-index: 0;
	text-align:left;
}

html {
	background-color: #f6f6f6;
}

body {
	background-color: #f6f6f6;
	text-align: center;
	/* NEEDED for IE6 correct bg pos */
	background-position: center top;
	background-repeat: no-repeat;
}

#main {
	margin: 0px auto;
	width:	975px;
	height: 583px;
	padding: 0px;
	text-align:left;
}

/* TEXTFORMATIERUNGEN */

h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 13px;
	color: #333333;
}

p {
	margin-bottom: 13px;
	color: #777777;
}

b{
	font-weight: bold;
	color: #333333;
}

.fliesstext_link {
	color: #777777;
}

.remote {
	color: #333333;
	font-weight: bold;
	cursor: pointer;
}

.textlist {
	list-style-type:disc;
	color: #a5343c;
	width: 390px;
	padding-left:15px;
	margin: 0;
}

.textlist li span {
	color: #777777;
}

a:link, a:visited , a:active{
	text-decoration: none;
	color: #a33038;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.indent {
	margin-top: 20px;
	margin-left: 10px;
}

/* LOGOBTN*/
/*
#logobtn, #topmenu, #mainmenu {
	border: 1px solid #F00;
}*/

#logobtn {
	clear: both;
	width: 376px;
	height: 109px;
	z-index: 1000;
	position: absolute;
	top: 240px;
}

/* TOPMENU */
#topmenu {
	margin-top: 58px;
	margin-left: 440px;
	width: 506px;
	height: 24px;
	overflow: hidden;
	clear: both;
}

#topmenu ul {
	list-style:none;
}

#topmenu * {
	z-index: 998;
}

#topmenu li {
	display: block;
	float: left;
	vertical-align: top;
	text-align: center;
	list-style:none;
	height: 33px;
}


/* HAUPTMENU */

#mainmenu  {
	margin-left: 600px;
	width:	346px;
	height: 33px;
	/*border: none;*/
	overflow: hidden;
}

#mainmenu * {
	z-index: 999;
}

#mainmenu ul, #mainmenu ul ul {
	list-style:none;
}

#mainmenu li {
	display: block;
	float: left;
	vertical-align: top;
	list-style:none;
	height: 33px;
}

#mainmenu li ul{
	display: block;
	float: left;
	position: absolute;
	width: 140px;
	height: auto;
	border-bottom: none;
	margin-top: 3px;
	margin-left: 0px;
	visibility: hidden;
}

#mainmenu li.hover ul {
	visibility: visible;
}

#mainmenu li li {
	display: block;
	float: left;
	width: 140px;
	height: auto;
	vertical-align: middle;
	padding: 0px;
}

#mainmenu li li a, #mainmenu li li a:visited, #mainmenu li li a:hover, #mainmenu li li a:active{
	display: block;
	width: 140px;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background: #FFFFFF;
	height: 22px;
	text-indent: 20px;
}

#mainmenu li li a:hover, #mainmenu li li a.current, #mainmenu li.hover ul li  {
	color: #FFFFFF;
	background: #333333;
	background-image: url(../images/structure/dropdown_bg.gif);
	background-repeat: repeat-x;
}



/* CONTENT */

#contentWork {
	width: 975px;
	height: 418px;
	z-index: 0;
}

/* TEASER STARTSEITE*/

#teaserbox {
	width: 323px;
	height: 355px;
	float: left;
	padding: 1px;
}

#teaserbox #teaser_neu{
	width: 58px;
	height: 53px;
	position: relative;
	top: 1px;
	left: 266px;
	z-index: 997;
}

#teaserbox #teaser1{
	width: 323px;
	height: 355px;
	position: relative;
	top: -53px;
	z-index: 996;
}


