@charset "utf-8";
/* CSS Document */
body {
	background-color: #D1B15C;
	background-image: url(../images/template/bg_body_default.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#frame {
	margin: auto;
	height: auto;
	width: 750px;
}
#left {
	float: left;
	height: auto;
	width: 197px;
}
	#logo {
		height: 200px;
		width: 197px;
	}
	#nav-frame {
		background-image: url(../images/template/bg_catering_nav.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		height: 254px;
		width: 197px;
	}
	#info-bereich {
		background-image: url(../images/template/bg_info_default.png);
		background-repeat: no-repeat;
		background-position: center top;
		height: 200px;
		width: 197px;
		text-align:center;
	}
#right {
	float: right;
	height: auto;
	width: 530px;
	background-image: url(../images/template/bg_right-default.png);
	background-repeat: repeat-y;
	background-position: center top;
}


	#zitat {
		background-image: url(../images/template/bg_catering_zitat.png);
		background-repeat: no-repeat;
		background-position: center top;
		height: 110px;
		width: 530px;
	}


	#content-header {
		background-image: url(../images/template/bg_contentheader_default.png);
		background-repeat: no-repeat;
		background-position: center top;
		height: 54px;
		width: 530px;
	}




	#title-frame {
		background-image: url(../images/template/bg_title_default.png);
		background-repeat: no-repeat;
		background-position: center top;
		height: 45px;
		width: 530px;
	}
		#title {
			width:490px;
			height:45px;
			margin-left: 24px;
		}
	#content-frame {
		background-image: url(../images/template/bg_contentframe_default.png);
		background-repeat: no-repeat;
		background-position: center top;
		height: auto;
		width: 530px;
	}
		#inhalt-frame {
		height: auto;
		width: 500px;
		border-top-width: 2px;
		border-top-style: solid;
		border-top-color: #900;
		margin:auto;
		}
			.cutbox {
				width:480px;
				margin:auto;
			}
	#footer-frame {
	width:530px;
	height:60px;
	background-image: url(../images/template/bg_contentfooter_default.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
		#footer {
			font-size: 11px;
			height: 16px;
			width: 490px;
			padding-top: 16px;
			margin:auto;
		}
/* Textformatierungen */
a {
	color:#900;
	text-decoration:none;
	font-size:11px;
}
a:hover {
	color:#301800;
}
#left a {
	font-weight:bold;
}
.content-titel {
	font-size:16px;
	color:#900;
	font-weight:bold;
}
.rot {
	color:#900;
}
.braun {
	color:#900;
	width:100%;
	background-color:#EADBB3;
	padding:4px;
}
/*NAV LEFT Begin */
#nav {
	height: auto;
	width: 160px;	
	margin:auto;
	padding: 16px 0 0 0;	
}

#nav ul {	
	list-style: none;
	width: 160px;
	margin: 0 0 0px 0;
	padding: 0;
}	
#nav li a {
	font-size: 18px;
	font-weight:normal;
	text-transform:uppercase;
	height: 52px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 16px 0px 0px 44px  ;
	border-bottom: 1px solid #251403;
	border-top: 1px solid #592D00;
	background-image: url(../images/template/bg_catering_nav.png);
	background-repeat: no-repeat;
	background-position: left top;
}	
#nav .sub {
	font-size: 10px;
	font-weight:normal;
	text-transform:uppercase;
	color: #D1B15C;
}	
#nav li a:hover, #nav li a.active:hover, #nav li a.active {
	color: #D1B15C;
}

/* NAV LEFT ENDE */
ul {
	margin: 6px;
	padding-left:16px;
}
p.halb {
	width:50%;
	float:left;
	text-align:justify;
}
/* BILDFORMATIERUNGEN
-------------------------------------------------------*/
div.bild-right {
  float: right;
  padding: 0 1px;
  margin-left: 6px;
  position: relative;
}

div.bild-right img {
	padding: 3px;
	border: 1px solid #999999;
	background-color: white;
}
div.bild-center {
  margin: auto;
  text-align:center;
  position: relative;
}

div.bild-center img {
	padding: 3px;
	border: 1px solid #999999;
	background-color: white;
}
div.bild-left {
  float: left;
  padding: 0 1px;
  margin-right: 6px;
  position: relative;
}

div.bild-left img {
	padding: 3px;
	border: 1px solid #999999;
	background-color: white;
}
/* Formulare 
-----------------------------------------------------*/
label {
	width:80px;
	display:block;
	float:left;
	clear:both;
}
input {
	width:240px;
	margin-bottom:3px;
	border:1px solid #003366;
}
input.long {
	width: 360px;
}
textarea {
	width:320px;
	height:158px;
	border:1px solid #003366;
}
/* Layout / Spaltensatz
-------------------------------------------------------*/
.col-right {
	float: right;
	height: auto;
	width: 49%;
}
.col-left {
	float: left;
	height: auto;
	width: 49%;
}
.col-right-35 {
	float: right;
	height: auto;
	width: 34%;
}
.col-left-65 {
	float: left;
	height: auto;
	width: 64%;
}
.col-left-35 {
	float: left;
	height: auto;
	width: 34%;
}
.col-right-65 {
	float: right;
	height: auto;
	width: 64%;
}
.col-right-25 {
	float: right;
	height: auto;
	width: 24%;
}
.col-left-75 {
	float: left;
	height: auto;
	width: 74%;
}
.col-left-25 {
	float: left;
	height: auto;
	width: 24%;
}
.col-right-75 {
	float: right;
	height: auto;
	width: 74%;
}
