/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#006600;}

h2{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;}

a:link { /*normal*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#006600;
text-decoration:underline;}

a:visited { /*wenn ich schon mal draugeklickt habe*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#006600;
text-decoration:underline;}

a:hover { /*wenn ich mit der maus drüberfahr*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#663300;
text-decoration:underline;}

a:active {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#006600;
text-decoration:underline;}

a:focus { /*während ich draufklicke*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#663300;
text-decoration:underline;}

#wrapper{
position:relative;
margin:77px;
margin:auto;
width:875px;
height:700px;
border:solid;
border-width:10px;
border-color:#006600;
background-color:#FFFFCC;}