body
{
font-family: Arial;
color:#333333;
font-size:0.75em;
line-height: 150%;
margin: 0em 0em 0.5em 0em;
background-image:url(background.jpg);

}

h1 {
font-size:150%;
padding:3px 0px 5px 0px; 
margin:0px 0px 5px 0px; 
}

h2 {
font-size:125%;
padding:0px; 
margin:0px;
}

h3 {
font-size:125%;
padding:3px 0px 3px 0px; 
margin:3px 0px 3px 0px; 
color:#555;	
}

a 			{ color: #990000;  text-decoration:none; 	font-weight:bold; }
a:visited		{ color: #990000;  text-decoration:none; 	font-weight:bold; }
a:active		{ color: #990000;  text-decoration:none; 	font-weight:bold; }
a:hover 		{ color: #990000;  text-decoration:underline; 	font-weight:bold; }

a.white 		{ color: #000;  text-decoration:none; font-weight:normal;}
a.white:visited		{ color: #000;  text-decoration:none;}
a.white:active		{ color: #000;  text-decoration:none;}
a.white:hover 		{ color: #000;  text-decoration:underline; }

#seite {
margin: 0em auto;
width: 82em;
border: 0px solid #000;
}

#header {
height: 8.8em;
color: #000;
margin-bottom: 0em;
/*background-image:url(header-background-2.jpg);*/
background-image:url(header-logo-cranz-blau-lang.jpg);
background-repeat: no-repeat; 
background-position: 3px 5px; 
/*<img style="padding:2em 0em 0em 0em;" src="configs/header-logo-cranz-1.jpg" alt="Appartementhaus Hamburg Cranz" />*/
		
}

#slider {
padding: 0.5em 0em 0.5em 0em;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}

#noslider {
padding: 0.5em 0em 0em 0em;
border-top: 1px solid #999;

}

#headerinhalt {
margin: 0em;
}

#content{
margin: 0 auto;
border: 0px solid #990000;
margin-bottom: 0.5em;
padding-bottom: 1em;
}

#inhalt {
float: left;
width: 56em;
display: inline;
padding:1em 0em 0em 1em;
}

#rechts {
margin-top:0em;
float: left;
width: 23.5em;
display: inline;
padding:0em 0em 0em 1em;
border: 0px solid #ddd;

}
#footer {
height:10em;
}

#footerinhalt {
text-align:center;
font-size:90%;
}


.linkbox {
border:1px solid #ebebeb;
margin:0em 1em 2em 0em;
line-height:130%; 
color:#555;
font-weight:normal;
}

.linkbox:hover {
border:1px solid #167db7;
}

table.hover:hover th, 
table.hover:hover td, 
table.hover.odd:hover th, 
table.hover.odd:hover td {
background: #f4f4f4;
}

tr.hover:hover th, 
tr.hover:hover td, 
tr.hover.odd:hover th, 
tr.hover.odd:hover td {
background: #f4f4f4;
}

.thumbNormal {
border:2px solid #ebebeb;
padding:0.5em; 
cursor: pointer;
}
.thumbSelected {
border:2px solid #167db7;
padding:0.5em; 

}