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

*{
margin: 0;
padding: 0;
}

a{
 /*color:  #7c1d1d;*/
  color: #000000;
}

a:visited{
 color: #888888;
}


body{


}
#all{
  width:600px;
  position:absolute;
  height:500px; 
  margin:-250px 0px 0px -300px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px; 
}

#container_default{
 clear: both;
 height: 300px;
 padding: 10px;
 border: 1px solid #000000;
  background: #fff;
  overflow: auto;
  font-family: 'Arial', sans-serif;
font-size: 10pt;
}

#link{
  position: absolute;
  width: 400px;
  left: 200px;
  top: 50px;
}



#restmenu{
 width: 280px;
 height: 16pt;
 line-height: 16pt;
 margin-top: 10px;
 margin-left: 450px;
 text-align: center;
 font-size: 10pt;

}

#logo{
 width: 180px;
 height: 90px;
 background: url(./pics/logo.jpg) no-repeat center;
 float: left;
}

#logo span{
 visibility: hidden;
}


#main-ul{
 margin: 10px 5px;
 padding-left: 0;
 width: 190px;
 border-bottom: 1px solid #ededed;
 list-style-type: none;
}

#menu a{
 display: block;
 border-top: 1px solid #ededed;
 padding: 0.25em 0 0.25em 10px;
 color: #6A787D;

}
#menu a:hover{
 background: #ededed;
 color: #000;
}

#sub-ul{
 margin: 5px 15px;
 padding-left: 15px;
 width: 170px;
 border-bottom: 1px solid #ededed;
 list-style-type: none;
}
html>body #sub-ul{
padding-left: 0;
}

#sub-ul a{
 display: block;
 width: 160px;
 border-top: 1px solid #000;
 padding: 0.25em 0 0.25em 10px;
 background: #a46c3a;
}

a#selected{
 /*background: #eeeeff; */
 background: #d6e7ed;

}
#menubild{
 background: url('./pics/menu.jpg') no-repeat;
 width: 64px;
 height: 22px;
}

/*Ende Menu Link Liste*/

#content{
 padding: 0 10px;
 width: 494px;
 float: left;
 line-height: 1.5em;
}

#clearer{
  clear: both;
}

#footer{
  text-align: center;
}

h1{
 font-size: 1.2em;
 line-height: 40px;
 font-family: 'Georgia', serif;
}
h3{
 font-size: 1.1em;

}

ul{
 list-style-type: none;
 padding-left: 20px;
 }

 blockquote{
  background: #e4e4e4;
  border-left: 5px solid #dddddd;
  margin: 5px 30px;
  padding: 5px;
  font-family: "Courier", sans-serif;
  font-size: 8pt;
 }

.klein{
font-size: 0.8em;
}
