body
{
 font-family:Verdana;
 background-color:#ffefde;
 color:#000;

 font-size:80%;
}
h1 {
 margin-top:0px;
 font-size:1.3em;
color:#634142;
}
h2 {
margin-bottom:3px;
 font-size:1.1em;
 color:#634142;
}
h3 {
margin-bottom:3px;
 font-size:1.0em;
 color:#634142;
}
p {
margin-top:0px;
}
td,th {vertical-align:top;}
.bild {border:1px solid #ff0;}
img {border-width:0px;}
.galerieimg{
float:left;
margin:0px 15px 5px 0px;
}


/* ===== 770 Pixel breiter div-Container ,der alles enthält ===== */
#center{
 font-size:1em;
}

/* ===== Kopfzeile mit Brotkrümmel und Logo ===== */
#header{
 margin-top:0px;
 border-bottom:1px solid #aaa;
}

/* ===== Obere Navigation ===== */
#navitop{
 text-align:right;
 margin-top:5px;
 font-weight:normal;
}

/* ===== Brotkruemmel ===== */
#brkr{
display:none;
}
#allin {
 border:3px solid #f00;
 background-color:#efefef;
}
/* ===== div-Container rechts neben dem Menü, der den Inhalt enthält ===== */
#content{
float:none;
width:100%;

}
#menu {
display:none;
}
#min-height {
width:1px;
height:20px;
border-width:0px;
}
/* ===== Fusszeile mit Copyright und Links zum Validieren und Administrieren ===== */
#footer
{
clear:both;
margin:0px;
padding:3px;
width:762px;
border-top:1px solid #aaa;
text-align:center;
font-size:0.8em;
}
#flags {
position:absolute;
width:770px;
height:100px;
left:50%;
top:50%;
margin-left:-385px;
margin-top:-50px;
}
.zoom {display:none;}
/* ===== Standard Hyperlinks ===== */
a:link, a:visited, a:active, a:hover{ 
 text-decoration:underline;
 font-weight:normal;
 color:#3165ff;
}

a:active, a:hover{ 
 color:#f00;
}

/* ===== Links der oberen Navigation ===== */
a.navileft, a.navileft:link, a.navileft:visited, a.navileft:active, a.navileft:hover{ 
display:block;
/*background:url(images/button_1.gif) no-repeat center center;*/
background-color:#0061ff;
width:100px;
border:1px solid #ff0;
font-weight:normal;
color:#ff0;
vertical-align:middle;
text-align:center;
padding:2px 3px 3px 5px;
margin:5px 0px;
text-decoration:none;
}
a.navileft:active, a.navileft:hover{ 
 color:#ff0;
 background-color:#84aeff;
 text-decoration:none;
}

/* ===== Links der Navigation im Footer ===== */
a.navibottom:link, a.navibottom:visited, a.navibottom:active, a.navibottom:hover{ 
font-size:0.9em;
}

/* ===== Links zum Bilder zoomen ===== */
a.zoom:link, a.zoom:visited, a.zoom:active, a.zoom:hover{ 
font-size:0.9em;
}
/* ===== Links der linken Navigation ===== */
a.navi, a.navi:link, a.navi:visited, a.navi:active, a.navi:hover{ 
display:block;
padding:3px 2px;
width:143px;
}
/* ===== Einstiegsseite ===== */
a.flags, a.flags:link, a.flags:visited, a.flags:active, a.flags:hover{ 
 text-decoration:none;
}
/* ===== Hyperlinks der Brotkruemmel ===== */
a.brotkr:link, a.brotkr:visited, a.brotkr:hover, a.brotkr:active{ 
 font-size:1em;
  font-weight:bold;
}

/* ===== DIV-Container für Hyperlinks nächste Seite ===== */
div.next
{
float:right;
width:200px;
}

/* ===== DIV-Container für Hyperlinks vorherige Seite ===== */
div.prev
{
float:left;
width:200px;
}

/* ===== Hyperlinks nach oben ===== */
div.up {
display:none;
}

a.up:link, a.up:visited, a.up:hover, a.up:active
{ 
 text-decoration:none;
 font-weight:bold;
 font-size:0.8em;
}

/* ===== Formulare ===== */
/* ===== Einzeiliges Texteingabefeld ===== */
.forminput{
width:200px;
border:1px solid #aaa;
background-color:#fff;
}

/* ===== Einzeiliges Texteingabefeld zur Anzeige von onmouseover-Texten ===== */
.helpinput{
width:500px;
border:1px solid #fff;
background-color:#efefef;
border:1px solid #aaa;
}

/* ===== Button zum Einfügen von HTML-Code in Texteingabefeldern ===== */
.codebutton{
width:60px;
font-weight:bold;
}

/* Einzeiliges Texteingabefeld */
.formtextarea{
border:1px solid #aaa;
background-color:#fff;
}

/* ===== div-Container für den linken Text ===== */
.formleft{
 float:left;
 width:100px;
}

/* ===== div-Container für die rechten Formularfelder ===== */
.formright{
 float:right;
 width:500px;
}

/* ===== Links auf der Adminseite ===== */
.adminlinks{
  border-top:1px dashed #aaa;
  border-bottom:1px dashed #aaa;
  padding:5px 0px;
  background-color:#efebe7;
}

/* ===== Horizontale Linie ===== */
hr{
 border:1px solid #f00;
 background-color:#f00;
 height:1px;
 margin:10px 0px;
}

