@charset "UTF-8";
/* CSS Document */

/*****************
Debugging 
*****************/
/*div { border: 1px red dashed; }*/

/*****************
Allgemein
*****************/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.2em;
	color: #fff;
	background: #1a171b url(images/background.gif) no-repeat top left;
} 

/*****************
Struktur
*****************/
#wrapall {
/*	width: 100%;*/
	margin: 0 auto;
	width: 1040px;
	position: relative;
	left: 0px;
}

#wrap {
	width: 858px;
	margin: 67px auto 0;
/* banner mod */
	float: left;
}

#sky {
	float: left;
	width: 160px;
	margin-left: 20px;
	margin-top: 69px;
}

#left {
	float: left;
	width: 17.3em;
	height: 60.2em;
	background: url(images/nav_back.jpg) left top no-repeat;
	text-align: center;
	padding-top: 12px;
}

	#logo {
	}
	
	p.logowrap  {
		color:#000000;
		font-weight:bold;
		margin-top:10px;
		padding:0;
		text-align:right;
		text-transform:uppercase;
		width:135px;
	}
	
	#nav {
		text-align: left;
	}
	
#main {
	float: right;
	width: 68.5em;
	height: 60.2em;
	background: url(images/background01.jpg) left top no-repeat;
}

	#claim {
		width: 100%;
		height: 11.5em;
	}
	
	#subtitle {
		height: 2em;
		padding: 1em 2em 1em 8.5em;
	}
	
	#content {
		clear: both;
	}
	
#clear { clear: both; }

#footer {
	clear: both;
	width: 100%;
}

	#static {
		width: 17.3em;
		float: left;
		text-align: center;
	}
	#partner {
		float: right;
		width: 61em;
		text-align: right;
/*		padding-right: 7.5em;*/
		padding-right: 2.5em;
	}