
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}

/* Linkicons */
a[href ^="http://"] {
  background: url("/bilder/external.png") center right no-repeat;
  padding-right: 13px;
}
a[href ^="https://"] {
  background: url("/bilder/lock_icon.gif") center right no-repeat;
  padding-right: 16px;
}
a[href ^="mailto:"] {
  background: url("/bilder/mail_icon.gif") center right no-repeat;
  padding-right: 18px;
}
a[href $=".ogm"], a[href $=".OGM"],
a[href $=".avi"], a[href $=".AVI"],
a[href $=".mpeg"], a[href $=".MPEG"],
a[href $=".mpg"], a[href $=".MPG"],
a[href $=".asx"] {
  background: url("/bilder/video.png") center right no-repeat;
  padding-right: 19px;
}
a[href $=".pdf"], a[href $=".PDF"],
a[href *=".pdf#"], a[href *=".PDF#"],
a[href *=".pdf?"], a[href *=".PDF?"] {
  background: url("/bilder/document.gif") center right no-repeat;
  padding-right: 17px;
}
a[href $=".zip"], a[href $=".ZIP"],
a[href $=".rar"], a[href $=".RAR"],
a[href $=".exe"], a[href $=".EXE"],
a[href $=".msi"], a[href $=".MSI"],
a[href $=".dmg"], a[href $=".DMG"],
a[href $=".gz"], a[href $=".GZ"],
a[href *=".gzip"], a[href *=".GZIP"] {
  background: url("/bilder/download.png") center left no-repeat;
  padding-left: 19px;
}

#bottomnote {
  margin-top: 50px;
}

#inhalt {
  padding: 15px;
  width: 700px;
  margin-left: 22em;
}

#navigation {
  float: left;
  width: 22em;
}

input, option  {
		border-color:#3C3C3C;
		border-width:thin;
		font-family:tahoma,verdana, Helvetica;
		font-size:11px;
		background-color:#eeeeee;
		color:#5D6EE2;
	}

select, checkbox  {
		border-color:#000000;
		border-width:thin;
		font-family:Arial, Helvetica;
		font-size:12px;
		color:#ACACAC;
		background-color:#FFFFFF;
		border-style: solid;
	}

textarea  {
		border-color:#3C3C3C;
		border-width:thin;
		overflow:hidden;
		font-family:tahoma,Arial, Helvetica;
		font-size:14px;
		color:#5D6EE2;
		background-color:#eeeeee;
	}

td {
		font-family:Arial,Helvetica;
		font-size:13px;
}
th {
		font-family:Arial,Helvetica;
		font-size:15px;
}
tr {
		valign:top;
}

a:link {
	color:#5C63A9;
	text-decoration:none;
}

a:visited {
	color: #5C63A9;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	
}

a:active {
	color: #000000;
	text-decoration: underline;

}

a.bild {
	text-decoration:none;
	background-color:#FFFFFF;
}

input.submit  {
   background-color:#e0e0e0;
}

.ueberschrift1  {
	font-family:Garamond,Helvetica,Arial,sans-serif;
	font-size:25pt;
	font-weight:bold;
}

.ueberschrift2  {
	font-family:Garamond,Helvetica,Arial,sans-serif;
	font-size:18pt;
	font-weight:bold;
}

.ueberschrift3  {
	font-family:Garamond,Helvetica,Arial,sans-serif;
	font-size:12pt;
}

.head {background:#E2E2E2;
	font-weight:bold;
	color:#000000;
	padding:4px;
	border:2px solid black;
 	text-align:center;
 	font-size:11pt;
}

.abstand {
	padding-left:20px; 
}

.klein_abstand {
	color:#000000;
 	font-size:8pt;
 	font-style:italic; 
 	padding-left:20px; 
}

.klein {
	color:#000000;
 	font-size:8pt;
 	font-style:italic; 
}

.gerade {
	background:#D0D0D0;
}

.ungerade {
	background:#E0E0E0;
}
