/*
	CSS Stylesheet
	written by Hendrik Meyer
	MEDIA DSIGN | websolutions
	www.media-dsign.de
*/

body {
	margin: 0px 0px;
	background: #cdcccc url('img/body_bg.jpg') repeat-x top center;
	text-align: center;
	font-family:Tahoma,Arial;
	font-size: 12px;
	behavior:url("csshover.htc");
	color:#666666;
}

/* IE PNG Hack */
div, img, li, a { behavior: url('iepngfix.htc') }


a:link,a:active,a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color:#000000;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color:#e51a23;
	font-family:Tahoma,Arial;
}
h2,h3,h4,h5,h6 {
	font-size: 13px;
	color:#000000;
	font-family:Tahoma,Arial;
	font-weight:normal;
}
div {
	text-align:left;
}
td {
	font-family:Tahoma,Arial;
	font-size: 11px;
	color:#666666;
}

div.msg {
	padding: 5px;
	font-family:Tahoma,Arial;
	font-size: 9pt;
	color: #000000;
	background-color: #CCCCCC;
	border: #FF0000 1px solid;
}

/* Listen */
ul {
	list-style:none;
	list-style-image: url('img/listing_bullet.jpg');
	margin:0px;
	padding:0px;
	padding-left:5px;
}
li {
	margin: 0px;
	margin-left:10px;
	padding:3px;
}
ol {
	margin:0px;
	margin-left:20px;
	padding:0px;
}

/* Forms */
.form {
	width: 330px;
}
.form_xl {
	width: 410px;
}
#captcha {
	width:410px;
}

/* Page Layout */
div.page {
	margin:23px auto 0 auto;
	padding:12px;
	width:968px;
	background: transparent url('img/page_bg.png') repeat-y top center;
}
html>body div.page {
	width:950px;
}
div.top {
	background: transparent url('img/page_top.png') no-repeat top center;
	/*position:relative;*/
	width:968px;
	height:12px;
	position:absolute;
	margin:0;
	padding:0;
	/*margin-left:-6px;*/
	margin-left:-64px;
	margin-top: -23px;
	border:none;
}
html>body div.page div.top {
	margin-left:-9px;
	position:absolute;
}

div#logo {
	width:960px;
	height:95px;
	position:absolute;
	margin:-20px 0 0 -5px;
}
div#logo a {
	width:165px;
	height:90px;
	display:block;
	position:absolute;
	margin:-90px 0 0 795px;
}

/* Header */
div.header {
	clear:both;
	width:950px;
	height:186px;
	margin:0;
	padding:0;
	background: transparent url('img/header_bg.jpg') no-repeat bottom center;
	margin-top:95px;
	margin-bottom:10px;
}
div.header img {
	width:950px;
	height:180px;
}

/* Unter Navigation Links */
div.subnavi {
	width:150px;
	float:left;
}
div.subnavi ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image: none;
}
div.subnavi ul li {
	width:150px;
	line-height:11px;
	background: #666666 url('img/arrow.gif') no-repeat 7px 10px;
	color: #FFFFFF;
	font-size:11px;
	padding:7px;
	padding-left:14px;
	margin:1px;
	margin-left:0px;
}
html>body div div.subnavi ul li {
	width:129px;
}
div.subnavi ul li a,
div.subnavi ul li a:link,
div.subnavi ul li a:hover,
div.subnavi ul li a:visited,
div.subnavi ul li a:active {
	text-decoration: none;
	color: #FFFFFF;
}
div.subnavi ul li a:hover {
	text-decoration: underline;
}
div.subnavi ul li.subpage {
	background: #ACACAC;
	color:#666;
}
div.subnavi ul li.subpage a,
div.subnavi ul li.subpage a:link,
div.subnavi ul li.subpage a:hover,
div.subnavi ul li.subpage a:visited,
div.subnavi ul li.subpage a:active {
	text-decoration: none;
	color: #666;
}
div.subnavi ul li#active,
div.subnavi ul li#sactive {
	text-decoration:underline;
}

/* Inhalt */
div.content {
	margin: 0 160px 0 150px;
	padding:0 25px 30px 25px;
	text-align:justify;
	border-right:#ccc 1px solid;
	min-height: 340px;
}

/* Footer */

div.footer {
	clear:both;
	text-align:center;
	font-size:10px;
	margin:0px 0 -26px -5px;
	padding:0;
	background: url('/img/footer_bg.png') no-repeat 50% 50%;
	height:51px;
	width:960px;
	position:relative;
	z-index:100;
}
div.footer span {
	display:none;
}

div.footer div {
	margin-top:10px;
	float:left;
	height:34px;
	border-right:#000 1px solid;
	width:263px;
	line-height:34px;
	text-decoration: none;
	color: #fff;
	font-size:12px;
	text-align:center;
}
div.footer div a {
	text-decoration: none;
	color: #fff;
	font-size:12px;
}
div.footer div img { border:none; }
div.footer div img,div.footer div iframe {
	margin-bottom: -6px;
}

div.footer #tw { }
div.footer #fb {
	width:410px;
}
div.footer #lng {
	border-right:none;
}

div.bottom {
	clear:both;
	background: transparent url('img/page_bottom.png') no-repeat top center;
	width:968px;
	height:12px;
	position:absolute;
	margin:0;
	padding:0;
	margin-left:-9px;
	margin-top: 12px;
	border:none;
}

/* Lang Switch */
#langswitch {
	position: absolute;
	margin: -35px 0 0 105px;
}
#langswitch img {
	border:none;
}

/* Sidebar right */
#sidebar {
	float:right;
	width:150px;
	padding:2px;
	margin-left:10px;
}

/* Newsbox (on Index) */
div.newsbox {
	margin:0;
	padding:2px;
	width:150px;
	min-height:100px;
	background: url('img/news_bg.gif') no-repeat top left;
}
div.newsbox h2 {
	margin:0px 0 10px 20px;
	padding:0;
	color:#e51a23;
	font-weight:bold;
	width:150px;
	font-size:14px;
}
div.newsbox ul {
	list-style:none;
	list-style-image: url('img/news_arrow.gif');
	margin:0px;
	padding:2px;
}
div.newsbox ul li {
	margin: 0px;
	margin-left:15px;
	padding:0px;
	margin-bottom:10px;
}
div.newsbox ul li a:link,
div.newsbox ul li a:active,
div.newsbox ul li a:visited {
	color:#666666;
}
div.newsbox ul li a:hover {
	color:#000000;
}
div.newsbox div {
	margin:0;
	padding:2px;
}
span.date { font-size:10px; }

/* Downloads */
div.mod_downloads {
	background: url('img/news_bg.gif') no-repeat top left;
	min-height: 180px !important;
}
div.mod_downloads h2 {
	margin:0px 0 10px 20px;
	padding:5px 0;
	color:#e51a23;
	font-weight:bold;
	width:150px;
	font-size:14px;
}
ul.mod_downloads {
	list-style:none;
}
ul.mod_downloads li {
	text-align:center;
	width: 60px;
	height:90px;
	float:left;
	font-size: 10px;
	margin: 0 0 10px 0;
}
ul.mod_downloads li img {
	border:none;
}
ul.mod_downloads li span {
	display:block;
	padding: 2px;
	text-align:center;
}

/* Downloads Page */
div.mod_downloads_all {
	background: none;
}
div.mod_downloads_all h2 {
	margin:0px 0 10px 20px;
	padding:0;
	color:#e51a23;
	font-weight:bold;
	width:180px;
	font-size:14px;
}
ul.mod_downloads_all {
	list-style:none;
	padding:0;
}
ul.mod_downloads_all li {
	text-align:center;
	width: 70px;
	height:180px;
	float:left;
	font-size: 10px;
	margin: 0 15px 10px 0;
	padding:0;
}
ul.mod_downloads_all li img {
	border:none;
}
ul.mod_downloads_all li span {
	display:block;
	padding: 2px;
	text-align:center;
}

a.twitter { background: url('http://twitter-badges.s3.amazonaws.com/twitter-a.png') no-repeat 0% 50%; display:block; line-height:25px; padding-left: 70px; margin: 20px 0; }

/* References */
#map { width:426px; height:300px; background:transparent url(/img/standorteNextelAll.jpg); overflow:hidden; margin:auto; background-repeat:no-repeat;}
#map a {display:inline; float:left; height:0; overflow:hidden; color:#000; position:relative; top:70px; left:180px;
			text-decoration:none; background:transparent url(/img/standorteNextelDetails.jpg) no-repeat 500px 500px;}
* html #map a  {height:361px; he\ight:0;}

#map a#europa {height:62px; width:62px; color:transparent;}
#map a#asien {width:112px; height:95px; color:transparent; position:relative;}

#map a#europa:hover {background-position:10px 0; z-index:50; padding-top:360px; padding-right:500px; margin-left:-190px; top:0px;}
#map a#asien:hover {background-position: -370px -15px; z-index:51; padding-top:230px; padding-right:390px; margin-left:-280px; top:0px;}

/* Logos / Banner */
.home_logos { border-top: #666 1px solid; }
.home_logos td { text-align:right; padding-top:10px; }
.home_logos td.home_logos_left { text-align:left; border-right: #666 1px solid; padding-right:12px; }
