/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #FFFFFF url(css1/bg.jpg) top center no-repeat;
}
  
#wrap {
background: #ffffff;
color: #303030;
margin: 235px auto 20px auto;
width: 740px;

}

#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 45px;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 200px;
margin: 10px 0 0 0;
padding: 0;
font-size: 1.1em;
}

#avmenu ul {	
list-style: none;
width: 170px;
margin: 0 0 0 0;
padding: 0;

}	

#avmenu li {
margin-bottom: 6px;
line-height: 0;
}

#avmenu li ul{
margin-top: 6px;
margin-left: 10px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #5f5f5f;
display: block;
padding: 6px 0 0 5px;
background: #dfdfdf;
border-left: 4px solid #5f5f5f;
line-height: 1.0em;
}	
	
#avmenu li a:hover {
background: #afafaf;
color: #000000;
border-left: 4px solid #000000;
margin-left: 30px;
width:150px;
}

#avmenu .navbild {
float:left;
width: 30px;
height: 30px;
margin-left: -1500px;
}

#avmenu li a:hover .navbild {
margin-left: -40px;
margin-top: -10px;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 150px;
color: #5f5f5f;
background-color: #dfdfdf;
line-height: 1.3em;
font-size: 0.8em;
}

#extras {
float:right;
margin: 0 10px 0 10px;
width:110px;
}

#extras p {
margin: 0 0 1.5em 0;
}

.links{
margin: 10px 0 10px 0;
padding: 10px 0 2px 10px;
font-size: 0.8em;
line-height: 1.5em;
background-color:#dfdfdf;
width: 100px;
}

.counter {
text-align: right;
margin: 10px 0 5px 0;
padding: 5px 5px 1px 5px;
font-size: 0.8em;
line-height: 1.5em;
background-color:#dfdfdf;
width: 100px;
}

.oeffnungszeiten {
text-align: center;
margin: 10px 0 5px 0;
padding: 5px 5px 1px 5px;
font-size: 0.8em;
line-height: 1.5em;
background-color:#dfdfdf;
width: 100px;
}

.oeffnungszeiten h1 {
font-size: 1.1em;
line-height:1.5em;
font-weight:bold;
}


#content {
width: 400px;
float: right;
margin: 0 4px 0 0;
/* border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0; */
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
display:inline;
background: #cccccc;
}

h1 {
font-size:1.7em;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

.iframe {
	width:100%;
	height:40em;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 0 0;
border-top: 4px solid #f0f0f0;
width: 740px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

div.rexfancy-images img
{
    border:1px solid #EFEFEA;
    background-color:#F5F5F1;
    padding:5px;
    -moz-border-radius:3px;
    margin-right:5px;
    float:left;
}

div.clear-rexfancy
{
    float:none;
    clear:both;
}

/*
Gästebuch
*/

/*
 Guestbook Addon
 @author staab[at]public-4u[dot]de Markus Staab
 @author <a href="http://www.public-4u.de">www.public-4u.de</a>
 @package redaxo3
 @version $Id: guestbook.css,v 1.9 2006/10/08 18:53:24 koala_s Exp $
 */


/*
  Formular Styles
*/


/* Formular */
.a63-form {
  width: 400px;
}

/* Eingabefelder */
.a63-form input, .a63-form textarea {
  border: 1px solid black;
  margin: 1px 2px 1px 2px;
  width: 250px;
  background-color: #F6F4EF;
}

.a63-form input:focus, .a63-form textarea:focus {
  background-color: #EEEEEE;
}

/* Text-Eingabefeld*/
.a63-form textarea {
  height: 100px;
}

/* Beschriftungen der Eingabefelder */
.a63-form label {
  width: 100px;
  float: left;
  padding-left: 5px;
}


/* Buttons */
.a63-form .a63-fsubmit {
  width: 100px;
  margin: 0px;
  margin-top: 5px;
  background-color: #D6D3CE;
}

/* Buttons-Layer*/
.a63-form .a63-buttons {
  padding-left: 105px;
}

/* Zusatztext-Layer*/
.a63-form .a63-info {
  text-align: right;
  padding: 0px 5px 5px 0px;
}

/* Fehlermeldungs-Layer*/
.a63-form div.error {
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
}



/*
  Listen Styles
*/


/* Einträge-Layer */
.a63-entries .a63-entry {
  padding-bottom: 10px;
  border-bottom: 1px dotted #859885;
}

.a63-entries p {
  margin: 0px;
  padding: 0px;
}

/* Pagination-Layer */
.a63-entries .a63-pagination {
  text-align: right;
}

/* Pagination-Links */
.a63-entries .a63-pagination a {
  padding-left: 2px;
  padding-right: 2px;
}

/* hervorheben des Aktuelle-Seite-Links */
.a63-pagination_aktuell a {
  font-weight: bold;
  text-decoration:underline;
}


.a63-entries ul li {
  list-style-type: none;
  display: inline;
}

/*
  Allgemeine Formatierungen
*/

/* Beschriftungen */
.a63-entries .a63-label {
  float: left;
  width: 400px;
}

/* Werte */
.a63-entries .a63-value {
  padding-left: 70px;
}

/* Mozilla */
li.a63-pagination {
  list-style-type: none;
}

/* Ausgabe der Dateiversion
  möglichst unauffällig und klein */
.Modulversion {
  font-size: 0.5em;
  color: #aaaaaa;
/*  color: #dddddd; */ /* (fast) unsichtbar*/
}

/*
	Antworten
*/
.a63-reply {
  color:#AD0000;
  background-color: #EEEEEE;
}

/* ***********
  Adminbereich
  ************ */
/* TODO: hier könnten noch Formatierungen für den Adminbereich rein */



