@charset "UTF-8";
/* CSS Document */

* {
	margin:0 auto; 
	padding:0; 
	border:0;
}

html {
	background-color:#fafbfb;
	height:100%;

}

body {
	min-height:100%;
}

.header {
	background:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	height:68px;
	width:100%;
	padding-bottom:50px;
}

.logo img {
	padding-left:34px;
	position:absolute;
	top:-120px;
}

/* MENUE */


ul {
	padding-left:400px;
	list-style:none;
}

ul#navigation {
	position:absolute;
	top:-110px;
	float:right;
	width:810px;
}

#navigation li {
	float:left;
	width:120px;
	font-size:24px;

}

#navigation a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding-left:25px;
	padding-top:-5px;
	text-align:center;

}

#navigation a:hover {
	color:#aaa;
}

#navigation li li a{
	position:relativ;
	margin-left:-440px;
	text-align:left;
}

#navigation li li a:hover {
	color:#aaa;
}

#navigation li li {
	float:left;
	margin-top:5px;
	width:90px;
	font-size:17px;
}

#navigation ul {
	position:absolute;
	left:-9999px;
}

#navigation li:hover ul {
	left:auto;
	margin-left:-202px;
}

#navigation img {
	padding-right:10px;
}




.content {
	position:relative;
	height:100%;
	width:979px;
}

.top {
	background:url(../images/content_border_top.jpg);
	height:21px;
	width:979px;
}

.main {
	background:url(../images/content_bg.jpg);
	height:10px;
	background-repeat:repeat-y;
	height:auto;
}

table {
	padding:20px 0;
}

th {
	padding-right:2px;
}

tr, td {
	border:0;
	margin:-1px;
	padding:0;
}

td {
	text-align:center;
	font:13px/17px "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	font-stretch:wider;
}

.col1_g {
	background:#e5e5e5;
	width:111px;
	margin-right:-1px;
	text-align:center;	
}
.col1_w {
	background:#FFF;
	width:111px;
	margin-right:-1px;
	text-align:center;	
}

.tabelle_body td {
	height:87px;
}


.tab_green {
	background-color:#e1f4d1;
	border-right:#FFF 2px solid;
	width:87px;
	text-align:center;
}

.tab_blue {
	background-color:#c3effa;
	border-right:#FFF 2px solid;
	width:87px;
	text-align:center;	
}

.tab_green_grey {
	background-color:#cadbbc;
	border-right:#FFF 2px solid;
}

.tab_blue_grey {
	background-color:#afd7e1;
	border-right:#FFF 2px solid;
}

/* tabelle footer */


/* O2 Button */
.footer_o2 {
	background-image:url(../images/pix_27.jpg);
	background-repeat:no-repeat;
	border-right:2px;
	height:49px;
	width:265px;
	border-right:2px;
}

.footer_o2 a {
	background-image:url(../images/button_O2.jpg);
	width:134px;
	height:38px;
	display:block;
	background-repeat:no-repeat;
	margin-left:65px;
}

.footer_o2 a:hover {
	background-image:url(../images/button_O2_mo.jpg);
}

/* ende O2 button */


/* telekomm button */

.footer_tkomm {
	background-image:url(../images/pix_29.jpg);
	height:49px;
	width:176px;
	background-repeat:no-repeat;
	border-right:2px;
}

.footer_tkomm a {
	background-image:url(../images/button_T-komm.jpg);
	width:134px;
	height:38px;
	display:block;
	background-repeat:no-repeat;
}

.footer_tkomm a:hover {
	background-image:url(../images/button_T-komm_mo.jpg);
}

/* ende telekomm button */


/* vodavon button */

.footer_vodafon {
	background-image:url(../images/pix_31.jpg);
	height:49px;
	width:176px;
	background-repeat:no-repeat;
	border-right:2px;
}

.footer_vodafon a {
	background-image:url(../images/button_vodafon.jpg);
	width:134px;
	height:38px;
	display:block;
	background-repeat:no-repeat;
}

.footer_vodafon a:hover {
	background-image:url(../images/button_vodafon_mo.jpg);
}

/* ende vodavon button */


/* base button */


.footer_base {
	background-image:url(../images/pix_33.jpg);
	height:49px;
	width:176px;
	background-repeat:no-repeat;
	border-right:2px;
}


.footer_base a {
	background-image:url(../images/button_base.jpg);
	width:134px;
	height:38px;
	display:block;
	background-repeat:no-repeat;
}

.footer_base a:hover {
	background-image:url(../images/button_base_mo.jpg);
}

/* ende base button */



/* tabelle footer */ 

.bottom {
	background:url(../images/content_border_bottom.jpg);
	height:26px;
}
/*
.footer {
	background:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	height:68px;
	width:100%;
	margin-top:100px;
	position:absolute;
	bottom:0;
}