/*  
Theme Name: Weinbrenner & Collegen
Description: Theme for current the web site of Weinbrenner & Collegen
Version: 1.0-SNAPSHOT
Author: Björn Weinbrenner
Author URI: http://bjoerne.com/
*/
html {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0px;
	background-color: #EDEFF3;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

img {
	border: none;
}

.main {
	margin: 0 auto;
	position: relative;
	width: 980px;
	background-color: white;
	height: 100%;
	text-align: left;
	background-image: url("images/backgroundMain.gif");
}

.headWrapper, .contentWrapper, .footWrapper {
	position: absolute;
	width: 100%;
}

.headWrapper {
	z-index: 2;
	height: 137px;
	left: 40px;
	width: 900px;
}

.searchWrapper {
	position: absolute;
	top: 80px;
	right: 30px;
}

.searchTable {
	border-spacing: 0;
	border-collapse: collapse;
}

.searchTable td {
	padding: 0;
	border: 1px solid #608AB0;
}

.searchInput {
	display: block;
	border: 0;
	margin: 0;
	width: 150px;
}

.searchSubmit {
	cursor: pointer;
	display: block;
}

.searchInputNotUsed {
	color: #777;
}

.sidebarWrapper {
	z-index: 2;
	position: absolute;
	left: 40px;
	top: 145px;
	bottom: 23px;
	width: 210px;
	background-image: url("images/backgroundSidebar.gif");
	background-repeat: repeat-x;
}
* html .sidebarWrapper {
	height: expression((document.body.clientHeight - 145 - 23) + "px");
}

.contentWrapper {
	top: 145px;
	left: 40px;
	bottom: 24px;
	overflow: auto;
	width: 900px;
}
* html .contentWrapper {
	height: expression((document.body.clientHeight - 145 - 24) + "px");
}

.footWrapper {
	bottom: 0;
	left: 40px;
	width: 900px;
	height: 23px;
	background-color: #00487F;
	background-image: url("images/backgroundMainNavigation.jpg");
	color: #D9E5F8;
}

* html .footWrapper {
	bottom: -1px;
}

.head, .content {
}

.head {
	
}

.content {
	background-color: white;
	color: black;
	padding: 15px 30px 15px 15px;
	margin-left: 225px;
	width: 559px;
}

.sidebar {
	margin-top: 10px;
}

.sidebar .menuItem {
	padding: 4px 0 4px 28px;
}

.sidebar .menuItemHighlighted, .sidebar .menuItemSelected, .sidebar .subMenuItemSelected, .sidebar .subSubMenuItemSelected {
	background-image: url("images/backgroundSidebarHover.gif");
}

.sidebar .menuItemSelected a,
.sidebar .subMenuItemSelected a,
.sidebar .subSubMenuItemSelected a {
	color: black;
}

.sidebar .subMenuItem {
	padding: 4px 0 4px 43px;
}

.sidebar .subSubMenuItem {
	padding: 4px 0 4px 58px;
}

.sidebar .menuItem, .sidebar .subMenuItem, .sidebar .subSubMenuItem {
	margin-bottom: 1px;
}

.sidebar .subMenuItem a, .sidebar .subMenuItem a:hover {
	font-weight: normal;
}

.sidebar .subSubMenuItem a, .sidebar .subSubMenuItem a:hover {
	font-weight: normal;
}

.foot {
}

.logo {
	margin: 19px 0 10px 23px;
}

.breadcrumbPath, .breadcrumbPath a {
	font-weight: normal;
}

.breadcrumbPath {
	margin-bottom: 15px;
	color: #4E4E4E;
}

.breadcrumbPath, .breadcrumbPath a {
	color: #4E4E4E;
}

.breadcrumbPath .arrow {
	font-family: Verdana;
	font-size: 11px;
}

.quickNav {
	position: absolute;
	top: 10px;
	right: 30px;
}

.quickNav, .quickNav a {
	font-weight: normal;
	text-transform: uppercase;
	color: 5F89AF;
}

.mainNavigation {
	background-color: #00487F;
	background-image: url("images/backgroundMainNavigation.jpg");
	height: 31px;
	border-bottom: 1px solid #CED7E6;
	left: 40px;
}

.mainNavigation a, .mainNavigation a:hover {
	color: #D9E5F8;
	font-weight: normal;
	line-height: 29px;
}

.mainNavigation * {
	display: block;
	float: left;
}

.mainNavigationLink {
	margin: 1px;
	padding: 0 27px;
}

.mainNavigationLink:hover, .mainNavigationLinkSelected {
	background-image: url("images/backgroundMainNavigationHover.gif");
}

a.mainNavigationLinkSelected, a.mainNavigationLinkSelected:hover {
	color: white;
}

.mainNavigation img {
	margin: 1px 0px;
}


.foot .copyright {
	margin-left: 240px;
	line-height: 22px;
}

.sitemap a {
	font-weight: normal;
}

body, td, a, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #014a81;
}

.content a:hover {
	text-decoration: underline;
}

.contentImages {
	padding: 0;
	margin: 20px -5px 30px 0;
}

.contentImages img {
	margin-right: 5px;
}

.contactPerson {
	height: 122px;
	margin-bottom: 10px;
}

.contactPerson img {
	float: left;
	margin-right: 10px;
}

ul {
	margin-left: 20px;
	list-style-type: disc;
	padding-left: 0;
}

ul ul {
	margin-left: 35px;
	list-style-type: disc;
}

h1 {
	font-size: 18px;
	color: #014a81;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 18px;
	color: #014a81;
}

h3, h4 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	color: #888;
	height: 1px;
	border: 0;
	border-top: 1px solid #888;
}



