/*-----basic layout------*/

p img{
	margin:10px;
}

BODY{
	margin-left: 0px;
	margin-top: 0px;
	background-color: #C4C7C8;
}

#container{
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 980px;
	height: 124px;
	background-image: url(../gfx/bg_topnew.gif);
	background-repeat: no-repeat;
}

#mainnavbar{
	width: 980px;
	height: 49px;
	background-image: url(../gfx/bg_navbar2.gif);
	background-repeat: no-repeat;
}

#content{
	float: left;
	width: 980px;
	height: auto;
	background-image: url(../gfx/bg_general.gif);
	background-repeat: repeat-y;
}

#leftcolumn{
	float: left;
	width: 250px;
	height: auto;
	margin-left: 35px;
	margin-bottom: 20px;
}

#pagetitle{
	float: left;
	width: 250px;
	height: 40px;
	margin-top: 25px;
}

#rightcolumn{
	float: left;
	width: 530px;
	height: auto;
	margin-left: 45px;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #58595B;
}

#rightcolumn ul{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #58595B;
	font-size: 8pt;
	line-height: 16px;
}

#rightcolumn a{
	color: #58595B;
	font-weight:bold;
	text-decoration:none;
}

#rightcolumn a:hover{
	color: red;
	font-weight:bold;
}

#righttop{
	float: left;
	width: 530px;
	height: 80px;
}

#rightcontent{
	float: left;
	width: 530px;
	height: auto;
}

#footer{
	float: left;
	width: 980px;
	height: 47px;
	background-image: url(../gfx/footer_bg.gif);
	background-repeat: no-repeat;
}

#footnav{
	float: right;
	margin-right: 80px;
	margin-top: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #58595B;
}

#footnav a:link{color: #58595B;text-decoration:none}
#footnav a:visited{color: #58595B;text-decoration:none}
#footnav a:hover{color: #58595B;text-decoration: underline;}

/*----navigation elements----*/

#topnavcontainer{
	float: left;
	width: 300px;
	height: 22px;
	margin-top: 65px;
	margin-left: 36px;
}

#topnavcontainer ul{
 	margin:0;
 	padding:0;
}

.menu ul {
list-style:none;
padding:0;
margin:0;
}

.menu ul li {
float:left;
}

.menu ul li a {
text-indent:-9000px;
display:block;
width: 10px;
height:22px;
margin-right:19px;
}

.menu ul li.horen a {
width: 40px;
background:url(../gfx/horen_a.gif);
background-repeat: no-repeat;
}
.menu ul li.horen a:hover {
background:url(../gfx/horen_b.gif);
background-repeat: no-repeat;
}
.menu ul li.horen_active a {
width: 40px;
background:url(../gfx/horen_b.gif);
background-repeat: no-repeat;
}
.menu ul li.zien a {
width: 30px;
background:url(../gfx/zien_a.gif);
background-repeat: no-repeat;
}
.menu ul li.zien a:hover {
background:url(../gfx/zien_b.gif);
background-repeat: no-repeat;
}
.menu ul li.zien_active a {
width: 30px;
background:url(../gfx/zien_b.gif);
background-repeat: no-repeat;
}
.menu ul li.lachen a {
width: 49px;
background:url(../gfx/lachen_a.gif);
background-repeat: no-repeat;
}
.menu ul li.lachen a:hover {
background:url(../gfx/lachen_b.gif);
background-repeat: no-repeat;
}
.menu ul li.lachen_active a {
width: 49px;
background:url(../gfx/lachen_b.gif);
background-repeat: no-repeat;
}
.menu ul li.bewegen a {
width: 62px;
background:url(../gfx/bewegen_a.gif);
background-repeat: no-repeat;
}
.menu ul li.bewegen a:hover {
background:url(../gfx/bewegen_b.gif);
background-repeat: no-repeat;
}
.menu ul li.bewegen_active a {
width: 62px;
background:url(../gfx/bewegen_b.gif);
background-repeat: no-repeat;
}


#mainnavcontainer {
	float: left;
	width: auto;
	height: 49px;
	margin-top: 0px;
	margin-left: 19px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
}

#mainnavcontainer ul {
 	margin:0;
 	padding:0;
}

#navlist ul {
	margin: 0px;
	white-space: nowrap;
	padding: 0;
   height:49px;
}

#navlist li {
	list-style-type: none;
   float:left;
	margin-left: 0px;
	position:relative;
	padding: 17px 15px 18px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #c4c7c8;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
   color: #636363;
}

#navlist a {
	position:absolute;
   top:0;
   left:0;
	width: 100%;
	height: 49px;

   /* In IE, 100% transparency is click-through, so to make sure that
      the links cover, you need a tiny, practically invisible opacity. */
   background:orange;

   opacity:0.01;
   -moz-opacity:0.01;
   -webkit-opacity:0.01;
   filter:alpha(opacity=1);
   z-index:1;
}

#navlist li.hover,
#navlist li.active {
	background: url(../gfx/mainnavhover_bg.gif) repeat-x;
	color: #ffffff;
   border:1px solid #e1001a;
}

#subnav{
	float: left;
	width: 230px;
	height: auto;
	margin-left: 20px;
	background-image: url(../gfx/grad_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#subnavlist a{
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#subnavlist a:link, #subnavlist a:visited{
	color: #4f4f4f;
}

#subnavlist a:hover{
	color: #000000;
}

#subnavlist .active a {
	color:#000000;
}



/*----general elements----*/

.clearright{
	clear: 			right;
}

.clearboth{
	clear: 			both;
}

/*----text elements----*/

h1{
	margin-bottom: 30px;
	margin-top: 0px;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 2px;
	color: #e1001a;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

P{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #58595B;
	margin-left: 40px;
	margin-right: 50px;
	margin-bottom: 15px;
	font-size: 8pt;
	line-height: 16px;
}

#rightcontent{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #58595B;
	font-size: 8pt;
	line-height: 16px;
}

.textballoon{
	display:none;
	float:left;
	background:url('../gfx/tooltip.png');
	padding:5px 10px;
	position:absolute;
	width:176px;
	height:124px;
}

.infoicon img{
	border:0;
	margin:0;
}

#bew_movieframe{
	float: left;
	width: 283px;
	height: 203px;
	margin-bottom: 20px;
	background:url('/gfx/movieframe.jpg');
	padding:16px 0 0 17px;
}

img {
	border:0;
}