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

*{
margin: 0;
padding: 0;
}
a{
 color: #215123;
}

a:visited{
 color: #36853a;
}

body{
 background: url('./pics/bg.jpg') #69bd6d center repeat-y;
}

#container_default{
 border: 1px solid #29612c;
 margin: 0 auto;
 width: 760px;
 background: #409a44;
}

#header{
 background: url('./pics/header.jpg') center no-repeat;
 width: 760px;
 height: 120px;
}

#banner-big{

 margin: 5px auto;
 width: 728px;
 height: 90px;
 background: #63aa66;
}

#menu-bild{
 background: url('./pics/menu.jpg') #fff center no-repeat;
 height: 30px;
 margin: 0 auto;
}

#main_default{

 width: 760px;
}

#menu{
 border: 1px solid #409a44;
 width: 198px;
 float: left;
 margin-left:3px;
 background: #fff;
 margin-right: 6px;
}

html>body #menu {margin: 0 6px;}
/*Menu Link Liste*/

#menu ul{
 margin: 10px 5px;
 padding-left: 0;
 width: 180px;
 list-style-type: none;

}



#menu a{
 display: block;
 width: 165px;
 padding: 0.25em 0 0.25em 20px;
 color: #000;
 text-decoration: none;
 border: 1px solid #fff;
}

#menu a:hover{
 background: #eeeeee;
}

a#selected{
 border: 1px solid #29612c;
 background: #409a44;
 color: #fff;
 font-weight: bold;
}

/*Ende Menu Link Liste*/

#content{
 border: 1px solid #000;
 width: 508px;
 float: left;
 line-height: 1.5em;
 background: #fff;
 padding: 15px;
}

#clearer{
  clear: both;
}

#footer{
 text-align: center;
 background: #36853a;
 color: #fff;
}
#footer a{
 color: #fff;
}

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

td, tr{
 border: 1px solid black;
 padding: 5px;
}

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

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

.links a{
 color: white;
}

.links a:visited{
 color: #215123;
}

#sololink{
 height: 16px;
 line-height: 16px;
 margin-top: 80px;
 margin-left: 670px;
}

#sololink a{
 color: #fff;
}

ol{

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