* {
	padding: 0;
	margin: 0;
	}
body {
	font-family: sans-serif;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
	background-image: url(images/optsbg.gif);
	background-repeat: repeat;
	}
p {
	margin-top:3px;
	margin-bottom:3px;
	}
a {
	color: #337EC8;
	/* color: #6699CC; alter IRIS-Standard bis Februar 2007 */
	text-decoration: none;
	}
a:hover {
	color: #FFFFFF;
	background-color: #6B96CF;
	text-decoration: none;
	}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6B96CF;
	}

#container {
	position: absolute;
	min-height:90%;
	left:50%;
	width:850px;
	margin-top:10px;
	margin-left:-425px;
	padding:0px;
	background-color:transparent;
	}
#header {
	width: 850px;
	height: 20px;
	background-color:transparent;
	}
#rechts {
	position: absolute;
	right:0px;
	width: 150px;
	background-color:transparent;
	}
#links {
	position:absolute;
	left: 0px;
	width: 150px;
	background-color:transparent;
}
#funktionen {
	position:absolute;
	top:90px;
	right:25px;
	}
#funktionent {
	position:absolute;
	top:90px;
	left:25px;
	}
#mitte {
	min-height:500px;
	margin-top:-16px;
	margin-bottom:-16px;
	margin-right:150px;
	margin-left:150px;
	background-color: white;
	background-image:url(images/hg_iris.gif);
	background-repeat:no-repeat;
	background-position:center center;
	}
#tmenu {
	border-top:1px solid #CCCCCC;
	margin-top:5px;
	padding-top:10px;
	}
#iheader  {
	padding:10px;
	text-align:center;
	font-weight: normal;
	}
#iheader h1 {
	font-size: 1.3em; font-weight:bold;
	}
#iheader h2 {
	font-size: 1.2em; font-weight:bold;
	}
#iheader li {
	list-style-type:none;
	display:inline;
	}
#iheader li a {
	color: #6699CC;
	}
#iheader ul li a:hover {
	color: #FFFFFF;
	background-color: #6B96CF;
	}
#iheader li a:visited {
	color: #6699CC;
	}
#iheader a.exposeon {
	color: #666666;
	}
#iheader a.exposeon:visited {
	color: #666666;
	}
#content { 
	position:relative;
	margin: 10px;
	margin-top: 0px;
	padding: 20px;
	border: 1px solid #CCCCCC;
	text-align: left;
	font-size: 0.9em
	}
#content h1 {
	font-size: 1.3em; font-weight:bold;
	}
#content h2 {
	font-size: 1.2em; font-weight:bold;
	}
#notes {
	border-top: 1px solid #CCCCCC;
	}
#footer { 
	text-align: center; 
	font-size:0.9em; 
	font-weight: normal;
	padding:2px;
	}
#footer li {
	list-style-type:none;
	display:inline;
	}
#footer li a {
	color: #6699CC;
	}
#footer ul li a:hover {
	color: #FFFFFF;
	background-color: #6B96CF;
	}
#footer li a:visited {
	color: #6699CC;
	}
#fuss {
	height: 20px;
	width: 850px;
	background-color: transparent;
	}

.dick {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 1.0em;
	font-weight: bold;
	}
.fliess {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	}
.kleingrau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
	}
.verd12blau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #6B96CF;
	text-decoration: none;
	}
.titre {
	margin-top:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #6B96CF;
	}
.suchwort_surligne {
	font-weight:bold;
	}

/* Tabellendefinition aus spip_style.css - abgewandelt*/
/* Tableaux */
table.spip {
	margin: 0px;
	margin-bottom: 0px;
	border: 0px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 0px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding-top: 0px; padding-bottom: 0px; padding-left: 1px; padding-right: 1px; text-align: left; vertical-align: top; }
