/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2006-08-17
	Project: www.vita-alpina.de
	Author: websLINE, 2006
	-------
*/

/* HAUPTEINSTELLUNGEN */

body {
	margin: 65px 0 0 0;
	padding: 0;
	text-align: center;
	}
#site {
	position: relative;
	width: 947px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}
#clearer {
	clear: both;
	display: block;
	line-height: 0px;
	}
* html #clearer {
	margin-top: -4px;
	}
form {
	margin: 0px; padding: 0px;
	}


/* LAYOUT AUFBAU */

#site #logo {
	position: absolute;
	right: 62px;
	top: -55px;
	z-index: 10;
	}
#site #logo img {
	border: 7px solid #fff;
	}

#site #menu {
	background: #fff;
	padding: 0 0 5px 0;
	}

#site #main {
	position: relative;
	border: 1px solid #AEB1B4;
	width: 942px;
	padding: 0 3px 0 0;
	}
#site #main #content-left {
	float: left;
	width: 418px;
	padding: 50px 20px 0 25px;
	margin: 0 0 165px 0;
	}
#site #main #content-right {
	float: right;
	width: 478px;
	}

#site #footer {
/*	clear: both; */
	height: 37px;
	background: #ECF1F7;
	padding: 16px 0 0 3px;
/*	margin: 0 0 0 461px;*/

	float: right;
	}
#dContent #site #footer {
	clear: both;
	padding-right: 9px;
	width: 466px;
	}

#site #websline {
	height: 40px;
	text-align: right;
	padding: 4px 10px 0 0;
	}

#site #bubbles {
	position: absolute;
	right: 30px;
	top: 300px;
	}
#site #bubbles-start {
	position: absolute;
	right: 80px;
	top: -60px;
/*	z-index: 10;*/
	}