/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2009-05-28
	Project: www.sonnenburg.at
	Author: websLINE, 2009
	-------
*/


/* HAUPTEINSTELLUNGEN  */

img {
	border: 0;
	display: block;
	}
#content img {
	display: inline;
	}
form {
	margin: 0;
	padding: 0;
	}
.clearfix:after {
   content: "."; 
   clear: both; 
   display: block; 
   height: 0; 
   visibility: hidden;
	}
.clearfix { 
	display: inline-block;
	}
/* Holly Hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* Holly Hack End */
.skip {
	display: none;
	}
.nolist, .nolist li, .nolist dd {
	margin: 0; padding: 0;
	list-style: none;
	list-style-image: none !important;
	}


/* DESIGN AUFBAU */

body {
	text-align: center;
	/*background: #676767;*/
	background: #68665a;
	margin: 0; padding: 0;
	}
#site {
	position: relative;
	width: 900px;
	text-align: left; 
	margin: 20px auto 0px auto;
	background: #fff;
	padding: 10px 20px;
	padding-top: 470px;
	}



/* Head*/

#header {
	position: absolute;
	top: 0; left: 0;
	padding: 10px 20px 0 40px;
	width: 880px; /* IE6 Bug */
	}
#header .lang {
	float: right;
	}
#header .lang li {
	float: left;
	}
#header .lang a {
	padding-right: 3px;
	text-transform: uppercase;
	font-size: 0.9em;
	}
#header .logo {
	float: left;
	}
#header .image {
	clear: both;
	width: 100%;
	margin-left: -20px;
	padding-top: 10px;
	}
/* Facebook Button	
.fb{width:27px; height:25px; position:absolute; margin-top:-40px; left:20px; text-indent:-19999px; display:block; overflow:hidden;}  */
.fb {
	position: absolute;
	left: 20px;
	margin-top: -75px;
	width: 170px;
	}
.fb iframe {
	width:170px;
	}
.fb p {
	margin-bottom: 8px;
	}
#header table { width:auto; }


/* Main */

#main {
	}
#mainLeft {
	float: left;
	width: 615px;
/*	width: 560px;
	padding-left: 20px;*/
	}
#mainRight {
	float: right;
	width: 250px;
	}
#content {
	padding-bottom: 30px;
	}
#content .txtcol1 {
	float: right;
	width: 410px;
	}
#content .txtcol2 {
	float: left;
	width: 170px;
	padding-right: 35px;
	}


/* Footer  */

2 {
	padding: 40px 0 10px 0;
	}
#footer .websline {	
	float: right;
	color: #ccc;
	font-family: Arial, Verdana, Tahoma, San-Serif;
	font-size: 10px;
	padding-top: 2px;
	}
#footer .symposion {
	float: right;
	background: url(img_icon_symposion.gif) 0 0 no-repeat;
	width: 100px;
	height: 18px;
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -19999px;
	margin-left: 6px;
	}
