/*
	CSS Document: css_template.css
	Version: 3.0 | Date: 2009-07-03
	Project: www.ruhpolding.de
	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: #fff;
	margin: 0; padding: 0;
	}
#site {
	position: relative;
	width: 990px;
	text-align: left; 
	margin: 10px auto;
	}



/* Head*/

#header {
	}
.lang {
	float: right;
	margin: 3px 0 0 30px;
	}
.lang li {
	display: inline;
	}
.lang li a {
	color: #8B98AB;
	background: url(img_bg-lang.gif) no-repeat 100% 3px;
	padding: 0 7px 0 5px;
	}
.lang li a strong {
	font-weight: normal;
	font-size: 0.9em;
	}
.domain {
	float: right;
	margin: 4px 0 0 30px;
	}
.search {
	float: right;
	}
.search .field {
	width: 135px;
	height: 12px;
	float: left;
	}
.search .formbttn {
	border: 0;
	width: 19px;
	height: 18px;
	background: url(img_formbttn.gif);
	cursor: pointer;
	}
.logo {
	margin: 10px 0 0 45px;
	float: left;
	width: 193px;
	height: 37px;
	display: block;
	}
.logo strong {
	display: none;
	}
.summer .logo {
	background: url(img_logo-summer.gif);
	}
.winter .logo {
	background: url(img_logo-winter.gif);
	}
.headlinks {
	background: #E7E7EF;
	width: 186px;
	margin: 25px 0 1px 0 !important;
	padding: 2px 2px 2px 10px;
	float: left;
	}
.headlinks li {
	display: inline;
	}
.headlinks a {
	color: #8C9AAD;
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding: 3px 2px 2px 18px;
	margin: 0 10px 0 0;
	}
.headlinks a.credits {
	background-image: url(img_symb-credits.gif);
	}
.headlinks a.sitemap {
	background-image: url(img_symb-sitemap.gif);
	}
.wm2012 {
	position: absolute;
	top: 90px;
	left: 90px;
	width: 149px;
	height: 15px;
	}
html>body .wm2012 {
	background: url(img_logoWM2012.png) no-repeat;
	}
.wm2012 strong {
	display: none;
	}


/* Main */

#main {
	clear: both;
	margin: 1px 0;
	}
#main .headimage {
	display: block;
	}
#mainLeft {
	background: blue;
	}
#mainRight {
	background: green;
	}
#content {
	background: grey;
	}
#contentRight {
	background: red;
	}


/* Footer  */

#footer {
	background: #D4DAE4 url(img_bg-footer.gif) repeat-y 100% 0;
	padding: 4px 10px;
	color: #8B98AB;
	font-size: 0.9em;
	}
#footer p {
	margin: 0;
	padding: 0;
	}
#footer img {
	display: inline;
	}
.websline {
	float: right;
	color: #8B98AB;
	text-style: italic;
	margin-right: 96px;
	}
/*Facebook Link*/
.fb_link{
	position:absolute;
	top:24px;
	right:0;
	background: url(fb_icon.gif) 0 0 no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-19999px;
	width:198px;
	height:19px;
	}
	.fb_link:hover{background-position:0 -19px;}  