/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: black;
	background-color: #f9f9f9;
 	margin-bottom: 40px;
	font-family: Helvetica, Arial, sans-serif; 
}

a { 
 	text-decoration: none; 
	color: #555555;
}
a:hover { 
	text-decoration: underline;
}

.clear {
	clear: both;
}

/* CONTAINER and FOOTER
----------------------------------------- */
#Container { 
	width: 900px;
	margin: 20px auto; 
}
#Navigation {
	width: 100px;
	float: left;
	line-height: 1.2em;
	
	color: #555555;
}
#Navigation a {
	color: #555555;
}

#Navigation ul {
	list-style-type: none;
}
#Layout {
	width: 720px;
	float: right;
	overflow: hidden;
}
#Layout div.typography {
	margin-right: 60px;
}
#Footer { 
 	clear: both;
 	margin: 0 auto;
 	padding-top: 30px;
	width: 900px;
	height: 2em;
	font-size: 10px;
	text-align: center;
	
}
/* HEADER
----------------------------------------- */
#Header { 
 	margin-right: 60px;
	overflow: hidden;
	height: 80px;
	color: #555555;
}
 	#Header h1 { 
		font-size: 30px; 
		font-weight: bold;
		margin-top: 10px;
	}
	#Header p {
		font-size: 1.4em;
		clear: left;
	}

h1#siteTitle{
	float: left;
}
#pageTitle{
	float: right;
	font-size: 20px;
	margin-top: 21px;
}

/* LANDING/FRONT PAGE
----------------------------------------- */
.landingPage {
	margin: 60px 0 50px 0;
	color: #555555;
}
.landingPage h1, .landingPage p {
	text-align: center;
}
.landingPage h1{
	font-size: 50px;
	font-weight: normal;
	margin: 40px 0px 20px;
}
.landingPage h1 a {
	color: #555555;
}


/* OTHER
------------------------------------------- */

.arbeitOrtDatum{
	font-weight: bold;
	padding: 30px 0 1em 0;
}
.beteiligte {
	padding-top: 15px;
	font-size: 12px;
}
.typography .beteiligte p {
	line-height: 15px;
	margin-bottom: .5em;
}

#personen .person{
	width: 240px;
	height: 210px;
	float: left;
}
#personen .person .personName {
	margin: 10px 0 5px 0;
	font-weight: bold;
}

#arbeiten .arbeit {
	width: 240px;
	height: 180px;
	float: left;
}

.gallery {
	margin: 35px 0 10px 0;
}
.gallery .galleryImage {
	width: 240px;
	height: 150px;
	float: left;
}

/* ADMIN LOGIN
--------------------------------------------- */
#MemberLoginForm_LoginForm p {
	margin: 10px 0;
}