body 
{
	font-family:Verdana;
	font-size:12px;
	margin:0px;
	background: #eee url(../design/comicbg.gif) repeat-x;
	}


h4 {
	font-family: Times;
	color:#009900;
	text-decoration:none;
	font-size: 2em;
}
h3 { color: #009900; text-decoration:none; }
a:link { color:white; text-decoration:none; }
a:visited { font-weight:bold; color:silver; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:#ff9966; text-decoration:none; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }

/* kopfleiste */
#oben {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px;
	background: #000;
	}
 

#page{
	margin: 0px auto;
	color: #000000;
	width: 670px;
	margin-top: 50px;
}


/* Das Menü */
#menu {
	padding:10px 0px 10px 40px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#menu a
{
	color:#0099FF;
	font-size: small;
}
 #menu a:hover{
	color:#ff9200;
}

 #menu #current a {
	 background:url("../design/right_both1.gif") no-repeat right bottom;
	padding:5px 15px 5px 6px;
	color:#333;
      }
  


/* navigation header */

  #header {
	float:left;
	width:640px;
	padding:0px 0px 10px 30px;
	background-color: #FFFFFF;
      }
    #header ul {
      margin:0;
      padding:0px;
      list-style:none;
      }
    #header li {
      display:inline;
      margin:0;
      padding:0;
      }
    #header a {
      float:left;
      margin:0;
      padding:5px;
      text-decoration:none;
      }
    #header a span {
      float:left;
      display:block;
      padding:5px 15px 5px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a span {float:none;}
    /* End IE5-Mac hack */
    #header a:hover span {
      }
    #header #current a {
	   background:url("../design/rble.gif") no-repeat left;
	 
	   
      }
    #header #current a span {
	 background:url("../design/right_both1.gif") no-repeat right bottom;
	padding:5px 15px 5px 6px;
	color:#333;
      }
   
    #header a:hover span {
	 background:url("../design/right_both1.gif") no-repeat right bottom;
      }
	  
/* left column: */

#left {
    width: 24%; 
    float: left; 
    position: relative; 
    font-size: 0.8em;
}


/* content column: */

#content {
	background-color: #fff;
	padding: 50px;
}


#content a:link {
    color: #2E668B;
}
    
#content a:visited {
    color: #255270; 
}
 
#content a:hover, #content a:active {
    color: #000;
}

#content acronym {
    border-bottom: 1px dotted #4284B5;
    cursor: help;
    margin: 0;
    padding: 0;
}

#main {
    padding: 0.1em 1em 1em 1em;
    
}

div.img_left, div.img_right {
    border-bottom: 0.09em solid #4284B5;
    border-right: 0.1em solid #4284B5;
}

div.img_left {
    float: left; 
    margin: 0.5em 0.8em 0em 0em;
}

div.img_right {
    float: right; 
    margin: 0.5em 0em 0em 0.8em;
}

div.img_left img, div.img_right img {
    display: block;
    border: 0.35em solid #7BA5C6;
    margin: 0;
    padding: 0;
}

/* this clears floating (e.g images) */
br.clear {
    clear: left;
    float: left;
    display: none;
}

/* footer: */

#footer {
	margin: 0em;
	padding: 5px;
	font-size: 10px;
	clear: both;
	color: #FFFFFF;
	text-align: right;
	background-color: #996699;
} 

#footer p {
    margin: 0em;
    padding: 0.1em;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	font-weight:400;
	text-decoration:none;
	font-size: 10px;
} 

#footer a:hover, #footer a:active { 
    color: #000000;
} 
