body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: #c5c0bc url(img/25h-hamburg_bg.jpg) repeat top left;
}
body#editmode {
	background-image: none;
	background-color: #fff;
}
* {
	margin: 0;
	padding: 0;
}
.c, .breaker {
	clear: both;
}


#wrapper {
	width: 842px;
	margin: 0 auto;
}

#preheader {
	padding-top:10px;
	height: 35px;
	text-align:center;
}
#slide-show {
	height: 345px;
}
#slide-images{
    	position:relative;
    	display:block;
    	margin:0px;
    	padding:0px;
    	width:842px;
    	height:345px;
    	overflow:hidden;
}

#slide-images li{
    	position:absolute;
    	display:block;
    	list-style-type:none;
    	margin:0px;
    	padding:0px;
    	background-color:#FFFFFF;
}

#slide-images li img{
    	display:block;
    	background-color:#FFFFFF;
}
#header {

}

#navi {
	width: 842px;
	height: 88px;
	background: url(img/25h-hamburg2-logo-navibg.jpg) top left no-repeat;
	font-size: 0.9em;
	text-transform: uppercase;
	position: relative;
}

#content {
	width: 766px;

	background: #fff url(../img_teaser/logoline.png) no-repeat;
	margin: 0 auto;
	padding: 50px 40px 0 36px;
}

#content_left {
	width: 546px;

	float: left;
	margin-right: 20px;
}
.blog {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #b1bec6;
	border-bottom: 1px solid #b1bec6;
}
h1 {
	font-family: Verdana;
	font-size: 20px;
	font-weight: lighter;
	color: #5d524a;
}
h2 {
	font-size: 11px;
	text-transform: uppercase;
	color: #aeabab;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #5d524a;
	margin-bottom: 5px;
}
p {
	font-weight: lighter;
	line-height: 20px;
	color: #404040;
}
.blogtext {
	font-size: 10px;
	font-weight: lighter;
	color: #404040;
	padding-bottom: 10px;
}
#content_left a {
	font-weight: bold;
	text-decoration: none;
	color: #5d524a;
	
}
#content_left a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
}

#content_left ul li {
	list-style: none;	
}
#content_left ul li a {
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	color: #5d524a;
	border: none;
}
#content_left ul li a:hover {
	color: #000;
	border: none;
}
.bold {
	font-weight: bold; 
}

#content_right {
	width: 196px;
	height: auto;
	float: right;
}
.contentright_img {
	border: 1px solid #404040;
	padding: 3px;
	margin-bottom: 10px;
}

#footer {
	font-size: 0.85em;
	color: #666666;
	background-color: #fff;
	text-align: left;
	border-top: 1px solid #b1bec6;
	height:30px;
	padding-top:10px;
	margin-top:10px;
}
#footer a {
	margin-left:8px; 
        margin-right:8px;
}
#footer a img {
	margin-bottom:-5px; 
	margin-left:-10px; 
}
#footer a:link {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}

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

#footer a:hover {
	text-decoration: none;
	color: #639ac9;
	background-color: transparent;
}

/* @group navigation */
#language ul {
	margin-left: 2.75em;
	position: absolute;
	bottom: 0;
	left:0;
	width: 30%;
}
#language li {
	float: left;
	list-style-type: none;
	padding: 0.75em;
	line-height: 2.5em;
}

#language a:link, #language a:visited, #language a:active {
	display: block;
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
#language a:hover, #language li.current a {
	text-decoration: none;
	color: #fff !important;
	background-color: transparent;
}
#language li.current a {
/*	font-weight: bold; */
}

/* @end */

#newsletter_popup {
	display:none;
}

.close_nl {
	display:block;
	width:17px;
	height:17px;
	background:url(/preview/img/infoclose.gif);
	overflow:hidden;
	text-indent:-5000px;
float:right;
}
#newsletter_popup label {
	width: 120px !important;
	font-size: 90%;
	line-height: 120%;
}
#newsletter_popup label, #newsletter_popup input, #newsletter_popup select {
	float:left !important;
	margin:0 5px 5px 0 !important;
	padding:2px !important;
}
.gmap div {
	padding-top:10px;
}
.gmap div iframe {
	padding-bottom:10px;
}

.levisrot {
	color: #98133c;
}
.levisblau {
	color: #004177;
}

.goldman {
	color: #82211b;
}

.berlin {
	color: #1248b4;
}

.hamburg {
	color: #e4007b;
}
.budapest {
	color: #bb1f27;
}
.hamburg2 {
	color: #817a72;
}


/* WETTERVORHERSAGE */

table.weatherforecast {
	border-top: 1px solid #ccc;
	width: 100%;
	font-size: 85%;
	margin-bottom: 20px;
}
table.weatherforecast td {
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
	text-align: left;
}
table.weatherforecast td.day {
	width: 50px;
}
table.weatherforecast td.icon {
	width: 25px;
}


