body {
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 0.75em;
	min-width: 980px;
	background-image: url(../img/background.gif);
	background-repeat: repeat;
}

body, div, span, h1, h2, h3, h4, h5, a, p, ul, ol, dl, li, dt, dd, table, tr, td, th, blockquote {
	margin: 0;
	padding: 0;
}

.rot {
	background-color: #CC0000;
}
.rot .reflection {
	background-color: #D63030;
}
.orange {
	background-color: #FF6600;
}
.orange .reflection {
	background-color: #FF8432;
}
.gelb {
	background-color: #FFC600;
}
.gelb .reflection {
	background-color: #FFD132;
}
.hellgruen {
	background-color: #66CC00;
}
.hellgruen .reflection {
	background-color: #84D632;
}
.gruen {
	background-color: #27A227;
}
.gruen .reflection {
	background-color: #4DCB4D;
}
.hellblau {
	background-color: #3399FF;
}
.hellblau .reflection {
	background-color: #5BADFF;
}
.blau {
	background-color: #006699;
}
.blau .reflection {
	background-color: #3284AD;
}
.lila {
	background-color: #990099;
}
.lila .reflection {
	background-color: #AE32AE;
}
.grau {
	background-color: #666666;
}
.grau .reflection {
	background-color: #999999;
}
.schwarz {
	background-color: #000000;
}
.schwarz .reflection {
	background-color: #333333;
}
div.error {
	background: #DD9999 url(../img/status/error.gif) 0.5em 50% no-repeat;
	color: #000000;
	border-bottom: 1px solid #DD0000;
	margin: 0;
	padding: 0.25em;
	padding-left: 2.5em;
	overflow: hidden;
	font-size: 1em;
}
* html div.error {
	background-position: 0.5em 45%;
}
div.info {
	background: #9999DD url(../img/status/info.gif) 0.5em 50% no-repeat;
	color: #000000;
	border-bottom: 1px solid #0000DD;
	margin: 0;
	padding: 0.25em;
	padding-left: 2.5em;
	overflow: hidden;
	font-size: 1em;
}
* html div.info {
	background-position: 0.5em 45%;
}
div.success {
	background: #99DD99 url(../img/status/success.gif) 0.5em 50% no-repeat;
	color: #000000;
	border-bottom: 1px solid #00DD00;
	margin: 0;
	padding: 0.25em;
	padding-left: 2.5em;
	overflow: hidden;
	font-size: 1em;
}
* html div.success {
	background-position: 0.5em 45%;
}
div.notify {
	background: #FFFF99 url(../img/status/notify.gif) 0.5em 50% no-repeat;
	color: #000000;
	border-bottom: 1px solid #FFFF00;
	margin: 0;
	padding: 0.25em;
	padding-left: 2.5em;
	overflow: hidden;
	font-size: 1em;
}
* html div.notify {
	background-position: 0.5em 45%;
}#header div span {
	display: none;
}
#header h1 {
	height: 77px;
	text-align: center;
	background-image: url(../img/title.gif);
	background-repeat: repeat-x;
	font-size: 20px;
}
#header h1 span {
	position: relative;
	top: 28px;
}
#header a {
	text-decoration: none;
	color: #000000;
}
#header a:hover {
	color: #fff;
	background: #000;
}
#header #logo {
	position: absolute;
	left: 28px;
	margin-top: -55px;
	width: 140px;
	height: 130px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	z-index: 10;
}
#header #panorama {
	height: 112px;
	border-top: 1px solid #fff;
	background-image: url(../img/panorama.jpg);
	background-repeat: repeat-x;
}
#header #helpManikins {
	position: absolute;
	right: 70px;
	margin-top: -26px;
	width: 56px;
	height: 69px;
	background-image: url(../img/manikin/help.png);
	background-repeat: no-repeat;
	z-index: 9;
}#navigation {
	position: relative;
	width: 100%;
	height: 2.666em;
	background-color: #000000;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
#navigation #sittingManikin {
	width: 18px;
	height: 2.75em;
	background-image: url(../img/manikin/sitting.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#navigation #sittingManikin span {
	display: none;
}
#navigation ul {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	float: left;
	text-align: center;
}
#navigation a {
	display: block;
	width: 7em;
	height: 2.5em;
	text-transform: capitalize;
	text-decoration: none;
	color: #FFFFFF;
	border-left: solid #FFFFFF 1px;
	padding: 0.0833em;
}
#navigation .reflection {
	display: block;
	position: relative;
	width: 100%;
	height: 47%;
}
#navigation .text {
	display: inline;
	position: relative;
	top: -0.6em;
	background: none;
}
#navigation a#checked {
	padding-bottom: 0.1666em;
}
#navigation a#checked:hover {
	background-color: #000000;
}
#navigation a#checked:hover .reflection {
	background-color: #333333;
}
#navigation a:hover {
	background-color: #000000;
}
#navigation a:hover .reflection {
	background-color: #333333;
}
#navigation .edit {
}

#subnavigation {
	padding: 0.5em;
	background-color: #000000;
	border-bottom: solid #FFFFFF 1px;
	visibility: hidden;
}
#subnavigation table {
	margin-left: auto;
}
#subnavigation table td {
	vertical-align: top;
}
#subnavigation p {
	display: none;
}
#subnavigation a {
	text-decoration: none;
	color: #FFFFFF;
}
#subnavigation a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
#subnavigation a.checked {
	color: #000000;
	background-color: #FFFFFF;
}
#subnavigation ul {
	padding: 1em 10px 1em 10px;
	margin: 0;
	list-style: none;
}
#subnavigation li {
	display: block;
}
#subnavigation .left {
	text-align: right;
}
#subnavigation .center {
	text-align: center;
}
#subnavigation .right {
	text-align: left;
}
#subnavigation .edit {
}
#subnavigation #margin {
	text-align: right;
	vertical-align: middle;
}div.clearer {
  clear: both;
  line-height: 0;
  height: 0;
  overflow:hidden;
}
div.no {
  display: inline;
  margin: 0;
  padding: 0;
}

.media {
}
.medialeft {
  float: left;
  margin: 0 1em 1em 0;
}
.mediaright {
  float: right;
  margin: 0 0 1em 1em;
}
.mediacenter {
  display: block;
  margin: 1em auto;
}

.leftalign {text-align: left;}
.centeralign {text-align: center;}
.rightalign {text-align: right;}

em.u {
  font-style: normal;
  text-decoration: underline;
}

/* syntax highlighting code */
.code .br0  { color: #66cc66; }
.code .co1  { color: #808080; font-style: italic; }
.code .co2  { color: #808080; font-style: italic; }
.code .coMULTI  { color: #808080; font-style: italic; }
.code .es0  { color: #000099; font-weight: bold; }
.code .kw1  { color: #b1b100; }
.code .kw2  { color: #000000; font-weight: bold; }
.code .kw3  { color: #000066; }
.code .kw4  { color: #993333; }
.code .kw5  { color: #0000ff; }
.code .me0  { color: #006600; }
.code .nu0  { color: #cc66cc; }
.code .re0  { color: #0000ff; }
.code .re1  { color: #0000ff; }
.code .re2  { color: #0000ff; }
.code .re4  { color: #009999; }
.code .sc0  { color: #00bbdd; }
.code .sc1  { color: #ddbb00; }
.code .sc2  { color: #009900; }
.code .st0  { color: #ff0000; }

#dw__editform textarea {
	width: 100%;
}
#dw__editform .button {
	margin-left: 0;
}
#dw__editform label {
	float: none;
	width: auto;
}

#main {
	background-color: #FFFFFF;
}
#main .top {
	height: 6px;
	background-image: url(../img/separator/top.gif);
	background-repeat: repeat-x;
	font-size: 0;
}
#main .bottom {
	clear: both;
	height: 6px;
	background-image: url(../img/separator/bottom.gif);
	background-repeat: repeat-x;
	font-size: 0;
}
#main a.interwiki {
	background-image: none;
	padding: 0;
}

.administration {
	text-align: right;
	padding: 0.5em;
	position: relative; /* IE */
}
.administration a, .administration a:link {
	color: #000000;
	text-decoration: none;
}
.administration a:hover, .content .administration a:active {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

.content {
	padding: 1em;
	padding-left: 200px;
}

.content h1 {
	color: #000000;
	font-size: 3em;
	font-weight: bold;
	margin-top: -12px; /* Paragraph Height */
	position: relative; /* IE */
}
.content h2 {
	color: #000000;
	font-size: 2em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
.content h3 {
	clear: both;
	color: #000000;
	font-size: 1.5em;
	margin-top: 1.125em;
	padding-bottom: 0.25em;
	margin-bottom: 1em;
	border-bottom: solid #333333 2px;
}
.content h4 {
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}
.content h5 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0.25em;
	margin-bottom: 0;
}

.content .outer {
	display: table;
	overflow: hidden;
}
* html .content .outer {
	position: relative;
}
*+html .content .outer {
	position: relative;
}
.content .middle {
	display: table-cell;
	vertical-align: middle;
}
* html .content .middle {
	position: absolute;
	top: 50%;
}
*+html .content .middle {
	position: absolute;
	top: 50%;
}
.content .inner {
}
* html .content .inner {
	position: relative;
	top: -50%;
}
*+html .content .inner {
	position: relative;
	top: -50%;
}

.content .note, .content .important, .content .warning, .content .tip {
	margin: 2em auto;
	padding: 2em 2em 2em 88px;
	font-size: 1.25em;
	font-weight: bold;
	border-left: 0.5em solid #000000;
	background-position: 20px 50%;
	background-repeat: no-repeat;
}
* html .content .note, * html .content .important, * html .content .warning, * html .content .tip {
	background-position: 28px 50%;
}
.content .note {
	border-color: #0000DD;
	background-color: #9999DD;
	background-image: url(../img/note/note.png);
}
.content .important {
	border-color: #FFFF00;
	background-color: #FFFF99;
	background-image: url(../img/note/important.png);
}
.content .warning {
	border-color: #DD0000;
	background-color: #DD9999;
	background-image: url(../img/note/warning.png);
}
.content .tip {
	border-color: #00DD00;
	background-color: #99DD99;
	background-image: url(../img/note/tip.png);
}
.content .introduction {
	margin: 1em auto;
	padding: 1em;
	font-size: 1.25em;
	border: 1px solid #FFDD00;
	background-color: #FFDD99;
}

.content p, .content ul, .content ol, .content dl, .content table.inline, .content blockquote {
	margin-bottom: 1em;
}
.content ul ul, .content ol ol, .content dl dl {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.content ul, .content ol {
	margin-left: 3em;
}
.content ol {
	list-style-type: decimal;
}
.content ol ol {
	list-style-type: lower-alpha;
}
.content ol ol ol {
	list-style-type: lower-roman;
}
.content dt, .content dd {
	margin-bottom: 0.5em;
}

.content dt {
	margin-bottom: -1em;
	margin-right: 1em;
	width: 13em;
	font-weight: bold;
}
.content dd {
	position: relative;
	top: -0.125em;
	margin-bottom: 0.5em;
	margin-left: 14em;
}
* html .content dt {
	clear: left;
	float: left;
	margin-bottom: 0;
}
* html .content dd {
	top: 0;
}
*+html .content dt {
	clear: left;
	float: left;
	margin-bottom: 0;
}
*+html .content dd {
	top: 0;
}

.content table.inline {
	background-color: #FFFFFF;
	border-spacing: 0;
	border-collapse: collapse;
}
.content table.inline th {
	padding: 0.25em;
	border: 1px solid #BFBFBF;
	background-color: #EFEFEF;
}
.content table.inline td {
	padding: 0.25em;
	border: 1px solid #BFBFBF;
}
.content blockquote {
	margin-left: 2em;
	padding-left: 29px;
	font-style: italic;
	background: transparent url(../img/quote.gif) left top no-repeat;
}
.content p a, .content p a:link, .content ul a, .content ul a:link, .content ol a, .content ol a:link, .content dl a, .content dl a:link, .content table a, .content table a:link, .content form a, .content form a:link, .content small a {
	color: #0000EE;
	text-decoration: none;
}
.content p a:visited, .content ul a:visited, .content ol a:visited, .content dl a:visited, .content table a:visited, .content form a:visited, .content small a:visited {
	color: #990099;
	text-decoration: none;
}
.content p a:hover, .content p a:active, .content ul a:hover, .content ul a:active, .content ol a:hover, .content ol a:active, .content dl a:hover, .content dl a:active, .content table a:hover, .content table a:active, .content form a:hover, .content form a:active, .content small a:hover, .content small a:active {
	color: #FF0000;
	text-decoration: underline;
}
.content img.media, .content img.medialeft, .content img.mediaright, .content img.mediacenter {
	border: 0.5em solid #EFEFEF;
}
.content a:hover img.media, .content a:hover img.medialeft, .content a:hover img.mediaright, .content a:hover img.mediacenter {
	padding: 0;
	border: 0.5em solid #FF0000;
}
.content .code, .content .file {
	font-size: 1.25em;
	padding: 0.4em;
	border: 1px dashed #8CACBB;
	background-color: #F7F9FA;
	overflow: auto;
}
.content .file {
	background-color: #DEE7EC;
}
.content code {
	font-size: 1.25em;
	background-color: #F7F9FA;
}

.content .odd {
	background-color: #FFFFFF;
}
.content .even {
	background-color: #EFEFEF;
}

.content form {
	text-align: left;
}
.content fieldset {
	margin: 1em 0;
	padding: 0;
	border: none;
}
.content legend {
	margin: 0.5em 0;
	padding: 0;
	font-size: 1.25em;
	color: #000000;
}
.content .required {
	vertical-align: baseline;
	font-size: 1em;
}
.content form div {
	margin-bottom: 0.5em;
}
.content form div p, .content label.simple {
	margin-left: 150px;
}
.content form div small {
	display: block;
	margin-left: 150px;
}
.content label, .content label.block span {
	display: block;
	float: left;
	width: 150px;
	font-size: 1em;
	padding-top: 0.2em;
	text-align: left;
}
.content .checks {
	margin-left: 150px;
}
.content .checks label {
	display: inline;
	float: none;
	width: auto;
}
.content input.edit, .content input.text, .content textarea {
	width: 16em;
	padding: 2px;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.content input.edit:focus, .content input.text:focus, .content textarea:focus {	
	
}
.content textarea {
	width: auto;
}
.content input.checkbox {
	margin: 0;
	/*border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;*/
}
.content input.button {
	margin-left: 150px;
	padding: 1px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
}
.content input.button:hover {
	background-color: #EFEFEF;
}
.content input.button:active {
	background-color: #EFEFEF;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.content .buttons {
	margin-left: 150px;
}
.content .buttons input.button {
	margin-left: 0;
}
.content form.button {
	text-align: right;
}
.content form.button input.button {
	margin-left: 0;
}
.content input[type="hidden"] {
	display: none;
}
.content form br {
	display: none;
}
#dw__login {
	text-align: left;
}
#dw__login fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#dw__login legend {
	display: none;
}
#dw__login label {
	float: none;
	width: auto;
	margin-bottom: 0.5em;
}

.content .secedit {
	clear: both;
	margin-top: 1em;
}
.content .level2 {
	margin: 0;
	margin: 0;
}
.content .toc {
	display: none;
}
.content .icon {
	border: none;
}

#crumb {
	margin-bottom: 0;
}#footer {
	height: 1.4em;
	padding: 3px 0;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	border-top: solid #FFFFFF 1px;
	border-bottom: solid #FFFFFF 1px;
}
#footer div span {
	display: none;
}
#footer p {
	display: inline;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
#funManikin {
	position: relative;
	left: 133px;
	top: -44px;
	width: 32px;
	height: 44px;
	background-image: url(../img/manikin/fun.png);
	background-repeat: no-repeat;
}
#funManikin span {
	display: none;
}