@charset "UTF-8";
/* CSS by Engadinkomm. GmbH, Silvaplana */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	background-color:#242424;
	background-image:url(bilder/chic_02.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-attachment:fixed;
	min-width:980px;
}



/* D I V  Definitionen */
#container {
	width:905px;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

#datum {
	z-index:10;
	position:absolute;
	color:#FC0;
	padding:10px 0px 0px 795px;
}

#content {
	background-image:url(bilder/bg_inhalt.png);
	background-position:top left;
	background-repeat:repeat-y;
	width:905px;
	float:left;
}

#navigation {
	width:200px;
	float:left;
	border-right:1px dotted #C93;
	padding:0px 15px 0px 0px;
}

#webcam img {
	margin:2px 0px 0px 16px;
	border:2px solid #CCC;
}
#webcam h2 {
	margin:25px 0px 0px 16px;
	padding:0px;
	font-size:9px;
	color:#666;
	font-weight:normal;
}



/*   I N H A L T   */

#inhalt {
	width:600px;
	float:left;
	padding:25px 0px 0px 35px;
}
#inhalt a:link {
	text-decoration:none;
	color:#666;
}
#inhalt a:visited {
	text-decoration:none;
	color:#666;
}
#inhalt a:hover {
	text-decoration:none;
	color:#C93;
}
#inhalt a:active {
	text-decoration:none;
	color:#666;
}

#inhalt img {
	float:left;
	margin:0px 15px 0px 0px;
}

#beitrag {
	border-bottom:1px solid #999;
	clear:left;
	min-height:220px;
	}

#beitrag a:link {
	font-weight:normal;
	text-decoration:none;
	color:#333;
}
#beitrag a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#333;
}
#beitrag a:hover {
	font-weight:normal;
	text-decoration:none;
	color:#C93;
}
#beitrag a:active {
	font-weight:normal;
	text-decoration:none;
	color:#333;
}

#beitrag h1 {
	font-size:16px;
	text-transform:uppercase;
	color:#C93;
}

#spacer {
	float:left;
	clear:both;
	height:50px;
}

/*   I N H A L T  E N D E ----- */

#adresse {
	font-size:10px;
	color:#fff;
	margin:25px 0px 0px 8px;
}



/*   N A V I G A T I O N   */
#navigation ul {
	list-style-type:none;
	margin:0px;
	padding:25px 0px 0px 20px;
}

#navigation ul a {
	display:block;
	widows:200px;
	height:22px;
	line-height:22px;
	color:#000;
	text-decoration:none;
	border-top:0px solid #666;
	font-weight:bold;
}

#navigation ul a:hover {
	color:#C90;
	border-top:0px solid #C90;
	font-weight:bold;
}
	
	
	
	