@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #333;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	height: 100%;
	width: 900px;
	color: #666;
	font: 13px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #820A0A;
}

h3 {
	color: #820A0A;
}

a {
	text-decoration: none;
	color: #820A0A;
}


.big {
	font-size: 18px;
	font-weight: bold;
	color: #820A0A;
}

.info {
	
	font-size: 12pt;
	color: green;
	width: 500px;
	border: 2pt solid green;
	padding: 20px;

}

a.bigLink {
	background: url(../images/link.gif) no-repeat;
	font-size:14px;
	font-weight: bold;
	padding-left: 20px;
}

#page {	
	margin: 0px auto;
	width: 900px;
	text-align:left;
}

#top {
	background: #FFFFFF url(/images/bg_top.png) no-repeat; 
	margin: 0 auto;
	height: 185px; 
	text-align: left;
}

#topMenu {
	padding: 23px 0 0 20px;
	color:#FFF;
}


#topMenu a {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

#topMenu a:hover {
	color: #000;
}


#content {
	background:#FFF;
}


#left_content {
	float:left;
	width: 645px;
	padding-left: 20px;
	padding-right: 10px;
}

#right_content {
	float:right;
	width: 215px;
	margin-bottom: 20px;
}

#footer {
	background: #FFF;
	margin-top: 10px;
	height: 80px; 
	width: 900px;
}

#footer table {
	text-align: left;
	margin: 0px 0 0 20px;
	font-size: 13px;
}

#footer table td {
	padding-right: 10px;
}


#bottom {
	margin: 5px 0 0 0;
	height: 60px; 
	width: 900px;
	color: #666;
	font-size: 12px;
}


/* Höger kolumn */
#latest_comment, #latest_info, #list_restaurants {
	width: 210px; 
	height: 210px; 
	float: right; 
	margin: 10px 0 0 10px;
}

#latest_comment { background: url(../images/last_comment.png) no-repeat; }
#latest_info { background: url(../images/last_info.png) no-repeat; }
#list_restaurants { background: url(../images/list_restaurants.png) no-repeat; }


#latest_comment h4, #latest_info h4, #list_restaurants h4 {
	 margin: 70px 10px 0 20px; 
	 color:#FFF;
}

#latest_comment p, #latest_info p, #list_restaurants p {
	 margin: 70px 10px 10px 20px; 
	 color:#FFF; 
	 font-size: 12px;
}

#latest_comment p {
	 margin-top: 0
}

#latest_info a {
	 color:#000; 
}
/* Höger kolumn - Slut */


/* Bildrutor */
#two_for_one, #gift, #search_rest {
	 padding: 160px 1px 5px 1px; 
	 width: 206px; 
	 float: left; 
	 margin-right: 7px
}

#two_for_one { background:url(../images/two_for_one.png) no-repeat; }
#gift { background:url(../images/gift.png) no-repeat; }
#search_rest { background:url(../images/search_restaurants.png) no-repeat; }
/* Bildrutor - Slut */