/* ---- CSS document www.tindesign.ch ----------- */
/* ---- Nadja Tan -- */
/* ---- 14.2.2008 ------------------------------------ */

/* ---- GENERAL TAG DEFINITION ---- */

	* {
	margin:0;
	padding:0;
	}
	html, body {
	height:100%;
	}
	body {
	color:#666666;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	background-image: url(images/bg_body.gif);
	background-position: center center;
	}
	a {
	color: #000000;
	text-decoration: none;
	}
	img {
	border:none;
	}
	.floatleft {
	margin-right: 5px;
	margin-bottom: -1px;
	}

/* ---- AREA DEFINITION ---- */

	#distance { 
	width:1px;
	height:50%;
	background-color:#94B625;
	margin-bottom:-260px; /* half of container's height */
	float:left;
	}
	#container {
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:520px;
	width:760px;
	clear:left;
	background-image: url(images/bg_container.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	#bildtop {
	width: 600px;
	float: left;
	}
	#bildinhalt {
	width: 365px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	#logo {
	width: 220px;
	float: left;
	}
	#inhalt {
	clear: left;
	padding-top: 7px;
	margin-top: 0px;
	font-weight: normal;
	}
	#navigation {
	float: right;
	width: 100px;
	line-height: 12px;
	}
	#intro {
	clear: left;
	font-size: 22px;
	padding-top: 7px;
	margin-top: 0px;
	line-height: 28px;
	font-weight: normal;
	}
	
/* ---- DEFINITIONS PER AREA ---- */

	#inhalt p {
	letter-spacing:0.5px;
	margin-right: 55px;
	margin-left: 245px;
	margin-top: 10px;
	}
	#inhalt img {
	margin-bottom: -5px;
	}
	#navigation img {
	padding-left: 50px;
	margin: 0px;
	padding-top: 0px;
	}
	#intro p {
	letter-spacing:0.5px;
	margin-right: 23px;
	margin-left: 245px;
	margin-top: 10px;
	}
	#intro img {
	margin-bottom: -5px;
	}
	

