﻿/********* BEGIN GENERAL DEFINITIONS ******/

html {
height:100%;
width:100%;}


body{
    height:100%;
    width:100%;
    margin:0 auto;
    padding:0px;
    text-align:center;
	font-family:Arial;
	font-size:0.7em;
	color:black;
	
	background:white url(images/bg_main.gif) repeat-x;
	}


img{	
border:solid 0px black;}


h1{
    font-family:Arial;
    font-size:1.5em;
    color:#cf0000;
    font-weight:normal;}

h2{    
font-family:Arial;
font-size:1.2em;
color:#ffc900;}


a:link, a:active, a:visited
{color:#cf0000; text-decoration:none;}
a:hover
{text-decoration:underline;}
  

/* 
ul {list-style-image:url(images/pfeil.gif);padding-left:21px;} 
li {margin:3px 0 3px 0px ;} 
*/

/********* END GENERAL DEFINITIONS ******/
/********* BEGIN NAVIGATION *********/

#navigationCafeDiv
{padding-top:10px;
 margin-bottom:8px;}
    
#navigationPavillonDiv
{padding-top:10px;
 margin-bottom:8px;}    

#navigation
{margin:auto;
    width:600px;
    background-color:Green;}

#navKontakt
{float:left;
    background-color:Green;}
    
/********* END NAVIGATION *********/    
/********* BEGIN STARTSEITE ***************/

#strtWillkommen
{height:140px;}


#strtFlash
{ padding-top:30px;
  margin:auto;
  width:720px;
  height:220px;
  background:url(images/bg_flash.gif) no-repeat;}
  
#strtEnter
{margin:auto;
 width:440px;
}


#strtPavillon
{float:left;
 width:209px;
}

#strtCafe
{float:right;
 width:209px;}
 

  
  
/********* END STARTSEITE ***************/ 
/********* BEGIN DETAILSEITE*************/
#strtFlashDetail
{ 
  
  padding-top:30px;
  margin:auto;
  width:720px;
  height:220px;
  background:url(images/bg_flash.gif) no-repeat;}


#contentCafe /*1*/
{margin:auto;
 width:700px;
min-height:250px; 
 background:url(images/bg_cafe_sternad.gif) no-repeat;}

#contentPavillon /*2*/
{margin:auto;
 width:700px;
 min-height:250px; 
 background:url(images/bg_pavillon.gif) no-repeat;}


#contentTxt
{float:left;
 width:370px;
 text-align:left;
 }

#contentGallery
{float:right;
 width:320px;}

#pdfs
{width:280px;
float:right;
text-align:left;


}
 
 
/********* END DETAILSEITE*************/
/********* BEGIN FOOTER **************/

#strtFooter
{clear:both; width:100%; }


#footer
{margin:auto;
 width:700px;
 clear:both;
 margin-top:20px;}
 /********* END FOOTER **************/
 /********* BEGIN PostCard **************/
 
 #DivPostCard
 { position:absolute; bottom:0px; left:0px; width:100%; text-align:center;margin:0 0;z-index:2000; background-color:#eeeeee;/* visibility:hidden; */}
 
 #DivPostCardInner
  {width:620px; height:200px; position:relative; margin:auto auto; z-index:3000; }
 
 #close
 {width:620px; float:right; text-align:right; background-color:#cecece; cursor:pointer;}
 
 .tblPostCard
 {width:620px; border:solid 0px Black; clear:both; text-align:right;}

 .trPostCard
 {background-color:white;}
 
 /********* END FOOTER **************/
 /********* BEGIN LOGIN **************/
 
 #pnlDiv
 {width:700px; 
    margin:auto;}
 
 .pnlLoginP
 {width:300px;
  margin:auto;
  padding-top:60px;
  
  float:left;
  }
  
  #LoginStaticP
  {
    width:320px;
    float:right;
    }
 
 /********* END LOGIN **************/
 
 
 
 
 
