@charset 'utf-8';
@import url(reset.css);

/*********** FULL SCREEN BACKGROUND ***********/
body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
}
#jumppages {
    position: absolute;
    width: 960px;
    height: 644px;
    top: 50%;
    left: 50%;
    margin-top: -322px;
    margin-left: -480px;
}

/*********** GLOBAL FONT SETUP ***********/
body {
	font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    vertical-align: top;
}
a, a:hover, a:visited {
    color: #dba635;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}
h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    color: #dba635;
    text-transform: uppercase;
    margin-bottom: 2px;
}
p {
    margin-bottom: 1.2em;
}

span.dateHeader {
    display: block;
    margin-bottom: 3px;
}

/*#####################################*/
/************* CONTAINERS **************/
/*#####################################*/

#jumppages * {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
#jumppages div {
  position: relative;
  width: 300px;
  float: left;
  margin-right: 18px;
}
#jumppages div.last {
  margin-right: 0;
}
#jumppages a.head {
    display: block;
    width: 300px;
    height: 152px;
    margin-bottom: 6px;
    text-indent: -9999px;
}
#jumppages .sprengelverein a.head {
    background: url(img/jumpLogoSprengelverein.png);
}
#jumppages .sprengelstiftung a.head {
    background: url(img/jumpLogoSprengelstiftung.png);
}
#jumppages .sprengels a.head {
    background: url(img/jumpLogoSprengels.png);
}
#jumppages .box {
    display: block;
    width: 268px;
    height: 450px;
    padding: 17px 16px 12px 16px;

}
#jumppages .box p {
    font-size: 16px;
    margin-bottom: 0;
}
#jumppages .box .citationSubline {
    clear: both;
    margin-top: 4px;
}
#jumppages .box a {
    position: absolute;
    display: block;
    bottom: 0px;
    right: 16px;
}
#jumppages .sprengelverein .box {
    background: #da3120;
}
#jumppages .sprengelstiftung .box {
    background: #a59e91;
}
#jumppages .sprengels .box {
    background: #ff9b3b;
}


/*####################################*/
/*********** MISCELLANEOUS ************/
/*####################################*/

/*- weiter- und zurück-Links -*/
a.more, a.back {
    display: block;
    clear: left;
    padding-left: 17px;
    background: url(img/iconMore.png) no-repeat left center;
    color: #dba635;
    white-space: nowrap;
}
a.back {
    background: url(img/iconBack.png) no-repeat left center;
}
a.more.fr {
    padding-right: 17px;
    background: url(img/iconMore.png) no-repeat right center;
}

/*- avoiding the horizontal scroll-shift by always displaying the vert-scroll -*/
html {
    min-height: 101%;
}

/*- text shadow -*/
.shadow {
    text-shadow: 2px 2px 2px #b7b7b7;
}

/*- FAKE round corners -*/
.roundedBySprite {
  position: absolute;
  height: 8px;
  width: 300px;
  background: url(img/cornerSprite.png) no-repeat transparent;
}
.roundedBySprite.top {
  top: -8px;
}
.roundedBySprite.bottom {
  bottom: 0;
}
.sprengelverein .roundedBySprite.bottom {
  background-position: 0px -24px;
}
.sprengelstiftung .roundedBySprite.bottom {
  background-position: 0px -40px;
}
.sprengels .roundedBySprite.bottom {
    background-position: 0px -56px;
}

/*- CSS round corners -*/
.rounded {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.roundedTop {
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-topright: 10px;
}
.roundedTopRight {
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-topright: 10px;
}
.roundedTopLeft {
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-topleft: 10px;
}
.roundedBottom {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomright: 10px;
}
.roundedRight {
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomright: 10px;
}
.roundedLeft {
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomleft: 10px;
}

/*- positioning -*/
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.cl {
    clear: left !important;
}
.cr {
    clear: right !important;
}
.cb {
    clear: both !important;
}
.nowrap {
    display: table-cell;
}
.hide {
    display: none !important;
}

/* float clearing for good browsers */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}



/*********** BROWSER TWEAKS ***********/

/*- ONLY JavaScript enabled browsers -*/
.js div {}

/*- IE7 and below -*/
*+html .ie7 .clearfix, *+html .ie8 .clearfix {
  min-height: 1%;
}
.ie7 .roundedBySprite.top {
  top: 0;
}