/* Standard Stylesheet
www.animiert-programmiert
Start: 01.08.2006
Letzte Aenderung: 03.08.2006
*/

/* Farben:
SCHRIFTFARBE gelb 	#DCD206


================================================================================================== */
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 80%; line-height: 1.6em; color: #fff; background: #000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

/* standardfarbe: weiss */
a 
	{ color: #ffffff; }
a:link 
	{ color: #ffffff; text-decoration: underline; }
a:visited 
	{ text-decoration: underline; }
a:hover 
	{ text-decoration: underline; }
a:active 
	{ text-decoration: underline; }

h1 { font-size: 1em; margin:0.5em 0 0.5em 0; font-weight:normal; line-height:1.2em; color: #DCD206;}
h2 { font-size: 1.2em; }
h3 { font-size: 1em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

.p_gelb  { font-size: 1em; margin:1em 0 0.5em 0; line-height:1.6em; color: #DCD206;}
p  { font-size: 1em; margin:1em 0 0.5em 0; line-height:1.6em; }
h6 { font-size: 1em; }
li { font-size: 0.75em; }

/* blendet Trennzeichen und "Standort:" aus: */
.nv, .hier { position:absolute; left:-1000px; top:-1000px; width:0; height:0; overflow:hidden; display:inline; }

/* Layout */
#wrapper {
	position:relative; width:998px; margin:6px auto 12px auto;border-width:1px; border-style:solid;border-color:#808061;}
#header {
	position:relative; left:0px; top:0px; height:127px; width:100%; overflow: hidden; }
#titel {
	position:absolute; left:0px; top:0px; background-image: url(images/bg_titel.jpg); width: 243px; height: 127px; }
#titelbild {
	position:absolute; left:243px; top:0px; width:755px; height:127px; background-image: url(images/bg_titelbild.jpg); overflow: hidden; }
#logos {
	position:absolute; left:633px; top:0px; width:363px; height:127px; }
#logos img {
	width:363px; height:127px; border:none; }
#middle {
	position:relative; left:0px; top:0px; background: url(images/bg_submenue.jpg); width:100%; background-repeat: repeat-y; }
#middletop {
	position:absolute; left:0px; top:0px; height:22px; width:996px; background-image: url(images/bg_menue.jpg); overflow: hidden; }
#middlemiddle {
	position:relative; left:0px; top:0px; width:100%;  }
/* rechte spalte */
#rechtsbg{
	float:left; width:215px; margin:53px 0 0 30px; }
#rechts{
	width:215px; margin:0 0 0 13px; font-size: 0.9em; line-height:1em; padding-left:15px; }


/* das menü */
#middletop { 
	position:absolute; top:0px; right:250px; }
#middletop {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background-color: transparent; border: none; font-size: 0.9em; color:#fff; }
#middletop .menue { 
	position:absolute; width:715px; top:1px; left:254px; font-size: 1em; }/* grösse festlegen, nicht sichtbar, aber sinnvoll  */
#middletop li { 
	padding:0; margin:0; display:inline; font-size: 1em;}/* grösse festlegen  */
#middletop a { 
	float: left; display:block; margin-right:1em; color:#fff; text-decoration: none;}
#middletop a:hover { 
	color:#DCD206; }

/* das untermenü  */
#submenue ul{
	}
#submenue li{
	display:inline; font-size: 1em;} /* grösse festlegen  */
#submenue li a, #submenue li .strong{
	display:block; margin:15px 0 15px 0; padding-left:30px;color:#DCD206; text-decoration: none;}
#submenue a:hover{ 
	text-decoration: none;color:#ffffff; }
#submenue{
	float:left; width:165px; margin:65px 0 0 65px; font-size: 1em; line-height:1em; }
/* IE-Hack, damit das menü wie in firefox aussieht */

* html #submenue{ 
	margin-left:12px; }
#content{
	float:left; width:450px; margin:69px 0 0 55px; line-height:1.6em; }
