/*
 * schwarz:	#626262
 * gruen:	#2b9b8f
 */

body {
	color: #626262;
	background: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

html>body {
	font-size: 12px;
}

a, a:link,
a:visited {
	color: #2b9b8f;
	text-decoration: none;
	font-weight: bold;
}

a:hover,
a:active {
	text-decoration: underline;
}


/*
 * Typo & Allg
 */

.float-right {
	float: right;
	margin: 0 0 1em 1em;
}

.float-left {
	float: left;
	margin: 0 1em 1em 0;
}

h1,
body#tinymce h1 {
	color: #2b9b8f;
	font-size: 1.8em;
	margin: 0.25em 0 1.5em 0;
}

h2,
body#tinymce h2 {
	color: #2b9b8f;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.75em;
}

h3,
body#tinymce h3 {
	color: #2b9b8f;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}

p,
body#tinymce p {
	line-height: 1.6em;
	margin: 0.5em 0;
}

strong,
b,
body#tinymce strong,
body#tinymce b {
	font-weight: bold;
	color: #2b9b8f;
}

li,
body#tinymce li,
li ul li,
body#tinymce li ul li {
	margin: 0.25em 0 0 0.5em;
}

li ul {
	margin-left: 1em;
}


/*
 * Header
 */

#header {
	margin-bottom: 9em;
}


/*
 * Logo
 */

#header #logo {
	display: block;
	height: 129px;
	position: absolute;
	top: 0;
	width: 330px;
	margin-left: -10px;
}


/*
 * Navi
 */

#header #navi-meta {
	background: #2b9b8f;
	color: #fff;
	font-size: 0.9em;
}

#header #navi-meta ul,
#header #navi-main ul {
	overflow: hidden;
}

#header #navi-meta ul {
	float: right;
	margin-right: 1em;
}

#header #navi-meta ul li,
#header #navi-main ul li {
	float: left;
}

#header #navi-meta ul li {
	float: left;
	margin: 0.5em 0;
}

#header #navi-meta ul li {
	border-right: 1px solid #fff;
}

#header #navi-meta ul li.active a {
	font-weight: bold;
	color: #05131d;
}

#header #navi-meta ul li a {
	display: block;
	font-weight: normal;
	color: #fff;
	margin: 0 1em;
}

#header #navi-meta ul li.last {
	border: 0;
}

#header #navi-meta ul li a:hover {
	text-decoration: underline;
}

#header #navi-main {
	background: #fff url(/_res/img/linie-navi.png) repeat-x bottom left;
}

#header #navi-main ul {
	float: left;
	margin-left: 335px;
}

#header #navi-main ul li {
	margin: 0.5em 0 0.8em 0;
}

#header #navi-main ul li a {
	padding: 2em 0.4em;
}

#header #navi-main ul li#current a {
	color: #626262;
	text-decoration: none;
}

/*
 * Footer
 */

#footer {
	background: #fff url(/_res/img/linie-footer.png) repeat-x bottom left;
	margin: 3em 0 1em 0;
}

#footer .grid_10 {
	margin-left: 0;
}

#footer p {
	font-size: 0.9em;
}


#sidebar-left a,
#content a {
	color: #626262;
	text-decoration: none;
}

#sidebar-left a:hover,
#content a:hover {
	text-decoration: underline;
}

#content #sidebar-right a,
#content #sidebar-right a:link,
#content #sidebar-right a:visited {
	color: #2b9b8f;
	text-decoration: none;
	font-weight: bold;
}

#content #sidebar-right a:hover,
#content #sidebar-right a:active {
	text-decoration: underline;
}


/*
 * Sidebar
 */


#content #sidebar-right .box {
	border: 0;
}

#content #sidebar-right .box h3 {
	margin-bottom: 0;
}

#content #sidebar-right .box p {
	margin: 0;
}


/*
 * Main
 */

#main {
	background: #fff url(/_res/img/linie-main-right.png) repeat-y top right;
}

/*
 * Content
 */

#content {
	padding: 0 2em 0 0;
}

#content .box,
body#tinymce .box {
	position: relative;
	overflow: hidden;
	border-bottom: 1px dotted #626262;
	margin-bottom: 2em;
	padding-bottom: 1em;
}

#content ul,
body#tinymce ul {
	margin-bottom: 2em;
}

#content ul li,
body#tinymce ul li {
	background: transparent url(/_res/img/bullet.png) no-repeat left 0.45em;
	padding-left: 10px;
}

