/***********************************************************************
  P&amp;S Screen Styles
  --------------------------
***********************************************************************/

/***********************************************************************
  Allgemeine Element-Definitionen
***********************************************************************/

body,td,th {
	color: #000;
	font-size: 15px;
	background-color: #fff;
	color: #000;
	border: 0em;
	padding: 0em;
	margin: 0em;
	font-family: Myriad Pro, Verdana, Arial;
}

h1 {
	font-size: 17px;
	color: #666;
	margin-bottom: 0.9em;
	border-style: none;
	text-decoration: none;
	font-weight: bolder;
}

h2 {
    font-size: 17px;
	color: #666;
	margin-bottom: 1.5em;
}


#Layer3 {
	position:absolute;
	visibility:visible;
	height:auto;
	right: 14%;
	top: 670px;
	background-color: #FFFFFF;
}

/***********************************************************************
  Alles umschliessender Container
***********************************************************************/

#gesamt {
	width: 950px;
	border: hidden;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding: 0px;
	font-size: 14px;
	left: 0px;
	height: auto;
}

/* Abstand nach unten */
h2, p, ul, ol {
	margin-bottom: 0.5em;
}  

ul {
	padding-left: 3px;
} 

/***********************************************************************
  Kopfbereich
***********************************************************************/  

div#gesamt div#kopf {
    background-image: url(../bilder/Kopf.jpg)
    background-repeat: no-repeat;
	height: auto;
	padding: 10px 0px 20px;
	margin: 0px;
	text-align: center;
	line-height: normal;
	overflow:hidden;
	width: auto;
	background: #FFFFFF center center;
	position: relative;
	font-stretch: extra-expander;
}

/***********************************************************************
  Allgemeine Klassendefinitionen
***********************************************************************/

.Stil1 {
	color: #999999;
	font-size: 20px;
}

.Stil2 {
	color: #999999;
	font-size: 24px;
	font-weight: bolder;
}


.gelb {
	color: #F4B800;
	list-style: square;
	font-size: 15px;
	text-shadow: black;
}



.fett {
	font-weight: bold;
}

.right {
    text-align:right;
    padding: 0.3em 0.1em 0.3em 0.1em;
}


.text {
    margin-right: 0.8em;
}	

.abstand {
    margin-bottom: -1.4em;
}

.left {
	vertical-align:top;
    text-align: left;
    padding: 0.3em 0.1em 0.3em 0.1em;
    width: 110px;
}

.grau {
   color: #666;
} 

.transparent {
	opacity: 0.0;
	color:#666;
} 


/***********************************************************************
  Hauptnavigation
***********************************************************************/

/*
Die Navigation ist als horizontalen Liste realisiert.
*/

#gesamt #navi {
	padding: 5px 5px 5px 50px;
	height: auto;
	border: 1px solid #999999;
	background-color: #FFCC33;
	color: #000000;
	width: auto;
	word-spacing: 0.5em;
}

#navlist {
	margin: 0px;
	padding: 0px;
	width: auto;
}

#navlist li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	width: auto;
	color: #FFFF99;
}

#navlist a:link,
#navlist a:visited {
	margin: 0 10px 4px 20px;
	text-decoration: none;
	color: #333333;
	font: 16px bolder Myriad Pro, Verdana, Arial;
}

#navlist a:link#current,
#navlist a:visited#current,
#navlist a:hover {
    border-bottom: 0px solid #CCCCCC;
    padding-bottom: 1px;
    color: #FFFFFF;
}


/***********************************************************************
  Inhaltbereich  
***********************************************************************/

#gesamt #inhalt {
	color: #000000;
	padding: 25px 30px 0px 122px;
	margin: 0px 0px 0px;
	width: auto;
	line-height: 1.3em;
	font-family: Myriad Pro, Verdana, Arial;
	background: #FFFFFF url(../bilder/Hintergrund%20unten.jpg) no-repeat left top;
	height: 440px;
}

#gesamt #inhalt-links {
	color: #000000;
	width: auto;
	line-height: 1.3em;
	font-family: Myriad Pro, Verdana, Arial;
	width: auto;
	float: left;
}

#gesamt #inhalt-rechts {
	color: #000000;
	margin: 0pxx;
	width: auto;
	line-height: 1.3em;
	font-family: Myriad Pro, Verdana, Arial;
	float: right;
}

/***********************************************************************
  Navigation im Inhaltbereich 
***********************************************************************/

#haupt a:link {
	color: #0000CC;
	text-decoration: none;
	border-bottom: thin none;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#haupt a:visited,
#haupt a:hover,
#haupt a:active {
	color: #000000;
	text-decoration: none;
	border-bottom: thin dotted #666666;
}

a:link {
	color: #333333;
}
a:visited {
	color: #339;
}


/***********************************************************************
  Listen und TAbellen im Inhaltbereich
***********************************************************************/

#gesamt #inhalt ul li {
	padding-bottom: 0px;
    list-style-type: none;
	line-height:1.5em;
}

/***********************************************************************
  Fusszeile 
***********************************************************************/

#gesamt #fuss {
	clear: both;
	height: auto;
	padding: 0px;
    background-color: #FFFFFF;
    float: right;
	color: #fff;
	width: auto;
	font-size: 12px;
	font-family: Myriad Pro, Verdana, Arial;
	bottom: auto;
}
 
