/* base.css */
.right {
	height: 1%;
	float: none;
}
.left {
	float: left;
}

html {
	min-height: 100%;
}

body {
	display: block;
	min-height: 100%;
	
	font-family: Verdana, Arial;
	font-size: 12px;
}

/* stage */
#stage {
	position: relative;
	
	width: 934px;
	
	margin: 0 auto;
	padding: 55px 0 0 0;
}
#stage:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* header */
#header {
	position: relative;
	clear: both;
	
	width: 934px;
	height: 36px;
	margin-bottom: 23px;
}
#header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* logo */
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#logo a {
	overflow: hidden;
	
	display: block;
	width: 173px;
	height: 42px;
	
	text-indent: -22222px;
	
	background: url('/fileadmin/web/images/logo.gif') center center no-repeat;
}
#logo img,
#logo br
{
	display: none;
}

/* breadcrumbs */
#breadcrumbs {
	float: right;
	
	width: 755px;
	height: 50px;
	margin-bottom: 13px;
	
	background: url('/fileadmin/web/images/common/breadcrumbs.bg.gif') center center no-repeat;
}

#breadcrumbs p {
	font-size: 10px;
	font-weight: bold;
	margin: 25px 0 0 18px;
}

#breadcrumbs p strong {
	color: #dfa700;
}

#breadcrumbs p a {
	color: #000000;
	text-decoration: none;
}

/* topmenu */
#header .topmenu {
	float: right;
	font-size: 10px;
	
	color: #bbbbbb;
	width: 249px;
}
#form_logout {
	display: none;
}

/* mainmenu */
#mainmenu {
	position: absolute;
	top: 0;
	left: 150px;
	margin: 15px 0 0 35px;
}
#mainmenu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#mainmenu li {
	float: left;
	margin-right: 23px;
}
#mainmenu li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
	display: block;
}
#mainmenu li a:hover, #mainmenu li a.active, #mainmenu li a.crumb {
	padding-bottom: 1px;
	border-bottom: 1px solid #000000;
}
#mainmenu .last {
	float: left;
	margin-right: 0px;
}
/* submenu */

#submenu {
	width: 133px;
	border-bottom: 1px solid #e6e6e6;
	
	margin: 30px 0 0 16px;
}
#submenu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#submenu li {
	display: inline;
	float: left;
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #e6e6e6;
	height: 21px;
	margin: 0;
	
	padding-top: 4px;
	width: 133px;
}
#submenu li:first-child {
	border-top: none;
}
#submenu li a {
	background: url('/fileadmin/web/images/common/submenu.item.bg.gif') 0 5px no-repeat;
	padding-left: 19px;
	display: block;
	
	
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#submenu li a:hover, #submenu li a.active, #submenu li a.crumb {
	background-position: 0 -16px;
	color: #f6b900;
}
#submenu li.first {
	border-top: none;
}
#submenu .newlevel2,
#submenu .newlevel {
	height: auto;
	padding-bottom: 10px;
}
#submenu li .level_2 {
	border: none;
	background: none;
	margin: 0;
	padding: 0 0 0 20px;
}
#submenu li .level_2 li {
	border: 0px;
	background: none;
		
	display: list-item;
	margin: 0 0 5px 0;
	padding: 0;
	
	float: none;
	width: auto;
	height: auto;
}
#submenu li .level_2 li a {
	background: url('/fileadmin/web/images/common/submenu_2.item.bg.gif') 0 2px no-repeat;
	padding-left: 20px;

	color: #000000;
	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
#submenu li .level_2 li a:hover, #submenu li .level_2 li a.active, #submenu li .level_2 li a.crumb {
	background: url('/fileadmin/web/images/common/submenu_hover.item.bg.gif') 0 2px no-repeat;
	color: #f6b900;
}

/* sidebar */
#sidebar {
	float: left;
	margin-right: 13px;
	
	width: 166px;
	height: 620px;
	
	background: url('/fileadmin/web/images/common/sidebar.bg.gif') center center no-repeat;
}
#sidebar h1 {
	margin: 28px 0 0 35px;
}
/* layout */
#layout {
	width: 755px;
	float: right;
	overflow: hidden;
}
#layout:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* banner */
#banner {
	background: url('/fileadmin/web/images/common/banner.bg.gif') center center no-repeat;
	
	width: 724px;
	height: 82px;
	margin: 14px 0 10px 0;
	padding: 7px;
	padding-left: 203px;
	clear: both;
	float: left;
}
#banner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#banner .newsletter {
	float: left;
}
#banner .teaser dl {
	margin: 0;
	padding: 0;
}
#banner .teaser dl dt {
	display: block;
}

/* content */
#content {
	
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* footer */
#footer {
	clear: both;
	margin-top: 10px;
	font-size: 10px;
}
#footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#footer .menu {
	float: left;
	
	color: #bbbbbb;
}
#footer .menu a, #footer .copyright a, #header .topmenu a {
	color: #bbbbbb;
	
	text-transform: uppercase;
	text-decoration: none;
}
#footer br {
	display: none;
}
#footer .copyright {
	float: right;
}

#footer .copyright a {
	background: transparent url(/fileadmin/web/images/logo.eyedea.gif) no-repeat scroll center center;
	display: block;
	height: 20px;
	overflow: hidden;
	text-indent: -22222px;
	width: 50px;
}

#footer .copyright img, #footer .copyright br
{
	display: none;
}