/*
  autor: thomas kiser
  datum: 2006-06-21 / 2006-11-12 / 2007-02-07
  datei: main.css
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:1em;
	background-color:#FCFCFC;
	margin-top:1em;
	margin-left:1em;
	width:45em;
}

#main{
}

/* bereich links */

a:link {
  color: #0000FF;
  text-decoration: none;
}

a:visited {
  color: #0000FF;
  text-decoration: none;
}

a:hover {
  color: #0000FF;
  text-decoration: none;
  background-color: #F5F5F5;
}

/* bereich textformatierungen */

h1, h2, h3, h4, h5, h6 {
   font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-align:left;
}

h1 {
	font-size:180%;
}

h2 {
	margin-top:2em;
	margin-bottom:1em;
	font-size:150%;
}

h3 {
	margin-top:3em;
	margin-bottom:1.5em;
	font-size:130%;
}

h4 {
	margin-top:2em;
	margin-bottom:1em;
	font-size:110%;
}

h5 {
	margin-top:0em;
	margin-bottom:0em;
	font-size:90%;
}

h1.titel {
	font-size:100%;
	color:gray;
	font-family: Arial, "Courier New", Courier, monospace;
	border-bottom:	solid;
	text-align: center;
}

b, bold {
  font-weight:bold;
}

i, em {
	font-style: italic;
}

.small {
	font-size:60%;
}

.box {
	background-color: Gray;
	padding: 0.5em;
	border-style: solid;
	border-width: 0.1em;
	text-align: center;
	font-weight: bold;
}

.imgcap .caption {
	font-size: 60%;
    text-align: right;
}

.imgcap .caption1 {
	font-size: 60%;
}

#footer .origin {
	float: right;
}

#footer .version {
	float: left;
	font-size: 60%;
}

#footer .navi {
	float: left;
	width: 45em;
	text-align: center;
}

#header .navi {
	width: 45em;
	text-align: center;
}

/* bereich tabellen und listen */

#index1 td.trenner {
	background-color: #F0C286;
}

#index2-print {
	display: none;
}

#index2 th {
	text-align: center;
	background-color: #F0C286;
	color: #FFFFF0;
	font-size: 150%;
	margin: 0;
	padding: 0;
}

#index2 td {
	vertical-align: top;
}

#index2 td.trenner, #index2 th.trenner {
	background-color: #F0C286;
}

#zwei-vier th {
	text-align:center;
	border: solid Gray;
	background-color: #CECECE;
	border-width: 0.1em;
	border-left-width: 0.05em;
	border-right-width: 0.05em;
}

#zwei-vier td {
	border: solid Gray;
	border-width: 0.1em;
	border-left-width: 0.05em;
	border-right-width: 0.05em;
	vertical-align: top;
}

#drei-drei {
}

li {
	margin-top: 1em;
}


