/* basic elements */
body 
{
 font-family:Verdana;
 font-size:12px;
 background-color:#FFFFFF;
 text-align:center;
 margin:0px;
}
h1 {font-size:20px;color:#fc6;margin-bottom:0px;}
h2 {font-style:garamond;font-size:20px;color:#fc6;}
h3 {font-size:14px;color:#fc6;}
h4 {font-family:Garamond;font-size:18px;color:#fc6;}
h5 {font-family:fantasy ;font-size:28px;color:#fc6;}

code {font-size:14px;color:#0000ff;}
pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}

#page1{
width:760px;
margin:0px auto;
text-align:left;
background-color:#ff4500;
border:6px double #ff4500;
padding:20px;
}/*Hier ist der mittlere Teil der ganzen Seite*/
#title {
height:34px;
padding:5px;
background-color:#ff7f50;
border-bottom:0px solid #000;
}/*Hier der Titelteil */
#left {
background-color:#ff4500;
width:128px;
float:left;
}

/* Navigation horizontal*/
#navcontainer
{
font-family: Arial,Sans-Serif;
margin: 0 auto;
width: 780px;
border-bottom: 1px solid #ddd;
}

#navlist
{
width: 100%;
text-align: center;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #ccc;
font-size: 1em;
padding: 0 2px;
border-top: .5em solid #eee;
}

#navlist li a:hover,#navlist a#current
{
color: #333;
border-top: none;
font-size: 1.5em;
}

#navlist a#current { color: #fc6; }
/* Navigationsblock bitte zusammenhalten!*/



.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}
.menucontainer1 {
border:1px solid #000;
background-color:#ff7f50; /* Coral */
width:115px;
margin:3px;
}
#content1 {
/*border:10px solid #ffFFFF; OrangeRed */
background-color:#ff4500;
width:800px;
float:center;
padding:0px 10px;
}/*Inhalt der mittleren Spalte */
#liste1{
text-align:center;
font-style:normal;
font-family:serif;
font-size:18px;
color:#f8f8f8;
list-style-type:disc;
}
#pics{
float:center;
text-align:center;
}
//--></style>
