/* Generated by KompoZer */
html {
  border:  none;
  margin: 0;
  padding: 0;
  height: 100%;
  max-height: 100%;
  font-family: "Times New Roman",Times,serif;
  font-size: 80%;
}
body {
  border:  none;
  margin: 0;
  padding: 0;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
#wordsright {
  border: 1px solid #000000;
  margin: 5px 0px 5px 5px;
  padding: 3px;
  background: #ccffff none repeat scroll 0% 50%;
  width: 150px;
  height: 600px;
  float: right;
  top: 100px;
  right: 150px;
  color: #cc0000;
  font-size: 0.8em;
  line-height: 1em;
  font-family: "Times New Roman",Times,serif;
}
#content p {
  padding: 5px;
}
#content {
  background: #e7eaef none repeat scroll 0% 50%;
  display: block;
  height: 100%;
  overflow: auto;
  position: relative;
  z-index: 3;
  padding-left: 190px;
  margin-left: 5px;
  max-height: 100%;
  font-size: 1.2em;
  max-width: 100%;
  padding-right: 15px;
}
#content a:link {
  text-decoration: none;
  font-weight: bold;
  color: #334466;
}
#content a:hover {
  color: red;
}
#head {
  border-left: thin solid white;
  margin: 0;
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: left top;
  top: 0;
  display: block;
  height: 75px;
  position: fixed;
  font-family: "Times New Roman",Times,serif;
  z-index: 5;
  right: 18px;
  font-size: 1.5em;
  font-style: italic;
  width: 100%;
  left: 179px;
/* farbverlauf head */
background: #c3cfde; /* Old browsers */
background: -moz-linear-gradient(top, #c3cfde 1%, #e7eaef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c3cfde), color-stop(100%,#e7eaef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #c3cfde 1%,#e7eaef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #c3cfde 1%,#e7eaef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #c3cfde 1%,#e7eaef 100%); /* IE10+ */
background: linear-gradient(top, #c3cfde 1%,#e7eaef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3cfde', endColorstr='#e7eaef',GradientType=0 ); /* IE6-9 */

  
  
  
}
#foot {
  margin: 0;
  position: fixed;
  bottom: -1px;
  display: block;
  height: 50px;
  color: #000000;
  z-index: 4;
  font-weight: bold;
  text-transform: none;
  line-height: normal;
  font-size: 1em;
  right: 18px;
  width: 100%;
  text-align: left;
  
background: #e7eaef; /* Old browsers */

  
}
#left {
  border-right: thin solid white;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  font-size: 1em;
  z-index: 4;
  text-align: left;
  width: 180px;
  line-height: 1.2em;
  color: #cc0000;
  
  background: #c3cfde; /* Old browsers */
background: -moz-linear-gradient(left, #c3cfde 1%, #e7eaef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#c3cfde), color-stop(100%,#e7eaef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #c3cfde 1%,#e7eaef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #c3cfde 1%,#e7eaef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #c3cfde 1%,#e7eaef 100%); /* IE10+ */
background: linear-gradient(left, #c3cfde 1%,#e7eaef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3cfde', endColorstr='#e7eaef',GradientType=1 ); /* IE6-9 */
  
  
  
  
}
a.nav, a.nav:link {
  color: #334466;
}
a.nav, a.nav:visited {
  height: 15px;
  text-decoration: none;
  font-weight: bold;
  width: 137px;
  color: #3333ff;
}
a.nav:hover {
  color: #E8A333;
  background-color: #F0F4F7;
}
* html #head, * html #foot, * html #left {
  position: absolute;
}
#pad1 {
  display: block;
  width: 18px;
  height: 75px;
  float: left;
}
.pad2 {
  display: block;
  height: 75px;
  color: black;
}
#pad3 {
  display: block;
  width: 18px;
  height: 50px;
  float: left;
}
.bold {
  font-size: 1.2em;
  font-weight: bold;
}
h1 {
  font-size: 1.4em;
  color: #E8A333;
  font-weight: bold;
}
h2 {
  font-size: 1.3em;
  color: #E8A333;
}
h3 {
  font-size: 1.2em;
  color: #E8A333;
}
/* Buttons by http://www.blogging-inside.de/css-3-button-generator */
.FootButton {
	background-color:#e8a333;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#334466;
	font-family:Times New Roman;
	font-size:15px;
	font-weight:bold;
	padding:4px 6px;
	text-decoration:none;
}.FootButton:hover {
	background-color:#e7eaef;
}.FootButton:active {
	position:relative;
	top:1px;
}