
/* -- Allgemeines -- */
body {
  background-color: #FFFFFF;
  color: black;
  margin: 0;
  padding: 0; 
  min-width: 640px;
  font-size: 100.01%;
	  font-family: Geneva, Arial, Helvetica, sans-serif;
}

.thispage {
color:##9c2518;
}
a:link {color:#ffffff; text-decoration:none; border-style: transparent; }
a:visited {color:#ffffff; text-decoration:none; border-style: transparent; }
a:focus {color:#ffffff; text-decoration:underline; border-style: transparent; }
a:hover {color:#9c2518; text-decoration:underline; border-style: transparent; }
a:active {color:#9c2518; text-decoration:underline; border-style: transparent; }
.skip { 
  position: absolute;
  margin-left: -999px;
  width: 990px;
}

p {
width: 750px;
}



h1, h2, h3, h4, h5, h6 { 
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: normal; 
line-height: 150%;
padding: 0;
	}
	
h1 {
	
	font-size: 1.7em;
}


h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 60%;

}

h4, h5, h6 { 	
font-size: 1.7em;
	font-weight: normal;
}
img { 
  border: none;
  padding: 3px;
    }
  
.fleft { 
  float: left;
  margin: 0 1em 0.2em 0; 
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}




#container { 
  font-size: 0.8em; 
  max-width: 80em; 
  min-height: 1000px;
  margin: auto; 
  border-bottom: 30px solid #dc5415; 
  background-color: #dc5415;
}
#footer {
  clear: both; 
  padding: 0 20px;
}


#logo {
  background: url(../awsimages/awslogo.gif) 0 0 no-repeat white; 
  height: 300px; 
  padding: 0;
  text-align: right;
  line-height: 54px;
  font-size: 24px; 
  overflow: hidden; 
  margin: 0; 
}
#logo a {
  color: #ffffff; 
  text-decoration: none;
  padding: 100px 10px 0 0;
}


#menu {
  background-color: #dc5415;
  padding: 5px; 
  margin: 0 15px 0 15px;
  text-align: right;
}
#menu li {
  font-size: 1em;
  display: inline; 
  list-style-type: none; 
  padding: 0 15px 0 20px;
  font-weight: bold;
}
#menu li a {
  text-decoration: none;
}


#subnav {
  width: 26%; 
  min-width: 10em; 
  float: right;
  padding: 70px 1% 1em 1%;
  margin: 1em 1% 0 1%;
  font-size: 0.8em; 
}
#subnav dt { 
  font-size: 1em;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  padding: 0.5em;
  margin-top: 1em;
}
#subnav dd { 
  padding: 0;
  margin: 0.2em 0;
}


#main {
  background-color: #dc5415;
  padding: 50px 30px 0 40px; 
  line-height: 1.5em; 
}
