
/*
+++++++++++++++++++++++++++++++++++
++Design und Code bei++++++++++++++
++Nico Hemkes++++++++++++++++++++++
++www.nokes.de+++++++V 2.0+++++
+++++++++++++++++++++++++++++++++++
++Designklau ist Strafbar++++++++++
+++++++++++++++++++++++++++++++++++
*/

body {
 font-family: Veranda, Arial;
 font-size: 12px;
 background: silver url(ima/bg-holz.png);
}
*{ padding: 0;margin: 0; }
img{border:none;}

a{
  color: #222;
  text-decoration: underline;
  padding: 1px;
  outline: none;
}
a:hover{
  color: #222;
  text-decoration: none;
  padding: 1px;
}

.left{float:left; margin: 0;}
.right{float:right; margin: 0;}
.mleft{margin-left: 15px;}

#main{
  margin: 0 auto;
  width: 900px;
  margin-top: 10px;
}

/*body ende - logo anfang*/

#logo{
  margin: 0 auto;
  width: 900px;
  height: 100px;
}
#logo h1{
  color: #f2f2f2;
  text-decoration: none;
  font-weight: bold;
  font-size: 60px;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
#logo h2{
  color: #eee;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  padding-left: 16px;
  margin-top: -7px;
}

#logo a{color: #eee; text-decoration: none;}

#nav-top{
  float:right;
  width: 140px;
  margin-top: 75px;
  margin-right: 5px;
  text-align: right;
}

#twitter  {
  float:right;
  width: 34px;
  height: 34px;
  background: url(ima/twitter.png) ;
}
#delicious  {
  float:right;
  width: 34px;
  height: 34px;
  background: url(ima/delicious.png);
}
/*logo ende - nav anfang*/

#nav{
  margin: 0 auto;
  width: 892px;
  height: 18px;
  line-height: 18px;
  padding: 4px;
  background: #eee;
  border: 1px solid #9a9a9a;
  margin-top: 10px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius:3px;
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius:3px;
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
}

#nav a{
  color: #555555;
  padding:  5px 15px 5px 9px;
  border-right: 1px solid #ddd;
  font-weight: bold;
  text-decoration: none;
}
#nav a:hover{
  color: #555555;
  background: #f7f7f7;
}

/*nav ende - main anfang*/

#page{
  margin: 0 auto;
  width: 900px;
  margin-top: 10px;
  border: 1px solid #9a9a9a;
  background: #f7f7f7;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius:3px;
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius:3px;
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
}

/*main Ende - sidebar Anfang*/

#sidebar{
  float:left; 
  margin: 0 auto;
  width: 160px;
  color: #323232;
  text-align: justify;
  min-height: 230px;
  background: #f7f7f7;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius:3px;
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
}

.pad{
  padding:3px;
}

.line{
  color: #444;
  padding: 2px;
  margin-left: 2px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  background: silver url(ima/navi.png);
}

.links {
  display: block;
  text-decoration: none;
  margin-left: 12px;
  color: #888;
  font-weight: bold;
}
.links a:hover{color:#444;}


/*Sidebar Ende - Content Anfang*/

#content{
  float:right; 
  margin: 0 auto;
  width: 723px;
  border-left: 1px solid #999;
  min-height: 800px;
  padding: 7px;
  background: #fff;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius:3px;
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
}

#content h1{
  font-size: 16px;
  color: #000;
  text-align: left;
}
#content h2{
  font-size: 14px;
  color: #000;
  text-align: left;
}
#content h3{
  font-size: 12px;
  color: #333;
  text-align: left;
}
#content h4{
  font-size: 15px;
  color: #000;
  text-align: left;
}

/*Conent Ende - Footer Anfang*/

#footer{
  clear: both;
  margin: 0 auto;
  width: 900px;
  height: 1px;
}

#copy{
  clear: both;
  margin: 0 auto;
  width: 896px;
  padding: 2px;
  height: 20px;
  color: #777;
  text-align: center;
} 
#copy a{
  color: #777;
  text-decoration: none;
  padding: 2px;
}
#copy a:hover{
  color: #444;
}


/*
+++++++++++++++++++++++++++++++++++
++Design und Code bei++++++++++++++
++Nico Hemkes++++++++++++++++++++++
++www.nokes.de+++++++V 2.0+++++
+++++++++++++++++++++++++++++++++++
++Designklau ist Strafbar++++++++++
+++++++++++++++++++++++++++++++++++
*/
