/* globals */
span,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,a { 
	margin: 0; padding: 0;
	font-family: 'Lucida Grande', Tahoma, Arial, Sans-Serif;
}

/* basic elements */
html {
	margin: 0;
	padding: 0;
}
	
body { 
	font: 'Lucida Grande', Verdana, Arial; 
	font-size: 0.8em;
	min-height: 100%;
	background: #000;
	margin: 0 auto; 
	padding: 0;
  	width: 960px;
	color: #fff;
}
p { 
	margin-top: 10px; 
	text-align: justify;
}
a:link { 
	font-weight: bold; 
	text-decoration: none;
	border-bottom: 1px dotted #525f80; 
	color: #525f80;
}
a:visited {
	border-bottom: 1px dotted #847fa4;
	color: #847fa4;
	text-decoration: none;
}
a:hover, a:active { 
	border-bottom: 1px solid #B02B2C;
	color: #B02B2C;
}
	
h1 {
	margin: 15px 0 17px 0;
	font-size: 1.5em;
	background-image: url('bg-img/headlines.png');
	background-repeat: no-repeat;
	width: 600px;
	height: 28px;
}

h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

dl.imprint dt {
	font-weight: bold;
	display: block;
	width: 240px;
	float: left;
}

h1#cool { background-position: left top; }
h1#analyse { background-position: left -28px; }
h1#entwicklung { background-position: left -62px; }
h1#inszenierung { background-position: left -89px; }
h1#impressum { background-position: left -116px; }

/* specific divs */
/* wrapper */
div#pageContainer {
	background: url('bg-img/header-bg.jpg') no-repeat left top #0e0e0e;
	min-height: 100%;
	height: 100%;
	width: 910px;
	padding: 42px 0 0 48px;
	border: 1px solid #222;
	border-width: 0 1px 1px;
	position: relative;
}

/* leading container */
div#pageHeader {
	height: 228px;
}

p#goToIndex {
	font-size: 11px;
	left: 897px;
	position: absolute;
	text-align: right;
	top: -5px;
}

#logo a {
	display: block;
	width: 517px;
	height: 153px;
	border: none;
	padding: none;
	text-decoration: none;
}

/**
 * .access provides content for disabled people such as
 * screen reader users.
 */
.access {
	position: absolute;
	left: -7000px;
}

div.absolute { position:absolute; }

div#logo {
	background: url('bg-img/logo-bg.png') no-repeat left top;
	width: 517px;
	height: 153px;
	padding: 0 0 32px 0;
}

ul#navigationList {
	position: relative;
	top: 75px;
	left: 666px;
	width: 170px;
}

ul#navigationList li {
	list-style: none;
}

ul#navigationList a:link,
ul#navigationList a:active,
ul#navigationList a:visited {
	display: block;
	background: url('bg-img/navigationList.png') left -37px no-repeat;
	height: 37px;
	width: 151px;
	margin-top: 5px;
	text-decoration: none;
	border-bottom: none;
	padding: 0;
}

ul#navigationList a:hover,
ul#navigationList a.activeItem {
	background-position: left top;
}

ul#navigationList img {
	margin: 12px 0 0 23px;
	border: none;
}

div#pageContent {
	width: 620px;
	min-height: 500px;
}

div#pageFooter {
	text-align: right;
	font-size: 0.7em;
	padding: 20px;
}

div.teammembers {
	width: 400px;
	height:80px;
	clear: left;
	padding-top: 6px;
}
div.teammembers img {
	float:left;
	margin-right:20px;
}
div.teammembers span {
	font-weight:bold;
}