body {
	color: Black;
	margin: 0;
	background: url(grafiken/body_bg.jpg) repeat-x;
    background-color: #ac1e1e;
}
a {
	font-weight: normal;
	color: Blue;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: Red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 14px;
}
a.h3{
	font-weight: bold;
	color: Blue;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
}
a.h3:hover{
    font-weight: bold;
	color: Red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 16px;
}

.small {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
    text-align: center;
	font-size: 9px;    
}
h1 {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
h2 {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
h3 {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
h4 {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
h5 {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
h6 {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}
.text{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
}
form {
	display: inline;
	padding: 0px;
	margin: 0px;
}
input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li {
font-size: 14px;
}
html,body { 
        margin : 0; 
        padding : 0; 
        border : none; 
        height : 100%; 
    }
img {
	border: none;
}
	
div.left,div.bottom,div.top {
  position: absolute;  
  margin: 0;

  /* Debuglines */
  /*  border: 1px dotted #aaa;*/

  /* If scrolling is needed: */
  overflow: auto; 
}
div.left {
	/* Placed on the left side */
	top: 17%;
	left: 0; /* Width of left */
	width: 135px;
	height: 100%;
}
div.left div {
	position: static; /* Restore to normal values */
	width: auto;
	height: auto;
}

div.bottom  {
	bottom: 8%; /* Don't overlap the left-side */
	left: 150px; /* Full width, this doesn't work completely with IE, but see
     fixed_ie5.css for details. */
	right: 2%; /* Height of bottom part */
	height: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
	overflow: auto;
	background-color: White;
    border: 1px solid #333;
}
div.bottom div {
	/* Reset to normal values */
	left: 0;
	right: auto;
	height: auto;
}

div.top {
	top: 0px; /* width of .left */
	right: 0; /* 100% - height of .bottom  */
	height: 20%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	left: 0px;
    background:url(grafiken/logo.png) top left no-repeat;
}
div.top div {
  /* Reset to normal values */  
  position: static; 
  left: 0;
  right: auto;
  height: auto;
}

/* This trick is to fix something i IE 5 on Mac..  */
@media screen {
  body>div.left,body>div.bottom,body>div.top {
    position: fixed;
  }
}

