/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset,img {  
	border: 0; 
} 

option {
	padding-left: 0.4em;
}

html {
	height: 100%;
	margin-bottom: 1px;
}
	
body { 
	position: relative; 
} 
	
/* page setup */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

body#page {
	background: #000000 url(../images/page_footer_bg.png) 50% 0 repeat;
	color: #323232;
}

/* set body font size (styleswitcher) */
body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

body.font-large {
	font-size: 13px;
}

/* set body width (styleswitcher) */
body.width-thin div.wrapper {
	width: 780px;
}

body.width-wide div.wrapper {
	width: 940px;
}

body.width-fluid div.wrapper {
	width: 83%;
}

/* dogear */
div#dogear {
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 135px;
	height: 135px;
}

div#dogear img {
	width: 135px;
	height: 135px;
}

/* top panel*/
div#toppanel-container {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	height: 0px;
	z-index: 15;
}

div#toppanel-wrapper {
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div#toppanel {
	position: relative;
	z-index: 15;
	margin-top: -320px;
	width: 100%;
	height: 320px;
	background: url(../images/toppanel_bg.png) 0 100% repeat;
	color: #646464;	
}

div#toppanel .panel {
	margin: auto;
	width: 600px;
	height: 300px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

div#toppanel .close {
	width: 50px;
	height: 15px;
	margin-top: 23px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #646464;
	background: #1e1e1e;
	float: right;
	overflow: hidden;
	text-align: center;
	font-size: 85%;
	line-height: 150%;
	cursor: pointer;
}

div#toppanel .cpanel {
	clear: both;
}

div#toppanel-container .trigger {
	position: relative;
	z-index: 16;
	top: 0px;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	cursor: pointer;
}

div#toppanel-container .trigger img {
	width: 20px;
	height: 19px;
	border: 0px;
}

div#toppanel-container .trigger-l, div#toppanel-container .trigger-r {
	width: 20px;
	height: 19px;
	float: left;
}

div#toppanel-container .trigger-l {
	background: url(../images/toppanel_trigger_l.png) 100% 0 repeat-x;
}

div#toppanel-container .trigger-r {
	background: url(../images/toppanel_trigger_r.png) 100% 0 repeat-x;
}

div#toppanel-container .trigger-m {
	width: 80px;
	height: 19px;
	background: url(../images/toppanel_trigger_m.png) 100% 0 repeat-x;
	float: left;
	text-align: center;
	font-size: 85%;
	line-height: 150%;
	overflow: hidden;
	color: #ffffff;
}

/* layout */
div.wrapper {
	margin: auto;
}

div#page-body {
	background: url(../images/page_body_bg.png) 50% 0 repeat-x;
}

div.wrapper  .wrapper-outer {
	padding: 0px 0px 0px 40px;
	background: #000000;
}

div.wrapper  .wrapper-inner {
	background: #AFA082;
}

div#toolbar {
	width: auto;
	height: 30px;
	padding: 0px 10px 0px 0px;
	clear: both;
	background: #000000;
}

div#date {
	margin: 6px 20px 0px 0px;
	float: left;
	font-size: 85%;
	color: #ffffff;
}

div#topmenu {
	margin: 6px 0px 0px 0px;
	float: left;
}

div#styleswitcher {
	width: 45px;
	height: 20px;
	margin: 6px 0px 0px 10px;
	float: right;
}

div#styleswitcher a {
	width: 15px;
	height: 20px;
	float: right;
	text-decoration: none;
	display: block;
}

a#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall.png) 0 0 no-repeat;
}

a:hover#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall_hover.png) 0 0 no-repeat;
}

a#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium.png) 0 0 no-repeat;
}

a:hover#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium_hover.png) 0 0 no-repeat;
}

a#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge.png) 0 0 no-repeat;
}

a:hover#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge_hover.png) 0 0 no-repeat;
}

a#switchwidththin {
	background: url(../images/styleswitcher_widththin.png) 0 0 no-repeat;
}

a:hover#switchwidththin {
	background: url(../images/styleswitcher_widththin_hover.png) 0 0 no-repeat;
}

a#switchwidthwide {
	background: url(../images/styleswitcher_widthwide.png) 0 0 no-repeat;
}

a:hover#switchwidthwide {
	background: url(../images/styleswitcher_widthwide_hover.png) 0 0 no-repeat;
}

a#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid.png) 0 0 no-repeat;
}

a:hover#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid_hover.png) 0 0 no-repeat;
}

div#topmodule {
	height: 18px;
	margin: 6px 0px 0px 10px;
	float: right;
}

div#search {
	height: 18px;
	margin: 6px 0px 0px 10px;
	float: right;
}

div#top {
	width: auto;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	background: #593F2B url(../images/top_b.png) 0 100% repeat-x;
	clear: both;
}

div#top .top-tl {
	background: url(../images/top_tl.png) 0 0 no-repeat;
}

div#top .top-tr {
	background: url(../images/top_tr.png) 100% 0 no-repeat;
}

div#top .top-bl {
	background: url(../images/top_bl.png) 0 100% no-repeat;
}

div#top .top-br {
	padding: 10px 10px 0px 10px;
	background: url(../images/top_br.png) 100% 100% no-repeat;
}

div#top .topbox {
}

div#top .topboxseperator {
}

div#header {
	width: auto;
	margin: 10px 10px 10px 10px;
	position: relative;
	background: #F6EDD8;
	z-index: 10;
	clear: both;
}

div#header .header-tl {
	background: url(../images/header_tl.png) 0 0 no-repeat;
}

div#header .header-tr {
	background: url(../images/header_tr.png) 100% 0 no-repeat;
}

div#header .header-bl {
	background: url(../images/header_bl.png) 0 100% no-repeat;
}

div#header .header-br {
	background: url(../images/header_br.png) 100% 100% no-repeat;
}

div#header .header-bg {
	min-height: 250px;
}

span#logo {
	position: absolute;
	top: 35px;
	left: -113px;
	width: 352px;
	height: 370px;
	background: url(../images/logo.png) 0 0 no-repeat;
	z-index: 3;
	display: block;
	cursor: pointer;
}

div#banner {
	position: absolute;
	top: 50px;
	right: -30px;
	z-index: 3;
}

div#headermodule {
	width: auto;
	height: 250px;
	background: url(../../../images/yootheme/slideshow/header_image_01.jpg) 0 0 no-repeat;
}

span#illustration {
	position: absolute;
	top: -20px;
	right: -132px;
	width: 122px;
	height: 303px;
	background: url(../images/header_illustration.png) 0 0 no-repeat;
	z-index: 3;
	display: block;
}

div#menu {
	width: auto;
	height: 110px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 250px;
	clear: both;
	background: #000000;
}

div#middle {
	width: auto;
	margin: 10px 0px 0px 0px;
	clear: both;
}

div#middle .background {
	min-height: 340px;
}

div#middle .layoutleft {
	background: none;
	padding: 0px 0px 0px 0px;
}

div#middle .layoutright {
	background: none;
	padding: 0px 0px 0px 0px;
}

div#middle .withoutleft {
	background: none;
	padding: 0px 0px 0px 0px;
}

div#left {
	width: 200px;
}

div#middle .layoutleft div#left {
	float: left;
}

div#middle .layoutright div#left {
	float: right;
}

div#submenu, div#othermenu {
	width: 190px;
	margin: 0px 0px 10px 10px;
	overflow: hidden;
	background: #F6EDD8 url(../images/left_module_t.png) 0 0 no-repeat;
}

div#middle .layoutright div#submenu, div#middle .layoutright div#othermenu {
	margin: 0px 10px 10px 0px;
}

div#submenu .submenu-b, div#othermenu .othermenu-b {
	min-height: 45px;
	padding: 30px 0px 40px 0px;
	background: url(../images/left_module_b.png) 0 100% no-repeat;
}

div#main {
	width: auto;
}

div#middle .layoutleft div#main {
	margin: 0px 0px 0px 200px;
	padding: 0px 0px 0px 0px;
}

div#middle .layoutright div#main {
	margin: 0px 200px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#middle .withoutleft div#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#maintop {
}

div#maintop .maintopbox {
	margin: 0px 0px 0px 0px;
}

div#maintop .maintopboxseperator {
}

div#mainmiddle {
	margin: 0px 0px 0px 0px;
}

div#main .withright {
	background: transparent;
}

div#main .withoutright {
	background: transparent;
}

div#right {
	width: 180px;
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
	
div#content {
	width: auto;
}

div#main .withright div#content {
	margin: 0px 190px 0px 0px;
	padding: 10px 10px 10px 10px;
}

div#main .withoutright div#content {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

div#contenttop {
	margin: 0px 0px 10px 0px;
	background: url(../images/content_module_m.png) 0 100% repeat-x;
}

div#contenttop .contenttop-l {
	background: url(../images/content_module_l.png) 0 100% no-repeat;
}

div#contenttop .contenttop-r {
	padding: 0px 0px 2px 0px;
	background: url(../images/content_module_r.png) 100% 100% no-repeat;
}

div#contenttop .contenttopbox {
}

div#contenttop .contenttopboxseperator {
	background: url(../images/content_module_top_sep.png) 100% 100% no-repeat;
}

div#breadcrumb {
	height: 19px;
	font-size: 85%;
	color: #ffffff;
}

div#contentbottom {
	margin: 10px 0px 0px 0px;
	background: url(../images/content_module_m.png) 0 0 repeat-x;
}

div#contentbottom .contentbottom-l {
	background: url(../images/content_module_l.png) 0 0 no-repeat;
}

div#contentbottom .contentbottom-r {
	padding: 2px 0px 0px 0px;
	background: url(../images/content_module_r.png) 100% 0 no-repeat;
}

div#contentbottom .contentbottombox {
}

div#contentbottom .contentbottomboxseperator {
	background: url(../images/content_module_bottom_sep.png) 100% 0 no-repeat;
}

div#mainbottom {
}

div#mainbottom .mainbottombox {
	padding: 0px 0px 10px 0px;
}

div#mainbottom .mainbottomboxseperator {
}

div#bottom {
	width: auto;
	padding: 0px 10px 10px 10px;
	clear: both;
}

div#bottom .bottombox {
}

div#bottom .bottomboxseperator {
}

div#footer {
	width: auto;
	min-height: 100px;
	clear: both;
	position: relative;
	z-index: 10;
}

div#footer .footer-bg {
	position: absolute;
	top: -20px;
	left: 50%;
	width: 614px;
	height: 106px;
	margin-left: -307px;
	background: url(../images/footer_bg.png) 0 0 no-repeat;
	z-index: 3;
	display: block;
}

div#footermodule {
	padding: 20px 0px 0px 0px;
	position: relative;
	z-index: 5;
	text-align: center;
	color: #ffffff;
}

/* clearing & floating */
.clearingfix:after {
	content: "."; 
	display: block; 
	line-height: 0px;
	clear: both; 
	visibility: hidden;
}
	
.clearingfix { display: block; }

.floatbox { overflow: hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width20 { width: 19.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width50 { width: 49.999%; }
.width66 { width: 66.666%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }