
/* allgemein
-------------------------------------------*/
* { 
	margin: 0;
	padding: 0;
	font-size: 1em;
}
html {
	height: 100%;
}
body {
	background-color: #ddd;
	height: 100%;
	background: #ddd url(../images/layout/body_bg.gif) repeat-y;
	font: 59.9%/1.5em Verdana,Geneva,Arial,Helvetica,sans-serif normal;
}
#content ul {
	margin: 1.5em;
}
p,
ul,
ol {
	margin: 0 0 1em 0;
}


/* layout 
-------------------------------------------------- */
#wrap {
	padding: 0 150px 0 169px;
	background: url(../images/layout/bg_right.gif) top right repeat-y;
	min-height: 100%;
	min-width: 430px;
}
#header {
	min-height: 100px;
	background: url(../images/layout/header_center_bg.gif);
}
#header h1, 
#header img {
	float: left;
}
#header h1 {
	margin: 20px auto auto 17px;
	font-size: 2.4em;
	font-weight: normal;
	color: #fff;
	height: auto;
	line-height: normal;
}
div.left {
	float: left; 
	width: 169px;
	margin: 0 0 0 -169px;
}
div.right {
	float: right; 
	width: 150px;
	margin: 0 -150px 0 0;
}
#content_shadow_top {
	min-height: 100%;
	float:left;
	width:100%;
	background: url(../images/layout/content_shadow_top.gif) repeat-x;
}
#content_shadow_left {
	background: url(../images/layout/content_shadow_left.gif) repeat-y;
}
#content {
	background: url(../images/layout/content_shadow_corner_left_top.gif) 0 0 no-repeat;
	padding: 20px;
}



/* Navigation 
-------------------------------------------------- */
/* 1. Ebene */
ul#navi {
	border-top: 1px dotted #fff;
	list-style-type: none;
	margin: 0;
}
ul#navi a {
	color: #284445;
	display: block;
	padding: 0 0 0 14px;
	background: url(../images/layout/navi_level1_list_style.gif) 0 0.15em no-repeat;
}
ul#navi a:hover, 
ul#navi a:active {
	color: #fff;
}
ul#navi li {
	border-top: none;
	border-bottom: 1px dotted #fff;
	padding: 3px 0 3px 5px;
}
ul#navi li.active a {
	background-image: url(../images/layout/navi_level1_list_style_active.gif);
}
ul#navi li a {
	font-weight: bold;
}
#left ul li.active a {
	color: #fff;
}
/* 2. Ebene */
ul#navi li ul {
	border: none;
	margin: 0 0 0 15px;
}
ul#navi li ul li {
	border: none;
	list-style-type: none;
	padding-left: 0;
}
ul#navi li ul li a {
	font-weight: normal;
	color: #284445 !important;
	background-image: url(../images/layout/navi_level2_list_style.gif);
}
ul#navi li ul li.active a {
	background-image: url(../images/layout/navi_level2_list_style_active.gif);
}
ul#navi li ul li.active a, 
ul#navi li ul li a:hover {
	color: #fff !important;
}


/* Formulare 
---------------------------------------- */
fieldset {
	margin: 0 0 1.2em 0;
	padding: 1.2em 3% 0.8em 3%;
	border: 1px solid #CCC;
	background: #ddd;
	color: #000;
}
legend {
	font-weight: bold;
	font-size: 0.9em;
	margin: 0 5px 0 0;
	color: #3F3F3F;
	background: #ddd;
}
input.text, 
textarea {
	border: 1px solid #aaa;
	padding: 2px;
	margin: 0 0 0.6em 0;
	width: 16em;
}
select, 
option {
	width: auto;
}
select {
	margin: 0 0 0.6em 0;
	border: 1px solid #aaa;
}
input.text:focus, 
textarea:focus {
	border: 1px solid #f00;
	background: #fff;
	color: #000;
}
label {
	float: left;
	width: 10em;
	margin: 0 0.5em 0 0;
	padding: 0.25em 0 0 0;
}
input.btn {
	background: #ddd;
	border-top: 1px solid #ccc;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #ccc;
	color: #000;
	padding: 0.1em 20px 0.1em 20px;
	cursor: pointer;
}



/* com.tool styles 
-------------------------------------------*/
img {
	border:0;
}
#mainmenu {
	background-color: #eee;
	border-bottom: 1px dotted #fff;
	margin: 0 0 1em 0;
	padding: 5px;
}
#mainmenu a {
	font-weight: bold;
}
#content ul.filebrowser, 
#content li.filebrowser { 
	list-style-type: none;
	margin: 1em;
}
#content ul.filebrowser a {
	font-weight: bold;
}
#content h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}
#content h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.9em;
}
#content h3, #content h4, #content h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.8em;
}
.ok {
	color: green;
}
.error {
	color: red;
}
.footer {
	margin-top: 10em;
}
a {
	color:#222; 
	text-decoration:none;
} 
a:hover {
	color:#3D6417; 
	text-decoration:none;
} 


/* Sonstiges
-------------------------------------------*/
div.tooltip {
	position: absolute;
	z-index: 100;
	display: none;
	max-width: 360px;
	height: auto;
	background: #efefef;
	color: #000;
	border: 1px solid #036;
	padding: 2px 8px 2px 8px;
	font-size: 0.8em;
	line-height: 1.2em;
}
a.tooltip:hover {
	text-decoration:none;
}
#inner div.right img {
	margin: 15px 0 0 0;
}
.clearBoth {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
