/*
Design by IWEBIX
www.iwebix.de
*/

body {
	margin: 0;
	padding: 0;
	background: url(images/bg.png) repeat-x;
	font-family:Arial, Bold;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family:Arial, Bold;
	font-weight: normal;
	color: #F93D00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #66CC33;
}

a:hover {
}

#wrapper {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 960px;
	background: url(images/handyvergleich-kopf.png) no-repeat;
	height: 125px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	background: url(images/handyvergleich-logo.png) no-repeat;
	height: 65px;
	width: 400px;
	margin-top: 30px;
	padding-top: 20px;
	color: #00629E;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #00629E;
}

/* Search */

#search {
	float: right;
	width: 220px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 30px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	padding: 5px 5px;
	border: 1px solid #E9851D;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	display: none;
}

/* Menu */

#nav {
width: 955px;
margin-top: 10px;
margin: 10px auto;
float:left;
padding:3px 0px 0px 5px;
overflow:hidden;
list-style-type: none;
list-style-position: outside;
height: 34px; 
background: url(images/navbg.gif) #FFF;
}

#nav li {	
	display:inline;
}

#nav li a:active,
#nav li a:link,
#nav li a:visited,
#nav li a:hover {
    float: left;
    height: 30px;
    background: url(images/nir.gif) top right no-repeat;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

#nav li.active a:active,
#nav li.active a:link,
#nav li.active a:visited,
#nav li.active a:hover,
#nav li a:hover {
    background: url(images/nar.gif) top right no-repeat;
}

#nav li a span {
    float: left;
    height: 30px;
	background: url(images/nil.gif) top left no-repeat;
}

#nav li.active a span,
#nav li a:hover span {
    background: url(images/nal.gif) top left no-repeat;
}


#nav li a span span {
    float: left;
    height: 23px;
	padding: 5px 15px 0 15px;
	background: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

div.clear {
    clear: both;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 10px 0px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 630px;
	padding: 0;
}

.post {
	margin-bottom: 10px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 42px;
	padding: 3px 0 0 10px;
	letter-spacing: -.5px;
	color: #8AB52B;
	background: url(images/img01.gif) repeat-x left top;
}

.post .title a {
	color: #FFFFFF;
	border: none;
}

.post .meta {
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
	color: #66CC33;
}

.post .entry {
	padding: 0px 5px 5px 5px;
	padding-bottom: 5px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	padding: 0;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #C5DB76;
	padding-left: 10px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 42px;
	padding: 3px 0 0 10px;
	background: url(images/img02.jpg) repeat-x left top;
	letter-spacing: -.5px;
	color: #FFFFFF;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	color: #787878;
	border: none;
}

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

/* Footer */

#footer {
	width: 960px;
	background: #777777;
	height: 30px;
	margin: 0 auto;
	padding: 0px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #66CC33;
}

#footer a {
	color: #FFFFFF;
}

#test table,th,td	{ text-align:left !important;
			  font-family:Arial, Bold !important;
			  font-size: 12px !important;}

#prov table,th,td	{	border-collapse:collapse; font-family:corbel,'helvetica neue','trebuchet ms',arial,helvetica,sans-serif; font-size:1em; line-height:1.5em; text-align:center;}
#prov caption		{	text-align:center; text-transform:uppercase; font-size:150%; font-weight:bold; padding:1.5em 0; color:black}

#prov thead, 
#prov tfoot			{	color:white; }

#prov thead th				{	padding:0.5em 1em; text-transform:uppercase; text-align:center; }
#prov thead th:first-child	{	width:10em; text-align:right; }

#prov tbody td,
#prov tbody th				{	font-size:100%; padding:0.5em 1em; background-color:#e5e5e5; vertical-align:top; text-align:center;}
#prov tbody th				{	color:#222;	text-align:center; background-image:url(tabel.png); background-repeat:repeat-y; border-right:1px solid #ccc}

#prov tbody tr.odd th, 
#prov tbody tr.odd td			{	background-color:#eee; color:#222}

#prov tfoot td,
#provt foot th				{	border:none; padding:0.5em 1em 2em; font-size:130%}
#prov tfoot th				{	text-align:right}

#prov table a:link	{	line-height:1em; color:black; display:inline-block; padding:3px 7px; margin:-3px -7px}
#prov table a:visited	{	color:#555}
#prov table a:hover	{	text-decoration:none; background:#9CDE7C; color:white; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px}
