@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auff�llung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #333;
}

a {
	color: #1E32aa;
	text-decoration: none;
}
a:visited {
	color:#1E32aa;
	text-decoration: none;
}
#inhalt h3 {
}
a:hover {
	color: #CC3333;
	text-decoration: none;
}
a:active {
	color:#1E32aa;
	font-weight: bold;
	font-size: x-small;
	text-align: right;
	text-decoration: none;
}

h1 {
	font-size:12px;
	font-weight: bolder;
	margin: 0px;
	padding-bottom: 0px;
	color: #1E32aa;
}

h2 {
	font-size:12px;
	font-weight: bold;
	padding: 0px 0px;
	margin:0px;
}
#inhalt h3 {
	font-size: 14px;
	padding: 0px;
	font-weight: bold;
	color: #F90;
	margin: 0px;
}


#container {
	width: 800px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#titel {
	position: absolute;
	left: 200px;
	top: 80px;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
}

#balken {
	background-image: url(../bilder/begabungsf-balken.gif);
	position: absolute;
	height: 78px;
	padding: 0px;
	margin: 0px;
	top: 130px;
	width: 100%;
	left: 0px;
}

/* -----------------Inhalt--------------------- */
#inhalt {
	position: absolute;
	width: 550px;
	left: 200px;
	top: 274px;
	padding-right: 8px;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#inhaltliste {
	position: absolute;
	width: 850px;
	left: 200px;
	top: 274px;
	padding-right: 8px;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#inhalt ul{
	list-style-type: disc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	list-style-position: outside;
}
#inhalt ol ol li {
	list-style-type: lower-alpha;
}

p, pre {
	margin:0;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
}


#bread {
	position: absolute;
	width: auto;
	left: 201px;
	top: 240px;
	text-align: left;
	font-size: 16px;
	font-weight: lighter;
	color: #F90;
}
#bread1 {
	font-weight: bold;
	color: #1E32aa;
	font-size: 12px;
}
#bread1 a {
	color: #1E32aa;
}
#bread1 a#current {
	color: #CC3333;
}
ol {
	margin-left: 20px;
	list-style-type: decimal;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 0px;
	padding: 0px;
}


table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
	font-size: x-small;
	line-height: 1.5;
}

table
{
	border                :none;
	border                :1px solid #CCC;
}
thead th,
tbody th
{
	color                 : #333;
	padding               : 3px;
	border-left           : 1px solid #CCC;
	background-color: #FFF;
}
tbody th
{
	border-top            : 1px solid #CCC;
	text-align            : left;
	font-weight           : normal;
	padding: 3px;
	background-color: #FFF;
	font-size: 11px;
}
tbody tr td
{
	padding               : 3px;
	color                 : #666;
	text-align:left;
	vertical-align:top;
}

tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;

  color                 : #666;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}

#popup {
	position: fixed;
	text-align: left;
	vertical-align: top;
	height: 400px;
	width: 600px;
	padding: 10px;
}
#popup p a .klein {
	font-size: x-small;
}

/* ############ CSS fuer Formular #################### */
input.mb {
border: 1px solid #000000;
}
textarea.mb {
border: 1px solid #000000;
}

select.mb {
width: 400px;
border: 1px solid #000000;
}

.los {
font-weight: bold;
border: 1px solid #000000;
}
form { display: inline; }

/* --------------left navigavtion------------- */
#navilinks {
	position: absolute;
	width: 171px;
	left: 25px;
	top: 260px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #1E32aa;
	visibility: visible;
	font-weight: bold;
}
#navlist li  {
	list-style: none;
	margin: 0;
	padding: 3px;
	text-align: left;
}
#navilinks #navklist li {
	list-style-type: none;
	margin: 0px;
	padding-left: 3px;
	text-align: left;
}
#navlist li a {
	text-decoration: none;
	color: #1E32aa;
	font-size: 12px;
}
#navilinks #navklist li a {
	font-size: 12px;
	color: #1E32aa;
	list-style-type: none;
}

#navlist ul  {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	
}
#navlist a#current  {
	color: #F90;
	font-weight: bold;
	padding-top: 0
}
#navilinks #navklist li a {
	color: #99CC00;
}


/* --------------right navigavtion------------- */
#navirechts {
	position: absolute;
	left: 758px;
	top: 275px;
	color: #333;
	text-align: left;
	font-weight: normal;
	width: auto;
	padding-left: 5px;
}

#navrlist li  {
	list-style: none;
	margin: 0;
	padding: 1px;
	text-align: left;
}
#navrlist li a {
	color:#FFF;
	text-decoration: none;
	
}
#navrlist a#current  {
	color:#FFF;
	font-weight: bold;
	padding-top: 0
}

#navrlist ul  {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	
}
#container #inhalt p {
	font-weight: normal;
}
#navrlist a#current {
	color:#FFF;
	font-weight: bold;
	padding-top: 0
}
#navlist a#subcurrent {
	color: #F90;
	font-weight: normal;
	padding-top: 0
}
#navilinks #navlist #subnavlist {
	font-weight: normal;
	padding-left: 15px;
}
#navlist a#subcurrent_k {
	color: #CC3333;
	font-weight: bold;
	padding-top: 0
}
#navlist a#current_k {
	color: #F90;
	font-weight: normal;
	padding-top: 0
}
#bread a {
	color: #F90;
}
#inhalt h3 kanton strong a {
	color: #CC3333;
}
#inhaltliste table tr td strong a {
	font-size: 11px;
#bread kanton a {
	color: #F90;
}
.orange {
	color: #F90;
	font-style: normal;
	font-weight: bold;
}
.orange {
	color: #ff9900;
}

