
.press {
float:left;
margin:0px 20px 10px 0px;
padding:0;
}


html {
margin:0;
padding:0;
}

body {
margin:0;
padding:0;
background-color:#000;
}

p {
font-family:Verdana, Arial, sans-serif;
font-size:12px;
color:#fff;
line-height:16px;


}

h1 {
font-family:Verdana, Arial, sans-serif;
font-size:14px;
color:#fff;
}

h1 a {
text-decoration:none;
}

a {
font-family:Verdana, Arial, sans-serif;
color:#fff;
}

a.activ {
color:#507882;
font-weight:bold;
}

a:hover {
color:#507882;
}

/***site langselect***/

#logo_langselect {
width:906px;
height:342px;
margin:50px auto 0px auto;
padding:3px;
border-style:solid;
border-width:1px;
border-color:#222;
}

#links_langselect {
width:906px;
height:40px;
margin:40px auto 0px auto;
padding:0;
}

#links_langselect a {
color:#fff;
text-decoration:none;
}

#links_langselect a:hover {
color:#507882;
text-decoration:underline;
}

/***site home and follows**********/

#langsel {
width:980px;
height:20px;
margin:0px auto 0px auto;
padding:0;
text-align:right;
}

#langsel a.langsel {
font-size:9px;
color:#fff;
text-decoration:none;
margin:0px 35px 0px 0px;
padding:0;
}

#langsel a:hover.langsel {
color:#507882;
}

#main {
width:980px;
margin:5px auto 30px auto;
padding:0;
border-style:solid;
border-width:1px;
border-color:#222;
}

#navtop {
width:960px;
height:27px;
margin:5px 0px 0px 10px;
padding:0;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#222;
}

#navtop ul {
margin:0px 0px 0px 35px;
padding:0;
}

#navtop ul li {
list-style:none;
margin:0;
padding:0;
display:inline;
}

#navtop a {
font-size:12px;
color:#fff;
text-transform: uppercase;
text-decoration:none;
margin:0px 30px 0px 0px;
padding:0;
}

#navtop a:hover {
color:#507882;
text-decoration:underline;
}

#maintcontent {
float:left;
width:780px;
margin:40px 0px 0px 0px;
padding:0px 0px 0px 10px;
}

#maintcontent_berlin {
float:left;
width:690px;
margin:40px 0px 0px 44px;
padding:0px 0px 0px 0px;
}

#maintcontent a {
color:#fff;
text-decoration:underline;
}

#maintcontent a:hover {
color:#507882;
text-decoration:underline;
}

#navright {
float:right;
width:150px;
margin:40px 0px 0px 0px;
padding:0;
}

#rightcontent {
width:130px;
margin:0;
padding:0px 10px 0px 10px;
border-left-style:solid;
border-left-width:1px;
border-left-color:#222;
}

#mainclr {
clear:both;
width:980px;
height:10px;
margin:0;
padding:0;
}

#rightcontent p {
font-size:12px;
}

#rightcontent a {
font-size:12px;
color:#fff;
text-decoration:none;
}

#rightcontent a:hover {
color:#507882;
text-decoration:underline;
}

#rightcontent a.aktivlink {
font-size:13px;
color:#507882;
font-weight:bold;
}


#zw_gmap_code p {
font-family:Verdana, Arial, sans-serif;
font-size:12px;
color:#000;
}

#zw_gmap_code a {
font-family:Verdana, Arial, sans-serif;
color:#507882;
}


/***Lightbox Stylesheet*******************************/
#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	/*cursor:pointer;*/
	z-index:90;
}

#prevLink, #nextLink {
	display:block;
	position:absolute;
	top:0;
	width:33%;
	height:100%;
	background:transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink {
	left:0;
	float:left;
}

#nextLink {
	right:0;
	float:right;
}

#prevLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(../img/prev.gif) no-repeat 0% 15%;
}

#nextLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(../img/next.gif) no-repeat 100% 15%;
}

#playLink,#pauseLink,#saveLink,#closeLink {
	display:block;
	float:right;
	/* Set these two to the actual dimensions of your images! If they differ in size you have to set them seperately!*/
	width:26px;
	height:26px;
	/* End*/
	margin-left:1.0em;
}

#playLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../img/play.gif) no-repeat center;
}

#pauseLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../img/pause.gif) no-repeat center;
}

#saveLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../img/save.gif) no-repeat center;
}

#closeLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../img/close.gif) no-repeat center;
	/*clear:right;
	float:right;*/
}



/* Slimbox-only*/
#sbCenter, #sbBottomContainer {
	position:absolute;
	left:50%;
	overflow:hidden;
	background-color:#fff;
	z-index:100;
}

#sbCenter a, #sbBottomContainer a {
	text-decoration:none;
	border:none;
	outline:none;
}

.sbLoading {
	background:#fff url(../img/loading.gif) no-repeat center;
}

#sbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #fff;
	background-repeat:no-repeat;
}

#sbBottom {
	font-family:tahoma, arial, sans-serif;
	font-size:11px;
	color:#666;
	line-height:1.4em;
	text-align:left;
	padding:0 10px 10px 10px;
}

#sbCaption {
	width:66%;
	font-weight:bold;
	margin-bottom:0.1em;
}

#sbNumber {
	width:66%;
	margin-bottom:0.1em;
}

#sbPresent {
	width:66%;
	margin-bottom:0.1em;
}

#sbPresent a {
	color:#666;
	margin-right:1.0em;
}

#sbPresent a.act {
	font-weight:bold;
	color:#fff;
	background:#777;
	border-right:0.2em solid #777;
	border-bottom:0.1em solid #777;
	border-left:0.4em solid #777;
}



/* Lightbox-only*/
#lbLightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0;
}

#lbLightbox #closeLink {
	margin-bottom:10px;
}

#lbLightbox a {
	text-decoration:none;
	border:none;
	outline:none;
}

#lbLightbox img {
	border:none;
}

#lbOuterImageContainer {
	position:relative;
	background-color:#fff;
	width:250px;
	height:250px;
	margin:0 auto;
}

#lbImageContainer {
	padding:10px;
}

#lbLoading {
	position:absolute;
	z-index:110;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
	background:#fff url(../img/loading.gif) no-repeat center;
}

#lbHoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}

#lbImageContainer>#lbHoverNav {
	left:0;
}

#lbImageDataContainer {
	font-family:tahoma, arial, sans-serif;
	font-size:11px;
	background-color:#fff;
	margin:0 auto;
	line-height:1.4em;
	overflow:auto;
	width:100%;
}

#lbImageData {
	padding:0 10px;
	color:#666;
}

#lbImageDetails {
	width:66%;
	float:left;
	text-align:left;
	padding-bottom:10px;
}

#lbCaption {
	display:block;
	font-weight:bold;
	margin-bottom:0.1em;
}

#lbNumber {
	display:block;
	margin-bottom:0.1em;
}

#lbPresent {
	display:block;
	margin-bottom:0.1em;
}

#lbPresent a {
	color:#666;
	margin-right:1.0em;
}

#lbPresent a.act {
	font-weight:bold;
	color:#fff;
	background:#777;
	border-right:0.2em solid #777;
	border-bottom:0.1em solid #777;
	border-left:0.4em solid #777;
}













