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

*{
margin: 0;
padding: 0;
}

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

a:visited{
 color: #cccccc;
}


body{
background: #abc2ca  ;

}

#container_default{
 border-left: 1px solid #6A787D;
 border-right: 1px solid #6A787D;
 margin: 0 auto;
 width: 760px;
 background: #fff;
}

#header{
 width: 760px;
 height: 220px;
 font-size: 16pt;
 margin: 0px auto 0;
 font-family: 'Georgia',serif;
 background: url('./pics/header.jpg') center bottom  no-repeat;

}
#ueber{
padding-left: 20px;
padding-top: 20px;

}


#banner-big{
 margin: 10px auto;
text-align: center;

}

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

}


#main_default{
 width: 740px;

}

#menu{
 width: 200px;
 float: left;
 margin: 0 5px;
}

html>body #menu {margin: 0 10px;}

/*Menu Link Liste*/

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

#menu a{
 display: block;
 width: 180px;
 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{

}

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

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

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

.klein{
font-size: 0.8em;
}