
/*
Stylesheet GZ-Modellierwettbewerb 2006
          by Stefan Reisinger
*/


body {
    background: #FFD5B2;
    margin:0 5 10 5;
    padding:0;
    color: #004499;
  }

#header {
    background: url(images/header.png) no-repeat #FF8F00;
    height:80px;
  }

#header h1 {
    visibility : hidden;
  }

#menu {
    background: #CD6600;
    height: 25px;
    width: 100%;
    border-top: 3px solid #004499;
    border-bottom: 3px solid #004499;
  }

.menulist li {
    background-color : #004499;
    color : #FFF;
    display : inline;
    font-weight : bold;
    padding-left : 10px;
    padding-right : 10px;
    margin-right:10px;
  }

.menulist li:hover {
    background: #005DCF;
    cursor : pointer;
  }

.menulist li a {
    text-decoration:none;
    color:#FFF;
}

.menulist {
    padding-top: 3px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

#footer {
    background: #CD6600;
     text-align: center;
     font-family:Helvetica, Sans-Serif;
     font-size: 12px;
  }

#footer a {
     text-decoration: none;
     color: black;
}

#footer a:hover {
     color: white;
}

#side {
     position: absolute;
     top: 150px;
     width: 200px;
     left:9px;
     height: 600px;
     border: 1px dashed #004499;
     overflow: auto;
}

#side h3 {
     text-align: center;
}

#side ul {
     list-style-image: url(images/list.png);
}

#side ul li a {
     color: #004499;
     }

.myiframe {
     position: absolute;
     width: 800px;
     left: 220px;
     top: 150px;
     height:600px;
     border: 1px dashed #004499;
}

#side a:link {
	color : blue; text-decoration : underline;
}
#side a:hover {
	text-decoration : none; color : darkblue;
}

#side a:visited {
	color : red;
}

