/*Eric Meyer's CSS Reset.*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*GO!*/
body {
	background: #545454 url(img/handy.png) repeat-x;
	font-family: Arial,Helvetica,sans-serif;
	margin: 20px 0pt 0pt;
	padding: 0px;
	text-align: justify;
}
a{
	color: #f000;
	text-decoration: underline;
}
p {
	text-align: justify;
}
#main {
	color:#000000;
	margin:0 auto;
	min-width:940px;
	text-align:justify;
	width:940px;
}
#top{
	width: 940px;
}
#handy{
	background:#fff none repeat-x scroll 0 0;
	border:1px solid gray;	
	font-stretch:wider;
	height:410px;
	margin-bottom:10px;
}
#handy #telefon{
	float:left;
	height:370px;
	margin:5px;
	text-align:center;
	width:600px;
}

#handy #domain{
	position: static;
	padding: 5px 0pt;
	height: 370px;
	text-align: center;
}
#handy #domain #tarif{
	margin:0 0 0 15px;
	overflow:hidden;
	width:320px;
}
#guenstig{
	background: #FFFFCC none repeat scroll 0 0;
	bottom: 0;
	display: inline;
	float: right;
	height: 30px;
	margin: 0 50px 0 0;
	padding: 10px 0 0 10px;
	position: fixed;
	right: 0;
	width: 80px;
}  
.flatrate{
	color: red;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.neu{
	color: #000;
}