/* local styles go here */
/*

color conventions:
  
   #eee - seperating lines
   #666 - light text
   
*/

body {
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	background-color: #ddd;
	min-height: 100%;
}

.heading {
	margin: 10px 10px 5px 10px;
}

.texthead {
	margin-top: 1em;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #0a0a0a;
}

a:hover {
	text-decoration: underline;
}



.clickable {
	cursor: pointer;
}

#main #breadcrumbs {
	text-shadow: #fff 1px 1px 3px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #eee;
	/*font-size: 1em;*/
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e0e0e0));
	background: -moz-linear-gradient(top,  #f1f1f1,  #e0e0e0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e0e0e0');
}

#main #breadcrumbs a {
	color: #999;
}

#main #breadcrumbs #search {
	float: right;
}

#search {
	margin: 2px;
}

#search input {
	border: 1px solid #aaa;
	padding: 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px #ddd;
	-moz-box-shadow: 0 1px 2px #ddd;
	box-shadow: 0 1px 2px #ddd;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top,  #eee,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#fff');
}

#search input[type=submit] {
	background-color: #aaa;
	text-shadow: #555 1px 1px 3px;
	color:  #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#999));
	background: -moz-linear-gradient(top,  #aaa,  #999);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa', endColorstr='#999');
}

#search input[type=submit]:hover {
	background-color: #999;
	text-shadow: #555 1px 1px 3px;
	color:  #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777));
	background: -moz-linear-gradient(top,  #999,  #777);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#777');
}


#main #breadcrumbs .inner {
	padding: 9px 10px;
}

.inner {
	margin: 0px 10px 0px 10px;
}

.inner.notice {
	width: 905px !important;
	display: block;
}

.inner.result_count {
	float: right;
	padding: 10px;
	padding-right: 0px;
	font-style: italic;
}

#main #breadcrumbs a {

	font-weight: normal;
}

#main #breadcrumbs a:hover {
	text-decoration: underline;
}

#chart {
	margin-left: 10px;
	margin-top: 3em;
	width: 610px;
	border: 1px solid #ccc;
	padding: 10px;
	height: 240px;
}

table.account,
table.structure {
	clear: both;
	margin-top: 20px;
	margin: 10px;
	width: 930px;
}

table.account thead th,
table.structure thead th {
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e0e0e0));
	background: -moz-linear-gradient(top,  #f1f1f1,  #e0e0e0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e0e0e0');
}

table.account tfoot td {
	border-bottom: none;
	color: #555;
	font-style: normal;
	padding-top: 1em;
	text-align: right;
}

table.account tr.values .data {
	padding-left: 17px;
	display: block;
}

table.account tr.values .title {
	color: #333;
	display: block;
}

table.account tr.values .path,
table.account tr.values .path a {
	color: #999;
	font-weight: normal;
}

table.account tr.pager td {
	text-align: center;
}

tr.sum {
    border-bottom:none;
    border-top: 2px solid #333;
}

.sumlabel {
    font-weight:bold;
    float:right;
    text-align:right;
}

#account_note table {
	width: 100% !important;
}

#infobox {
	/*border-left: 1px solid #eee;*/
	margin-right: 10px;
}

#infobox td,
#infobox th {
	border-bottom: 1px solid #eee;
}

table#info td {
	text-align: right;
}

table#info td.text {
	text-align: left;
}

.vis_toggle_item {
	color: #999 !important;	
}

.vis_toggle_item a {
	color: #666 !important;
	cursor: pointer;
}

#show_hist_table {
	text-align: right;
	padding-right: 8px;
	margin-bottom: 1.5em;
}

table#history {
	/*width: 180px;*/
	/*width: inherit;*/
}

table#history th {
	background-color: transparent;
}

table#history th.year {
	text-align: right;
}

table#history td {
	text-align: right;
}

table#group_function td {
	text-align: right;
}

table#group_function ul {
	list-style-type: none;
	padding-left: 15px;
}

table#group_function li {
	line-height: 1.3em;
	margin-bottom: 0.5em;
	text-align: left;
}

table#bmf_sources {
	
}

#account_note {
	margin-left: 12px;
}

#mainvis {
	height: 250px;
	width: 960px;
}

table {
	border-collapse: collapse;
}

table th, 
table td {
	border-bottom: 1px solid #eee;
	font-size: 1em;
	vertical-align: top;
}

table th {
	/*border-bottom: 1px solid #999;*/
}

table th,
table td.title {
	font-weight: bold;
	text-align: left;
}

table .num {
	text-align: right;
}

.change.up {
	color: green; 
}

.change.down {
	color: red; 
}

table.accounts {
	width: 100%;
}

tr.values:hover {
	background-color: #DDE7F0;
}

header {
	height: 70px;
}


header nav {
	display: inline-block;
	text-align: right;
	margin-top: 10px;
}

header #logo {
	display: block;
	margin-top: 20px;
	margin-left: -54px;
	margin-right: 54px;
}

header nav a {
	color: #000;
	margin: 0 0.6em 6px 0.3em;
	display: inline-block;
	font-size: 1.1em;
	text-shadow: 1px 1px 2px #fff;
}

header nav a:hover {
	text-decoration: underline;
}

header #logo img {
	padding-left: 10px;
}

header #slogan {
	color: 666;
	font-size: 1.2em;
	text-shadow: 1px 1px 2px #fff;
	margin-bottom: 10px;
	width:900px;
}

header #year_selection {
	color: 666;
	text-shadow: 1px 1px 2px #fff;
	font-size: 1.2em;
	float: right;
	width: auto; 
}

header #year_selection a {
	font-weight: normal; 
}

header #year_selection a.active {
	font-weight: bold; 
}

#main {
	/*background-color: #EDF1F5;
	border-left: 2px solid #A3B3C7;
	border-right: 2px solid #A3B3C7;
	*/
	clear: both;
	background-color: #fff;
	padding-bottom: 2em;
	-webkit-box-shadow: 5px 5px 20px #bbb;
	-webkit-border-radius: 3px;
}

footer {
	border-top: 1px solid #eee;
	/*background-color: #fff;*/
	padding-top: 20px;
	text-shadow: #fff 1px 1px 3px;
}

footer ul {
	float: right !important;
}

footer li {
	font-weight: bold;
	list-style: none;
}

footer li a {
	font-weight: normal;
}

footer div {
	margin: 10px;
}

footer .about {
	clear: both;
	font-size: 90%;
}

.empty {
	display: none;
}

.color_badge {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 2px;
	float: left;
	margin-top: 4px;
}

.virtual .color_badge {
	background-position: left center;
}

#infovis {
	position: relative;
	width: 600px;
	height: 400px;
	overflow: hidden;
	margin: 6px 0 0 9px;
	
}

#infovis.home {
	width: 932px;
}

#history_graph {
	width: 300px;
	height: 80px;
	margin-bottom: 14px;
}

#history_graph-canvaswidget {
	display:none;
}

#_tooltip {
	background-color: #DDE7F0;
	padding: 4px 6px;
	border: 1px solid #A3B3C7;
}

#id-list {
	margin-left: 9px;
}

#infovis-label div.node {
	color: white;
	padding: 0;
	font-size: 9px;
	font-family: Verdana;
	background:gray
}

div.node:hover{background:#D32645 !important}

.innode{padding:4px}


/* Commenting */

/*.link_list {
	margin: 10px;
}*/

form.comment_create, 
form.link_create {
	margin: 10px;
}

form.comment_create label,
form.link_create label {
	display: block;
	color: #666;
	font-size: 0.9em;
	margin-top: 10px;
}

form.link_create label {
	margin-top: 0px;
}

form.comment_create input,
form.link_create input,
form.comment_create textarea {
	width: 100%;
	padding: 5px;
	display: block;
}

form.comment_create input[type=text],
form.link_create input[type=text],
form.comment_create textarea {
	border: 1px solid #999;
}


form.comment_create textarea {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 100px;
}

form.link_create input[type=text] {
	width: 95%;
}

form.link_create input[type=submit] {
	margin-top: 8px;
}

form .error-message {
	font-weight: bold;
	color: #dd1711;
}

form.comment_create input[type=submit] {
	width: auto;
} 

.comment {
	margin: 10px;
	border-bottom: 1px solid #eee;
}

.comment .author {
	font-weight: bold;
	display: block;
}

.comment .gravatar {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.comment .body {
	padding-top: 5px;
	clear: both;
}

#muster{position:absolute; top:250px;left: 400px;z-index:40000}

.klein,
.klein a{font-size:10px}

#liste{display:none}

.produktnr{font-size:9px;font-style:italic}

#infovis-label{height:0px}