@charset "UTF-8";

body {
	background: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #4c4c4c;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 15px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #74A23B;
}

h1 {font-size: 1.65em; line-height: 1em}
h2 {font-size: 1.45em; line-height: 1em}
h3 {font-size: 1.15em; line-height: 1em}

input, select, option, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

button, .button {
	border: 1px outset #74A23B;
	background-color: #f9f9f9;
	color: #74A23B !important;
	font-size: .95em
}

button:hover, .button:hover {
	color: #ed5c3e !important;
	background-color: #fff;
	border: 1px outset #ed5c3e;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #74A23B;
	text-decoration: underline;
}

a:visited {}

a:hover, a:active {
	color: #4c4c4c;
	background-color: #DDE8CF;
	text-decoration: underline;
} 

a.imageLink {
	background: none;
}

.buttonheading a {
	border: 0;
	background: transparent;
}

/* Tooltips */
.hasTip {
	background: url(../images/tooltips/hasTip.png) top right no-repeat;
	padding-right: 12px;
}
.hasTip:hover {
	cursor: help;
}

.tool-tip {
	float: left;
	background: #DDE8CF;
	border: 1px solid #BCC2B1;
	padding: 5px;
	max-width: 200px;
	z-index: 50;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/tooltips/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}


#all {
	width: 960px;
	padding-right: 25px;
	background: #fff url(../images/backgrounds/mainAll_left.png) top right repeat-y;
}

#allContent {
	border: 1px solid #74A23B;
	border-left: 0;
	background: #fff url(../images/backgrounds/main_background.jpg) top right repeat-y;
}

#top {
	margin-left: 0px;
	margin-right: 0px;
}
#top1 {
	margin-left: 350px;
	padding-top: 15px;
	height: 29px;
}
#top2 {
	margin-left: 389px;
	height: 77px;
}

#bh2logo {
	height: 118px;
	width: 302px;
	float: left;
	margin-left: 5px;
	margin-top: 2px;
}
#bh2logo a {
	border: 0;
	background: none;
}
#footer {
	min-height: 81px;
	clear: left;
}
#footer2 {	
	min-height: 81px;
	margin-left: 20px;
}

#footer2 a {
	border: 0;
}

#colLeft {
	margin-top: 1px;
	width: 158px;
	float: left;
}

#colLeft h3,
#mainBody #contentModule h3 {
	background: #74A23B url(../images/backgrounds/menu_aktiv_background.png) top left repeat-x;
	margin: 0;
	padding-left: 5px;
	color: #ffffff;
	height: 25px;
	line-height: 25px;
	text-align: left;
	text-decoration: none;
}

#colLeft .moduletable {
	margin-top: 0px;
}
#colRight {
	margin-left: 158px;
}
#moduleLeft {
}

#mainBody {}

#mainBody #content {
	margin-top: 1px;
	width: 690px; 
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.25em;
}

#mainBody #contentModule {
	float: left; 
	width: 158px;
}
ul.menu_bottom {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu_bottom li {
	display: inline;
	margin-right: 5px;
}

#footerAll {
	max-width: 985px;
	height: 25px;
	background: #fff url(../images/backgrounds/mainAll_bottom.png) bottom left repeat-x;
}
#footerAll2 {
	height: 25px;
	background: url(../images/backgrounds/mainAll_bottomLeft.png) bottom right no-repeat;
}

#copyright {
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
	color: #aaa;
	line-height: 0.8em;
	max-width: 955px;
	padding-right: 25px;
	background: #fff url(../images/backgrounds/mainAll_left.png) top right repeat-y;
}

#copyright a:link, #copyright a:visited {
	
	text-decoration: none;
	border: 0;
}
#copyright a:hover, #copyright a:active {
	text-decoration: none;
	border: 0;
}

/**
 * (Error) Messages
 */
 
div.error {
	background-color: #74A23B;
	color: #fff;
	padding: 1px;
	margin-bottom: 10px;
}

.error2 dl {margin: 5px;}
.error2 {
	padding: 4px;
	border: 1px solid #DDE8CF;
}
.error2 dt {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}

.error2 dd {margin: 0;}

.error2 ul, .error2 li {
	list-style: none;
	margin: 0;
	padding: 0;
}
