html,body 
	{
	margin:0;
	padding:0;
	height:100%;
	color:#FFE3B2;
	font-family:Arial, sans-serif;
	font-size:12px;
	}
html
	{
	overflow: scroll;
	}	
body
	{
	text-align:center;
	background-color:#510304;
    }
p, h1,h2, i, li
	{
	margin:0 10px 10px 0px;
	}
a, em	
	{
	color:#9E6739;
	text-decoration:none;
	font-style:normal;
	}
a:hover
	{
	text-decoration:underline;
	}
hr			
	{
	background-color:#9E6739; /* Mozilla 1.4 */
	color:#9E6739; /* IE 6 */
	border: #9E6739; /* Opera 7.11 */
	height: 2px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	}
.img_right
	{
	margin-left:5px;
	}
#container
	{
	text-align:left;
	width:900px;
	margin:0 auto;
	margin-top:0px;
	padding:0px;
	height:100%;
	}

#header
	{
	height:243px;
	margin:0px;
	background-image: url(../images/layout.gif);
	background-repeat: no-repeat;
	}
 
#header h1 {
	font-size:24px;
	text-align:center;
	padding: 0px;
	margin: 0px;
	padding-top: 100px;
	color:#FFFFFF;
	display:none;
}
#header h2 {
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	margin:0px;
	padding:0px;
	padding-top: 10px;
	display:none;
}

#wrapper
	{
	float:left;
	width:900px;
	background-image:url(../images/layout-03.gif);
	background-repeat:repeat-y;
	padding:0px;
	padding-left:0px;
	position:relative;
	z-index:0;
	}

#content
	{
	margin: 0px;
	background-color:none;
	min-height:320px;
	padding:10px 0 0 20px;
	float:left;
	width:590px;
	}
#content p
	{
	line-height:18px;
	text-align: justify;
	font-size:12px;
	font-weight:normal;
	}
#content h1
	{
	line-height:1.4em;
	font-size:16px;
	font-weight:bold;
	text-align: left;
	}
#content h2
	{
	line-height:1.4em;
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	text-align: left;
	width:70%;
	}
#content a
	{
	font-style:italic;
	}
	

#left
	{
	float:left;
	width:240px;
	margin-left: 0px;
	background-image:url(../images/layout-02.gif);
	background-repeat:no-repeat;
	font-family:inherit;
	position:relative;
	z-index:0;
	font-family: Arial, sans-serif;
	}
#leftcontent
	{
	height: 280px;
	min-height:280px;
	background-color:#FFE3B2;
	margin-top:15px;
	margin-left:90px;
	padding: 5px;
	}
#left h3
	{
	font-family: inherit;
	font-size: 12px;
	color:#510304;
	}
#left p
	{
	color:#510304;
	font-family: inherit;
	font-size: 11px;
	margin:0;
	padding:0;
	text-align:justify;
	margin-bottom:5px;
	}
#left a:hover
	{
	text-decoration: underline;
	font-weight: normal;
	}		
#footer
	{
	clear:left;
	width:900px;
	height: 144px;
	padding-top:0px;
	background-image: url(../images/layout-04.gif);
	background-repeat:no-repeat;
	margin-left:0px;
	}

#footer p
	{
	line-height:1.2em;
	margin:0;
	padding:10px 10px;
	text-align:center;
	font-size:10px;
	color:#FFE3B2;
	}
#footer a
	{
	color:#FFE3B2;
	margin:0;
	}	
#footer a:hover
	{
	font-weight:normal;
	text-decoration:underline;
	}	
#footspace
	{
	clear:left;
	width:100%;
	padding-top:0px;
	}
	
/*------------ Menu --------------*/

/* Main Menu */
#main
	{
	text-align: left;
	margin:0;
	padding:0;
	position:relative;
	top: 220px;
	left: 90px;
	}
#main .menuitem, #main  .menuitem_active
{
	display:inline;
	padding:0;
	margin:0;
}

#main .menuitem_link
{
	font-weight:bold;
	color:#FFE3B2;
	font-size:12px;
	line-height:14px;
	margin: 0px 10px 0px 0px;
}

/* Webmaster Menu */
#webmaster
	{
	text-align: left;
	margin:0;
	padding:0;
	position:relative;
	top:70px;
	left:90px;
	}
#webmaster .menuitem, #webmaster .menuitem_active
{
	display:inline;
}

#webmaster .menuitem_link
	{
	font-weight:bold;
	color:#9E6739;
	font-size:12px;
	line-height:14px;
	padding: 0px 5px 0px 0px;
}
	
img
	{
	border:0px;
	}
.box 
	{
	border: 1px solid #B80606;
	color:#FFE3B2;
	}
.boxheader, .boxheader p
	{
	background-color: #B80606;
	color: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
.boxcontent
	{
	margin: 5px;
	padding-bottom:10px;
	color:#FFE3B2;
	}	

/* Formulareinstellungen */

.FormLabelRequired,.FormLabel
	{
	display:block;
	width:120px;
	text-align:right;
	float:left;
	padding-right:10px;
	}
.FormElementInvaild, .FormElementValid	
	{
	margin-top:10px;
	float:left;
	clear:left;
	}
	
	
.FormElementInvalid
	{
	color:#FF0000;
	}
	
.ElementHidden
	{
	visibility:hidden;
	}
.FormErrorMessage
	{
    color:#FF0000;
    }

input, textarea, select
	{
	background-color:#FFE3B2;
	}
/*----------  Veranstaltungen ------*/

.EventListImg
	{
	float:right;
	margin:5px;
	clear:both;
	}

.EventListDivInfo
	{
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
	float:left;
	border-bottom: 2px solid #9E6739;
	margin-bottom:20px;
	font-style:italic;
	}
.EventListDivText
	{
    float:left;
    }    

.EventNavBarCurrentRecordsPerPage
	{
	font-weight:bold;
	}
.EventNavBarCurrentPage
	{
	font-weight:bold;
	}
.EventNavBarIndex
	{
	float:right;
	}
.EventNavBarSelector
	{
	float:left;
	margin-bottom:10px;
	}
.EventNavBar
	{
	text-align:center;
	margin:5px 0 10px 0;
	}

/*---------   Fotoalbum ---------*/

.AlbumThumbContainer
	{
	background-color:#FFE3B2;
	padding:10px;
	margin-bottom:10px;
	width:570px;
	float:left;
	}
.AlbumImgContainer
	{
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	padding:5px;
	/*background-color:#FFE3B2;*/
	}
.AlbumImg,.AlbumKeyImg
	{
	border-left:3px solid #b77742;
	border-top:3px solid #b77742;
	border-right:3px solid #855730;
	border-bottom:3px solid #855730;
	}	
.AlbumKeyImgDiv
	{
	float:left;
	}
.AlbumImgTitle
	{
	color:#FFE3B2;
	}
	
.AlbumTitle
	{
	line-height: 1.4em;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	color:#510304;
	margin:0 0 10px 0;
	}
.AlbumText
	{
	color:#510304;
	}

.AlbumTextbox
	{
	float:left;
	margin-left:10px;
	width:410px;
	}
.AlbumDetailBox
	{
	background-color:#FFE3B2;
	width:100%;
	}

/*--------- Speisekarte --------*/

.MenuCardCategory
	{
	font-size:14px;
	margin-bottom:10px;
	float:left;
	clear:left;
	width:100%;
	text-decoration:underline;
	}
.MenuCardCategoryBox
	{
	float:left;
	clear:left;
	width:100%;
	margin-bottom:20px;
	}
.MenuCardDishBox
	{
	float:left;
	clear:left;
	width:100%;
	}
.MenuCardDishName
	{
	float:left;
	clear:left;
	font-weight:bold;
	color:#9E6739;
	padding: 10px 0 10px 0;
	}
.MenuCardDishDesription
	{
	float:left;
	clear:left;
	}
.MenuCardDishPrice
	{
	float:right;
	}


	
/*---------   Kalender ----------*/
.CalendarcpMonthNavigation
	{
	font-size:11px;
	text-align:center;
	}

.CalendarcpDayColumnHeader
	{
	font-size:12px;
	}

.CalendarcpCurrentMonthDate,.CalendarcpOtherMonthDate,.CalendarcpCurrentDate
	{
	padding:2px;
	}
.CalendarcpTodayText, .CalendarcpCurrentDate
	{
	font-weight:bold;
	color:#B80606;
	}
.CalendarcpDayColumnHeader
	{
	font-weight:bold;
	color:#760A07;
	}
.CalendarcpOtherMonthDate
	{
	color:#999999;
	}	

