/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

* {
	color: #fff;
	font-size: 13px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	/*text-align: center;*/
}

body {
	background-color: #191919;
}

form .text {
	border-color: #000;
}

form .button {
	padding: 0 5px 0 5px;
	border-color: #000;
	background-color: #fff;
	color: #000;
}

#title {
	position: absolute;
	top: 20px;
	left: 302px;
	z-index: 1;
	background-image: url(../images/fotostiftung_logo.png);
}

	#title a {
		display: block;
		width: 859px;
		height: 81px;
		text-indent: -9999px;
	}

#box {
	position: relative;
	width: 1020px;
	padding-bottom: 50px;
}

#header {
	height: 124px;
}

	#languageNavigation {
		display: none;
	}

#col1 {
	position: relative;
	float: left;
	clear: both;
	width: 290px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

	ul#mainNavigation {

	}
	
	#mainNavigation li.act,
	#mainNavigation li.cur {
		background: url(../images/mainNavigation.png) no-repeat 36px 11px;	
	}
	
	#mainNavigation li a {
		display: block;
		height: auto !important;
		height: 1px;
		line-height: 19px;
		padding: 5px 10px 5px 50px;
		color: #696969;
		font-size: 15px;
		font-weight: bold;
	}
	
	#mainNavigation li a:hover,
	#mainNavigation li a.act,
	#mainNavigation li a.cur {
		color: #fff;
	}
	
	#mainNavigation li li a {
		padding-left: 70px;
	}

	#mainNavigation li li li a {
		padding-left: 90px;
	}
	
#col2 {
	position: relative;
	float: left;
	width: 720px;
	overflow: visible !important;
	overflow: hidden;
}

	#mainContent {
		padding: 0 12px;
		width: 100%;
	}
	
/*************************************
	Homepage
*************************************/

.homepage #title {
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 2;
	background-image: url(../images/fotostiftung_logo_big.gif);
}

.homepage #languageNavigation {
		position: absolute;
		display: block;
		top: 145px;
		left: 470px;
		width: 420px;
		height: 90px;
		text-align: right;
		z-index: 10;
		background: url(../images/subtitels.gif) no-repeat 80px 4px;
	}
	
	.homepage #languageNavigation a{
		color: #555;
		font-weight: bold;
		font-size: 16px;
		line-height: 23px;
		padding-right: 350px;
	}
	
	.homepage #languageNavigation a:hover{
		color: #fff;
	}

.homepage #col1 {
	display: none;
}

.homepage #col2 {
	position: absolute;
	float: normal;
	/*top: 375px !important;*/
	top: 280px;
	left: 15px;
	width: 900px;
	z-index: 1;
}

	.homepage #mainContent {
		/*position: absolute;*/
		padding: 0 0 20px 10px;
	}

.homepage #address {
	position: absolute;
	top: 145px;
	left: 30px;
	color: #3874A5;
	line-height: 16px;
	font-weight: bold;
}
	

.homepage #address a {
	color: #3874A5;
	line-height: 16px;
	font-weight: bold;
}
