﻿@charset "utf-8";
/* CSS Document for Gasthaus-Kasler.de // Created by Janosch Skrobek - http://www.bworx.de 05.02.2009 */

BODY {
	color: #fff;
	background: #4F0022;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}

HTML, BODY {
height: 100%;
}

A {
	color: #F7941F;
}

#rechts A {
	color: #FFF;
	text-decoration: none;
}

IMG {
	border: none;
}

#container {
	width: 955px;
	margin: auto;
	position: relative;
	background: #8F0039 url(../img/news-bg.gif) top right repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header{
	width: 955px;
	height: 113px;
	background: url(../img/header-bg.gif) repeat-x;
	overflow: hidden;
}

#logo {
	width: 230px;
	height: 113px;
	float: left;
}

#navi {
	width: 721px;
	height: 50px;
	margin: 59px 0px 0px 4px;
	float: left;
}

#links {
	width: 230px;
	float: left;
}

#rechts { 
	width: 185px;
	float: right;
}

#news {
	padding: 15px 20px;
}

#content {
	margin: 35px 260px 0px 260px;
}

#links, #content {
	/*werte via ts*/
}

#footer {
	width: 600px;
	position: absolute;
	padding-top: 20px;
	clear: both;
	bottom: 0px;
}

#impressum {
	margin: 15px 0px 8px 0px;
	text-align: right;
}

/* NAVI */
#navi ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navi ul li {
	display: inline;
}

#navi ul li.navi-top {
	padding-right: 5px;
	background: url(../img/kreis5.png) right top no-repeat;
}

* html #navi ul li.navi-top {
	padding-right: 5px;
	background: url(../img/kreis42.png) right top no-repeat;
}

*+html #navi ul li.navi-top {
	padding-right: 5px;
	background: url(../img/kreis42.png) right top no-repeat;
}

/* SUBNAVI */
#links ul {
	padding: 0px;
	margin: 45px 0px 0px 0px;
	list-style-type: none;
}

#links ul li {
	padding-left: 46px;
	margin-top: 8px;
	background: url(../img/linie.png) 0px 9px no-repeat;
}

/* Clearfix */
/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Standartformate überschreiben */
.csc-textpic-image {
	margin: 0px !important;
}

.news-latest-container h3 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin: 3px 0px 3px 0px;
}

.news-latest-item {
	border-bottom: 1px solid #8F0039;
	margin-bottom: 9px;
}

.news-latest-item p.bodytext {
	margin: 0px 0px 6px 0px;
}

.news-latest-morelink {
	text-align: right;
	margin: 0px 0px 9px 0px;
}

.news-single-item h2 {
	font-size: 1.2em;
}

.news-single-backlink A, .news-list-morelink A {
	text-decoration: none;
}

.news-latest-item hr, .news-single-item hr, .news-list-item hr, .news-single-author, .news-latest-gotoarchive, .news-latest-container h2 {
	display: none;
}

.news-list-date h3 {
	font-size: 1em;
}

.news-list-item h3 A {
	font-size: 1.2em;
}

.news-list-container {
	margin-top: 12px;
}

.news-list-item {
	border-bottom: 1px solid #F7941F;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.news-list-titel {
	font-weight: bold;
	margin-top: 6px;
}

/* Maps */
.mapcat, .mapbottom {
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

#map {
	border: 1px solid #fff; 
}

/* Mailform */
.csc-mailform {
	border: none;
}

.csc-mailform LABEL {
	display: block;
}

.csc-mailform INPUT, .csc-mailform textarea {
	border: 1px solid #fff;
	background: none;
	color: #fff;
	margin: 2px 0px 2px 0px;
}

INPUT.csc-mailform-submit {
	background: #FEB914;
	color: #4F0022;
}

INPUT.csc-mailform-submit:hover {
	background: #4F0022;
	color: #fff;
	cursor: pointer;
}
