body {
	margin: 0;
	padding: 0;
	background: url('../gfx/bg.jpg') center top repeat-y;
}

body, table {
	font-size: 13px;
	font-family: verdana;
	color: #000;
}

a {
	color: #000;
}

h1 a {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

/* ids */

#container {
	width: 760px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: #DDD;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

#head h1 {
	display: none;
}

#quickmenu {
	height: 20px;
	position: relative;
	background: url('../gfx/quicknavi.jpg') top left no-repeat;
}

#quickmenu a {
	position: absolute;
	height: 20px;
}

#quickmenu .q_start {
	left: 90px;
	width: 32px;
}

#quickmenu .q_neues {
	left: 135px;
	width: 36px;
}

#quickmenu .q_valmorel {
	left: 185px;
	width: 50px;
}

#quickmenu .q_galerie {
	left: 247px;
	width: 45px;
}

#quickmenu .q_webcam {
	left: 305px;
	width: 48px;
}

#quickmenu .q_links {
	left: 365px;
	width: 34px;
}

#quickmenu .q_kontakt {
	left: 412px;
	width: 45px;
}

#quickmenu .q_impressum {
	left: 470px;
	width: 64px;
}


#quickmenu span {
	display: none;
}

#menu {
	background: url('../gfx/banner.jpg') top center no-repeat;
	height: 337px;
	position: relative;
	margin: 0;
	border-bottom: 2px solid #000;
}

#menu a {
	position: absolute;
	height: 23px;
	bottom: 0;
}

#menu span, .pager span, .head span, #valmorel_menu span {
	display: none;
}

#menu ul, #valmorel_menu ul {
	padding: 0;
}

#menu ul, #menu li, #quickmenu ul, #quickmenu li, #valmorel_menu ul, #valmorel_menu li {
	display: inline;
}

#menu .m_start {
	right: 454px;
	width: 58px;
}

#menu .m_neues {
	right: 386px;
	width: 65px;
}

#menu .m_valmorel {
	right: 305px;
	width: 78px;
}

#menu .m_galerie {
	right: 231px;
	width: 71px;
}

#menu .m_webcam {
	right: 147px;
	width: 81px;
}

#menu .m_links {
	right: 81px;
	width: 63px;
}

#menu .m_kontakt {
	right: 0;
	width: 78px;
}

#valmorel_menu {
	width: 760px;
	margin: 0;
	padding: 0;
}

#valmorel_menu a {
	position: absolute;
	bottom: 50px;
	width: 60px;
	height: 30px;
}

#valmorel_menu .v_valmorel {
	top: 5px;
	left: 188px;
}

#valmorel_menu .v_skigebiet {
	top: 5px;
	left: 254px;
}

#valmorel_menu .v_unterkunft {
	top: 5px;
	left: 320px;
	width: 64px;
}

#valmorel_menu .v_termine {
	top: 5px;
	left: 390px;
	width: 53px;
}

#valmorel_menu .v_skischule {
	top: 5px;
	left: 448px;
	width: 64px;
}

#valmorel_menu .v_anreise {
	top: 5px;
	left: 517px;
	width: 54px;
}

#body {
	position: relative;
	border: 0;
	padding: 0 0 70px 0;
	background: url('../gfx/foot.jpg') bottom center no-repeat;
}

#body.pager {
	padding: 0 0 35px 0;
	background: url('../gfx/pager.jpg') bottom center no-repeat;
}

#body ul, #body li {
	padding: 0;
	margin: 0;
}

#body #pager {
	position: relative;
	height: 65px;
	margin-bottom: 0;
}

#pager ul {
	position: relative;
	line-height: 11px;
	height: 60px;
}

#pager ul li {
	display: inline;
	width: 20px;
	height: 20px;
	padding: 10px;
}

#pager ul li a {
	position: absolute;
	line-height: 11px;
	width: 60px;
	height: 25px;
	top: 20px;
}

#pager li a.pager_back {
	left: 320px;
}

#pager li a.pager_next {
	left: 380px;
}

#main {
	padding: 120px 0 0 0;
}

#main h2 {
	text-align: center;
}

#footnote {
	background: #000;
	color: #FFF;
	font-size: 11px;
	text-align: right;
	padding: 10px 20px;
	font-weight: bold;
}

#footnote p {
	margin: 0;
	padding: 0;
}

#footnote a {
	text-decoration: none;
	color: #FFF;
}

#footnote ul, #footnote li {
	display: inline;
	padding: 0;
}

#kontakt_form input, #kontakt_form textarea {
	border: 1px solid #000;
}

#termin_table {
	width: 610px;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#termin_table th {
	margin: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}

#termin_table td {
	margin: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}

#termine {
	background: url('../gfx/main.jpg') top center repeat-y;
	padding: 20px 75px 20px 75px;
	margin-bottom: -20px;
	text-align: center;
}

/* classes */

.entry {
	background: url('../gfx/main.jpg') top center repeat-y;
	padding: 0 75px 10px 75px;
	text-align: left;
}

.entry a {
	color: #33F;
	text-decoration: none;
}

.entry img, .webcam_frame {
	border: 5px solid #DDD;
}

.termine {
	position: relative;
	width: 500px;
	text-align: center;
	margin: 0 auto;
}

.webcam_img {
	width: 600px;
	height: 450px;
}

.main_start {
	background: url('../gfx/willkommen.jpg') top center no-repeat;
}

.main_neues {
	background: url('../gfx/neues.jpg') top center no-repeat;
}

.main_webcam {
	background: url('../gfx/webcam.jpg') top center no-repeat;
}

.main_links {
	background: url('../gfx/links.jpg') top center no-repeat;
}

.main_impressum {
	background: url('../gfx/impressum.jpg') top center no-repeat;
}

.main_galerie {
	background: url('../gfx/galerie.jpg') top center no-repeat;
}

.main_kontakt {
	background: url('../gfx/kontakt.jpg') top center no-repeat;
}

.main_valmorel {
	background: url('../gfx/valmorel.jpg') top center no-repeat;
}

.main_termine {
	background: url('../gfx/termine.jpg') top center no-repeat;
}

.main_unterkunft {
	background: url('../gfx/unterkunft.jpg') top center no-repeat;
}

.main_anreise {
	background: url('../gfx/anreise.jpg') top center no-repeat;
}

.main_skigebiet {
	background: url('../gfx/skigebiet.jpg') top center no-repeat;
}

.main_skischule {
	background: url('../gfx/skischule.jpg') top center no-repeat;
}

.main_valmorel #body, .main_valmorel #body, .main_termine #body, .main_unterkunft #body, .main_anreise #body, .main_skigebiet #body, .main_skischule #body {
	padding-top: 50px;
}

.main_galerie .galerie_container {
	position: relative;
	min-height: 140px;
	height: auto !important;
	height: 140px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.main_galerie .galerie_preview {
	position: absolute;
	left: 5px;
	top: 15px;
}

.main_galerie .galerie_counter {
	width: 100px;
	text-align: center;
	position: absolute;
	left:10px;
	top: 100px;
}

.main_galerie .galerie_textbody {
	margin-top: 15px;
	margin-left: 130px;
}

.galerie_show_preview {
	position: relative;
	float: left;
	padding: 20px;
}

.galerie_show_main {
	padding-top: 10px;
	width: 610px;
	text-align: center;
}

.topic, h4 {
	color: #33F;
	padding: 10px 0 0 0;
	margin: 0;
}

h4 {
	padding: 0;
	margin: 0;
}

.weiter {
	padding-top: 0;
	margin-top: 0;
}

.main_galerie .topic {
	padding: 10px 0 0 0;
}

.time {
	display: inline;
	margin: 0;
	padding: 0;
}

.text {
	padding: 15px 5px 15px 5px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

.text p {
	margin: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.neues_bild {
	margin: 5px 5px 5px 0;
}

.content_bild {
	position:relative;
	margin: 5px 5px 5px 0;
	float: left;
}

.darker {
	background: #DDD;
}

.clear {
	clear: both;
}

.strong {
	font-weight: bold;
}

a.imglink img {
	line-height: 0;
	vertical-align: middle;
}
