@charset "utf-8";
/* www.skischule-feuerkogel.at */

/* ----------------------------- | Body | ----------------------------- */

* {
   margin: 0;
   padding: 0;
}

body {
	background: #fff;
   font: 0.7em Verdana, Arial, Helvetica, sans-serif;
   color: #313d45;
   line-height: 1.6em;
}

/* ----------------------------- | Tags | ----------------------------- */

p {
   margin: 0 0 15px 0;
}

hr {
   height: 1px;
   border: 0;
   color: #f1faff;
   background: #f1faff;
   margin: 15px auto;
   border-top: 1px solid #e8eaeb;
   width: 100% !important;
}

a {
   color: #a21b21;
   text-decoration: underline;
   outline: none;
}

a:hover {
   text-decoration: none;
}

#euroweb {
	width: 430px !important;
}

#euroweb img {
	float: left;
   margin: 0 5px 0 0;
}

/* ----------------------------- | Classes | ----------------------------- */

ul.list {
   list-style-type: none;
   margin-bottom: 15px;
}
					
ul.list li {
   background: url(../images/li-list.gif) 0 5px no-repeat;
   padding-left: 20px;
	margin-bottom: 5px;
}

.clear {
   float: none;
   clear: both;
}

.images {
	border: 1px solid #a21b21;
	background: #fff;
   padding: 2px;
   margin: 0 5px 5px 0;
}

.highlight {
	color: #313d45;
	font-weight: bold;
}

.highlight01 {
	color: #a21b21;
}

.highlight02 {
	color: #aaafb3;
	padding: 0 5px;
}

/* ----------------------------- | Branding | ----------------------------- */

h1 {
   overflow: hidden;
   font-size: 0.1em;
   text-indent: -9999px;
	width: 340px;
   height: 190px;
	margin: 100px 0 0 100px;
	float: left;
}

h1 a {
	width: 340px;
   height: 190px;
   display: block;
	font-size: 0.1em;
   text-indent: -9999px;
}

h2 {
   overflow: hidden;
   font-size: 0.1em;
   text-indent: -9999px;
	width: 340px;
   height: 190px;
	margin: 100px 0 0 80px;
	float: left;
}

h2 a {
	width: 340px;
   height: 190px;
   display: block;
	font-size: 0.1em;
   text-indent: -9999px;
}

/* ----------------------------- | =container | ----------------------------- */

#container {	
	background: url(../images/bg-container-index.gif) repeat-y;
	width: 968px;
	margin: 0 auto;
}

/* ----------------------------- | =header | ----------------------------- */

#header {
	background: url(../images/bg-feuerkogel-bad-ischl.jpg) no-repeat;
	width: 968px;
	height: 483px;
}

.info {
	margin-left: 20px;
}
