body {
	margin: 0;
	padding: 0;
}
body, table, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
}


H1 {	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}


H2 {	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}


.contact {
	padding-right: 30px;
	background: url(../images/live-marketing-munich.gif);
	background-repeat:no-repeat;
	padding-left: 22px;
	background-position:0px 1px 0px 0px;
}
							
							
							
A.outbound:link {
	text-decoration:none;
	color: #666666;
	font-weight:normal;
	font-size:12px;
}

A.outbound:visited {
	text-decoration:none;
	color: #666666;
	font-weight:normal;
	font-size:12px;
}

A.outbound:hover {
	text-decoration:underline;
	color: #cccccc;
	font-weight:normal;
	font-size: 12px;
}



#outer-wrap {
	background: #000;
	display: block;
	height: 355px;
}

#language-wrap {
	height: 65px;
	color: #333
}
#language-wrap a {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}

#logo-wrap {
	background: #000;
	display: block;
	height: 355px;
}

#image-wrap, #top-navi-wrap {
	display: block;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

#image-wrap {
	height: 315px;
}

#top-navi-wrap {
	height: 40px;
	line-height: 40px;
	background: #858585;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8; 
	opacity: 0.8; 
	khtml-opacity: 0.8;
}

#top-navi-wrap ul {
	position: relative;
	margin: 0;
	padding: 0;
	margin: 0 0 0 10px;
}

#top-navi-wrap li {
	list-style: none;
	display: inline;
}

#top-navi-wrap a {
	font-size:16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0 5px 0 5px;
}
#top-navi-wrap .li {
  background: url(../images/line.gif) no-repeat left; 
  margin-left: 24px;
  padding: 8px 0 8px 30px;
}
#top-navi-wrap .a {
  background: url(../images/play.gif) no-repeat left; padding: 10px 0 10px 50px;
}
#play {
  position: absolute;



}


#content {
	margin: 35px 0 0 15px;
	width: 735px;
}

#footer-wrap {
	margin: 0 0 0 15px;
	color: #333;
	font-size: 11px;
}
#footer-wrap a {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}

#info-kasten {
	border: solid 1px #fff; 
	background: #ccc; 
	width: 180px; 
	display: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-transparency: 0.8;
	transparency: 0.8;
	font-size: 11px;
	margin: 15px 15px 0 15px;
	padding: 5px 0 15px 0;
	float: right;
}
#info-kasten div {
	padding: 10px;
}
.info-box {
	color: #fff;
	margin: 15px 15px 0 15px;
	height: 25px;
	float: right;
	clear: both;
}
.info-box a {
	color: #000; 
	text-decoration: none;
	display: block; 
	float: left;
	background: #fff;
	border: solid 1px #ccc;
	opacity: 0.7;
	filter: alpha(opacity=70);
	padding: 0 5px 0 5px;
	margin-right: 2px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.info-box a:active {
	background: #FC9C12;
}
.info-box a:hover {
	background: #FC9C12;
}
.info-box span {
	color: #a1a1a1; 
	text-decoration: none;
	display: block; 
	float: left;
	background: #fff;
	border: solid 1px #ccc;
	opacity: 0.7;
	filter: alpha(opacity=70);
	padding: 2px 5px 0 5px;
	*padding: 2px 5px 2px 5px;
	margin-right: 3px;
	text-align: center;
	font-size: 10px;
	height: 17px;
	*height: 19px;
	cursor:pointer ;
}

/* Best Practice Cases */
#list {
 color: #666;
}
#list ul {
 margin: 0;
 padding: 0;
}
#list li {
 list-style: none;
}
#list a {
 color: #666;
 text-decoration: none;
}
#list a:hover {
 text-decoration: none;
 padding: 0 0 0 5px;
 color: #000099;
}