﻿body 
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: small;
	color: #603B24;
    background-color: #b77b3d;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
    line-height: 1.4em;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-position:center top;
}

#main 
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 750px;
	background-color: #F1EADE;
	border: solid 1px #603B24;
}

#header 
{
	margin: 0;
	padding: 0;
	height: 365px;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}

#content
{
	margin: 20px;
	padding:0;
	width: 710px;
	float: left;
}

#contentleft,
#contentleftgallery
{
	float:left;
	width: 300px;
	margin: 20px 20px 20px 15px;
	padding: 0;
}

#contentleftgallery p
{
	float:left;
	width: 278px;
	margin: 0 0 0 34px;
	padding: 0;
}

#contentleftgallerymain img,
#contentleft img
{
	width: 278px;
	margin: 0 0 10px 0;
	padding: 10px;
	border: solid 1px #603B24;
	background-color: White;
}


ul.inline-gallery-unstyled,
ul.inline-gallery
{
	list-style: none;
	margin: 10px 0 0 34px;
	padding: 0;
	width: 278px;
	border:0;
}

ul.inline-gallery-unstyled li
{
	float:left;
	display:block;
	border: 0;
}

ul.inline-gallery-unstyled img,
ul.inline-gallery img
{
	margin: 0;
	padding: 0;
	border: 0;
	width: 30px;
	height: 30px;
}

#contentright
{
	float:left;
	width: 350px;
	margin: 20px 40px 20px 20px;
	padding:0;
}

ul#contentgallery
{
	margin: 20px;
	padding:0;
	width: 710px;
	list-style: none;
	float: left;
}

ul#contentgallery li
{
	float: left;
	padding: 10px;
	border: solid 1px #603B24;
	margin: 7px;
	background-color:White;
}

ul#contentgallery a,
ul#contentgallery img
{
	padding:0;
	margin:0;
	border:0;
	width: 200px;
	height: 133px;
}

#contentgallery p
{
	text-align:center;
	margin:0;
	padding:0;
}

#footer 
{
	clear:both;
	margin: 0;
	padding: 0;
	height: 30px;
	text-align: center;
	background-image: url(../images/footer.png);
	line-height: 30px;
	color: White;
	font-size:small;
}

#footer a
{
	text-decoration: none;
	color: White;
}

a
{
	color: #603B24;
}

a:hover
{
	text-decoration:none;
}

h1
{
	font-size:larger;
	padding:0;
	margin:0;
}

h2
{
	font-size:medium;
}

h3
{
	font-size:small;
}


/* menue */
.nav
{
	background: #fff url(../images/menu/nav_bg.png) repeat-x;
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}

.nav ul
{
	height: 38px;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-top: 3px;
	list-style: none;
}

.nav li
{
	float: left;
	padding: 0 5px;
	background: url(../images/menu/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}

.nav li.menu-mid

{
	background: none;
}

.nav li.last 
{
	background:none repeat scroll 0 0 transparent;
}

.nav li:hover
{
	z-index: 2;
}

.nav li a
{
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
	text-decoration:none;
	color: White;
}

a .menu-left
{
	background: url(../images/menu/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}

a .menu-mid
{
	background: url(../images/menu/menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}

img.language
{
	border: 0;
	margin: 0;
	padding: 0;
	height: 32px;
	width: 34px;
}

a .menu-right
{
	background: url(../images/menu/menu_right.gif) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}

.nav li a:hover .menu-left, 
.nav li:hover a .menu-left, 
.nav li a:hover .menu-mid, 
.nav li:hover a .menu-mid, 
.nav li a:hover .menu-right, 
.nav li:hover a .menu-right,
.nav li.active a .menu-left, 
.nav li.active a .menu-mid, 
.nav li.active a .menu-right
{
	background-position: 0 -37px;
}

.nav li a:hover, 
.nav li.hover a, 
.nav li:hover a,
.nav li.active a
{
	color: #603B24;
}

.nav li:hover .sub, 
.nav li.hover .sub
{
	display: block;
}

.nav li .sub
{
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(../images/menu/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}

.nav li ul
{
	background: url(../images/menu/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
}

.nav li:hover li, 
.nav li.active li
{
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}

.nav li:hover li a, 
.nav li.active li a
{
	color: #603B24;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}

.nav li:hover li a:hover, 
.nav li.active li a:hover
{
	color: #fff;
	background: #b77b3d !important;
	text-decoration: none;
	line-height: normal;
}

/*IE*/
.nav li li a:hover, 
.nav li li a:hover
{
	color: #fff;
	background: #b77b3d !important;
	text-decoration: none;
	line-height: normal;
}
/**/

.nav .btm-bg
{
	background: url(../images/menu/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}

