/*
 *  Stylesheet fuer timbelke.de
 */

body{
  background-image:URL("../images/bg-silver.png");
  background-attachment:fixed;
  font:normal 12px Tahoma;
  color:#dfdfdf;
}

a:link,a:visited{
  text-decoration:underline;
  font-weight:bold;
  color:#f3f3f3;
}

a:focus,a:hover,a:active{
  text-decoration:none;  
  font-weight:bold;
  color:#000000;
}


a.menueelement:link,a:visited{
  text-decoration:none;
}

/*
 * DIVs
 */

#wrapper{
  border:0px solid black;
  width:80%;
  min-width:950px;
  position:relative;
  margin:auto; 
}
  
#logodiv{
  border:0;
  width:200px;
  height:200px;
  position:relative;
  float:left;
}

#logo a{
  display:block;
  width:200px;
  height:200px;
  border:0;
}

#header{
  border:0;
  height:165px;
  width:724px;
  position:relative;
  margin:0;
  padding:0;
  margin-left:4px;
  background-image:URL("../images/header.png");
}

#header p{
  font-size:40px;
  color:#2b2b2b;
  padding:40px 0 0 30px;
}

#menue{
  border:0;
  height:200px;
  position:relative;
  margin-left:200px;
  margin-right:0;
}

#sidebar{
  border:0;  
  width:200px;
  margin:auto; 
  position:relative;
  float:left;
}

#content{
  border:0; 
  position:relative;
  width:714px;
  margin-left:200px;
  margin-top:0;
  margin-right:0;
  padding:15px;
}


#footer{
  border:0; 
  margin-bottom:0;
  position:relative;
  height:30px;
  width:200px;
  clear:left;
}



/*
 * Menue
 */
 
#menuelist{
  margin:0;
  padding:0;
  padding-top:4px;
  padding-left:4px;
}

.menueelement,a.menueelement:link,a.menueelement:visited{
  display:inline-block;
  background-image:URL("../images/menue-bg.png");
  width:100px;
  height:30px;
  line-height:28px;
  text-align:center;
  font-size:16px;
  color:#2b2b2b;
}


a.menueelement:focus,a.menueelement:hover,a.menueelement:active{
  background-image:URL("../images/menue-bg-hover.png");
  color:#dfdfdf;
}


/*
 * Ueberschriften & Texte
 */

h1.beginning{  
  display:inline-block;
  font-size:34px;
  line-height:12px;
  margin:0;
  padding:0;
}

.small{
  font-size:9px;
  margin:0;
  padding:0;
}

.aligncenter{
  text-align:center;
}

/*
 * Bilder
 */

.rand{
  padding:5px;
  background-image:URL("../images/bg-silver-hell.png");
  margin-bottom:10px;
}

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

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

#logo{
  border:0;
  width:200px;
  height:200px;
  margin:0;
  padding:0;
}

/*
 * Listen
 */
 
ul{
  list-style-type:none;
  padding:0;
  margin:0;
}

ul.disc{
  list-style-type:disc;
  margin-left:15px;
}

li.abstand{
  padding-bottom:5px;
}


/*
 * Definitionslisten
 */
dl{
  padding:0;
  margin:0;
}

dt{
  font-weight:bolder;
}

dd{
  font-weight:lighter;
  margin:0;
  padding-bottom:15px;
  
}

/*
 * Tabellen
 */
 
.tableborder{
  border:1px solid #dfdfdf;
  border-collapse:collapse;
  padding:4px;
}


/*
 * Linien etc.
 */
 
hr.ganzebreite{
  width:200px;
  height:1px;
  color:#dfdfdf;
  margin:0;
  padding:0;
  background-color:#dfdfdf;
  border:0;
}
