/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * Page
 */
 
body {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}

body.yoopage {
	background: #000000;
}

/* set body font size (styleswitcher) */
body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

body.font-large {
	font-size: 13px;
}

/* center page */
div.wrapper {
	margin: auto; 
}

/*
 * Layout
 */

div#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

div#page-header {
	border-bottom: #000000 1px solid;
	background: #2d2f32;
	font-family: Arial, Helvetica, sans-serif;
}

div#page-header div.page-header-middle {
	background: url(../images/darkgrey/bg_darkgrey_middle.jpg) 50% 100% repeat-y;
}

div#page-header div.page-header-shadow {
	background: url(../images/darkgrey/bg_darkgrey_shadow_top.jpg) 50% 100% no-repeat;
}

div#page-header div.page-header-toolbar {
	background: url(../images/toolbar_bg.png) 0 0 repeat-x; /* ie6png:scale */
}

div#page-headerbar {
	background: #f1f1f1;
}

div#page-headerbar div.page-headerbar-middle {
	min-height: 40px;
	 
	background: url(../images/white/bg_white_middle.jpg) 50% 0 repeat-y;
}

div#page-top,
div#page-middle,
div#page-bottom {
	border-top: #000000 1px solid;
	background: #2d2f32;
}

div#page-top div.page-top-middle,
div#page-middle div.page-middle-middle,
div#page-bottom div.page-bottom-middle {
	background: url(../images/darkgrey/bg_darkgrey_middle.jpg) 50% 0 repeat-y;
}

div#page-top div.page-top-shadow,
div#page-middle div.page-middle-shadow,
div#page-bottom div.page-bottom-shadow {
	background: url(../images/darkgrey/bg_darkgrey_shadow_bottom.jpg) 50% 0 no-repeat;
}

div#page-footer {
	background: #000000 url(../images/black/bg_black_shadow_bottom.jpg) 50% 0 no-repeat;
}

div#toolbar {
	width: auto;  
	height: 24px;
	padding: 1px 150px 0px 10px;
	clear: both;  
	color: #C8C8C8;
	overflow: hidden;
}

div#date {
	margin: 3px 10px 0px 0px;
	float: left;
	font-size: 85%;
}

div#topmenu {
	margin: 3px 10px 0px 0px;
	float: left;
}

div#styleswitcher {
	  
	height: 20px;
	margin: 1px 0px 0px 20px;
	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.png) 0 -20px no-repeat;
}

a#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium.png) 0 0 no-repeat;
}

a:hover#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium.png) 0 -20px no-repeat;
}

a#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge.png) 0 0 no-repeat;
}

a:hover#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge.png) 0 -20px no-repeat;
}

a#switchwidththin {
	background: url(../images/styleswitcher_widththin.png) 0 0 no-repeat;
}

a:hover#switchwidththin {
	background: url(../images/styleswitcher_widththin.png) 0 -20px no-repeat;
}

a#switchwidthwide {
	background: url(../images/styleswitcher_widthwide.png) 0 0 no-repeat;
}

a:hover#switchwidthwide {
	background: url(../images/styleswitcher_widthwide.png) 0 -20px no-repeat;
}

a#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid.png) 0 0 no-repeat;
}

a:hover#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid.png) 0 -20px no-repeat;
}

div#header {
	width: auto;  
	min-height: 75px;
	 
	padding: 0px 10px 0px 10px;
	position: relative;
	z-index: 10;
	clear: both;  
}

div#menu {
	position: absolute;
	top: 36px;
	right: 10px;
	z-index: 11;
	height: 40px;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 10px;
}

div#search {
	position: absolute;
	top: -23px;
	right: 15px;
	z-index: 12;
	width: 120px;  
}

div#banner {
	position: absolute;
	top: 10px;
	right: -5px;
	width: 0px;
	z-index: 3;
}

div#headerbar {
	width: auto;  
	padding: 20px 10px 20px 10px;
	clear: both;  
	overflow: hidden;
}

div#top {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 20px 10px;
	clear: both;  
}

div#top .topbox {
	margin-top: 15px;
}

div#middle {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 13px 0px;
	clear: both;  
}

div#middle div.middle-container-t {
	padding: 0px 20px 0px 20px;
	position: relative;
}

div#middle div.middle-t {
	height: 20px;
	background: url(../images/middle_t.png) 0 0 repeat-x; /* ie6png:scale */
}

div#middle div.middle-tl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background: url(../images/middle_tl.png) 0 0 no-repeat; /* ie6png:scale */
}

div#middle div.middle-tr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background: url(../images/middle_tr.png) 0 0 no-repeat; /* ie6png:scale */
}

div#middle div.middle-l {
	background: url(../images/middle_l.png) 0 0 repeat-y;
}

div#middle div.middle-r {
	padding: 0px 10px 0px 10px;
	background: url(../images/middle_r.png) 100% 0 repeat-y;
}

div#middle div.middle-m {
	padding: 5px 15px 5px 15px;
	background: #ffffff;
	overflow: hidden;
}

div#middle div.middle-l-ie6,
div#middle div.middle-r-ie6 {
	display: none;
}

div#middle div.middle-container-b {
	padding: 0px 20px 0px 20px;
	position: relative;
}

div#middle div.middle-b {
	height: 20px;
	background: url(../images/middle_b.png) 0 0 repeat-x; /* ie6png:scale */
}

div#middle div.middle-bl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background: url(../images/middle_bl.png) 0 0 no-repeat; /* ie6png:scale */
}

div#middle div.middle-br {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background: url(../images/middle_br.png) 0 0 no-repeat; /* ie6png:scale */
}

div#middle .background {
	min-height: 200px;
	 
	 
	 
	 
}

 
div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.left div#middle .background {
	padding: 0px 0px 0px 0px;
	background: url(../images/left_bg.png) 0 0 repeat-y;
}

 
.right div#middle .background {
	padding: 0px 0px 0px 0px;
	background: url(../images/left_bg_right.png) 100% 0 repeat-y;
}

div#left {
	width: 200px;  
	 
}

.left div#middle div#left {
	float: left;
}

.right div#middle div#left {
	float: right;
}

div#main {
	width: auto;
	 
}

 
div#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

 
.left div#main {
	margin: 0px 0px 0px 230px;  
}

 
.right div#main {
	margin: 0px 230px 0px 0px;  
}

div#maintop {
	padding: 0px 0px 15px 0px;
}

div#mainmiddle {
	margin: 0px 0px 15px 0px;
}

.showright div#mainmiddle {  
	background: url(../images/right_bg.png) 100% 0 repeat-y;
}

div#right {
	width: 180px;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

div#content {
	width: auto;
	 
}

 
div#content {
	margin: 0px 0px 0px 0px;
}

 
.showright div#content {
	margin: 0px 210px 0px 0px;  
}

div#contenttop {
	margin: 0px 0px 15px 0px;
}

div#breadcrumb {
	height: 19px;
	font-size: 85%;
}

div#contentbottom {
	margin: 15px 0px 0px 0px;
}

div#mainbottom {
	padding: 0px 0px 0px 0px;
}

div#bottom {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 20px 10px;
	clear: both;  
}

div#bottom .bottomblock {
	margin-top: 15px;
	margin-bottom: -15px;
}

div#footer {
	width: auto;  
	min-height: 150px;
	 
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 0px 10px;
	clear: both;  
	text-align: center;
	color: #c8c8c8;
}

div#footer a:link, div#footer a:visited {
	color: #c8c8c8;
}

div#footer a:hover {
	color: #ffffff;
}

div#footer a.anchor {
	margin: 0px 0px 0px 0px;
	width: 30px;
	height: 5px;
	background: url(../images/footer_anchor.png) 0 0 no-repeat;
	display: block;
	float: right;
	text-decoration: none;
}

/*
 * Clearing & Floating
 */

 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}
	
 
.clearfix { display: block; }

 
.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width15 { width: 14.999%; }
.width18 { width: 18.333%; }
.width20 { width: 19.999%; }
.width23 { width: 22.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width35 { width: 34.999%; }
.width40 { width: 39.999%; }
.width45 { width: 44.999%; }
.width50 { width: 49.999%; }
.width54 { width: 53.999%; }
.width65 { width: 64.999%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }
