/***Misc Tags***/

* {
  margin: 0px;
  padding: 0px;
}

body {

background-color: White;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: Black;
 text-align: center; 
}

#seite{
 margin:0 auto;
 text-align:left;
 width:770px;
}

td {

background-color: White;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: Black;
 text-align: left; 
}


a img {
  border: 0px;
}

a {
  text-decoration: none;
  color: #D90000;
}


input, textarea {
  background: #A9A9A9;
  padding: 3px;
  color: #373737;
  border: 1px solid #7C7C7C;
}

div.notification
{
	background: #D7EBD3;
	border: 1px solid #265624;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 10px 10px 10px;
	color: #265624;
	width:500px;
}


.front {
  width: 240px;
  
  
}

/**** Span class's *****/

.hidden {
  text-indent: -9000px;
}

.br {
  clear: both;
}

.pink {
  color: #D01A71;
}

.small {
  font-size: x-small;
}

.large {
  font-size: 14px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  margin: 0 auto;
  text-align: center;
}

/**** Site Container ****/

#container {
  width: 770px;
}

/***Header***/

#logo {
  float: left;
}

#logo h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

#search {
  text-align: left; 
}

#search button {
  margin-left: 5px;
  padding: 0 2px 2px 2px;
}

/***left Side Bar***/

#navlist {
  float: left;
  width: 150px;
  margin-top: 10px;
  margin-left: 5px;
}

#navlist ul {
  list-style: none;
}

#navlist li a{
  display: block;
  height: 15px;
  width: 140px;
  padding: 9px;
  margin: 5px;
  background: inherit;
  background-color: #CBCBCB;
  border-right: 1px solid #444;
  color: #242424;
}

#navlist li a:hover {
  color: #D90000;
  background: #333;
  border-right: 1px solid #D01A71;
}

#navlist li .active {
  color: #CC0000;
  background: White;
  border-right: 1px solid #444;
   background-color: #CBCBCB;
}

/***Content***/

#content {
  float: right;
  width: 560px;
  margin-top: 30px;
  margin-left: 2px;
}

#content a {
  color: #E10000;
  font-weight: bold;
}

#content a:hover {
  color: #708293;
  font-weight: bold;
}

#content p, td {
  line-height: 1.4em;
  margin-bottom: 20px;
  color: Black;
}

#content h3 {
  color: Black;
  margin-bottom: 4px;
}

#content h3:hover {
  color: #53616E;
}

#content .code{
  color: #444;
  background: #F4f4f4;
  border: 1px solid #ccc;
  padding: 1px;
  padding-left: 25px;
  width: 470px;
  margin: 2px auto;
  white-space: nowrap;
  overflow: auto;
}

#content  code {
  color: Black;
}

#content blockquote {
  color: #999;
  font-style: italic;
  text-align: center;
  width: 300px;
  margin: 10px auto;
}

/***Footer***/

#footer {
  text-align: center;
  color: #666;
  margin-top: 30px;
}

#footer p {
  color: #666;
}

#footer a {
  color: #D70000;
}

#footer a:hover {
  color: #4A4A4A;
}


#navlist2 {
  float: left;
  width: 150px;
  margin-top: 10px;
  margin-left: 5px;
}

#navlist2 ul {
  list-style: none;
}

#navlist2 li a{
  display: block;
  height: 25px;
  width: 140px;
  padding: 9px;
  margin: 5px;
  background: inherit;
  background-color: #FFA909;
  border-right: 1px solid #444;
  color: #242424;
}

#navlist2 li a:hover {
  color: #D90000;
  background: #333;
  border: 1px solid #D01A71;
}

#navlist2 li .active {
  color: #CC0000;
  background: White;
  border-right: 1px solid #444;
   background-color: #CBCBCB;
}

.front2 {
  text-align: center; 
  padding: 5px;
  background-color: #FFA500;
  border: 5px outset #C1C1C1;
  width: 200px;
}

h1,H2,H3
{
	color: Black;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0;
	padding: 5px 0 0 0;
}