html,
body
{
	padding: 0;
	margin: 0;
}
body
{
	background: #FFFFFF url(../img/back_grad_right.png) repeat-y;
}
body,
input,
textarea
{
	font: 15px/130% Calibri, Arial, helvetica, sans-serif;
}
div.maincontent
{
	width: 970px;
	/*background: #E8FBE3 url(../img/header.png) no-repeat;*/
	background: url(../img/header.5.png) no-repeat;
}
#navigation
{
	float: left;
	margin-top: 2.8em;
	width: 180px;
	margin-left: 20px;
	/*margin-bottom: -300px;   /* clear:left elements break until under the float:left navigation, so make it end further up */
	background: url(../img/shade_white_30.png);
}
#navigation a,
#navigation a.external
{
	display: block;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #DDDDDD;
	background-image: none;
	padding: 2px 6px;
}
#navigation a.selected
{
	color: #000000;
	/*background: url(../img/shade_white_80.png);*/
	background: url(../img/nav_sel_back.png) no-repeat right center;
}
#navigation span.sep
{
	display: block;
	background: url(../img/shade_black_5.png);
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #DDDDDD;
	padding: 2px;
}
#navigation a.external span
{
	background: url(../img/out.gif) no-repeat right 3px;
	padding-right: 9px;
}

a
{
	color: #0040FF;
	text-decoration: none;
}
a:hover
{
	color: #FF4000;
}
a.external
{
	background: url(../img/out.gif) no-repeat right 3px;
	padding-right: 9px;
}

.content
{
	margin-left: 240px;
	margin-right: 20px;
}

h1
{
	margin-top: 0.1em;
	padding-bottom: 0.7em;
	border-bottom: solid 1px #76B042;
	margin-bottom: 0.5em;
	color: #004080;
	font-size: 1.8em;
	letter-spacing: 0.05em;
}

h2
{
	color: #004080;
	font-size: 1.4em;
}

.footer
{
	padding: 1em 20px;
	font-size: 0.8em;
	color: #606060;
}

.indent
{
	margin-left: 20px;
}

.just
{
	text-align: justify;
}

img.canvas7
{
	border: solid 1px #DDDDDD;
	background: white;
	padding: 7px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
img.canvas7.unconfirmed
{
	background-image: url(../img/unconfirmed.png);
}
img.canvas5
{
	border: solid 1px #DDDDDD;
	background: white;
	padding: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
a:hover img.canvas5
{
	border-color: #FF4000;
}

big
{
	font-size: 1.4em;
	line-height: 1.2em;
}

p.searchterms
{
	margin: 0;
	line-height: 0.2em;
	font-size: 0.7em;
	color: #E8FBE3;
}

#wer-sind-wir-table
{
	width: 100%;
}
#wer-sind-wir-table td
{
	vertical-align: bottom;
	padding: 0 0 17px 0;
}
#wer-sind-wir-table td:first-child
{
	width: 190px;
	padding: 0 0 15px 0;
}
#wer-sind-wir-table td p.just
{
	margin-bottom: 0;
}

p.worknotice
{
	background: #FFFCDD url(../img/baustelle_32.png) no-repeat 4px 3px;
	padding: 2px 5px 3px 45px;
	line-height: 1.2em;
	min-height: 32px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

p.successbox
{
	background: url(../img/shade_white_80.png);
	padding: 0.1em 0.4em;
	color: #00A000;
	font-weight: bold;
}

p.errorbox
{
	background: url(../img/shade_white_80.png);
	padding: 0.1em 0.4em;
	color: #C00000;
	font-weight: bold;
}

tt
{
	font-size: 0.9em;
}

/* ---------- MARKUP STYLES ---------- */

div.markup p,
div.markup div.left-align,
div.markup div.right-align,
div.markup div.bordered-box,
div.markup table,
div.markup ul,
div.markup ol,
div.markup blockquote
{
	margin-top: 0.6em;
	margin-bottom: 0;
}
div.markup div.off-topic
{
	margin-top: 0.7em;   /* off-topic's font is smaller, so we need 0.1em more */
	margin-bottom: 0;
}
div.markup h1
{
	margin-top: 1.2em;
}
div.markup h2
{
	margin-top: 0.9em;
}
div.markup h3,
div.markup h4,
div.markup h5,
div.markup h6
{
	margin-top: 0.6em;
}
div.markup h1,
div.markup h2,
div.markup h3,
div.markup h4,
div.markup h5,
div.markup h6
{
	margin-bottom: 0;
}
div.markup p:first-child,
div.markup div.left-align:first-child,
div.markup div.right-align:first-child,
div.markup div.centre-align:first-child,
div.markup div.bordered-box:first-child,
div.markup div.off-topic:first-child,
div.markup table:first-child,
div.markup ul:first-child,
div.markup ol:first-child,
div.markup blockquote:first-child,
div.markup h1:first-child,
div.markup h2:first-child,
div.markup h3:first-child,
div.markup h4:first-child,
div.markup h5:first-child,
div.markup h6:first-child,
div.markup li ol,
div.markup li ul
{
	margin-top: 0;
}

div.markup a img
{
	border: none;
}
div.markup ul
{
	padding-left: 2em;
	list-style-image: url(../img/markup/list-bullet.png);
}
div.markup ul ul,
div.markup ol ul
{
	list-style-image: url(../img/markup/list-bullet2.png);
}
div.markup ol
{
	padding-left: 2em;
}
div.markup blockquote
{
	margin-left: 0;
	margin-right: 0;
	padding-left: 2em;
	background: url(../img/markup/quote-liberty-48.png) no-repeat 0.1em 0.1em;
	background-color: #D3F7C9;
}
div.markup blockquote blockquote
{
	background-color: #BEF2B0;
}
div.markup blockquote blockquote blockquote
{
	background-color: #AAED97;
}
div.markup table tr td
{
	padding: 0.2em 0 0 0.5em;
	vertical-align: top;
}
div.markup table tr:first-child td
{
	padding-top: 0;
}
div.markup table tr td:first-child
{
	padding-left: 0;
}
div.markup div.left-align
{
	float: left;
	margin-right: 1.5em;
}
div.markup div.right-align
{
	float: right;
	margin-left: 1.5em;
}
div.markup div.centre-align,
div.markup div.centre-align p
{
	text-align: center;
}
div.markup div.bordered-box
{
	border: solid 1px black;
	padding: 0.1em 0.3em;
}
div.markup div.off-topic
{
	margin-left: 2em;
	color: gray;
	font-size: 0.85em;
}
div.markup div.off-topic div.caption
{
	font-weight: bold;
	font-style: italic;
	margin-bottom: -0.4em;
}
