﻿/* Formatvorlagen für die Navigation */
@charset "UTF-8";
#snowrider_start{
    background-image:url('../images-layout/bg_snowrider-index.jpg');
	background-repeat:no-repeat;
	background-position:center;
	height:420px;
	margin-top:100px;	
}
#snowrider_languages{
	height:60px;
	margin-top:190px;
}
#network{
	padding:10px 0 5px 0;
	text-align:right;
}
#header{
	background-image:url('../images-layout/bg-header.jpg');
	background-repeat:no-repeat;
	height:144px;
}
#header_menue{
	padding-top:10px;
	text-align:right;
}
#header_menue a{
	font-weight:bold;
	color:#FFF;
	font-family:Arial;
	font-size:1.0em;
	text-decoration:none;
	text-align:right;
}
#header_menue a:hover{
	text-decoration:underline;
}
#header_kontakt{
	font-family:Arial;
	font-size:0.9em;
	text-align:right;
	margin:10px 0 0 0;
}
#header_kontakt a{
	color:#FFF;
	font-family:Arial;
	text-decoration:none;
}
#header_kontakt a:hover{
	text-decoration:underline;
}
#container_content_1{
	background-image:url('../images-layout/bg-content.gif');
}
#container_content_2{
	background-image:url('../images-layout/bg-container-content.jpg');
	background-repeat:no-repeat;
}
#content_header{
	background-color:#FFF;
	height:27px;
	margin-top:10px;
	border-bottom:5px solid #FFF;
}
#content_header p{
	margin:0px;	
}
#content_header p a{
	padding:0 0 0 7px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#content_header p a:hover{
	text-decoration:underline;
}
#content_header_mod{
	background-image:url('../images-layout/bg-content-header.jpg');
	height:34px;
}
#content_header_mod p{
	margin:12px 0 0 0;	
}
#content_header_mod p a{
	padding:0 0 0 7px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#content_header_mod p a:hover{
	text-decoration:underline;
}

ul.content_header_nav{	
	display:inline;
	list-style-type:none;
}

ul.content_header_nav li{	
	display:inline;
	margin-right:50px;
}

#navigation{	
	background-image:url('../images-layout/bg-navigation.jpg');
	background-repeat:no-repeat;
	height:520px;
}
#navigation ul{
	list-style-type: none;
	display:block;
	margin: 0 0 0 12px;
	padding: 0;
}
#navigation li{
	width:150px;
	display:block;
	font-weight:bold;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:11px;
	padding-top: 14px;
}
#navigation li a{
	color: #CFCFCF;
	margin-left:20px;
	text-decoration: none;	
}
#navigation li a:hover{
	text-decoration:underline;
}
#img {
	border:1px solid #FFF;
}
.img_left {
	border:1px solid #FFF;
	float:left;
	margin: 5px 10px 0 0;
}
.img_center {
	border:1px solid #FFF;
}
.img_right {
	border:1px solid #FFF;
	float:right;
	margin: 5px 0 0 10px;
}
.active{
	color:#e4b5a3!important;
}
.active_mod{
	color:#CCCCCC!important;
}
.text_klein{
	font-size:0.9em;
	margin-top:8px;
}
.new{
	margin-left:5px;
	color:lime;
	font-weight:normal;
	font-size:0.9em;
}

#container_content_2 a{
	color:#f78a55;
	font-weight:bold;
	text-decoration:none;
}
#container_content_2 a:hover{
	text-decoration:underline;
}
#footer {	
	background-image:url('../images-layout/bg-footer.jpg');
	background-repeat:no-repeat;
	height:135px;
}
.bild{
	width:150px;
	height:20px;
	border:1px solid #000000;
	color: #000000;
	text-align: right;	
}
#copyright {
	font-size:0.8em;
	text-align:center;
	height:25px;
}
#copyright a {
	font-size:11px;
	text-align:center;
	height:25px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#copyright a:hover {
	color:#FF0000;
}
.nosee { display:none; }

