/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

#container {
	background-image: url(../catering/logobackground.gif);
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
	font-size: 1.2em;
	margin: 25px auto;
	border-top: 1px solid white;
}

#header {
	height: 205px;
	padding-top:25px;
	margin-left: 275px;
}


#left {
	float:left
	width: 175px;
	margin-left: 20px;
	margin-top: 15px;
}

#right {
	margin-left:225px;
	margin-top:0px;
	}

#footer {
	text-align:center;
	border-top: 1px dotted #CCCCCC;
	margin-top: 85px;
	margin-left:275px;
	width:450px;
	font-size:12px;
	position: absolute;
	height: 20px;
	border-top-style: none;
}	


/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

h1 {
	color: #6C853A;
	margin-top: 25px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}


h2 {
	color: #4E535A;
	padding-bottom:5px;
	margin-left: 75px;
	font-size: 19px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.personalized	{
	margin-left: 75px;
	margin-top:-8px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.menuarea {
	float:right;
	margin-left:50px;
	width:500px;
	height:400px;
	margin-top:-300px;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 10px;
	padding-left: 37px;
	width: 140px;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	height: 35px;
}


#navcontainer a:link, #navlist a:visited #inlinemenu
{
color: #93B26E;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(images/menu.png) 0 -45px;
	color: #562930;
}

#inlinemenu li {display: inline;}

/*****************************Drop Down Menus***************************************/
#makemenu	{
	float:left;
	margin-left:-15px;
	margin-top:-275px;
	width:80px;
	height:300px;
	overflow:auto;
	scrollbar-base-color:#FFFFFF;
	position: relative;
}
