html {
    height: 100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#e4eee5;
	background-repeat:no-repeat;
	background-position: top;
	background-attachment: fixed;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#7c785f;
	font-size:11px;
	line-height:18px;
}

/* html elements */
a {
	color:#666;
}
input[type=button],input[type=submit]{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#eee;
	font-size:11px;
	background:#bab7a7;
	border:1px solid #AAA;
	padding:2px 4px 2px 4px;
	font-weight:bold;
	cursor:pointer;
	text-shadow:1px 1px 2px #666;
}
input[type=button]:hover,input[type=submit]:hover {
	color:#fff;
}
input[type=file] {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	background:url(images/input_login.png) no-repeat;
	border:0;
}
input[type=text],input[type=password],select {
	width:200px;
	height:17px;
	padding:3px 0 0 2px;
	color:#666;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/input_login.png) no-repeat;
	border:0;
}
select {
	width:202px;
	height:20px;
}
select option {
	background:#fff;
}

textarea {
	width:202px;
	height:120px;
	max-height:120px;
	max-width:202px;
	min-height:120px;
	min-width:202px;
	padding:3px 0 0 2px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	background:url(images/textarea.png) no-repeat;
	border:0;
}

dt,dd {
	padding-bottom:4px;
	display:block;
}

fieldset {
	border:0;
	padding:0;
	margin:0;
}

p.align-center {
	text-align:center;
}
 
p.align-right {
	text-align:right;
}

/* layout */
div#mainframe {
    min-height: 100%;
    width: 1023px;
    margin: auto;
    background: url(images/contentbg_middle.png) repeat-y;
	display:block;
	padding:0;
}

div#sitelogo {
	width:1008px;
	height:157px;
	margin:0 0 0 8px;
	background:url(images/sitelogo.png) no-repeat;
}

div#pageheader {
	margin-top:50px;
	text-align:center;
	width:500px;	
	padding-bottom:45px;
}

div#cafe_ticker {
    padding-bottom: 20px;
    text-align: center;
    width: 500px;
}

div#maincontent {
	width:500px;
	padding-bottom:50px;
	clear:both;	
}

/* layout cols */
div#leftcol {
    width: 190px;
    float: left;
	padding:0px 0px 0px 21px;
	margin:0px
}

div#centercol {
    width: 552px;
	padding:0 0 0 50px;
    float: left;
}

div#rightcol {
    width: 160px;
	padding:0 20px 0 20px;
    float: left;
}

div.clearer {
	clear:both;
}

div#langmenu {
	width:200px;
	text-align:center;
	padding:60px 0 0 0;
}

/* site wraps */
div.sitewrapparent9 {
	margin-top:-35px;
}

/* menu */
div#leftmenu, div#aktuellheader {
	margin-top:-10px;
}
div.submenuframe {
	display:none;
	padding:9px 0 18px 0;
}
div#movingBoxL1 {
	width:190px;
	height:25px;
	background:#afac9c;
	z-index:1;
	position:relative;
	top:0px;
	left:0px;
	margin-left:190px;
	margin-top:10px;
	display:none;
}

div#movingBoxL2 {
	width:190px;
	height:18px;
	background:#afac9c;
	z-index:1;
	position:relative;
	top:0px;
	left:0px;
	margin-left:190px;
	margin-top:6px;
	display:none;
}

div#movingBoxL3 {
	width:190px;
	height:18px;
	background:#afac9c;
	z-index:1;
	position:relative;
	top:0px;
	left:0px;
	margin-left:190px;
	margin-top:-18px;
	display:none;
}

div.boxload {
	background:#afac9c url(images/ajax-loader.gif) 170px center no-repeat !important;
}

div.m1 a {
	position:relative;
	z-index:2;
	padding:0;
	margin:0;
	width:190px;
	height:25px;
	display:block;
	outline:none;
}

div.m2 a {
	position:relative;
	z-index:2;
	padding:0;
	margin:0;
	width:190px;
	height:18px;
	display:block;
	outline:none;
}

div.m3 a {
	position:relative;
	z-index:2;
	padding:0;
	margin:0;
	width:190px;
	height:18px;
	display:block;
	outline:none;
}

/* slideshow */
div.preview {
	width:500px;
	height:190px;
	padding-top:123px;
	text-align:center;
	border:1px solid #fff;
	font-size:12px;
}
div.slideshow {
	display:none;
	width:500px;
	height:333px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

/* fonts */
div#pageheader {
	letter-spacing:1px;
}

div#pageheader,h1 {
	font-size:18px;
	font-weight:normal;
} 

h1 {
	padding:25px 0 25px 0;
}

h1.csc-firstHeader {
	padding:0px 0 25px 0;
}

h2 {
	font-size:14px;
	font-weight:normal;
}

h3 {
	font-size:12px;
	font-weight:normal;
}

p.bodytext {
	font-size:11px;
	color:#666;
}

div.css_header {
	padding:0;
	margin:0;
}

div#aktuellheader,div#angeboteheader {
	width:160px;
	text-align:center;
	padding-bottom:35px;
}
div#angeboteheader {
	padding-bottom:18px;
}

/* tables */
table p.bodytext {
	padding:0;
	margin:0;
}

table td.align-right {
	text-align:right;
}
table.contenttable td{
	padding:0;
	margin:0;
}

/* ----------------------------------------------------------------------------------- FELOGIN ---- */
div.tx-felogin-pi1 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	margin-top:20px;
}

div.tx-felogin-pi1 form div {
	clear:both;
	padding:0 0 10px 0;
}

div.tx-felogin-pi1 form label {
	float:left;
	width:150px;
}

div.tx-felogin-pi1 input[type="submit"] {
	margin-left:150px;
}
div.tx-felogin-pi1 input[type="submit"].logout {
	margin:0;
}

/* ----------------------------------------------------------------------------------- GMAP BACK  ---- */
div.gmapback {
	background:url(images/gmapback.png)no-repeat;
	width:509px;
	height:341px;
	margin-left:-4px;
}
div.gmapback iframe {
	margin:10px 0 0 10px;
}

/* ----------------------------------------------------------------------------------- GALLERY  ---- */
div#fce_gallery_plugin {
	float:right;
	padding:0 0 20px 20px;
	text-align:center;
}
div#fce_gallery_plugin img,div.fce_small_gallery_pluginwrap img {
	border:0;
}
div.fce_gallery_hiddenimages,div.fce_small_gallery_hiddenimages {
	display:none;
}

/* ----------------------------------------------------------------------------------- SMALL GALLERY  ---- */
div.fce_small_gallery_headline {
	font-size:14px;
	padding-bottom:4px;
}
div.fce_small_gallery_image {
	float:left;
	padding:10px 10px 10px 0;
	width:90px;
}
div.fce_small_gallery_text {
	float:left;
	width:400px;
}
div.fce_small_gallery_container_wrap div.clearer {
	background:url(images/line.png) bottom center no-repeat;
	height:1px;
	padding-top:25px;	
}
div.fce_small_gallery_container_wrap {
	padding-bottom:25px;
}

/* ----------------------------------------------------------------------------------- DOWNLOAD  ---- */

table.bstdownloadfiles_filestable {
	width:100%;
	border:0;
	margin-top:18px;
}

table.bstdownloadfiles_filestable td.td_border {
	border:1px solid #ccc;
	padding-left:10px;
	height:15px;
}

table.bstdownloadfiles_filestable td.td_empty {
	height:17px;
	border:none !important;
}

table.bstdownloadfiles_filestable th {
	text-align:left;
	padding:0 0 25px 10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.bstdownloadfiles_link {
	display:block;
	background:url(images/download.png) no-repeat;
	width:35px;
	height:17px;	
	border:1px solid #ccc;
}

a.bstdownloadfiles_link:hover {
	background:url(images/download_over.png) no-repeat;
}

/* ----------------------------------------------------------------------------------- NEWS  ---- */
span.news-list-morelink {
	padding:0;
	margin:18px 0 0 0;
	display:block;
}
div.news-latest-morelink span {
	margin:0;
	padding:0;
}
div.news-single-backlink {
	padding:0;
	margin:0;
}
div.news-latest-container,div.news-latest-item {
	padding:0;
	margin:0;
}
div.news-latest-item {
	padding:0 0 35px 0;
}


/* ----------------------------------------------------------------------------------- TICKER ---- */

#cafe_ticker_marquee {
  background-color: #88230E;
  color: #FFF;
}

#cafe_ticker_marquee p.bodytext{
  color: #FFF;
  font-size: 24px;
  margin: 0;
  padding: 12px 0 12px 0;
}

/* -------------------------------------------------------------------------------- AGB Rahmen ---- */
.border1 {
  border: 1px solid #A6A6A0;
  padding: 5px;
}

