/* standard elements */
* {margin: 0; padding: 0;}

html {height: 100%; padding-bottom: 1px;}
body {
	background: #FFFFFF url('../img/bg.gif') repeat; 
	font: normal 13px Verdana,sans-serif; 
	color: #000000;
}

.orange { color: #F9A64A; }
.darkgrey { color: #6C6C6C; }
.lightgrey { color: #E5E5E5; }

a {
	color: #F9A64A;
}
a:hover {
	color: #F9A64A;
}

p {margin: 2px 0 8px;}

h1 {font: normal 1.5em Tahoma,Arial,sans-serif;}
h2 {font: normal 1.2em Tahoma,Arial,sans-serif;}
h3 {font: normal 1em Arial,sans-serif;}
h4 {font: normal 1em Arial,sans-serif;}

h1,h2,h3,h4 {margin: 5px 0; color:#6C6C6C;}
h2 {margin-bottom:0.7em;}

img {border: none;}


/* main layout */
#container {
	width: 800px; 
	margin: 0 auto; 
	margin-top: 1em;
}
#container #inner {
	padding: 20px 20px 0px 20px;
	background-color:#FFFFFF;
}

/* top part */
#top {
	height: 84px;
}
#top #logo { 
	margin-right: 20px;
}
#top #headerpics {
	margin-bottom: 7px;
	margin-right:10px;
}
#top #headerpics img {
	padding-right: 8px;
}
#top #headerpics img.right {
	padding: 0px;
}
#top #zitat {
	width: 220px;
	font-style: italic;
	color: #F9A64A;
}
#top #top-right { 
	width: 566px;
	height: 93px;
	border-bottom: 2px solid #F9A64A;
}
#top div {
	float: left;
}
#main-left {
	width: 192px;
	float: left;
	color: #6C6C6C;
}
#main-left a {
color:#6C6C6C;
}
#inner-main-left {
	padding-right: 20px;
}
#main #main-right {
	width: 480px;
	float: left;
}
#navigation {
	font-size: 1.0em;
	margin: 15px 0px 20px 192px;
}
#navigation ul {
	list-style: none;
	margin:0px;
}
#navigation ul li {
	display: inline;
	margin-right: 16px;
}
#navigation ul a {
	text-decoration: none;
	text-transform: uppercase;
	color: #F9A64A;
}
#navigation ul a:hover {
	/* text-decoration: underline; */
	border-bottom:5px solid #E5E5E5;
	padding-bottom:2px;
}
#navigation ul li.selected a {
	border-bottom:5px solid #F9A64A;
	padding-bottom:2px;
}
#navigation ul li.selected a:hover {
	text-decoration:none;
}

/* footer */
#footer {font-size: 0.9em; color: #6C6C6C;margin-top:1em;}

/* misc */
.clearer {clear: both; font-size: 0;}
.bigfont { font-size:1.1em; }

ul {margin:0.3em 0em 0.8em 1em;}
