/* Start of CMSMS style sheet 'Outdoor' */
/* Generelle Settings
====================================================================== */

/* IE PNG FIX */

img, div, a { behavior: url(iepngfix.htc) }

body {
	background-color: #E89F0A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

body#winter {
	background-color: #1F273A;	
}
/* Layout
====================================================================== */

#wrapper {
	background-color: #E89F0A;
	padding-left: 15px;
	padding-right:15px;
}

#winter #wrapper {
	background-color: #1F273A;
}

#header {
	overflow:hidden;
	position:relative;
}

#sprachwahl {
	position: relative;
	float: left;
}

#hauptteil {
	position:relative;
}

#hauptteil-rechts {
	padding-top: 40px;
}

#hauptteil-links {
	padding-top: 35px;
}

.links-inhalt {
	padding: 10px;
	width: 200px;
	margin-bottom:15px;
}

#logo {
	position:absolute;
	top: 0px;
	right: 0px;
}

#logo_background {
	position:absolute;
	height:505px;
	width:427px;
	top: 300px;
	left: -250px;
	background-image: url(uploads/images/logo_background.png);
	background-repeat: no-repeat;
	display:inline;
	z-index:0;
}

#winter #logo_background {
	background-image: url(uploads/images/logo_background_winter.png);	
}
/* Inhalt
====================================================================== */
	
strong {
	font-weight: bold;		
}



h1 {
	color:#FFF;
	font-size: 120%;
	padding-bottom: 20px;
	font-weight: bold;
}

p {
	color:#FFF;
	padding-bottom: 10px;
	font-size:85%;
	padding-right: 80px;
}

#footer h3 {
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fff;
	color:#fff;
	text-align: center;
	line-height: 1.1em;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: normal;
}

#footer h3 a {
	color: #fff;	
}

#footer h3 a:hover {
	text-decoration:underline;	
}

.rechtsbuendig {
                text-align: right;

}

#haupttext a {
                text-decoration: underline;
                color:#fff;
}

#haupttext a:hover {
                text-decoration: none;
                color:#E89F0A;
                background:#fff;
}

h2 {
	color:#FFF;
	font-size: 90%;
	padding-bottom: 1px;
                padding-top: 25px;
	font-weight: bold;
           
}

/* End of 'Outdoor' */

