/* Style sheet layout */
body{
	background-color:#932615;
	background-image:url("../img/bg.jpg");
	background-repeat:repeat-x;
}


#headerTop {
	background-image:url("../img/headerTop_bg.png");
	background-repeat:no-repeat;
	height:124px;
	width:967px;
}

#logohead{
	float:left;
	display:block;
	padding:20px 10px 0 40px;
}

#sloganhead{
	float:right;
	display:block;
	padding:20px 40px 0 10px;
}

#right {
	padding-right:7px; /* subtract the shadow */
}

/**
* Main Navigation
**/

#header .mod_navigation {
	height:36px;
	clear:both;
	padding-left:25px;
	background-color:#f5f5f5;
	background-image:url("../img/mainnavi_bg.png");
	background-repeat:repeat-x;
}

#header.level_1 {
	margin:0;
	padding:0;
	vertical-align:baseline;
	color:#ffffff;
	list-style-type:none;
}

#header ul {
	margin-left:10px;
}

#header ul.level_1 li {
	float:left;
	display:block;
	padding:0;
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:bold;
	/*text-transform:uppercase;*/
	font-size:15px;
	line-height:28px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	text-shadow:1px 1px 0 #eee;
	margin-left:0;
	color:#66523f;
	background:none;
}

#header ul.level_1 li a {
	display:block;
	padding: 0px 28px 0px 28px;
	text-decoration:none;
	color:#66523f;
	
}

#header ul.level_1 li > a {
	background: transparent url("../img/navi_button_weiss.png") 0px 0px no-repeat;
}

#header ul.level_1 li {
	border-left: 1px solid #eee;
}
#header ul.level_1 li.trail {
	border-left: 1px solid #ccc;
}

#header ul.level_1 li.last {
	/*border-right: 1px solid #eee;*/
	border-right:none;
	border-left:none;
	float:right;
	text-shadow:1px 1px 0 #eee;
	color:#66523f;
	margin-right:4px;
}

body.homepage #header ul.level_1 li.last {
	display:none;
}

#header ul.level_1 li.last a {
	text-shadow:1px 1px 0 #eee;
	color:#66523f;
}

#header ul.level_1 li.last > a {
	background: transparent url("../img/navi_button_orange.png") 0px 0px no-repeat
}

/*
#header ul.level_1 li.active.last {
	border-right: 1px solid #ccc;
}
#header ul.level_1 li.trail.last {
	border-right: 1px solid #ccc;
}
*/

#header ul.level_1 li:hover > a {
	background-position: 0px -30px;
}

#header ul.level_1 li:active > a {
	background-position: 0px -60px;
}

#header ul li.active {
	padding: 0px 28px 0px 28px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: transparent url("../img/navi_button_weiss.png") 0px -90px no-repeat;
}

#header ul li.active.last {
	border-left: 1px solid #ccc;
	border-right:none;
	background: transparent url("../img/navi_button_orange.png") 0px 0px no-repeat;
}

#header ul li.trail > a {
	padding: 0px 28px 0px 28px;
	background: transparent url("../img/navi_button_weiss.png") 0px -90px no-repeat;
}


/**
* Sub Navigation
**/
#subnavigation {
	margin-top:25px;
}

#subnavigation ul {
	font-size:14px;
	font-weight: bold;
}

#subnavigation ul li {
	background: url("../img/subnav-bullet.png") no-repeat 10px 13px;
	border-bottom: 1px solid #d4d4d4;
	padding: 8px 0px 12px 5px;
	line-height:1.2em;
	list-style-type:none;
	margin:0 10px 0 0;
}

#subnavigation ul li:hover {
	background-image: url("../img/subnav-bullet_hover.png");
}

#subnavigation a {
	color:#d97823;
	text-decoration:none;
}

#subnavigation a:hover {
	color:#f08426;
	text-decoration:underline;
}

#subnavigation li.active {
	background-image: url("../img/subnav-bullet_hover.png");
	color:#b8000c;
}

#subnavigation ul .level_2 {
	padding-top: 2px;
	padding-bottom:2px;
}

#subnavigation ul .level_2 li {
	border-bottom:0;
}

#subnavigation .level_2 li.last{
	padding-bottom:0;	
}



/**********************
* Main
**********************/
#main {
	min-height:390px;
}

#main .inside {
	padding-top:4px;
	margin-left:40px;
	margin-right:30px;
}


/**********************
* Content
**********************/
#container{
	background: url("../img/content_bg_shd.png") repeat-y;
	background-color:transparent;
	margin-top: 2px;
	padding-bottom:25px;
	height: 1%;
	position: relative;
	z-index: 1;
}

#containerEnd{
	background: transparent url("../img/content_btm_shd.png") 0px 0px no-repeat;
	display: block;
	clear: both;
	height:6px;
	width:967px;
	padding-bottom:2px;
}


/**********************
* Footer
**********************/


#footer{
	background: url("../img/footer_shd_bg.png") no-repeat;
	height: 32px;
	width: 967px;
}

#footer .inside {
	padding:5px 40px 0px 40px;
}

#copyright {
	float:left;
	font-size:10px;
	color:#888;
}

#footerlinks {
	float:right;
	font-size:10px;
	color:#888;
}


/**********************
* Featured
**********************/

#featured {
	margin:0;
	padding:0;
}

#featuredslider {
	background: url("../img/content_bg_shd.png") repeat-y;
	height:306px;
	overflow-x:hidden;
	overflow-y:hidden;
	width:100%;
	padding: 5px 4px 0px 4px;
}

/*#featured .inside {
	margin: 4px 4px 3px 4px;
}*/

#featuredBottom {
	background: transparent url("../img/content_btm_shd.png") 0px 0px no-repeat;
	display: block;
	clear: both;
	height:6px;
	width:967px;
	padding-bottom:4px;
}

/**********************
* homepage cols
**********************/

body.homepage #main .inside {
	margin:0 7px  0  0;
}

body.homepage #container {
	margin-top:0;
}

body.homepage #main .mod_article {
	float:left;
	display:inline;
	width:412px;
	padding-left:30px;
	min-height:388px;
}

body.homepage #main .mod_newslist {
	float:left;
	display:inline;
	width:412px;
	padding-right:5px;
	margin-right:15px;
	margin-left:40px;
	border-right:solid 1px #8a2e1f;
}

body.homepage p.teaser {
	margin-bottom:0;
	font-size:12px;
}

body.homepage p.more {
	font-size:12px;
	margin-bottom:0.4em;
}

/**********************
* featured blocks
**********************/
#featured3Block {
	background: url("../img/content_bg_shd.png") repeat-y;
	height:100px;
	overflow-x:hidden;
	overflow-y:hidden;
	/*border-bottom:solid 1px ##8a2e1f;*/
	padding-right:7px;
}

#featured3Block ul {
	margin: 0;
	padding:0;
}

#featured3Block ul li {
	float:left;
	display:block;
	padding:0;
	margin:0;
	width:318px;
	border-right:solid 2px ##f29f5e;
	border-left:solid 2px #8a2e1f;
	overflow-x:hidden;
	overflow-y:hidden;
}

#featured3Block ul li.last {
	border-right:none;
}

#featured3Block ul li.first {
	border-left:none;
}

#featured3BlockBottom {
	/*background: transparent url("../img/Box_Shadow_full.png") 0px 0px no-repeat;*/
	background:transparent;
	display: block;
	clear: both;
	height:3px;
	width:967px;
	/*padding-bottom:4px;*/
}

/**********************
* Utilities
**********************/



