/*Alle Abstaende auf Null setzen*/
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
margin: 0px;
padding: 0px;
font-family: arial, helvetica, verdana,  sans-serif;
}

/*Allgemein gueltige Angaben*/
body {
	font-size:100.01%;
	background-color: #F9EDC5;
	margin-bottom: 300px;
}

/*Ueberschriften*/
h1 {
font-size:1.4em;
margin-bottom:16px;
margin-top: 0px;
font-weight: bold;
color: #8B0000;
}

h2 {
font-size:1.2em;
margin-bottom: 12px;
margin-top: 0px;
font-weight: bold;
color: #8B4513;
}

h3 {
font-size:1em;
margin-bottom: 8px;
margin-top: 0px;
color: #2F4F4F;
}

/*Absaetze*/
p {
margin: 0px 0px 16px 0px;
}

p.bold {
margin:0px 0px 16px 0px;
font-weight: bold;
color: Red;
}

p.copyright {
padding: 20px 0px 0px 0px;
text-align: center;
font-size:0.8em;
}

/*Bilder*/
img	{ 
border: 0px;
}

img.border{
margin: 20px;
}

/*Tabellen*/
table{
	margin: 0px 0px 16px 0px;
	border-collapse: collapse;
	width: 100%;
}

tr{
vertical-align: top;
}

tr.titel{
color: #F9EDC5;
font-weight: bold;
background-color:#8B0000;
}

tr.hell{
background-color:#b6b6b6;
}

tr.dunkel{
background-color:#7f7f7f;
}

td{
padding:0px 5px 0px 5px;
}

td.line-through{
text-decoration: line-through;
}

td.number{
width:10%;
}

td.navigation{
width:20%;
}

td.weit{
width:200px;
}

td.bottom{
vertical-align:bottom;
}

/*Links*/
a:link {
color: #000000;
}

a:visited {
color: #000000;
}

a:hover {
color: #8B0000;
}

a:active {
color: red;
}

a.menu:link {
	color: black;
	text-decoration: none;
	display: block;
	width: 165px;
	border: 1px;
	border-bottom-style: dotted;
	border-color: #8B0000;
	padding-left: 10px;
}

a.menu:visited {
	color: black;
	text-decoration: none;
	display: block;
	width: 165px;
	border: 1px;
	border-bottom-style: dotted;
	border-color: #8B0000;
	padding-left: 10px;
}

a.menu:hover {
color:#8B0000;
text-decoration: none;
border-color: #8B0000;
	}

a.menu:active {
text-decoration: none;
color: red;
	}

A.top:link {
color : #000000;
text-decoration: none;
margin-bottom: 20px;
float:right;
}

A.top:visited {
color : #000000;
text-decoration: none;
margin-bottom: 20px;
float:right;
}

a.pdf {background-image:url(../images/icon/pdficon_small.gif); background-repeat:no-repeat; padding-left: 20px; font-weight:bold;
}

.menuheader{
	background-color: #8B0000;
	text-align: center;
	color: #F9EDC5;
	width: 175px;
	font-weight: bold;
}

/*Anordnung der Bereiche*/
#header {
	height: 125px;
	background-color: #F2DBA9;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-image : url("../pictures/design/dentisttravel.jpg");
	background-repeat : no-repeat;
}

#tempinfo{ background-color:#FFFF00; border:medium dotted #FF0000; margin: 25px 5% 50px 250px;
padding: 10px 0px 10px 50px;
}

#left {
	position: absolute;
	top: 155px;
	left: 20px;
}

#menu li{
margin-left:0px;
list-style-type: none;
}

#content {
margin: 25px 5% 25px 200px;
padding: 0px 0px 0px 5%;
/*border-left: 1px #000000 dashed;*/
text-align: justify;
}

#content li{ text-align: left; }

#footer {
margin: 25px 5% 25px 5%;
}

#fixed {
position:fixed;
bottom: 10px;
left: 10px;
}

.lnk{
font-size: 16px;
font-weight: bold;
margin-left : 20px;
}

.title{
padding-top: 30px;
	margin-left: 58%;
	color: ##8B0000;
	font-size: 35px;
	font-weight: bold;
}

.titledescription{
	margin-left: 58%;
	color: ##8B0000;
	font-size: 12px;
	font-weight: bold;
}

/*Listen*/
ol {
margin: 0px 0px 16px 0px;
}

li{
margin-left:15px;
}

.list li{
list-style-type: none;
margin-left:15px;
}

/*Anfahrt*/
  #anfahrt a {
    background: url(../anreise/plannah.jpg) no-repeat;
    display:block; width:510px; /* Linkbereich begrenzen */
  }
  #anfahrt img {
    display:block; width:510px; height:374px; border:0;
  }
  #anfahrt a:hover img {
    visibility: hidden;
  }
  #anfahrt a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #anfahrt a {
    margin-right:1px;
  }
  * html #anfahrt a:hover {
    width:510px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
/*Gästebuch*/
div.gb              {
	margin: 0px 10px 20px 0px;
	padding: 0px;
	border: 1px solid black;
	line-height: 19px;
	background : #D3D3D3;
	margin-top : 50;
}
div.gb-author       {
	margin: 0px;
	padding: 1px 10px 1px 10px;
	border-bottom: 1px solid black;
	background : Gray;
}
p.gb-author-left    { margin: 0px; float: left; }
p.gb-author-right   {
	margin: 0px;
	text-align: right;
}
div.gb-entry        { margin: 10px; padding: 0px; }
p.gb-browse         {
	font-weight: bold;
	margin : 10;
}
p.gb-admin-buttons  {
	margin: 5px 0px 0px 0px;
	text-align: right;
}
.caution            { color: red; font-weight: bold; }
.small              {
	font-size: 11px;
	line-height:16px;
	margin : 10px;
	
}
.comment            {
	margin: 10px 0px 0px 0px;
	color: Red;
	font-style: italic;
}
img { border: 0px; 
}

img.image{ margin-top: 10px;
margin-right:10px;
padding:4px;
border:thin solid #ccc;
}
a.gbtext{
color:#000000;
text-decoration:underline;
}

/*Galerie*/
table.galerie{ 
width:110%;
text-align:center;
}

table.galerie a{
text-decoration:none;
} 

td.galerie_image{
vertical-align:bottom;
padding-top:10px;
padding-bottom:10px;
width:150px;
}

img.image{
background: #fff url(../pictures/loading.gif) no-repeat center;
}

