/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2006-10-05
	Project: www.panhans.at
	Author: websLINE, 2006
	-------
*/



/* HAUPTEINSTELLUNGEN */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #F3F2F2;
	}
#site {
	position: relative;
	width: 923px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
* html .clearfix {
	display: inline-block; 
	width: 100%;
	line-height: 0px;
	margin: -4px 0 0 0;
	}
#clearer {
	clear: both;
	line-height: 0px;
	}
* html #clearer {
	margin-top: -4px;
	}

form {
	margin: 0;
	padding: 0;
	}


/* LAYOUT AUFBAU */

#head {
	position: absolute;
	top: 0;
	left: 139px;
	z-index: 9;
	width: 260px;
	height: 204px;
	padding: 6px;
	text-align: center;
	background: url(img_bg-head.gif) no-repeat left bottom;
	}
#logo {
	margin: 62px 0 20px 0;
	}
.flag-de {
	float: left;
	margin: 0 4px 0 32px;
	}
.flag-en {
	float: left;
	}

#main {
	background: url(img_bg-main.gif) repeat-y;
	}
#start, #content {
	border-top: 1px solid #DCC960;
	}
#start {
	width: 870px;
	padding: 29px 11px 40px 40px;
	border: 1px solid #DCC960;
	background: #fff;
	}
#content {
	float: left;
	width: 564px;
	padding: 40px;
	}
#content-right {
	float: right;
	width: 277px;
	}

#footer {
	display: block;
	background: url(img_bg-nav.gif);
	padding: 20px 40px 10px 40px;
	margin: 5px 0 0 0;
	}

#websline {
	display: block;
	text-align: right;
	margin: 8px;
	}
	
#footer .facebook, #footer .twitter, #footer .youtube, #footer .flickr{
	float:right;
	margin:3px 0 0 3px;
	}
#footer .facebook img, #footer .twitter img, #footer .youtube img, #footer .flickr img { border:0;}