/* main.css (UK, 2005-12-01) */

html, body { 
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	min-height:100%;
	margin:0;
	padding:0;
}

body {
	position:absolute;
	border:0px none;
	color:#black;
	background-color:#BFE0F1;
	font-family:'Verdana','Helvetica','Arial',sans-serif;
	font-size:100%;
}

#body {
	clear:both;
	width:100%;
	height:100%;
	min-height:100%;
	margin:0;
	border:0px none;
	border-collapse:collapse;
	vertical-align:top;
	text-align:left;
	color:inherit;
	background-color:inherit;
}

#menu {
	width:150px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	vertical-align:top;
	font-size:70%;
	background-repeat:no-repeat;
	background-position:top;
	background-color:white;
}

#navi {
	width:10px;
	height:10px;
	position:fixed;
	left:150px;
	bottom:15px;
	text-align:left;
	margin:0;
	padding:0;
	background-image:url('../img/xgoup.gif');
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:2;
	cursor:pointer;
	cursor:hand;
}
#navi img {
	border:0px none;
}

#cont {
	height:100%;
	border:0px none;
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:15px;
	vertical-align:top;
	background-color:inherit;
font-size:80%;
}

#disc {
	clear:both;
	padding-top:60px;
	vertical-align:text-bottom;
	font-size:80%;
}

#here {
	color:inherit;
}

#here a {
	text-decoration:none;
	color:#FF7B36;
	cursor:default;
}

/* Überschriften */
h1 {
	margin-top:-6px;
	vertical-align:top;
	font-size:130%;
}
h2 {
	font-size:100%;
	margin-top:3ex;
}
h3 {
	margin-top:2ex;
	margin-bottom:1ex;
	font-size:100%;
	font-style:italic;
}

/* Standardtabelle */
table.std {
	width:100%;
	margin:0px;
	padding:0px;
	border:none 0px;
	border-collapse:collapse;
	border-spacing:0px;
	text-align:left;
	vertical-align:top;
}
table.std td {
	text-align:left;
	vertical-align:top;
}

/* zweispaltige Tabelle */
table.two {
	width:100%;
	margin:0px;
	padding:0px;
	border:none 0px;
	border-collapse:collapse;
	border-spacing:0px;
	text-align:left;
	vertical-align:top;
	font-size:100%;
}
table.two td {
	width:50%;
	text-align:left;
	vertical-align:top;
}
table.two td.lcol {
	margin:0px;
	padding-left:0em;
	padding-right:1.5em;
}
table.two td.rcol {
	margin:0px;
	padding-left:1.5em;
	padding-right:0em;
}
table.two td.ccol {
	width:100%;
	margin:0px;
	padding-left:0em;
	padding-right:0em;
}

/* Ratingkriterien */
#crt {
	font-size:80%;
}
table.crt {
	padding:0ex;
	border:1px solid #001166;
	border-collapse:collapse;
	border-spacing:0ex;
	color:#0C2577;
	background-color:#0C2577;
	text-align:center;
	font-weight:bold;
}
table.crt th {
	padding:1ex;
	border:1px solid #0C2577;
	color:white;
	background-color:#0C2577;
}
table.crt td {
	margin:0ex;
	padding:1ex;
	border:1px solid #0C2577;
}
table.crt hr {
	color:#B60B24;
}
td.lvl0 {
	padding:1ex;
	padding-left:1em;
	padding-right:1em;
	background-color:#F3DA88;
}
td.lvl1 {
	padding:1ex;
	padding-left:1em;
	padding-right:1em;
	background-color:#F8E9B8;
}
td.lvl2 {
	padding:1ex;
	padding-left:1em;
	padding-right:1em;
	background-color:#FDF8E7;
}
td.lvl2:hover {
	cursor:crosshair;
}

/* Ratingskala */
#scl {
	margin-right:3em;
	padding:0px;
	vertical-align:text-top;
	font-size:80%;
}
table.scl {
	padding:0ex;
	border:1px solid #0C2577;
	border-collapse:collapse;
	border-spacing:0ex;
	text-align:center;
	vertical-align:top;
	color:#0C2577;
}
table.scl th {
	padding:1ex;
	padding-left:1em;
	padding-right:1em;
	border:1px solid #0C2577;
	color:white;
	background-color:#0C2577;
	font-weight:bold;
}
table.scl td {
	margin:0ex;
	padding:1ex;
	padding-left:1em;
	padding-right:1em;
	border:1px solid #0C2577;
	background-color:#F3DA88;
	font-weight:bold;
}

/* Ratingliste */
table.lst {
	width:100%;
	margin:1ex 0px;
	padding:0px;
	border:1px solid black;
	border-collapse:collapse;
	border-spacing:0px;
	text-align:left;
	font-size:90%;
}
table.lst th {
	padding:1ex;
	border:1px solid black;
	color:black;
	background-color:#FF8F54;
	font-weight:bold;
}
table.lst td {
	margin:0ex ;
	padding:1ex;
	border:1px solid black;
	background-color:white;
}

th.rp {	width:20%; }
td.rp { width:20%; }
th.rf {	width:32%; }
td.rf { width:32%; }
th.dl {	width:18%; }
td.dl { width:18%; }

/* Links */
a { text-decoration:underline; }
a:link { color:#0084C9; }
a:visited { color:#0084C9; }
a:hover { color:#FF7B36; }
a:active { color:#FF7B36; }

/* Aufzählungslisten */
ul {
	list-style:disc outside;
	margin-left:2.5em;
	margin-right:1em;
	margin-top:1ex;
	margin-bottom:1ex;
	padding:0px;
}
ul ul {
	list-style:circle;
	margin-left:1em;
}
ul ul ul {
	list-style:square;
	margin-left:1em;
}
li {
	margin-left:0em;
	margin-top:1ex;
	margin-bottom:1ex;
}

/* Menülisten */
dl {
	margin-left:0em;
	margin-right:0em;
	margin-top:1ex;
	margin-bottom:3ex;
}
dt {
	margin-left:0em;
	margin-right:0em;
	margin-top:1ex;
	margin-bottom:1.5ex;
}
dt.de {
	clear:both;
	width:16px;
	height:10px;
	margin-top:3ex;
	background-image:url('../img/xde.gif');
	background-repeat:no-repeat;
	background-position:left;
	cursor:pointer;
	cursor:hand;
}
dt.en {
	clear:both;
	width:16px;
	height:10px;
	margin-top:3ex;
	background-image:url('../img/xen.gif');
	background-repeat:no-repeat;
	background-position:left;
	cursor:pointer;
	cursor:hand;
}
dt.foot {
	clear:both;
	margin-top:30px;
	vertical-align:text-bottom;
	font-size:85%;
}
dd {
	margin-left:1em;
	margin-right:0em;
	margin-top:1ex;
	margin-bottom:1ex;
	font-style:oblique;
}

/* Textgröße */
.small {font-size:85%;}

/* Textauszeichnung */
.bf {	font-weight:bold;}
.error {color:#B60B23;}

/* Textausrichtung */
.t {	vertical-align:top;}

/* Linien */
hr {
	height:1px;
	margin-top:1.5ex;
	margin-bottom:1.5ex;
	border:0px none;
	color:#FF7B36;
	background-color:#FF7B36;
}
