/*
Ein Tag in Potsdam style definitions
Version 1.0 beta 0 - 2007.06.07
Copyright (c) 2007 Matthias Grosser
*/

/* base styles */

body, td, li, ul, ol, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}


body {
	margin: 0;
	padding: 0;
	text-align: center;  /* IE hack */
	background: rgb(228,228,228);
	color: rgb(125,8,8);
}

a:visited, a:link, a:hover, a:active {	color: rgb(219,39,23); text-decoration: none; }
a:hover { text-decoration: underline; }


h1, h2, h3 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}


/* layout styles */

#main {
	position: relative;
	width: 940px;
	margin: 10px auto 0px auto;
	padding: 0;
	text-align: left;
	background: white;
}

#head {
	width: 940px;
	height: 171px;
	margin: 0px;
	padding: 0px;
	background: white;
}

#head .rbx {
	position: relative;
	left: 0px;
	top: 0px;
	width: 940px;
	height: 171px;
	background: url(head.png) 7px 7px no-repeat;
	margin: 0;
	padding: 0;
}

a#home {
	display: block;
	position: absolute;
	left: 7px;
	top: 140px;
	width: 130px;
	height: 28px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background: rgb(255,198,0);
}

a#home span {
	position: absolute;
	left: 12px;
	top: 6px;
	cursor: pointer;
}

#nav {
	position: absolute;
	left: 140px;
	top: 140px;
	width: 587px;
	height: 28px;
	background: rgb(219,39,23);
}


#nav a {
	display: block;
	position: absolute;
	top: 0px;
	height: 28px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#nav a.selected, #nav a:hover {
	 background: rgb(175,26,26);
}

#nav a span {
	position: absolute;
	left: 16px;
	top: 6px;
	cursor: pointer;
}

a#eintaginpotsdam {
	left: 0px;
	width: 150px;
}

a#initiatoren {
	left: 150px;
	width: 96px;
}

a#foerderer {
	left: 246px;
	width: 80px;
}

a#wettbewerb {
	left: 326px;
	width: 115px;
}

a#kontakt {
	left: 441px;
	width: 78px; 
}

#yellowbox {
	position: absolute;
	left: 730px;
	top: 140px;
	width: 203px;
	height: 31px;
	background: rgb(255,198,0);
}

#vbox {
	width: 926px;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	background: url(vbox-back.png) repeat-y;
}


#subnav {
	width: 133px;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	background: white;
}

#subnav-empty {
	width: 133px;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	background: transparent;
	display: block;
	visibility: visible;
}

#subnav ul {
	width: 133px;
	margin: 0px;
	padding: 0px;
}

#subnav li {
	width: 130px;
	/* height: 28px; */
	margin: 0px 0px 3px 0px;
	padding: 0px;
	color: white;
	background: rgb(255,198,0);
}

#subnav li.selected {
	background: url(sni-selected.png) repeat-y;
}

#subnav li div {
	padding: 6px 0px 6px 10px;
	top: 6px;
}

#subnav a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}


/* special sub categories */

#subnav-home-aktuelles a {
	color: rgb(219,39,23);
}


#hbpg-logo {
	position: absolute;
	width: 130px;
	height: 198px;
	background: url(hbpg-logo.png) no-repeat;
	left: 7px;
	bottom: 7px;
}
#hbpg-logo a#oss {		display:	block;	position:	absolute;	width:		130px;	height:		64px;	left:		0px;	top:		0px;	}#hbpg-logo a#hbpg {	display:	block;	position:	absolute;	width:		130px;	height:		64px;	top:		68px;	left:		0px;}
#hbpg-logo a#spsg {
	display:	block;	position:	absolute;	width:		130px;	height:		63px;	top:		135px;	left:		0px;}
#sitemap ul {
	list-style: none;
	margin-left: 0px;
}

#sitemap ul ul {
	margin-left: 20px;
}

#container {
	width: 700px;
	float: left;
	margin: 0px;
}

#content {
	width: 560px;
	margin: 40px 0px 40px 55px;
	padding: 0;
	overflow: hidden;
}


#content a img {
	border: none;
}

#content .left {margin-right: 20px; margin-top: 5px; margin-bottom: 3px;}
#content .right {margin-left: 20px; margin-top: 5px; margin-bottom: 3px;}

#expander {
	width: 1px;
	height: 450px;
	float: left;
	margin: 0px;
}

#footer {
	height: 7px;
	clear: both;
	background: white;
	line-height: 1px;
	font-size: 1px;
}

#bottom-links {
	position: absolute;
	width: 200px;
	height: 15px;
	right: 20px;
	bottom: 14px;
	font-size: 11px;
	text-align: right;
}

#bottom-links a {
	text-decoration: none;
}


/* image gallery styles */

#gallery-nav {
    width: 415px;
    height: 30px;
	background: url(gallery-nav-back.jpg);
}

#gallery-nav-box {
    position: relative;
    width: 415px;
    height: 30px;
}

#gallery-nav a#gallery-browse-l {
    display: block;
    position: absolute;
    left: 11px;
    top: 13px;
    width: 12px;
    height: 12px;
    background: url(gallery-browse-l.png);
}

#gallery-nav a#gallery-browse-r {
    display: block;
    position: absolute;
    left: 104px;
    top: 13px;
    width: 12px;
    height: 12px;
    background: url(gallery-browse-r.png);
}

#gallery-nav a span { display: none; }

#gallery-nav form {
    position: absolute;
    left: 26px;
    top: 10px;
}

#gallery-nav #gallery-page-select {
    width: 75px;
}

#gallery-nav #gallery-nav-info {
    position: absolute;
    left: 126px;
    top: 13px;
}

#gallery {
    /* clear: left; */
	background: #FFDC81;
	border: 5px solid #FFDC81;
}

.gallery-image {
	width: 107px;
	height: 80px;
	text-align: center;
	background: white;
	overflow: hidden;
	border: 3px solid white;
}

#gallery a img {
	border: none;
}