* {
	margin: 0;
	padding: 0;
}

body {
	background: #efefef;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 0.875em;
	color: #505050;
}

#wrap {
	width: 889px;
	margin: 0 auto;
	background: url(../images_new/wrap_bg.png) left top repeat-y;
	padding: 20px 35px;
}

h1#logo a {
	display: block;
	width: 220px;
	height: 38px;
	background: url(../images_new/enkelrum.png) left top no-repeat;
}

h1#logo span {
	display: none;
}

.clear {
	clear: both;
}

a, a:link {
	color: #c65f07;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

/* @group navigation */

#navigation {
	margin: 15px 0;
}

#navigation #pre_nav {
	float: left;
	background: url(../images_new/nav_left_bg.png) left top no-repeat;
}

#navigation #post_nav {
	float: right;
	background: url(../images_new/nav_right_bg.png) left top no-repeat;
}

#navigation #pre_nav, #navigation #post_nav {
	height: 5px;
	width: 5px;
}

#navigation ul#primary_nav {
	background: #e6e6e6;
}

#navigation ul#secondary_nav {
	background: #f3f3f3;
}

#navigation ul#primary_nav, #navigation ul#secondary_nav {
	float: none;
	color: #1e1e1e;
	list-style-type: none;
	height: 35px;
}

#navigation ul#primary_nav li {
	float: left;
	margin: 10px 20px 0 10px;
}

#navigation ul#secondary_nav li {
	float: left;
	margin: 10px 15px 0 15px;
}

#navigation a, #navigation a:link {
	color: #1e1e1e;
	text-decoration: none;
}

/* @end */

/* @group content */

/* @group press */

.press_photo {
	margin: 10px 0;
	background: #f3f3f3;
	padding: 5px;
	height: 60px;
}

.press_photo .photo {
	margin: 0 20px 0 0;
	float: left;
}

.press_photo .text {
	float: left;
	padding-top: 15px;
}

.press_photo .text a {
	color: #5d5d5d;
	font-size: 12px;
}

/* @end */

/* @group contact form */

form#third input, form#third textarea {
	font-size: 12px;
	padding: 2px;
	color: #505050;
	margin: 5px 0 10px;
}


/* @end */

#content #main_image {
	overflow: hidden;
	height: 190px;
	margin-bottom: 20px;
}

#content p {
	line-height: 1.5em;
}

#content h2 {
	font-weight: normal;
	font-size: 2.3em;
	line-height: 1.2em;
	color: #c65f07;
	margin: 0 0 20px 0;
}

#content h3 {
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #c65f07;
	margin: 10px 0;
}

#content #main_column {
	float: left;
	width: 620px;
}

#content #left_column {
	width: 250px;
	float: left;
	margin-right: 15px;
}

#content #narrow_column {
	float: left;
	width: 350px;
}

#main_column #main_banner {
	margin: 20px 0;
}

#gallery_link .link_block {
	width: 255px;
	margin: 10px 0;
}

#gallery_link .link_block a.title_link {
	font-size: 12px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#gallery_link .link_block p {
	background: #e0e0e0;
	margin: 0 -5px;
	padding: 5px;
	font-size: 11px;
	color: #515151;
}

#content #sidebar {
	float: right;
	width: 255px;
	font-size: 0.85em;
}

#sidebar #news {
	margin-bottom: 40px;
}

#sidebar a img {
	margin-bottom: 10px;
}

.block_item {
	margin-bottom: 10px;
	padding: 5px;
	background: url(../images_new/block_bg.png) left top no-repeat;
}

.block_item span.label {
	display: inline-block;
	height: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #808080;
	margin-right: 5px;
}

.block_item span.date {
	color: #1f1f1f;
}

.block_item span.content {
	display: block;
	margin-top: 10px;

}

.block_item img {
	margin: 2px -5px 0;
	
}

.link_block a.title_link {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	background: url(../images_new/arr.png) right center no-repeat;
}

.link_block a.title_link:hover {
	text-decoration: none;
}

/* @group gallery */

#gallery_page {
	margin-top: 20px;
}

#gallery_page a {
	display: block;
	background: #f3f3f3;
	padding: 5px;
	width: 200px;
	float: left;
	margin: 5px;
}

#gallery_page a img {
	width: 200px;
	height: 133px;
}

/* @end */

/* @end */

/* @group footer */

#footer {
	font-size: 0.95em;
	margin-top: 20px;
}

#footer #copy {
	border-top: 1px solid #ababab;
	width:  895px;
	margin:  0 12px 0 -23px;
	padding: 10px 20px 20px;
	color: #a7a7a7;
	text-align: center;
}

#copy a, #copy a:link {
	color: #eccbaf;
}

#copy a:hover {
	text-decoration: none;
}

/* @end */