
body 
{
  margin: 0px;
  padding: 0px;
  color: #333;
  background: #F3FCEB;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  text-align: center;
}

/* ========= main layout ========= */

#center-page 
{
  width: 847px;
  margin: 0 auto;
  text-align: left;
  background: url(../images/design/tile.gif) repeat-y;
}

#content 
{
  margin-left: 38px;
  height: 100%;
}

#main-content 
{
  float: left;
  width: 500px;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 1.5em;
  border-right: 0px solid green;
  height:100%;
}

#sidebar 
{
  position: absolute; 
  width: 230px;
  top: 200px; 
  margin-left: 565px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0 0 0 0;
  font-size: 85%;
  color: #999999;
  background: #FFFFFF url(../images/design/sidebar-background.gif) no-repeat;
  vertical-align: top;
}

/* ========= page header ========= */

#page-header 
{
  margin-left: 18px; 
  font-family: "Lucida Grande", "Trebuchet MS";
  background: #FFFFFF url(../images/design/header.jpg) no-repeat top left;
  padding: 0px 0px 0px 0px;
  width: 784px;
  height: 119px;
}


/* ========= information content ========= */


h2.text-header 
{
  margin-top: 0;
  padding-left: 14px;
  color: #3A7538;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 120%;
  background: url(../images/design/head-dot.gif) no-repeat 0 50%;
}

.eintrag 
{
  float:left;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 14px;
  border-bottom: 1px solid #ddd;
}


.eintrag p
{
	width: auto;
	text-align: left;
}

.eintrag img 
{
  padding: 20px;
  width: 150px;
  float:right;
}


/* ========= sidebar ========= */

#anzeige
{
	background: url(../images/design/anzeige-back.gif) no-repeat;
	border: 0px solid red;
	height: 105px;
	
	margin-right: 5px;
  	margin-left: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
}

#anzeige img
{
	margin-right: 0px;
  	margin-left: 10px;
  	padding-top: 14px;
  	margin-bottom: 0px;
  	border: 0;
}

#sidebar h2
{
  margin: 0;
  padding-top: 33px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 55px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 140%;
  color: #666;
  background: url(../images/design/sidebar_dot.gif) no-repeat 34px 30px;
}

.sidebar-adsense
{
  margin: 0;
  padding-top: 33px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 35px;
}


#sidebar ul, #sidebar p 
{
  margin-right: 5px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 30px;
  padding-left: 35px;
}

#sidebar li 
{
  padding-left: 20px;
  background: url(../images/design/dot.gif) no-repeat 5px 2px;
}


/* ========= footer ========= */


.clear 
{ /* for IE6 padding-top */
  clear: both;
  height: 0;
}

#footer 
{
  clear: both;
  background: #FFFFFF url(../images/design/footer.jpg) no-repeat top left;
  margin-left: 18px; 
  padding: 0px 0px 0px 0px;
  width: 783px;
  height: 105px;
  vertical-align: bottom;
}

img 
{
  border: none;
}


/* ========= list style ========= */


ul 
{
  list-style: none;
  margin: 0 0 20px 30px;
  padding: 0;
}

li 
{
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  background: url(../images/design/dot.gif) no-repeat 0 5px;
}


/* ========= link tags ========= */


a:link 
{
  font-size: 12px;
  color: #69c;
  text-decoration: none;
}

a:visited 
{
  font-size: 12px;
  color: #666699;
  text-decoration: none;
}

a:hover 
{
  font-size: 12px;
  color: #693;
  text-decoration: none;
}

a:active 
{
  font-size: 12px;
  color: #cc3333;
  text-decoration: none;
}

/* ========== extras ============== */

#gaestebuch p
{
  color: #333;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  margin-left: 15px;
  margin-bottom: 5px;
}  

  

table.gbuch-set
{
  margin-top: 10px;
  border-bottom: 1px solid #CCC;
}

table.gbuch-nameset
{
  margin-top: 10px;
  border-bottom: 1px solid #999;
  background-color: #CCC;
}