/*
#####################################################################
### Reptile CMS > style.css
#####################################################################
*/

html
{
	background: url("../images/background.gif") repeat-x;
}

/*
#####################################################################
###  <body>
#####################################################################
*/

body
{
	
	background: url("../images/background.jpg") no-repeat;
}

/*
#####################################################################
### <div>
#####################################################################
*/

/* Container */

div#container
{
	padding: 210px 0px 0px 45px;
	width: 874px;
	height: 440px;
}

/* Header */

div#mainmenu
{
	color: white;
	padding: 0px 158px 30px 157px;
}

/* Content */

div#colgroup
{
	font-size: 11px;
	line-height: 16px;
	color: white;
}

div#left_column
{
	width: 120px;
	font-size: 10px;
	margin-right: 10px;
	background: url("../images/box.background.left.jpg");
	float: left;
	padding: 10px;
	min-height: 292px !important;
	height: 292px;
}

div#center_column
{
	width: 534px;
	margin-right: 10px;
	background: url("../images/box.background.center.jpg");
	float: left;
	padding: 10px;
}

div#right_column
{
	width: 140px;
	font-size: 10px;
	float: left;
	margin-bottom: 16px;
	height: 46px;
	background: url("../images/box.background.jpg");
	padding: 6px 10px 10px 10px;
}

div#right_column2
{
        width: 140px;
        font-size: 10px;
        float: left;
        margin-bottom: 15px;
        height: 292px;
        background: url("../images/box.background.jpg");
	padding: 10px;
}


/* Footer */



/* Gruppierungen */



/*
#####################################################################
### <img>
#####################################################################
*/



/*
#####################################################################
### <h1>
#####################################################################
*/



/*
#####################################################################
### <ul>
#####################################################################
*/

ul#startpanel
{
	list-style: none;
	float: left;
}

ul#startpanel li
{
	float: left;
	background-color: #e59522;
	margin-right: 10px;
}

ul#startpanel li.last
{
	margin-right: 0px;
}

/*
#####################################################################
### <a>
#####################################################################
*/

ul#startpanel a
{
	display: block;
	width: 122px;
	color: white;
	font-size: 10px;
	padding: 93px 2px 2px 2px;
}

ul#startpanel a.news
{
	background: url("../images/newspic.jpg") no-repeat;
}

ul#startpanel a.grosscatering
{
	background: url("../images/grosscateringpic.jpg") no-repeat;
}

ul#startpanel a.exklusivcatering
{
	background: url("../images/exklusivcateringpic.jpg") no-repeat;
}

ul#startpanel a.private_events
{
	background: url("../images/privateeventspic.jpg") no-repeat;
}

/*
#####################################################################
### <form>
#####################################################################
*/



/*
#####################################################################
### <p>
#####################################################################
*/

p.spruch
{
	margin: 10px 0px 0px 0px;
	text-indent: -9999px;
	font-size: 0px;
	background: url("../images/spruch.jpg") no-repeat;
	width: 100%;
	height: 171px;
	display: block;
	float: left;
}

/*
#####################################################################
### Standardformate
#####################################################################
*/

