/*

thank you for visiting this css document.

(c)2009 openBalance UG


--------------------------------------------------

blue			#748597
green			#485b35
grey			#5f5f61

*/



/*** main elements ***/

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#header_outside, #content_outside, #footer_outside {
	width: 100%;
	text-align: center;
}
#header, #content, #footer {
	clear: both;
	overflow: auto;
	margin: auto;
	width: 960px;
	text-align: left;
}
#header_outside, #header {
	background-image: url(../_images/bg_header.jpg);
	background-repeat: repeat-x;
}
#footer_outside {
	background-image: url(../_images/bg_footer.jpg);
	background-repeat: repeat-x;
}

#footer {
	height: 170px;
	background-image: url(../_images/bg_footer_box.jpg);
	background-repeat:repeat-x;
	background-position: 0px 0px 0px 0px;
	
}



/*** content ***/

#content_01 {
	width: 250px;
	float: left;
	margin-bottom: 20px;
}
#content_02 {
	width: 460px;
	float: left;
	background-image: url(../_images/bg_content_02.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#content_03 {
	width: 240px;
	float: right;
	margin-bottom: 20px;
}




/*** main navigation ***/

#main_navigation {
	width: 960px;
	height: 45px;
}
#main_navigation ul {
	padding: 0px;
	margin: 0px;
}
#main_navigation li {
	display: inline;
	float: left;
	width: 140px;
}
#main_navigation a {
	display: block;
	font: normal 13px "Trebuchet MS";
	color: #748597;
	text-align: left;
	text-decoration: none;	
	background-image: url(../_images/bg_navigation.jpg);
	background-repeat: no-repeat;
	padding: 18px 0px 0px 31px;
	margin: 0px;
	height: 27px; /* height 45 - padding-top 18 */
}
#main_navigation a:hover {
	background-position: 0px -45px;
	padding-top: 13px;
	height: 32px;
	color: #485b35;
}
#main_navigation a.current {
	background-position: 0px -90px;
}



/*** sub navigaion ***/

#sub_navigation ul {
	font: normal 13px "Trebuchet MS";
	margin: 0px;
	padding: 0px 25px 25px 15px;
	list-style-type: none;
}
#sub_navigation li {
	border-bottom: 1px solid #cccccc;
}
#sub_navigation a {
	display: block;
	color: #748597;
	padding: 5px 0px 4px 5px;
	text-decoration: none;
}
#sub_navigation a:hover {
	color: #485b35;
	padding-left: 10px;
}
#sub_navigation .sub_navigation_level2 a {
	padding-left: 15px;
	color: #5f5f61;
}
#sub_navigation .sub_navigation_level2 a:hover {
	padding-left: 15px;
	color: #485b35;
}



/*** content tabs ***/

#content_tabs_only_for_mapping {
	margin: 30px 0px 0px 0px;
}
#content_tabs {
	width: 960px;
	height: 150px;
	margin: 0px 0px 30px 0px;
}
#content_tabs_left {
	float: left;
	width: 360px;
}
#content_tabs_right {
	float: right;
	width: 590px;
	margin: 0px;
	height: 150px;
}
.tabNavigation {
	float: left;
	width: 250px;
}
#first, #second, #third {
	float: right;
	width: 340px;
	height: 150px;
	background-image: url(../_images/content_tab_contentarea.jpg);
	background-repeat: no-repeat;
}
#first p, #second p, #third p  {
	font: normal 10px verdana;
	line-height: 16px;
	color: #5f5f61;
	margin: 0px;
	padding: 0px 20px 5px 0px;
}
#first h1, #second h1, #third h1 {
	font: normal 13px "Trebuchet MS";
	color: #748597;
	margin: 0px;
	padding: 8px 20px 4px 0px;
}
#first img, #second img, #third img {
	float: left;
}
ul.tabNavigation {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.tabNavigation li a {
	display: block;
	height: 50px;
	text-decoration: none;
}
ul.tabNavigation li a:focus {
	outline-offset: -1px;
	-moz-outline: none;
	outline: none;
}
.tabNavigation_first {
	background-image: url(../_images/content_tab_first.jpg);
}
.tabNavigation_first:hover, .tabNavigation_first.selected {
	background-image: url(../_images/content_tab_first_down.jpg);
}
.tabNavigation_second {
	background-image: url(../_images/content_tab_second.jpg);
}
.tabNavigation_second:hover, .tabNavigation_second.selected {
	background-image: url(../_images/content_tab_second_down.jpg);
}
.tabNavigation_third {
	background-image: url(../_images/content_tab_third.jpg);
}
.tabNavigation_third:hover, .tabNavigation_third.selected {
	background-image: url(../_images/content_tab_third_down.jpg);
}
.tabNavigation_headline {
	font: normal 13px "Trebuchet MS";
	color: #748597;
	padding: 0px 0px 0px 10px;
	line-height: 24px;
}
.tabNavigation_body {
	font: normal 10px verdana;
	color: #5f5f61;
	padding: 0px 0px 0px 10px;
	line-height: 16px;
}



/*** boxes ***/

.box {
	background-image: url(../_images/bg_box_02.jpg);
	background-repeat: repeat-y;
}
.box_headline {
	height: 30px;
	background-image: url(../_images/bg_box_01.jpg);
	background-repeat: no-repeat;
	font: normal 13px "Trebuchet MS";
	color: #ffffff;
	padding: 6px 0px 0px 42px;
	margin: 0px;
}
.box_content {
	background-image: url(../_images/bg_box_03.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}



/*** news box ***/

#news {
	margin: 0px 15px 0px 20px;
}
#news p {
	font: normal 10px verdana;
	line-height: 16px;
	color: #5f5f61;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#news h1 {
	font: normal 13px "Trebuchet MS";
	color: #748597;
	margin: 0px;
	padding: 8px 0px 4px 0px;
}



/*** newsletter box ***/

#newsletter {
	margin: 0px 15px 0px 20px;
}
#newsletter p {
	font: normal 10px verdana;
	line-height: 16px;
	color: #5f5f61;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
.newsletter_label {
	font: normal 13px "Trebuchet MS";
	color: #748597;
}
#newsletter input {
	font: normal 13px "Trebuchet MS";
	color: #748597;
	margin: 4px 0px 8px 0px;
}



/*** footer ***/

#footer_01 {
	width: 280px;
	float: left;
	margin: 20px 0px 0px 20px;
}
#footer_02 {
	width: 280px;
	float: left;
	margin: 20px 0px 0px 40px;
}
#footer_03 {
	width: 280px;
	float: right;
	margin: 20px 20px 0px 0px;
}
#footer_01 p, #footer_02 p, #footer_03 p {
	font: normal 13px "Trebuchet MS";
	line-height: 22px;
	color: #5f5f61;
	margin: 0px;
	padding: 4px 0px 0px 0px;
}
#footer_01 h1, #footer_02 h1, #footer_03 h1 {
	font: normal 13px "Trebuchet MS";
	color: #748597;
	margin: 0px;
	padding: 0px;
}



/*** content typo ***/

#content_02 p, .newsletter_subscription {
	font: normal 13px "Trebuchet MS";
	line-height: 22px;
	color: #5f5f61;
	margin: 0px;
	padding: 15px 5px 0px 10px;
}
#content_02 li {
	font: normal 13px "Trebuchet MS";
	line-height: 22px;
	color: #5f5f61;
	margin: 0px;
}
#content_02 h1 {
	font: normal 13px "Trebuchet MS";
	color: #5f5f61;
	margin: 0px;
	padding: 6px 0px 15px 30px;
}
#content_02 h2 {
	font: normal 13px "Trebuchet MS";
	color: #5f5f61;
	margin: 0px;
	padding: 6px 0px 15px 10px;
}
strong {
	color: #748597;
}
a:link, a:visited, a:active {
	color: #748597;
	text-decoration: none;
}
a:hover {
	color: #748597;
	text-decoration: underline;
}
a:focus {
	outline-offset: -1px;
	-moz-outline: none;
	outline: none;
}
input, textarea, select, option {
	font: normal 13px "Trebuchet MS";
	color: #5f5f61;
}



/*** specials ***/

.seperater {
	height: 5px;
	border-bottom: 1px solid #cccccc;
}

