/**
 * Main
 *
 * Import der Regeldateien - Reihenfolge beachten!
 */

/* Definition von HTML, Body, etc. */
/**
 * Document
 *
 * Definition von Standardelementen
 */

*{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

img{
	border: none;
}

img.content{
	margin: 7px 0px 4px 0px;
}
*+html img.content{
	margin: 7px 0px 2px 0px;
}

img.star{
	float: left;
	padding: 9px 4px 9px 0px;
}
* html img.star{
	padding: 5px 4px 6px 0px;
}
*+html img.star{
	padding: 5px 4px 6px 0px;
}

/* Einfache Linie - gestrichelt */
.hr{
	overflow: hidden;
	width: auto;
	height: 0px;
	margin: 4px 0px 4px 0px;
	padding: 0px;
	border-top: 1px dashed #CCCCCC;
	font-size: 0.76em;
	line-height: 0px;
}

/* Einfache Linie 2 */
.hr2{
	overflow: hidden;
	height: 0px;
	border-top: 1px solid #CCCCCC;
	font-size: 13px;
	line-height: 0px;
}

* html .hr{
	margin: 4px 0px 0px 0px;
}
*+html .hr{
	margin: 4px 0px 0px 0px;
}

/* Einfache Linie - rot*/
.hr-red{
	overflow: hidden;
	width: auto;
	height: 0px;
	margin: 10px 0px 15px 0px;
	padding: 0px;
	border-top: 2px solid #d75016;
	font-size: 0.76em;
	line-height: 0px;
}
* html .hr-red{
	margin: 10px 0px 15px 0px;
}
*+html .hr-red{
	margin: 10px 0px 15px 0px;
}

/* Dokumentfluss */
/**
 * Floating
 *
 * Definition des Dokumentflusses
 */

/* Fluss links einrichten */
.flow-l{
	float: left;
}

/* Fluss rechts einrichten */
.flow-r{
	float: right;
}

/* Fließender Container links (mit Abstand) */
.clip-l, .clip-l-br{
	float: left;
	margin: 0px 20px 10px 0px;
}

.clip-l-br{
	margin-top: 0.76em;
}

/* Fluss beidseitig aufheben */
.clear{
	clear: both;
}

/* Fluss link aufheben */
.clear-l{
	clear: left;
}

/* Fluss rechts aufheben */
.clear-r{
	clear: right;
}

.clear, .clear-l, .clear-r{
	overflow: hidden;
	height: 0px;
	padding-top: 0.1px;
	font-size: 0px;
	line-height: 0px;
}


/* Ausrichtung */
/**
 * Alignment
 *
 * Ausrichtung von Elementen
 */

/* Links ausrichten */
.left{
	text-align: left;
}

/* Mittig ausrichten */
.center{
	text-align: center;
}

/* Rechts ausrichten */
.right{
	text-align: right;
}

/* Oben ausrichten */
.top{
	vertical-align: top;
}

/* Vertikal mittig ausrichten */
.middle{
	vertical-align: middle;
}

/* Unten ausrichten */
.bottom{
	vertical-align: bottom;
}


/* Links */
/**
 * Links
 *
 * Vordefinierte Links
 */

/* Standardlinks */
a{
	color: #0044CC;
	outline: 0px;
	text-decoration: none;
}

a:hover, a-active{
	color: #0044CC;
	text-decoration: underline;
}


/* Schriftgröße anpassen */

a.font-small{
	color: #d75116;
	font-size: 0.75em;
	text-decoration: none;
}
a.font-small:hover, a-active{
	color: #d75116;
	text-decoration: underline;
}

a.font-normal{
	color: #d75116;
	text-decoration: none;
}
a.font-normal:hover, a-active{
	color: #d75116;
	text-decoration: underline;
}

a.font-large{
	color: #d75116;
	font-size: 1.2em;
	text-decoration: none;
}
a.font-large:hover, a-active{
	color: #d75116;
	text-decoration: underline;
}


/* Userpanel Link */

div#userpanel a{
	color: #822800;
	font-weight: bold;
	text-decoration: none;
}

div#userpanel a:hover, a-active{
	color: #822800;
	text-decoration: underline;
}


/* Tag-Cloud */

a.size-xs{
	color: #5c5c5c;
	font-family: Times New Roman, Times, serif;
	font-size: 0.75em;
}
a.size-xs:hover, a-active{
	color: #5c5c5c;
	text-decoration: underline;
}

a.size-s{
	color: #5c5c5c;
	font-family: Times New Roman, Times, serif;
	font-size: 0.9em;
}
a.size-s:hover, a-active{
	color: #5c5c5c;
	text-decoration: underline;
}

a.size-m{
	color: #5c5c5c;
	font-family: Times New Roman, Times, serif;
	font-size: 1.1em;
}
a.size-m:hover, a-active{
	color: #5c5c5c;
	text-decoration: underline;
}

a.size-l{
	color: #5c5c5c;
	font-family: Times New Roman, Times, serif;
	font-size: 1.392em;
}
a.size-l:hover, a-active{
	color: #5c5c5c;
	text-decoration: underline;
}

a.size-xl{
	color: #5c5c5c;
	font-family: Times New Roman, Times, serif;
	font-size: 1.6em;
}
a.size-xl:hover, a-active{
	color: #5c5c5c;
	text-decoration: underline;
}

a.highlight{
	color: #d75116;
}
a.highlight:hover, a-active{
	color: #d75116;
	text-decoration: underline;
}
	
/* Headlines als Link */

div.headline a{
	font-family: Times New Roman, Times, serif;
	font-size: 1.10em;
	font-weight: bold;
	color: #d75116;
	margin-top: 0px;
}
div.headline-first a{
	font-family: Times New Roman, Times, serif;
	font-size: 1.10em;
	font-weight: bold;
	color: #d75116;
	margin-top: 0px;
}
div.headline-second a{
	font-family: Times New Roman, Times, serif;
	font-size: 1.00em;
	font-weight: bold;
	color: #d75116;
	margin-top: 0px;
}
div.headline a:hover, a-active{
	color: #d75116;
}

a.headline{
	font-family: Times New Roman, Times, serif;
	font-size: 1.10em;
	font-weight: bold;
	color: #d75116;
	margin-top: 0px;
	text-decoration: none;
}
a.headline:hover, a.headline:active{
	color: #d75116;
	text-decoration: underline;
}
a.headline:visited{
	color: #89310b;
}

/* Buttons */

p.button a{
	margin-left: 20px;
	color: #FFFFFF;
}
p.button a:hover, a-active{
	color: #FFFFFF;
}


/* Neueste Quizzes */

ol.new-quiz{
	margin: 0px;
	padding: 0px;
}

ol.new-quiz li{
	list-style: none;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px dashed #CCCCCC;
}
* html ol.new-quiz li{
	padding: 3px 0px 4px 0px;
}

ol.new-quiz li.first{
	margin-top: 10px;
}
ol.new-quiz li.last{
	border-bottom: none;
	padding-bottom: 0px;
}

ol.new-quiz li a{
	color: #5c5c5c;
}
ol.new-quiz li a:hover, a-active{
	color: #d75116;
	text-decoration: underline;
}


ol.quiz-startseite{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ol.quiz-startseite li{
	list-style: none;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px dashed #CCCCCC;
}
* html ol.quiz-startseite li{
	padding: 3px 0px 4px 0px;
}

ol.quiz-startseite li.first{
	margin-top: 10px;
}
ol.quiz-startseite li.last{
	border-bottom: none;
	padding-bottom: 0px;
}

ol.quiz-startseite li a{
	color: #000000;
	text-decoration: underline;
}
ol.quiz-startseite li a:hover, a-active{
	color: #000000;
	text-decoration: underline;
}



/* Textelemente */
/**
 * Text
 *
 * Definition von Textelementen
 */

/* Standardelemente */
p, ul, td, ol{
	margin-top: 1.14em;
	font-size: 0.86em;
	line-height: inherit;
	color: #5c5c5c;
}

p.button{
	width: 125px;
	padding: 2px 0px 2px 2px;
	background-image: url(../images/_layout/button_search.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #d85117;
}

span.black{
	color: #000000;
}

span.bold{
	font-weight: bold;
}

span.small{
	font-size: 0.86em;
}


th, td, label, .label, legend, .legend, input, select, textarea, .default{
	font-size: 0.86em;
}

td td{
	font-size: 1em;
}

ol ol, ul ul{
	font-size: 1em;
}

sup, sub{
	font-size: 0.86em;
}

h1.first, h2.first, h3.first, h4.first, h5.first, h6.first, p.first, ul.first, ol.first, table.first{
	margin-top: 0px;
}

h1{
	font-family: Times New Roman, Times, serif;
	font-size: 1.20em;
	font-weight: bold;
	color: #d75116;
	margin-top: 0px;
}

h2{
	font-family: Times New Roman, Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #d75116;
	margin-top: 0px;
}
h2.unterkategorie{
	font-family: Times New Roman, Times, serif;
	font-size: 1.10em;
	font-weight: bold;
	color: #d75116;
	margin: 28px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 2px solid #d75116;
}

h3{
	font-size: 1em;
	font-weight: bold;
}

/* Formularelemente */
/**
 * Forms
 *
 * Definition von Formularelementen
 */

form{
}

form.first{
	margin-top: 0px;
}

/* Searchbox */

input#search{
	display: block;
	float: left;
	width: 116px;
	height: 16px;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 0px 2px;
	color: #edb196;
	border: 1px solid #d75116;
	text-align: left;
}
*+html input#search{
}
input#button{
	float: left;
	margin: 0px;
	padding: 0px;
}

.input{
	width: 113px;
}

input#newsletter{
	/* width: 171px; */
	width: 166px;
	height: 16px;
	margin: 5px 0px 5px 0px;
	padding: 2px 0px 0px 2px;
	color: #edb196;
	border: 1px solid #d75116;
	text-align: left;
}
input#button-news{
	margin: 0px;
	padding: 1px 6px 1px 18px;
	border: none;
	color: #FFFFFF;
	background-image: url(../images/_layout/button_search.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #d85117;
	cursor: pointer;
}
*+html input#button-news{
	padding: 0px 0px 0px 10px;
}
* html input#button-news{
	padding: 0px 0px 0px 10px;
}

/* Weiteres */

fieldset{
	padding: 0px 10px 5px 10px;
}

legend, div.legend{
	margin-top: 1.14em;
	font-weight: bold;
}

label{
	cursor: pointer;
}

.label label{
	font-size: 1em;
}

span.label{
	float: left;
	width: auto;
	margin-top: 2px;
	padding: 2px 5px;
	color: #5c5c5c;
}

input.auto, select.auto, textarea.auto, input.button, input.file{
	width: auto;
}

input.checkbox, input.radio{
	float: left;
	vertical-align: middle;
	width: auto;
}

/* Vordefinierte Formate */
textarea{
	height: 120px;
	padding: 1px 2px 1px 2px;
}

input, textarea, select{
	margin: 1px 0px 0px 5px;
}

/* Extra-Small */
input.size-xs, * html textarea.size-xs{
	width: 25px;
}

textarea.size-xs{/* input - 2px */
	width: 23px;
}

select.size-xs{/* input + 6px */
	width: 31px;
}

*:first-child+html textarea.size-xs{/* Hack: IE7 */
	width: 25px;
}

/* Small */
input.size-s, * html textarea.size-s{
	width: 50px;
}

textarea.size-s{/* input - 2px */
	width: 48px;
}

select.size-s{/* input + 6px */
	width: 56px;
}

*:first-child+html textarea.size-s{/* Hack: IE7 */
	width: 50px;
}

/* Medium */
input.size-m, * html textarea.size-m{
	width: 100px;
}

textarea.size-m{/* input - 2px */
	width: 98px;
}

select.size-m{/* input + 6px */
	width: 106px;
}

*:first-child+html textarea.size-m{/* Hack: IE7 */
	width: 100px;
}

/* Large */
input.size-l, * html textarea.size-l{
	width: 200px;
}

textarea.size-l{/* input - 2px */
	width: 198px;
}

select.size-l{/* input + 6px */
	width: 206px;
}

*:first-child+html textarea.size-l{/* Hack: IE7 */
	width: 200px;
}

/* Extra-Large */
input.size-xl, * html textarea.size-xl{
	width: 400px;
}

textarea.size-xl{/* input - 2px */
	width: 398px;
}

select.size-xl{/* input + 6px */
	width: 406px;
}

*:first-child+html textarea.size-xl{/* Hack: IE7 */
	width: 400px;
}

/* Weitere Abstände */
input.size-xs, input.size-s, input.size-m, input.size-l, input.size-xl{
	padding: 1px 1px 0px 1px;
}

*:first-child+html input.size-xs, *:first-child+html input.size-s, *:first-child+html input.size-m, *:first-child+html input.size-l, *:first-child+html input.size-xl{
	padding: 0px 1px 0px 1px;
}

select.size-xs, select.size-s, select.size-m, select.size-l, select.size-xl{
	margin-bottom: 2px;
}


/* Navigation */
/**
 * Navigation
 *
 * Definition der Navigation
 */

/* Hauptnavigation */
ol#navi-main{
	margin: 0px;
	padding: 0px;
}

ol#navi-main li{
	width: 130px;
	height: 21px;
	margin: 0px;
	padding: 5px 0px 0px 8px;
	list-style: none;
	border-top: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
}

ol#navi-main li.first{
}
ol#navi-main li.last{
	border-bottom: 1px dashed #CCCCCC;
}
ol#navi-main li.empty{
	border-top: 1px dashed #CCCCCC;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

ol#navi-main li a{
	color: #d75116;
	font-size: 14px;
	text-decoration: none;
}
ol#navi-main li a:hover, a-active{
	color: #d75116;
	text-decoration: underline;
}



/* Marginal- & Language-Navigation */

ol#language{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
* html ol#language{
	float: left;
}

ol#language li{
	display: inline;
	list-style: none;
	padding: 0px 5px 0px 5px;
}

ol#marginal{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
* html ol#marginal{
	float: right;
}

ol#marginal li{
	display: inline;
	list-style: none;
	padding: 0px 5px 0px 10px;
	background-image: url(../images/_layout/li_marginal.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

ol#marginal li a{
	font-size: 0.9em;
	color: #d75116;
	outline: 0px;
	text-decoration: none;
}
ol#marginal li a:hover, a-active{
	color: #d75116;
	text-decoration: underline;
}

ol#marginal li.first{
	padding: 0px 5px 0px 15px;
	background-image: none;
}
ol#marginal li.last{
	padding: 0px 10px 0px 10px;
}

*+html ol#marginal li.last{
	padding: 0px 7px 0px 10px;
}


/* Userpanel-Navigation */

ol#userpanel{
	margin: 7px 0px 0px 0px;
	padding: 0px;
}

ol#userpanel li{
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 0px 8px;
	line-height: 15px;
	background-image: url(../images/_layout/li_userpanel.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
ol#userpanel li.first{
}
ol#userpanel li.last a{
	font-weight: bold;
}

ol#userpanel li a{
	font-size: 0.9em;
	color: #822800;
	font-weight: normal;
	text-decoration: none;
}
ol#userpanel li a:hover, a-active{
	color: #822800;
	text-decoration: underline;
}



/* Footer-Navigation */

ol#footer{
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
}

ol#footer li{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
ol#footer li.first{
}
ol#footer li.last{
	padding-right: 10px;
}

ol#footer li a{
	font-size: 0.9em;
	color: #d75116;
	outline: 0px;
	text-decoration: none;
}
ol#footer li a:hover, a-active{
	color: #d75116;
	text-decoration: underline;
}

/* Layoutbezogene Regeln */
/**
 * Layout
 *
 * Projektbezogene Regeln für das Seitenlayout
 */


/* Komplette Seite */
body{
	background-color: #FAFAD2;
	font-size: 1em;
}

div#page{
	width: 865px;
	min-height: 200px;
	margin: 5px 0px 5px 5px;
	background-color: #FFFFFF;
}
* html div#page{
	height: 200px;
}

div#page-inner{
	/* width: 855px; */
	min-height: 1064px;
	padding: 10px 0px 0px 10px;
}
* html div#page-inner{
	height: 200px;
	padding: 10px 0px 0px 10px;
}


/* Kopfbereich, Logo, Marginal-Navi */

div#ads{
	height: 92px;
	background-color: #FAFAD2;
	padding: 5px 5px 5px 5px;
}

div#ads-sky{
	position:absolute;top:110px;left:882px;width:160px;height:600px;
}

div#header{
	width: 865px;
	min-height: 126px;
	background-image: url(../images/_layout/bg_header.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #ffdb44;
}
* html div#header{
}

div#navi-marginal{
	float: right;
	padding-top: 5px;
	text-align: right;
}
* html div#navi-marginal{
	width: 276px;
}
div#navi-marginal p{
	margin-top: 3px;
	padding-right: 10px;
	font-size: 0.688em;
	color: #d75116;
}

div#logo{
	float: left;
}

div#logo-fem{
	float: right;
	padding: 25px 10px 0px 0px;
}


/* Haupt-Navi */
div#navi{
	position: relative;
	float: left;
}
* html div#navi{
}

div#navi-inner{
	position: absolute;
	top: 0px;
	left: 0px;
}
* html div#navi-inner{
}

div#searchbox{
	width: 143px;
	/* width: 140px; */
}

div#userpanel{
	width: 130px;
	padding: 5px 5px 6px 5px;
	margin-bottom: 10px;
	background-color: #ffdb44;
}
div#userpanel p{
	margin-top: 0px;
	color: #822800;
}


/* Inhalt der Seite */
div#page-content{
	float: right;
}

div#content{
	width: 495px;
	min-height: 500px;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
* html div#content {
	height: 500px;
	margin: 0px 0px 0px 78px;
}
*+html div#content{
	margin: 0px 0px 0px 155px;
}

div#content-wide{
	width: 690px;
	min-height: 500px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
* html div#content-wide{
	width: 690px;
	height: 500px;
	margin: 0px 5px 0px 0px;
}
*+html div#content-wide{
	width: 690px;
	margin: 0px 10px 0px 0px;
}

div.article{
	width: 485px;
	min-height: 110px;
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 4px;
	border: 1px dashed #CCCCCC;
}
* html div.article{
	height: 110px;
}
div.article p{
	margin-top: 0px;
}

div.article-first{
	width: 234px;
	min-height: 210px;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 4px;
	border: 1px dashed #CCCCCC;
}
* html div.article-first{
	height: 210px;
}
div.article-first p{
	margin-top: 0px;
}

div.article-second{
	width: 234px;
	min-height: 210px;
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 4px;
	border: 1px dashed #CCCCCC;
}
* html div.article-second{
	height: 210px;
}
div.article-second p{
	margin-top: 0px;
}

div.headline{
	width: 478px;
	min-height: 40px;
	padding: 3px 3px 3px 4px;
	margin: 0px 0px 4px 0px;
	background-color: #ffdb44;
}

div.headline-first{
	width: 226px;
	min-height: 40px;
	padding: 3px 3px 3px 4px;
	margin: 0px 0px 4px 0px;
	background-color: #ffdb44;
}

div.article-ad{
	width: 175px;
	min-height: 240px;
	float: right;
	margin: 29px 0px 0px 0px;
	padding: 4px;
	border: 1px dashed #CCCCCC;
}
* html div.article-ad{
	height: 240px;
}

div.article-ad div.headline{
	width: 168px;
	margin-top: 0px;
}
div.article-ad p{
	margin-top: 0px;
}

div.content-ad{
	float: left;
	margin-right: 0px;
}
div.content-ad p{
	color: #ffdb44;
	padding-left: 17px;
}

div#content-sub{
	width: 185px;
	min-height: 500px;
	float: right;
	margin-right: 10px;
}
* html div#content-sub{
	width: 140px;
	margin-right: 5px;
}

div.widget-first{
	/* width: 175px; */
	width: 170px;
	margin-top: 0px;
	padding: 4px;
	border: 1px dashed #CCCCCC;
}
div.widget-first p{
}

div.widget{
	/* width: 175px; */
	width: 170px;
	margin-top: 10px;
	padding: 4px;
	border: 1px dashed #CCCCCC;
}
div.widget p{
	margin-top: 3px;
}


/* Unterer Seitenbereich, Footer */
div#tag-cloud{
	width: 678px;
	min-height: 80px;
	float: left;
	padding: 5px;
	margin: 10px 0px 10px 165px;
	border: 1px dashed #CCCCCC;
}
*+html div#tag-cloud{
	margin-top: 10px;
}
* html div#tag-cloud{
	height: 80px;
	margin: 10px 0px 10px 83px;
}

div#footer{
	width: 680px;
	height: 22px;
	float: left;
	margin: 0px 0px 0px 165px;
	padding: 8px 0px 0px 10px;
	background-image: url(../images/_layout/bg_footer.jpg);
	background-position: 40px 0%;
	background-repeat: no-repeat;
	background-color: #ffdb44;
}
* html div#footer{
	margin: 0px 0px 0px 83px;
}

div#footer p{
	float: left;
	margin-top: 1px;
	font-size: 0.688em;
	color: #d75116;
}



/* Layout-Regeln für Quiz */
/* CSS Document */

div#quiz{
}

div#quiz div.description{
}

div#quiz div.description h2{
	margin-top: 1.14em;
	font-size: 0.76em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: inherit;
	color: #5c5c5c;
}

div#quiz div.content-ad{
	float: right;
	width: 300px;
	height: 265px;
	padding: 0px 0px 10px 10px;
}

div#quiz div.content-ad2{
	float: left;
	width: 300px;
	height: 265px;
	padding: 0px 0px 10px 132px;
}


div#quiz div#settings{
	margin: 10px 0px 10px 0px;
	height: 20px;
	position: relative;
}

div#quiz div#settings div.settings{
	position: absolute;
	top: 0px;
	left: 0px;
}

div#quiz div#settings p.settings{
	width: 495px;
	padding-top: 0px;
	margin-top: 5px;
	text-align: center;
}

div#quiz div#settings div.clock{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 28px;
	height: 21px;
	background-image: url(../images/_layout/clock-large.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

div#quiz div#settings div.clock p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#quiz table.question{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 495px;
	text-align: left;
	border: 1px solid #CCCCCC;
	font-size: 1em;
}

div#quiz table.question tr.question{
	vertical-align: top;
}

div#quiz table.question tr.question th{
	color: #d75116;
	background-color: #fff1b4;
	border-top: 4px solid #fff1b4;
	border-right: 4px solid #fff1b4;
	border-bottom: 4px solid #fff1b4;
	border-left: 4px solid #fff1b4;
}

div#quiz table.question tr.question th span.number{
	display: block;
	float: left;
	width: 90px;
	text-align: left;
	font-weight:normal; 
	font-size: 1.2em;
}

div#quiz table.question tr.question th span.text{
	display: block;
	float: left;
	width: 395px;
	text-align: left;
	font-weight:normal;
	font-size: 1.2em;
}

div#quiz table.question tr.hr{
}

div#quiz table.question tr.answer{
	color: #000000;
}

div#quiz table.question tr.row1{
}

div#quiz table.question tr.row2{
	background-color: #EEEEEE;
}

div#quiz table.question tr.row3{
	background-color: #00FF00;
}

div#quiz table.question tr.answer td.image{
	width: 150px;
	border-top: none;
	border-right: none;
	border-bottom: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
}

div#quiz table.question tr.answer td.input{
	width: 25px;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
}

div#quiz table.question tr.answer td.input input{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 25px;
}

div#quiz table.question.image tr.answer td.label{
	width: 308px;
}

div#quiz table.question tr.answer td.label{
	padding: 5px 5px 5px 5px;
	width: 462px;
	border-top: none;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-left: none;
}


input.button-next{
	margin: 10px 0px 10px 0px;
	padding: 1px 6px 1px 18px;
	border: none;
	color: #FFFFFF;
	background-image: url(../images/_layout/button_search.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #d85117;
	cursor: pointer;
}
*+html input#button-next{
	padding: 0px 0px 0px 10px;
}
* html input#button-next{
	padding: 0px 0px 0px 10px;
}



/* Layout-Regeln für Quiz-Startseite */
/* CSS Document */

table{

}

table.quiz{
	float: left;
	width: 495px;
	height: 150px;
	margin: 10px 10px 0px 0px;
	padding: 4px;
	border: 1px dashed #CCCCCC;
}
table.quiz h2{
	font-size: 1.10em;
	font-weight: bold;
}

table.quiz tr td.image{
	width: 150px;
}
table.quiz tr td{
	text-align: left;
	vertical-align: top;
}

table.quiz-widget{
	float: right;
	width: 185px;
	height: 150px;
	margin: 10px 0px 0px 0px;
	border: 1px dashed #CCCCCC;
}

table.quiz-widget img.items{
	float: left;
	margin-top: 3px;
	padding-right: 4px;
}
table.quiz-widget p.items{
	float: left;
	margin-top: 3px;
	padding-right: 4px;
}





/* Angaben fÃ¼r Content-Ad */

div.quiz{
	margin-top: 10px;
	min-height: 150px;
}

div.quiz-content{
	float: left;
	width: 485px;
	padding: 4px;
	border: 1px dashed #CCCCCC;
}

div.quiz-content div.quiz-img{
	float: left;
	width: 150px;
	height: 100%;
	padding-right: 4px;
}

div.timer{
	float: left;
	margin: 0px;
	padding: 0px;
}
div.timer img{
	float: left;
	margin-top: 2px;
	padding-right: 4px;
}
div.timer p{
	float: left;
	margin-top: 3px;
	padding-right: 7px;
}

div.borderless{
	border: none;
}
div.borderless div.content-ad{
	float: none;
	width: 300px;
	margin: auto;
	padding: 0px;
}

div.quiz div.widget-startseite{
	float: right;
	width: 175px;
	min-height: 150px;
	padding: 4px;
	border: 1px dashed #CCCCCC;
}
* html div.quiz div.widget-startseite{
}
*+html div.quiz div.widget-startseite{
}

img{}
h1{}

/* Seitenauswahl */

div.pages{
	width: auto;
	height: 20px;
	margin: 10px auto 0px auto;
	padding: 0px;
	text-align: center;
}

table.pages p{
	width: auto;
	display: inline;
	margin: 0px 15px 0px 0px;
}

table.pages ul.pages-count{
	display: inline;
	width: auto;
	margin: 0px;
	padding: 0px;
}

table.pages ul.pages-count li{
	display: inline;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	background-image: url(../images/_layout/bg-li-pages.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
table.pages ul.pages-count li.first{
}
table.pages ul.pages-count li.last{
	background-image: none;
}

table.pages ul.pages-count li a{
	color: #5c5c5c;
	text-decoration: none;	
}

table.pages ul.pages-count li a.bg-none{
	background-image: none;
}

table.pages ul.pages-count li.last a, table.pages ul.pages-count li.first a{
	background-image: none;
}
table.pages ul.pages-count li.last a:hover, table.pages ul.pages-count li.last a-active,
table.pages ul.pages-count li.first a:hover, table.pages ul.pages-count li.first a-active{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

table.pages ul.pages-count li a:hover, table.pages ul.pages-count li a.active{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

span.grey{
	color: #c8c8c9;
}
span.font-10{
	font-size: 10px;
}
span.active{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}



/* Layout-Regeln für Unterkategorien */
/* CSS Document */

div.unterkategorie{
	text-align: left;
}
div.unterkategorie-first{
	min-height: 250px;
	text-align: left;
}

div.unterkategorie ul, div.unterkategorie-first ul{
	float: left;
	font-size: 1em;
}

div.unterkategorie ul li{
	display: block;
	width: 230px;
	list-style: none;
	margin-left: 15px;
}
div.unterkategorie-first ul li{
	display: block;
	width: 165px;
	list-style: none;
	margin-left: 15px;
}

div.unterkategorie ul li p a, div.unterkategorie-first ul li p a{
	color: #5c5c5c;
	outline: 0px;
	text-decoration: none;
}
div.unterkategorie ul li p a:hover, div.unterkategorie ul li p a-active,
div.unterkategorie-first ul li p a:hover, div.unterkategorie-first ul li p a-active{
	color: #000000;
	text-decoration: underline;
}
