/*--------------------------------------------------*/
/* CSS-Datei f&uuml;r http://www.lampenmaxe.de           */
/* © 2006/2007 by DFR Systems                       */
/* Dirk Frieborg                                    */
/* dfr@lampenmaxe.de                                */
/*--------------------------------------------------*/

/*
/*---| Globales |---*/

body {
  background-image: url(images/backgrnd.jpg);
  background-attachment:fixed;
  color: black;
  background-color: white;
  max-width:1000px;
}

/*---| Navigation |---*/

.navi {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  text-align: center;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width:1000px;
  color: inherit;
  background-color: #E1E1E1;
  margin: 0px;
  padding: 5px 10px 10px 5px;
  border-color: #999;
  border-top-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
  border-width: 1px;
}

/* für IE 6 gegen hor. Scrollbar */
* html .navi {
  w\idth: 98%;
}


body>.navi { position: fixed;}

.navi ul {
  margin: 0px;
  padding: 0px;
}

.navi li {
  list-style: none;
  display: inline;
  white-space:nowrap;
}


/*---| Hover für Titelgrafik |---*/

#eingang span a{
  display: block;
  width: 600px;
  height: 151px;
  background-image: url(images/logo_lampenmaxe.gif);
  }

#eingang span a:hover{
  background-image: url(images/logo_lampenmaxe2.gif);
  }

/*---| Rahmen  |---*/
#rahmen {
  max-width: 1000px;
}


  /*---| Inhalt  |---*/

#inhalt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  text-align: justify;
  margin-top: 8ex;
  }

#inhalt table {
  border: 1px inset #666666;
  border-spacing: 3px;
}

#inhalt th, td {
  border: 1px inset #999999;
  border-spacing: 3px;
  padding: 5px;
  text-align: left;
}

#inhalt h1, h2, h3, h4, h5, h6 {
  font-family:'Times New Roman',Times,serif;
  font-style: italic;
  font-weight: bold;
  text-align: left;
}

#inhalt h1 {
  font-size: 200%;
}

#inhalt h2 {
  font-size: 180%;
}

#inhalt h3 {
  font-size: 160%;
}

#inhalt h4 {
  font-size: 140%;
}

#inhalt h5 {
  font-size: 120%;
}

#inhalt h6 {
  font-size: 110%;
}

#inhalt ol li {
  margin-left: 3%;
}

#inhalt ul li {
  margin-left: 2%;
}

#inhalt blockquote {
  font-style: italic;
}

#inhalt img {
  border: none;
}


a:link {}

a:visited {}

a:hover {
  color: white;
  background-color: blue;
}

a:active {
  color: red;
  background-color: inherit;
}

a:focus {
  color: white;
  background-color: blue;
}

.aktiv {                                /* Pseudoklasse f&uuml;r Navigationsleiste */
  color: #FF0000;
  background-color: inherit;
}


/*---| Bildergalerien |---*/

.gal {
  float: left;
  width: 350px;
  height: 420px;
  margin: 10px 20px 10px 0px;
  padding: 10px 5px 5px 5px;
  font-size: 100%;
}

.gal img {
  text-align: center;
  border: 0;
}

.gal dd {
  margin: 0px 5px 0px 5px;
  width: auto;
  font-size: 80%;
  font-weight: bold;
  text-align: left;
}

.galr {
  float: right;
  width: 350px;
  height: 450px;
  margin: 10px 0px 10px 20px;
  padding: 10px 5px 5px 5px;
  font-size: 100%;
}

.galr img {
  text-align: center;
  border: 0;
}

.galr dd {
  margin: 0px 5px 0px 5px;
  width: auto;
  font-size: 80%;
  font-weight: bold;
  text-align: left;
}

.bl300 {
  width: 300px;
  height: 120px;
  display: inline;
  float: left;
  margin: 10px;
  border-width: 4px;
  border-color: #CCCCCC;
  border-style: double;
  padding: 5px;
  text-align: left;
  overflow: auto;
}

.bl300 img {
  border: 0;
  float: left;
  margin: 0px 20px 0px 0px;
}

.auswahl {
  width: 280px;
  height: 190px;
  display: inline;
  float: left;
  margin: 10px;
  border-width: 4px;
  border-color: #CCCCCC;
  border-style: double;
  padding: 5px;
  text-align: left;
  overflow: auto;
}

.auswahl img {
  border: 0;
  float: left;
  margin: 0px 10px 0px 0px;
}

.auswahlk {
	width: 270px;
	height: 190px;
	display: inline;
	float: left;
	margin: 10px;
	border-width: 4px;
	border-color: #CCCCCC;
	border-style: double;
	padding: 5px;
	text-align: left;
	overflow: auto;
}

.auswahlk img {
  border: 0;
  float: left;
  margin: 0px 10px 0px 0px;
}


/*--- Klassen ---*/

.normal {
  font-size: 100%;
  color: black;
  background-color: inherit;
}

.kleiner {
  font-size: 80%;
  color: black;
  background-color: inherit;
}

.klein {
  font-size: 70%;
  color: black;
  background-color: inherit;
}


.rechts {
  text-align: right;
}

.zentrieren {
text-align: center;
}

.hoch {
  font-size: 70%;
  vertical-align: super;
}

.bildtitel {
  font-size: 80%;
  font-weight: bold;
  color: black;
  background-color: inherit;
}

.bildlinks {
  float: left;
  margin: 0px 20px 0px 0px;
}

.bildrechts {
  float: right;
  margin: 0px 0px 0px 20px;
}


/*--| Gästebuch |--*/

form {
padding: 5px;
}
hr {
border: 1px solid #c0c0c0;
}
form br {
clear: left;
}
label {
display: block;
float: left;
width: 150px;
text-align: left;
padding: 5px 0;
}
textarea, input {
border: 1px outset #666;
padding: 3px;
background: #ededed;
color: inherit;
}
input {
margin-right: 5px;
}
.formbutton, .button {
cursor: pointer;
color: inherit;
background-color: #CCC;
}

div.gb {
margin: 2% 0%;
}
div.gb-author {
padding: 5px 10px;
border-bottom: 1px solid #707070;
border-left: 1px solid #707070;
background: #d0d0d0;
color: inherit;
clear: left;
}
p.gb-author-left {
margin: 0;
float: left;
}
p.gb-author-right {
font-size: 80%;
margin: 0;
text-align: right;
}
div.gb-entry {
color: black;
background-color: inherit;
margin: 10px;
padding: 5px 10px 10px 5px;
border-bottom: 1px solid #999;
border-left: 1px solid #999;
border-right: 1px solid #BBB;
}
p.gb-browse {
text-align: left;
}
p.gb-admin-buttons {
margin: 5px 0 0 0;
text-align: right;
}
.caution {
color: red;
font-weight: bold;
background: inherit;
}

.captcha {
vertical-align:middle;
padding: 4px;
color: inherit;
background-color: white;
width: 150px;
height: 40px;
}

.comment {
  font-style: oblique;
  color: black;
  background-color: #F5F5F5;
  margin: 20px auto auto auto;
  padding: 5px 10px 10px 5px;
  border-left: 1px solid #999;
  border-top: 1px solid #BBB;
}
