/** 
 * A Duna-Mappáció
 * Aloldalak stíluslapja
 */

/* ===== Szerkezet ===== */

*
{
	margin: 0;
	padding: 0;
}

body
{
	min-height: 677px;
	height: 677px;
}

div#wrap
{
	position: relative;
	width: 816px;
	margin: 0 auto;
}

h1#title
{
	position: relative;
	margin: 0;
	padding: 50px 0 0 80px;
}

h1#title span
{
	display: block;
	position: absolute;
	top: 50px;
	left: 80px;
	_left: 0;
	width: 239px;
	height: 27px;
}

h2#page-title
{
	width: 400px;
	margin: 20px 0 0 80px;
}

ul#menu
{
	
	position: absolute;
	top: 0;
	right: 70px;
	width: 249px;
	margin: 0;
	padding: 0 0 40px 0;
	_padding: 10px 0 40px 0;
	list-style: none;
}

ul#menu li
{
	padding: 0 40px 0 35px;
	_margin: -12px 0 0 0;
}

ul#menu li a
{
	display: block;
	padding: 7px 0 7px 0;
}

div#page-content
{
	margin: 70px 0 0 0;
	padding: 0 70px;
}

div#footer
{
	padding: 0 70px 20px 70px;
}

div#footer hr
{
	display: block;
	margin: 20px 0 30px 0;
	padding: 0;
	height: 12px;
	width: 100%;
}


/* ===== Keretek, színek és háttér ===== */

html
{
	background: url(../images/subpage-html-bg.jpg) repeat 50% 0;
}

body
{
	background: url(../images/subpage-body-bg.jpg) no-repeat 50% 0;
}

h1#title a
{
	color: #6f5348;
}

h1#title span
{
	background: url(../images/subpage-logo.jpg) no-repeat;
}

h2#page-title
{
	border-bottom: 1px solid #91644e;
	color: #91644e;
}

ul#menu
{
	background: url(../images/subpage-menu-bg.jpg) no-repeat 0 100%;
}

ul#menu li a
{
	border-bottom: 1px solid #6f5348;
	color: #6f5348;
}

ul#menu li.last a
{
	border: 0 none;
}

ul#menu li.active
{
	background: url(../images/subpage-menu-active-item.jpg) no-repeat 2px 0;
}

ul#menu li.active a,
ul#menu li.active a:hover
{
	color: white;
}

ul#menu li a:hover
{
	color: #947569;
}

div#page-content
{
	color: #442726;
}

div#footer
{
	color: #442726;
}

div#footer hr
{
	border: 0 none;
	background: url(../images/footer-sep.jpg) no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/footer-sep.jpg)
	progid:DXImageTransform.Microsoft.Matrix(Dx=-1,Dy=-1);
}


/* ===== Tipográfia ===== */

body
{
	font: normal 62.5% 'Tahoma', 'Verdana', 'Arial', sans-serif;
}

h1#title
{
	font-size: 2.2em;
	font-weight: normal;
}

h2#page-title
{
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 2em;
	font-variant: small-caps;
}

ul#menu li a
{
	font: 1em  'Verdana', 'Arial', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

div#page-content
{
	font: 1.2em 'Verdana', 'Arial', sans-serif;
}

div#page-content p
{
	padding-bottom: 20px;
	line-height: 20px;
}

div#footer
{
	font-size: 10px;
	text-align: center;
	line-height: 15px;
}
