* {
	margin: 0;
	padding: 0;
	boder: 0;
}

body{
	width: 100%;
	background: #000000 url("../img/bob_bg_color.gif") repeat-x;
	font-family:Verdana,Arial,sans-serif;
	font-size: 12px;
}

#top_header{
	background: #000000;
	border-bottom: 1px solid #333435;
}

#top_header p {
	width: 600px;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: right;
}

#page {
	width: 600px;
	margin: 0 auto;
	position: relative;
	top: 30px;
}

#page_header {
	height: 187px;
	background: url("../img/bob_header_bg.gif");
}

#page_background {
	height: 560px;
	background: #9C9C9C;
	border-top: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
}

#page_content {
	width: 500px;
	height: 672px;
	background: #DEDEDE;
	position: absolute;
	top:40px;
	left: 50px;
}

#logo {
	border: 10px solid #FFFFFF;
}

ul#menu li {
	width: 125px;
	float:left;
	list-style: none;
	text-align: center;

}

ul#menu li a {
	display:block;
	padding: 10px 0px;
	color: #FFFFFF;
	background: #000000;
}

ul#menu li a.middle {
	border-left: 1px solid #7A1010;
	border-right: 1px solid #7A1010;	
}

ul#menu li a:hover,
ul#menu li a.selected {
	background: #7A1010;
}

h1,h2,h3 {
	padding: 5px;
	text-transform: uppercase;
}

h2{
	font-size: 14px;
}

h3 {
	font-size: 12px;
	color: #7A1010;
}


.color_decription{
	color: #ff0000;
	font-weight: bold;
}

#produkt_description{
	list-style:none;
	width: 166px;
	float: left;
	margin:10px 0 0 0;
	text-align:center;
}

.produkt_title{
	text-align: center;
	width: 130px;
	margin:10px 0 10px 20px;
}

#produkt_description li{
	
}

#legalline{
	clear: both;
	width:490px;
	position:relative;
	left:5px;
	text-align: center;
}

#placeholder{
	clear:both;
}

#home_page {
	margin: 0 auto;
	text-align: center;
}

#home_page h1 {
	font-size:19px;
	text-transform:uppercase;
	padding-top:45px;
}

#home_page #msisdn {
	width: 200px;
	padding: 10px 0px;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
}

#home_page #msisdn_button {
	margin-top: 20px;
}

#contact_page table{
	margin:10px;
}

#contact_page td {
	padding: 3px 0px 3px 10px;
	vertical-align: top;
	font-weight: bold;
}

#impressum  {
	text-align: justify;
	padding: 20px;
}

#page_footer  {
	background: #FFFFFF;
	border: 10px solid #FFFFFF;
	color: #9C9C9C;
	text-transform: uppercase;
	font-size: 10px;	
	font-weight: bold;
}

#page_footer span {
	border-right: 1px solid #9C9C9C;
	padding: 0px 6px 0px 3px;
}

#page_footer p {
	text-align: center;
	padding: 5px 0px;
}

#page_footer p#footer_links {
	padding: 0px 0px 5px 0px;
}

#page_footer a {
	color: #000000;
}