/*
---------------------------------
Handynunner.de Immer auf der guten Seite
Erstell am 28.04.09
Aktualisiert am 28.04.09
Autor: Nunner Markus www.handynunner.de
---------------------------------
*/

*{
	margin: 0;
	padding: 0;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 76%;
	line-height: 120%;
	color: #000;
	background-color: #ddddd3;
	text-align: center;
}
.link_angebot {
	color: #F00;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}

.angebot {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.angebot h3 {
	font-size: 120%;
	color: #F10c0c;
	margin-left: 10px;
	margin-bottom: 10px;
}
.angebot a img {
	border: 2px solid #999;
	margin-top: 10px;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlf {
	float: left;
	margin-right: 8px;
}




#container {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sidebar {
	float: right;
	height: auto;
	width: 120px;
	left: 680px;
	padding-top: 103px;
}

#header {
	background-image: url(../Images/HandynunnerLOGO.png);
	height: 100px;
	background-repeat: no-repeat;
	background-color: #f10c0c;
	background-position: 250px top;
	line-height: 400px;
	overflow: hidden;
	width: 800px;
}

#header h1 {

}

#navigation {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #666;
	width: 650px;


}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 25px;
	display: inline;
	padding: 0 20px;
	font-size: 120%;
}
#navigation ul li a {
	text-decoration: none;
	font-size: 20px;
	color: #000;
}
#navigation ul li a:hover {
	color: #FFF;
	background-image: url(../Images/navi.png);
	background-position: center;
}

#mainContent {
	width: 650px;
}
#mainContent h2 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}



#footer {
	text-align: center;
}


#footer a {
	line-height: 40px;
}

#mainContent p {
	padding-left: 10px;
}

#container p a {
	text-align: center;

}

#table {
	margin-right: 100px;
}

#table tr td {
	text-align: left;
	margin-left: 10px;
}

