/* By www.weevers.net */
/* This stylesheet sets advanced styling and layout (positioning, floating etcetera) for high resolution screens. */
/* It will be used by CSS-capable user agents that understand the mediatype "screen". */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

html {
	background: white fixed url(../img/watermark.gif) no-repeat right bottom;
}

body {
	background: url(../img/column_left_bg.gif) repeat-y top left;
}

html>body {
	height: auto;
	min-height: 100%;
}

.skip {
	display: none;
}

/* #logo */

#logo {
	position: absolute;
	top: 31px;
	left: 61px;
}

/* #content */

#content {
	padding: 31px 263px;
}

/* .sidebar */

#content div.sidebar {
	font-size: 80%;
	float: right;
	width: 196px;
	margin: 0 0 30px 30px;
	background: #FFF044 url(../img/sidebar_bottom.gif) bottom no-repeat;
	padding: 7px 16px;
}

#content div.sidebar h2 {
	font-size: 150%;
	color: white;
	background: #5484BA url(../img/sidebar_top.gif) top no-repeat;
	border-bottom: 1px solid white;
	margin: -7px -16px 7px -16px;
	padding: 7px 16px;
}

#content div.sidebar h3 {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #004798;
	color: #004798;
}

#content div.sidebar h3 a {
	text-decoration: none;
}

/* #menu */

#menu {
	position: absolute;
	top: 263px;
	left: 61px;
	width: 153px;
}

#menu h2 {
	display: none;
}

#lang {
	position: absolute;
	left: 108px;
	top: -19px;
}

#lang,
#lang a {
	display: block;
	text-align: center;
	width: 45px;
	height: 35px;
	background: url(../img/language_bg.gif);
}

#lang a img {
	border: 1px solid white;
	margin-top: 7px;
}

#lang a:hover img {
	border: 1px solid #004798;
}

#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li a {
	display: block;
	font-weight: bold;
	line-height: 2.33em;
	text-decoration: none;
	padding: 0 10px;
	color: white;
	background-color: #5584BA;
	background-repeat: no-repeat;
	border-top: 1px solid #99B5D6;
}

* html #menu li a {
	height: 1px;
}

html #menu li a:hover {
	color: white;
	background-color: #004798;
}

html #menu li.selected a {
	color: #004798;
	background-color: #F8E942;
}

#menu li#mi_home a {
	border-top: none;
	background: #5584BA url(../img/mi_first-child.gif) top left no-repeat;
}

#menu li#mi_home a:hover {
	background: #004798 url(../img/mi_first-child.gif) top center no-repeat;
}

#menu li#mi_home.selected a {
	border-top: none;
	color: #004798 !important;
	background: #FFF044 url(../img/mi_first-child.gif) top right no-repeat !important;
}

#menu li#mi_contact a,
#menu li#mi_kontakt a {
	background: #5584BA url(../img/mi_last-child.gif) bottom left no-repeat;
}

#menu li#mi_contact a:hover,
#menu li#mi_kontakt a:hover {
	background: #004798 url(../img/mi_last-child.gif) bottom center no-repeat;
}

#menu li#mi_contact.selected a,
#menu li#mi_kontakt.selected a {
	color: #004798 !important;
	background: #FFF044 url(../img/mi_last-child.gif) bottom right no-repeat !important;
}

/* in a perfect world this would work in IE

#menu li a:hover {
	background-color: #004798;
}

#menu li.selected a {
	color: #004798;
	background-color: #FFF044;
}

#menu ul li:first-child a {
	background-image: url(../img/mi_first-child.gif);
	background-position: top left;
	border: none;
}

#menu ul li:first-child a:hover {
	background-image: url(../img/mi_first-child_hover.gif);
}

#menu ul li.selected:first-child a {
	background-image: url(../img/mi_first-child_selected.gif);
}

#menu ul li:last-child a {
	background-image: url(../img/mi_last-child.gif);
	background-position: bottom left;
}

#menu ul li:last-child a:hover {
	background-image: url(../img/mi_last-child_hover.gif);
}

#menu ul li.selected:last-child a {
	background-image: url(../img/mi_last-child_selected.gif);
} */

/* #submenu */

#submenu,
#submenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu {
	float: right;
}

#submenu li {
	display: block;
	width: 154px;
	margin: 0 0 0 10px
}

#submenu a {
	line-height: 1.9em;
	text-decoration: none;
	padding: 0 5px;
	color: white;
	background: #5584BA;
	display: block;
	border-bottom: 1px solid #7FA3CB;
}

* html #submenu a {
	height: 1px;
}

#submenu a:hover {
	background: #004798;
}

#submenu li.selected a {
	color: #004798 !important;
	background: #FFF044 !important;
}


/* #sidebarWrapper */

#sidebarWrapper {
	font-size: 90%;
	width: 215px;
	position: absolute;
	top: 0;
	right: 0;
}

#sidebarWrapper div.sidebar {
	margin-top: 32px;
	color: #004798;
	width: 153px;
	background: #FFF044 url(../img/sidebar2_bottom.gif) bottom no-repeat;
}

#sidebarWrapper div.sidebar h2 {
	font-size: 110%;
	padding: 6px 12px;
	color: white;
	background: #4075B2 url(../img/sidebar2_top.gif) top no-repeat;
}

#sidebarWrapper div.sidebar div {
	padding: 6px 12px;
}

#sidebarWrapper div#hotline {
	background: #FFF044 url(../img/sidebar_bottom_hotline.gif) bottom no-repeat;
}

#sidebarWrapper div#missing {
	background: #FFF044 url(../img/sidebar_bottom_missing.gif) bottom no-repeat;
}

span.bigger {
	font-size: 133%;
}


