/* CSS Document */
body,td
 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
}

#container {
  margin:0 auto;
  width:640px;
  height:800px;
}
#header {
  width:610px;
  height:100px;
  background-image:url('http://www.mymobileworld.de/images/logo_a_transparent_klein.gif');
  background-repeat:no-repeat;
  
  text-align:right;
}

#info {
  border:1px solid #000000;
  width:630px;
  height:70px;
  padding:5px;
  margin:0 auto;
  margin-bottom:5px;
}

#navi table {
  width:600px;
 }

a.sms_website {
	font-decoration:none;
	font-weight:normal;
	 }
a {
  color:#0000FF;
font-weight:bold;
 text-decoration:none;
}

a:hover{
  color:#ff0000;
  text-decoration:underline;
}

#content {
  border:1px solid #000000;
  width:640px;
  padding:5px;
}

#footer {
  width:600px;
  padding:5px;
  text-align:center;
}

/*Text*/
h1 {
 font-size:20px;
 font-weight:bold;
}

.small {
  font-size:10px;
 }
 
.center {
  text-align:center;
  margin:0 auto;
 }
 
.left_border {
	border-left:1px solid #000000;
}
.right_border {
	border-right:1px solid #000000;
}
.red {
	color:#FF0000;
}
.green {
	color:#00CC00;
}


