
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {color: #154A89;}
a:hover {color: #FAAF18;}

body {
	background: #4787CE url(../images/bg.jpg) no-repeat left top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top:20px;
	padding-bottom:20px;
}

.pager
{
	font: normal 11px Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}


h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}
.content h2 {
	font: normal 1.4em Tahoma,sans-serif;
	border-bottom:1px solid silver;
	border-left:5px solid silver;
	margin-bottom: 4px;
	padding:3px;
}

.content h2 div 
{
	font-size: 9px;
	color: #aaa;
}

h6
{
	font-size:11px;
	margin-bottom:3px;
}

code {
	background: #FFF;
	border: 1px solid #154A89;
	border-left: 6px solid #154A89;
	color: #154A89;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 10px;}
h1{font-size:18px;padding-bottom:3px}

.top
{
	margin: 0 auto;
	width: 800px;
	
}

.topline {
	background-color: silver;
	color: #FFF;
	font-size:12px;
	font: bold 1em sans-serif;
	line-height: 20px;
	text-align: center;
}

/* misc */
.clearer {clear: both;}

.left {float: right;}

.right {float: left;}

/* structure */
.container {
	background: white;
	font-size: 1.2em;
	margin: 0 auto;
	width: 800px;
}

/* header */

/* title */
.header {
	background-color:white;
	background-image:url(../images/keyvisual.jpg);
	font-size: 1.2em;
	height: 160px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: white;
	color: #FFF;
}
.header .inner {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: left;	
	xwidth: 600px;
}


/* navigation */
.navigation {	
	text-align:right;
	background: #FAAF18 url(ximg/nav.gif);
	xborder: 1px solid #DFEEF7;
	xborder-color: #DFEEF7 #CFDEE7;
	height: 25px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 25px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid silver;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 170px;
	margin-left:10px;
	background-color:White;
	margin-bottom:100px;
}

.sidenav h2 {
	color: black;
	xbackground-color:#FAAF18;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 10px;
}

.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.sidenav li {list-style: none;}

.sidenav li {border-bottom: 1px solid #EAEADA;}

.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.sidenav li a.selected {
	font-weight:bold;
}

.sidenav li a:hover {
	background: #154A89;
	color: #fff;
}

.submenu
{
	padding: 8px 0 8px 9px;
	border-bottom: 0px;
}

.submenu ul {
	border-top: 0px;
	padding-top: 8px;
}

.submenu li
{
	border-bottom: 0px;
}

/* content */
.content {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0 16px;
	width: 570px;
	background-color:White;
	min-height:100%;
	xborder:1px solid red;
}

.content .image {width:160px;float:left;height:100%;}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

.content ul {list-style-type:disc;}
.content p {padding-left:5px;font-family: "arial",sans-serif;}

/* footer */
.footer {
	background-color: silver;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}


textarea{font-family:Arial}
form
{
	padding:10px;
}

form div
{
	margin-bottom:5px;
}

label {display:inline;width:100px;float:left;}

.error
{
	border:1px solid red; color:Red;
	padding:10px;
}

.error ol
{
	margin:20px;
}

.list
{
	border:1px solid silver;
	border-collapse:collapse;
	width:500px;
}

.list td,.list th
{
	text-align:left;
	border:1px solid silver;
	padding:3px;
}

.list th
{
	color:White;
	background-color:Silver;
}

.search
{
	padding:0px;
	width:500px;
}

.search td
{
	xtext-align:left;
	padding-bottom:5px;
	
	xwidth:5px;
}

.search div
{
	margin-bottom:0px;
	padding-bottom:10px;
	margin:0px;
}

.search th
{
	color:White;
}

.forecast
{	
	padding-bottom:20px;
}


#admin .list
{
	width:570px;
}

.formerror
{
	color:red;
	border:1px solid red;
}

.frage {font-weight:bold;margin-bottom:5px;}
.antwort {font-style:normal;}

div#media
{
	margin-left: 100px;
	margin-bottom: 20px;
}

a.product, a.product:link, a.product:visited
{
	color: #444;
	text-decoration:none;
}

a.product:hover div
{
	color: #888;
	text-decoration: underline;
}
