
body {
	margin: 0;
	padding: 0;
	background: #000 url(../images/main_bg.jpg) no-repeat top center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 { margin-top: 0; }
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1em; }

ul { list-style-image: url(../images/dot.jpg); }

a {	color: #333333; }
a:hover {	
	text-decoration: none;	
	color: #000000;
}
a img {	border: none;}


img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}


#header {
	width: 750px;
	height: 84px;
	margin: 15px auto 5px auto;
}


/****** Menü ******/

#menu {
	width: 778px;
	height: 45px;
	margin: 0 auto;
	background: #d1d1d1;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 10px 0 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #000000;
}

#menu .aktiv a {
	background: url(../images/menu_bg.gif) repeat-x;
}

/****** Seite ******/

#page {
	width: 778px;
	margin: 0 auto;
	background: #FFFFFF;
}

#page-padding {
	padding: 11px 4px;
}

/****** Content oben mit Bild und Gratis Testen ******/

#topcontent {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

#gratistesten {
	margin: 0 auto;
	width: 730px;
	height:180px;
	background: url(../images/gratistestzugang_bg.png) no-repeat top center;
	padding:10px;
	color:#111;
}

#gratistesten h2{
	color:#000;
	margin:0;
}


/****** Content (links) ******/

#content {
	float: left;
	width: 480px;
	padding: 10px 0 0 10px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/****** Sidebar (rechts) ******/

#sidebar {
	float: right;
	width: 250px;
	padding-right: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url(../images/dot.jpg) no-repeat 20px 50%;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/****** Footer ******/

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}