/*Unabhängige Stylesheet Definition*/
/*Samuel Medwedski */

*{
margin: 0;
padding: 0;
}


#container_default{

 margin: 0 auto;
 width: 780px;
}
#topline{
 height: 25px;
 background: url('./pics/topline.jpg') center no-repeat;
}
#bottomline{
 height: 25px;
 background: url('./pics/bottomline.jpg') center no-repeat;
}

#header{
 border: 1px solid #B5B5B5;
 width: 740px;
 height: 90px;
 background: url('./pics/header.jpg') center no-repeat;
 margin: 0 auto;
}
#restmenu{
 border: 1px solid #000;
 background: #fff;
 width: 310px;
 height: 12pt;
 margin-top: 72px;
 margin-left: 390px;
 text-align: center;
 font-size: 10pt;
 line-height: 12pt;

}
#restmenu a{
 color: #000;
}



#banner-big{

 background: #DEDEDE;
 margin: 0px auto 10px auto;
 width: 728px;
 height: 90px;
}

#main_default{
 width: 730px;
 margin: 0 auto;

}

#menu{

 width: 140px;
 float: left;
}

/*Menu Link Liste*/

#menu ul{

 width: 140px;
 text-align: right;
 list-style-type: none;

}


#menu a{
 display: block;
 width: 120px;
 padding: 0.25em 10px 0.25em 10px;
 margin-top: 10px;
 background: #2C0275;
 border: 1px solid #2C0275;
 color: #fff;
 text-decoration: none;
}

#menu a:hover{
 background: #6773E0;
  color: #fff;
}

a#selected{
 background: #fff;
 color: #000;
}

/*Ende Menu Link Liste*/

#content{
 border: 15px solid #2C0275;
 width: 538px;
 float: left;
 line-height: 1.5em;
 text-align: justify;
 padding: 10px;
}

#clearer{
  clear: both;
}

#footer{
 border: 1px solid #000;
 width: 740px;
}
h1{
 font-size: 1.3em;
 text-align: center;
}

h3{
 font-size: 1.2em;
 text-align: center;
}

.links{
 border: 1px solid #29612c;
 padding: 10px;
 background: #F0F4FF;
}

blockquote{
border: 1px  solid #2C0275;
border-left: 5px solid #2C0275;
font-family: 'Courier','Courier New', serif;
font-size: 10pt;
text-align: left;
}
