/*
	Variables

	Plan-S Blue: #57ddff;

*/

/* === Base Rules === */
h1,h2,h3,h4,h5,h6 {font-weight: normal;}

header,
footer,
aside,
#main > h1,
#main > div,
#absolute {
	background: url(../images/background-grey.png) scroll repeat left top transparent;
	box-shadow: 0 0 10px 0 #666666;
}



a {
	color: #fff;
	text-decoration: none;
}
a:hover { color: #57ddff; }

p {
	font-size: 14px;
	margin-bottom: 25px;
}

/* Definitionlist */
dl { 
	font-size: 14px;
	margin-bottom: 25px;
}
dt { color: #57ddff;}
dt > .is-white { color: #fff;}
dd { margin: 0 0 15px;}

/* === Layout Rules === */
.l-wrapper {
	margin: 0 auto;
	width: 960px;
}

header {
	float: left;
	padding: 30px 0 14px 30px;
	width: 260px;
}

footer {
	bottom: 30px;
	left: 50%;
	margin-left: -480px;
	padding: 20px 0;
	position: absolute;
	width: 960px;
}

#main {
	margin-left: 310px;
	overflow: hidden;
	position: relative;
	width: 650px;
}
#main.main-noPosition{
	position:static;
}

#absolute .l-positionBottom{
	float:left;
	top: 0;
	width:280px;
	padding: 20px  0 10px 0;
}
#absolute .l-positionBottom2{
	float:left;
	width:280px;
	padding: 20px  0 10px 50px;
}
#main_no_position {
	margin-left: 310px;
	overflow: hidden;
	width: 650px;
}
#main > h1 {
	color: #57ddff;
	font-size: 21px;
	height: 50px;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding: 40px 0 0 35px;
}
#absolute{
	bottom: 0;
    margin-left: 310px;
    overflow: hidden;
    padding: 20px 0 20px 22px;
    position: absolute;
    width: 630px;
}
#absolute a.lebenslauf{
    font-size: 16px;
	margin-left: 0px;
    padding-left: 20px;
	position: relative;
}
p.zitat{
    font-size: 18px;
	font-family: times new roman, serif;
	font-style: italic;
	margin-bottom: 10px;
}
.l-mainContent {
	padding: 40px 35px 50px;
}
.l-mainContent.twoColumns {
	width: 360px;
}

aside {
	bottom: 0;
	height: 100%;
	margin-left: 435px;
	padding: 40px 10px 0;
	position: absolute;
	top: 110px;
	width: 195px;
}


/* === Module Rules === */

/* Header */
header > span {
	font-size: 11px;
	text-transform: uppercase;
}
header > span > a { padding-left: 90px;}

nav {
	font-size: 15px;
	margin-top: 35px;
	text-transform: uppercase;
}
nav li {
	margin-bottom: 20px;
}
nav a {
	color: #fff;
	text-decoration: none;
}
nav a:hover,
nav a.is-active {
	color: #57ddff;
}
nav ul ul{
	padding-left: 15px;
}
nav ul ul li{
	margin-top:7px;
	margin-bottom:5px;
	font-size:12px;
}
nav ul ul li > a:before {
    content: "\25BA";
    padding-right: 10px;
	font-size:10px;
}
/* header bei Galerien */
.galleryHeader {
	min-height: 70px;
	padding: 20px 35px 1px;
}
.galleryHeader > h1,
.galleryHeader h2 {
	text-transform: uppercase;
}
.galleryHeader h1 {
	color: #57ddff;
	font-size: 13px;
	margin-bottom: 4px;
}
.galleryHeader h3 {
	color: #57ddff;
	margin-bottom: 3px;
}


/* Footer */
footer > div {
	float: left;
	font-size: 15px;
	margin-left: 30px;
	padding: 5px 0;
}
footer > .footer_leftColumn {
	border-right: 1px solid #fff;
	width: 359px;
}
.footer_leftColumn > h1 {
	color: #57ddff;
	font-size: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.footer_rightColumn {
	padding-top: 6px;
}
.footer_rightColumn > span {
	line-height: 1.6;
}

.footer_rightColumn_borderLeft {
	border-left: 1px solid #57ddff;
	padding-left: 8px;
}

/* 1/2 Bild-Box */
.imageWithLink {
	height: 125px;
	margin-bottom: 40px;
}
.imageWithLink_blackBox {
	background-color: #000;
	float: right;
	height: 125px;
	padding-left: 35px;
	width: 255px;
}
.imageWithLink_blackBox > h2 {
	font-size: 18px;
	margin: 40px 0 5px;
	text-transform: uppercase;
}
.imageWithLink > a img {
	display: block;
	float: right;
	width: 290px;
}

/* Page Link mit Dreieck */
.pageLink > a {
	color: #57ddff;
}
.pageLink > a:before {
	content: "\25BA";
	padding-right: 10px;
}

/* Content */
.l-mainContent > h2,
aside > h1 {
	font-size: 16px;
}
.l-mainContent_uppercase {
	display: block;
	text-transform: uppercase;
}

.l-mainContent > ol {
	list-style: none;
	padding: 0;
}
.l-mainContent > ol h3 {
	color: #57ddff;
	font-size: 15px;
	margin-bottom: 5px;
}

aside > h2 {font-size: 14px;}

/* Map Wrapper */
.mapWrapper {
	bottom: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;

}
.mapWrapper > img {
	display: block;
	height: 100%;
	width: 100%;
}

/* Map Info Window */
#infoWindow {color: #333;}

/* Gallery Navigation */
.galleryFooter {
	text-align: center;
	vertical-align: baseline;
}
.galleryFooter > div {
	float: none;
	margin: 0 auto;
	width: 140px;
}
#prevImage,
#playState,
#nextImage {
	color: transparent;
	cursor: pointer;
	float: left;
	height: 35px;
	overflow: hidden;
	width: 45px;
}
#playState { background: url(../images/icons/play.png) scroll no-repeat left center;}
#prevImage { background: url(../images/icons/button-prev.gif) scroll no-repeat left center; }
#nextImage { background: url(../images/icons/button-next.gif) scroll no-repeat left center; }

/* ToggleList */
.toggleList > dt {
	cursor: pointer;
	margin-top:15px;
}

.toggleList > dt:before {
	content: "\25BA";
	padding-right: 10px;
}
.toggleList > dt.is-active:before {
	content: "\25Bc";
}

/*Lebenslauf*/

#absolute a.lebenslauf{
background: url("../images/icons/pfeil_unten_weis.png") no-repeat scroll 0px center transparent;
}
#absolute a.lebenslauf:hover{
background: url("../images/icons/pfeil_obben.png") no-repeat scroll 0px center transparent;
}
#absolute a.close:hover{
background: url("../images/icons/pfeil_unten_on.png") no-repeat scroll 230px 7px transparent;
}
#absolute a.close {
background: url("../images/icons/pfeil_unten_weis2.png") no-repeat scroll 230px 7px transparent;
display:block;
}
