.exception, pre {
	display: none;	
}
/*R�nder und Abst�nde auf 0 setzen*/
html, body, body * {
	margin: 0;
	padding: 0;
}

/*Standardschriftgrößen und -farben*/
body {
	font-size: 70%;
	font-family: Arial, Verdana, sans-serif;
}
h1, .glossarHeadline {
	font-size: 120%;
	color: #006699;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 0.05ex;
}
h1.glossar {
	font-size: 100%;
	font-weight: bold;
	color: #006699;
	font-family: Arial, Verdana, sans-serif;
}
h2 {
	font-size: 170%;
	font-weight: normal;
	line-height: 110%;
	color: #006699;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 0.05ex;
}
h3, h4 {
	font-size: 100%;
	font-weight: bold;
	color: #006699;
	font-family: Arial, Verdana, sans-serif;
}
h5, h6 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
}
p, li, td, button, .tx {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
}

ul, ul li {
	list-style-type: none;
}
button {
	border: 0;
	background-color: transparent;
	cursor:pointer;
}

/*Links*/
a, a:link, a:visited, a:active {
	color: #006699;
	text-decoration: none;
}
a:focus, a:hover {
	color: #D35901;
	text-decoration: none;
}
a.text, a.text:link, a.text:visited, a.text:active {
	color: #000000;
	text-decoration: none;
}
a.text:focus, a.text:hover {
	color: #000000;
	text-decoration: none;
}
hr {
	border: 0;
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #FFFFFF;
	margin: 6px 0;
}
/*Bilder sollten nur innerhalb von Fließtext inline dargestellt werden*/
img {
	border:0;
	display: block;
}
p img, li img, h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	display: inline;
}
h1 img, h2 img {
	vertical-align: bottom;
}
/********* allgemeine Klassen **********/
.onclick {
	cursor: pointer;
}
/*versteckter Text*/
.hidden {
  position: absolute;
  color: black;
  background-color: white;
  left: -1000px;
  top: -1000px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: inline;
}
/*Trenner, um Bereiche mit Float-Elementen abzuschließen*/
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	color: inherit;
	background-color: transparent;
	line-height: 0;
	font-size: 0;
}
/*Hervorhebungen im Text*/
.bold, .fett, strong, b {
	font-weight: bold;
}
.italic, .kursiv, em, i {
	font-style: italic;
}
.underline, .unterstrichen, u {
	text-decoration: underline;
}
.small, .klein, small {
	font-size: 90%;
}

/*Fehlertext*/
.error, .fehler {
	color: #F00C0C;
}

/*Textabsätze*/
/* einfacher Textabsatz - kann imgbox enthalten */
.plain {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}
/* hervorgehobener Textabsatz - Kombination mit imgbox im IE6 problematisch */
.box, .search_box {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFF2D0;
/*	background-image: url("/sc/img/bg_box.jpg");*/
}
/********* komplexe Inhaltselemente **********/
/*Boxen für Bilder mit Bildunterschrift in Textabsätzen*/
.imgbox {
	display: inline;
}
.imgbox_top {
	float: none;
} /*nachfolgender Text darunter*/
.imgbox_left {
	float: left;
	margin: 3px 12px 2px 0px;
} /*nachfolgender Text rechts daneben*/
.imgbox_right {
	float: right;
	margin: 3px 0px 2px 12px;
} /*nachfolgender Text links daneben*/
.imgbox_center {
	width: 100%;
}
.imgbox img, .imgbox_top img, .imgbox_left img, .imgbox_right img, .imgbox_center img {
	display: block;
}
.imgbox_center img {
	margin-left: auto;
	margin-right: auto;
}
.imgbox p, .imgbox_top p, .imgbox_left p, .imgbox_right p, .imgbox_center p {
	clear: both;
	font-size: 90%;
}
/* simulierte Listendarstellung für Texte mit Überschriften*/
.textlist {
	clear: both;
	background-color: #EAEAEA;
	padding: 6px 6px 9px 6px;
	margin-bottom: 1px;	
}
/* Einrückung des gesammten Textes */
.textlist h1, .textlist h2, .textlist h3, .textlist h4, .textlist h5, .textlist h6, .textlist p {
	padding-left: 12px;
}
/* negativer Einzug für die erste Zeile der Überschrift */
.textlist h1, .textlist h2, .textlist h3, .textlist h4, .textlist h5, .textlist h6 {
	text-indent: -12px;
}
/* Abstand der Bullett-Grafik zum Text */
.textlist img {
	margin-right: 4px;
	vertical-align: bottom;
}


/*Linklisten*/
ul.linklist li {
	list-style-type: none;
}
ul.linklist a, ul.linklist a:link, ul.linklist a:visited, ul.linklist a:active  {
	display: block;
	padding-left: 12px;
	background-image: url("/sc/img/ic_link0.gif");
	background-repeat: no-repeat;
	background-position: 0 0.1em;
}
ul.linklist a:hover, ul.linklist a:focus {
	background-image: url("/sc/img/ic_link1.gif");
}
ul.filelist li {
	list-style-type: none;
}
ul.filelist a, ul.filelist a:link, ul.filelist a:visited, ul.filelist a:active  {
	display: block;
	padding-left: 12px;
	padding-top: 1px;
	background-image: url("/sc/img/ic_file0.gif");
	background-repeat: no-repeat;
}
ul.filelist a:hover, ul.filelist a:focus  {
	background-image: url("/sc/img/ic_file1.gif");
}
ul.linklist a.text, ul.filelist a.text {
	background-image: none;
}

