/*
 * Author : Jan Steiger u. Stefan Pohlers
 * Copyright 2007-2008 by Cubixx
 */
body{
padding: 0;
margin: 5px 0;
background: #000000;/*#1F4061;*/
font: 76% verdana, arial, tahoma, sans-serif;
}

/* Container layout */
#wrapper{
width: 700px;
margin: 0 auto;
background: #000044;/*#d4e7ee;*/
border: 1px solid #999;
}


a:link, a:active, a:visited{
color:#069;
}
a:hover{
color:#000033;
}


#header{
width: 700px;
height: 150px;
border-bottom: 1px solid #999;
background: #069 url("../img/header4.jpg");
}

/* Hier Datum rein wenn Du sowas willst dicker */
#datum{
width: 760px;
background: #eee;
padding: 4px 0 4px 10px;
border-bottom: 1px solid #999;
}

/* Linker Bereich  */
#Lcolumn{
float: left;
margin: 0;
width: 180px;
}


#nav ul{
margin: 0;
padding: 0;
width: 180px;
list-style-type: none;
}

#nav li{
padding: 4px;
}

#nav a, #nav a:visited, #nav a:active{
/*color: #000044; */
width: 170px;
display: block;
background: #fff;
text-decoration: none;
border: 1px solid #999;
/*padding: 5px 0 5px 15px;*/
}

#nav a:hover{
color: #069;
background: #cccccc;
}


/* Falls Du sowas willst */
#counter{
width: 150px;
margin: 10px auto;
font: 0.9em verdana, tahoma, sans-serif;
}

/* <p> tags linker Bereich */
#counter p{
padding: 5px;
text-align: left;
color: #FFFFFF;
}

/* <h6> tags linker Bereich */
#counter h6{
color: #334d55;
padding-left: 5px;
text-decoration: underline;
font: bold 1em arial, sans-serif;
}



/* Rechter Bereich */
#Rcolumn{
float: left;
color: #333;
width: 518px;
min-width: 518px;
background: #fff;
border-left: 1px solid #999;
}

/* <p> tags rechter Bereich */
#Rcolumn p{
padding: 0 20px;
text-align: justify;
}

.portrait{
width:45%;
/*width:236px; */
/*border: 1px solid #999;*/
height:250px;
float: left;
padding:10px;
}

/* <h3> tags rechter Bereich */
#Rcolumn h3{
color: #000066;
background: #CCCCCC;
margin: 0 20px;
padding: 3px 0 3px 10px;
font: bold 1.1em arial, sans-serif;
text-align: center;
}

/* <li> tags rechter Bereich */
#Rcolumn li{
margin: 0 20px;
padding: 0 10px;
background: #d4e7ee;
font: bold 1em arial, sans-serif;
list-style-image: url('../img/bullet.gif');
}

/* imgs links */
.imgleft{
float: left;
margin-right: 10px;
}

/* Footer und unser Copyright text */
#footer{
clear: both;
color: #000;
text-align: center;
background: #eee;
border-top: 1px solid #999;
font: 10px/25px verdana, sans-serif;
}

/* nachträglich zugefügtes meines eigenen CMS für den gästebuchteil
Christian Nowak */
  
  div#admin_func {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    border:1px solid gray; 
    width:400px;
  }
  
  div#admin_func a {
  background-color: #d4e7ee;
  color: blue;
  }
  
  div#inhalt{
    width:400px;
    min-height:35px; 
    border:1px solid gray; 
    margin: 0 auto; 
    background-color:#d4e7ee; 
    overflow:auto;
  }

  div#ersteller_info{
    width:400px;
    min-height:35px; 
    border:1px solid gray; 
    margin: 0 auto; 
    background-color:#d4e7ee; 
    overflow:auto;
  }
  
  div#topic{
    width:400px;
    min-height:35px; 
    border:3px solid gray; 
    margin: 0 auto; 
    background-color:#d4e7ee; 
    overflow:auto;
  }  
  
  div#antwort {
    width:400px; 
    max-width:400px; 
    border:1px solid gray; 
    margin: 0 auto; 
    min-height:40px; 
    background-color:#d4e7ee;
  }
  
  div#eintrag {
    width:400px; 
    max-width:400px; 
    border:1px solid gray; 
    margin: 0 auto; 
    min-height:40px; 
    background-color:#d4e7ee;
  }
