@charset "utf-8";


/* Import CSS
--------------------------------------------------------------------------------*/
@import url(reset.css);


/* Typselektoren (HTML)
--------------------------------------------------------------------------------*/
body {
	background-color:#ffffff;
	color:#595959;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	margin:50px;
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
	/* text-shadow:#000000 0 0 0; */
}

/*
h1,h2,h3,h4,h5,h6,div,ol,ul,li,dl,dt,dd,p,input,textarea,select {
	text-align:left;
}
*/

img, a img {
	border:0 none;
}

form {
	display:inline;
}

strong {
	font-weight:bold;
}

sup {
	font-size:70%;
	/font-size:100%;
	line-height:100%;
	vertical-align:text-top;
}

sub {
	font-size:70%;
}

em {
	font-style:italic;
}

h1 {
	font-size:42px;
	color:#ffffff;
	text-align:center;
	margin-bottom:20px;
	text-transform:uppercase;
	background-color:#0f91f1;
	padding:10px;
}

h2 {
	padding-bottom:5px;
}

h3 {
	color:#ff3c09;
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
}

h4 {
	font-weight:bold;
	margin: 5px 0 20px 0;
}

h5 {
}

h6 {
}

p {
   margin:0;
   padding:0;
}

ul, li {
	list-style-type:none;
}

table {
}

caption {
}

td, th {
}

thead {
}

tfoot {
}

tbody {
}


/* Globale Links
--------------------------------------------------------------------------------*/
a {
	outline:none;
}

/* Reihenfolge: a:link, a:visited, a:hover, a:focus, a:active  */
a:link,
a:visited {
	text-decoration:none;
	color:#ff3c09;
}

a:hover,
a:focus,
a:active {
	text-decoration:none;
	color:#000000;
}


/* Allgemeine Klassen
--------------------------------------------------------------------------------*/
.nowrap {
	white-space:nowrap;
}

.hideme {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.clear {
     clear:both;
     display:block;
     overflow:hidden;
     width:0px;
     height:0px;
}

.mb50 {
margin-bottom:50px;
}

.pb50 {
padding-bottom:50px;
}


/* Wrapper
--------------------------------------------------------------------------------*/
#wrapper {
	width:960px;
	margin:0 auto;
}


/* Navigation
--------------------------------------------------------------------------------*/
#navigation {
	width:186px;
	float:left;
	margin-right:30px;
	background-color:#f6f6f6;
	padding:8px;
}

#navigation ul {
	margin-bottom:30px;
}

#navigation li a {
	display:block;
	padding-bottom:10px;
	background-image:url(../images/template/bullet.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding-left:23px;
	font-weight:bold;
}

#navigation li.active a {
	color:#000000
}


/* Content
--------------------------------------------------------------------------------*/
#content {
	width:728px;
	float:right;
}

#content-box {
	width:728px;
	margin:0 0 30px 0;
	border-bottom:1px solid #cfcfcf;
	padding-bottom:20px;
}

#content-bild {
	float:left;
	width:200px;
	margin:0 20px 0 0;
}

#content-text {
	float:right;
	width:508px;
}

#content-text p {
	line-height:120%;
}

#content-text .stars {
	padding:10px 0 15px 0;
}

#content-text .stars b {
	line-height:24px;
	vertical-align:middle;
}

#content-text .stars img {
	line-height:24px;
	vertical-align:middle;
}

h2.content a {
	color:#000000;
	font-size:36px;
	font-weight:bold;
}

h2.content a:hover {
	color:#0f91f1;
}


/* Content Links
--------------------------------------------------------------------------------*/
#content-links {
}

#content-links a.boxlink:link, #content-links a.boxlink:visited {
	display:inline-block; /* IE6 Bugfix */
	background:#e4f93f;
	color:#ff3c09; border:1px solid #ff3c09;
	padding:3px 10px 3px 10px;
	margin:10px 6px 0 0;
	font-weight:bold;
	line-height:20px;
	height:20px; /* IE6 Bugfix */
}

#content-links a.boxlink:hover, #content-links a.boxlink:focus, #content-links a.boxlink:active {
	background:#ff3c09;
	color:#ffffff;
}


/* AdSense-Top
--------------------------------------------------------------------------------*/
#adsense-top {
	width:728px;
	margin:0 0 30px 0;
	border-bottom:1px solid #cfcfcf;
	padding-bottom:20px;
}


/* AdSense-Left
--------------------------------------------------------------------------------*/
#adsense-left {
	margin:0 0 30px 13px;
}


/* Werbebanner
--------------------------------------------------------------------------------*/
#werbebanner {
	margin:0 0 30px 0;
	text-align:center;
}


/* Footer
--------------------------------------------------------------------------------*/
.footer {
	padding:50px 0 0 0;
	text-align:center;
}



