html {
	width:100%;
	padding:0%;
	margin:0%;
	border:0%;
}

body {
	padding:0%;
	margin:0%;
	border:0%;
	width:100%;
	/*overflow: visible;*/
}

div {
	padding:0px;
	margin:0px;
	border:0px;
}

img {
	padding:0px;
	margin:0px;
	border:0px;
}

td {
	padding:0px;
	margin:0px;
	border-width:0px;
}

tr {
	padding:0px;
	margin:0px;
	border-width:0px;
}

table {
	padding:0px;
	margin:0px;
	border-width:0px;
}

li:hover span.menu_left {
	background: url('src/images/menu_left.gif') 12px 24px;
}

li:hover span.menu_mid {
	background: url('src/images/menu_mid.gif') 12px 24px;
	color:#333;
}

li.active:hover span.menu_mid {
	background: url('src/images/menu_mid.gif') 12px 24px;
	color:#000;
}

li:hover span.menu_mid div {
		top:-5px;
}

li:hover span.menu_right {
	background: url('src/images/menu_right.gif') 12px 24px;
}

.TitleSpan h1 {
	font: normal 20px Tahoma;
	display:inline;
}

.DescriptionSpan h2 {
	font: normal 13px Tahoma;
	display:inline;
}

.DownloadLink h3 {
	font: bold 16px Tahoma;
	display:inline;
}

input.submitButton {
    border: 0;
    background: url(src/button.gif) no-repeat;
    height: 22px;
    /*vertical-align:middle;*/
    /* used to catch the buttonEnding */
    position: relative;
    background-position:0px 1px;
} 

input.RoundEdgeButton {
	border: 0;
    background: url(src/button.gif) no-repeat;
    height: 22px;
    /*vertical-align:middle;*/
    /* used to catch the buttonEnding */
    position: relative;
    background-position:0px 1px;
}

.buttonEnding {
    position: absolute;
    display: inline;
    /*vertical-align:middle;*/
    width: 7px;
    height: 22px;
    /*left:-3px;*/
    background: url(src/end.gif) no-repeat;
    background-position:0px 1px;
    
}

.extrasmall {
	font-family: Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size:10px;
	color:#efefef;
	line-height:13px;
	text-decoration:none;
}

.small {
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size:12px;
	color:#668800;
	line-height:10px;
	text-decoration:none;
	padding:0px;
}

.medium {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#CC6699;
	line-height:16px;
	text-decoration:none;
}

.large{
	font-family:"Frutiger", "Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size:18px;
	color: #7ACC00;
	text-decoration:none;
}

.verylarge{
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size: 18px;
	color: #99ccde;
	text-decoration:overline;
}

.megalarge {
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-weight:bold;
	font-size:18px;
	color:#BEA40E;
}

b.online {
	font: bold 10px Tahoma;
}

ul#menu {
  width: 150px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, ul#menu a {
  color: #39332c;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu a {
  text-decoration: none;
  outline: none;
  padding-left:3px;
}

ul#menu a.active {
  color: #39332c;
  font-weight:bold;
}

ul#menuautor {
  width: 150px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menuautor ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menuautor li, ul#menuautor a {
  color: #39332c;
}

ul#menuautor li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menuautor ol li {
  border-bottom: none;
}

ul#menuautor a {
  text-decoration: none;
  outline: none;
  padding-left:3px;
}

ul#menuautor a.active {
  color: #39332c;
  font-weight:bold;
}

a:hover {
  color: #529c69 !important;
  font-weight:bold;
}

fieldset {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:15px;
}
  
/*
Ab hier f�ngt der eigentlich unproduktive Teil an, aber es dient der Performance
*/