* {
margin: 0; 
padding: 0;
border: 0;
} 

  body {
    font: x-small/150.01% Verdana, Arial, Helvetica, sans-serif;
    color: black; 

    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */

	background-color: white;
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
  }

  html {
    padding: 0;
    min-height: 100.5%;
    margin-bottom: 1px;
  }
  body {
    margin: 0; padding: 0;
  }

  #navigation {
    position: absolute;
    padding: 200px 30px 0px 0px;
    right: 0;
    width: 30%;
    display:block;
	text-align:left;
  }
  
  
  html>body #navigation {  /* nur fuer moderne Browser! */
    position: fixed;
  }

#content {
	padding: 200px 5px 30px;
	text-align: left;
	width: 55%;
}

/*    * html{
      height: 100%; overflow-y: hidden;
    }

* html body {
      height: 100%; overflow-y: hidden;
    }
    * html #scroll {
      height: 100%; width: 100%; overflow: auto;
    }
    * html #content {
      position: static;
*/



a {
	text-decoration:none;
	color: #000000;
}

a:visited {
	color:#000000;
	}

a:hover {
	font-weight: bold;
	color:#993366;
	}

span a {
	text-decoration:none;
	color: #CCCCCC;
}

span a:visited {
	color:#CCCCCC;
	}

span a:hover {
	font-weight: bold;
	}

span a:active {
	font-weight: bold;
	}

h1 {
	text-align:left;
	vertical-align:bottom;
	font-weight: bold;
	font-size: x-small;
	text-transform:uppercase;
}

h2 {
	text-align:left;
	vertical-align:bottom;
	font-weight: normal;
	font-size: x-small;
}

h3 {
	border-bottom: #D3D3D3 1px solid;
	text-align:left;
	vertical-align:bottom;
	font-weight: normal;
	font-size: x-small;
	text-transform:uppercase;
	cursor:pointer;
}

h4 {
	border-bottom: #D3D3D3 1px solid;
	text-align:left;
	vertical-align:bottom;
	font-weight: normal;
	font-size: x-small;
}

table {
	width:100%;
	table-layout:fixed;
	background-repeat:no-repeat;
	/*border-bottom: #D3D3D3 1px solid;
	border-top: #D3D3D3 1px solid;*/
}

th {
	border-bottom: #D3D3D3 1px solid;
	text-align:left;
	vertical-align:bottom;
	/*text-transform:uppercase;*/
	/*font-weight:normal;*/
	}

input, textarea, select, file{
	background-color:  #FFFFFF;
	/*border: none /*1px solid #000000;*/
	border: 1px solid #D3D3D3;
	/*margin-bottom: 0em;
	margin-top: 0em;*/
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	
}




#navigation h1 {
	position: relative;
	text-align:left;
	font-weight: normal;
	font-size: x-small;
	cursor: move;
}

#navigation h2 {
	font-weight: normal;
	font-size: x-small;
	position:absolute;
	right:30px;
	top:10px;
	}

#navigation ul{
	text-transform:uppercase;
	list-style-type: none;
	margin: 0;
}

#navigation a.active {
	font-weight: bold;
}

#footer {
	color:#CCCCCC;
	vertical-align:bottom;
	vertical-align:text-bottom;
}	


#footer a{
	color:#CCCCCC;
}

#accordion {
	border-top: medium none;
	border-bottom: medium none;
	overflow: hidden;
	height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.gray {
	color:#CCCCCC;
}