/*  
Theme Name: cappen
Theme URI: http://www.c-app.eu
Description: Central Appartman Sopron
Version: 2.0
Author: tigaman
Author URI: http://wwebdesign.tigaman.hu
*/

body {
	background-image: url(images/background.gif);
	color: #DCEC94;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	text-align: left;
	background-color: #460002;
}
#site {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#header {
	width: 980px;
	height: 231px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu_left {
	float: left;
	margin: 20px 0 6px 10px;
	padding: 0 0 1px 0;
	clear: left;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 14px;
	}
#menu_left li {
	list-style: none;
}
#menu_left li a {
	display: block;
	color: #DCEC94;
	background-image:url(images/li.gif);
	width: 140px;
	padding: 3px 23px 3px 13px;
	margin: 0 0 1px 0;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center left;


}	
#menu_left li a:hover {
	background-image:url(images/li2.gif);
	color: #fff;
	background-repeat: no-repeat;
	background-position: center left;
}

#navigation {
	top: 140px;
	position: relative;
	margin-right: 150px;
	float: right;
}
#navigation ul li {
	float: left;
	margin: 0 5px 0 0px;
	list-style-type: none;
	font-size: 10px;
}
	

#container {
	margin: 0 0 0 0; 
	width: 980px; 	
}

#content {
	width: 500px;
	float: left;
	margin-left: 160px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
}
#content p{

	margin-bottom: 20px;
}
#sidebar {
	float: right;
	width: 270px;
	margin-top: 0px;
}
#sidebar h2{
	display: none;
}
#sidebar ul li {
	list-style-type: none;
	margin-left: -35px;
}
#footer {
	clear: both; 	
	margin: 0 auto; 
	width: 980px; 	
	text-align: left;
	height: 20px;
}
h1 {
	font-size: 16px;
	margin-top: 0px;
	color: #DCEC94;

}
a {
	text-decoration: none;
	color: #DCEC94;

}
.clear {
	clear:both;
}
blockquote {
	margin: 1em;
	padding: 0 0 10px 50px;
	background: url(images/blockquote.gif) repeat-y left top;	
}
td {
	height: 30px;
	border: 1 px solid #DC6;
}