/*
** MediaWiki 'Unify2' style sheet for CSS2-capable browsers.
**
** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
** Michael Zeltner and Geir Bækholt)
** All you guys rock :)
*/

/* 2011 Customized for the Siemens skin by TeamOne*/

@font-face {
  font-family: OpenSans;
  src: url("/skins/Unify2/fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: OpenSans-light;
  src: url("/skins/Unify2/fonts/OpenSans-Light.ttf");
}
@font-face {
  font-family: OpenSans-bold;
  src: url("/skins/Unify2/fonts/OpenSans-Bold.ttf");
}

* {
   margin: 0;
   padding: 0;
  }

body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
	/*MARIA font-family: Arial,Helvetica,sans-serif;*/
	font-size: 11px;
	background: #FFF;
	/*MARIA background: #E8E8E8;
	background: #FFF url(../images/BGGradient.png) left top repeat-x;
/*	background-image: -webkit-linear-gradient(#CECECE 0%, white 100%); 
	background-image: -moz-linear-gradient(#CECECE 0%, white 100%); 
	background-image: -o-linear-gradient(#CECECE 0%, white 100%); 
	background-image: linear-gradient(#CECECE 0%, white 100%); */
	color: #2A3136;
	margin: 0;
	padding: 0;
}

#TObody {
	background: #fff; 
	width: 940px; 
	padding: 1px 0px 0px 0px; 
	margin: 0 auto;
}
 
#globalWrapper {
	margin: 32px auto 0;
	width: 916px;
}


#header-area-bg {
	background: none repeat scroll 0 0 #0066a1;
	/*MARIA background: none repeat scroll 0 0 #2A3236;*/
/*	background: none repeat scroll 0 0 #C3D7EB;*/
}

#header-area {
	height:106px;
	margin:0 auto;
	width:916px;
}

#prim-nav-area-bg {
	background:#444444;
	/*MARIA background:#3a4348;*/
/*	background:#7C7B7F;
	background:#36A;*/
}

#prim-nav-area {
	height:24px;
	height:auto !important;
	margin:0px auto 0;
	min-height:24px;
	padding: 5px 10px 1px 0;
	width:926px;
}

.prim-nav {
    font-family: Verdana,Arial,Helvetica,sans-serif;
	/*MARIA font-family: OpenSans,Arial,Helvetica,sans-serif;*/
	float:left;
}	

.prim-nav li {
	float:left;
	padding: 0px 10px 6px;	
}

.prim-nav li a {
	color: #FFFFFF;
	/*MARIA color: #88C540;*/
/*	color: #AFEE5C;
	color: #FFFFFF;*/
	font-size: 14px; /*maria 15px;*/
	white-space: nowrap;
}

ul li {
	list-style: none;
}

#content ul {
	margin-bottom: 8px;
}

#content ul ul {
	margin-bottom: 0;
}

#content ul li, #column-one ul li {
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#content ul li {
	background: url("../images/icon_bullet.gif") no-repeat scroll 0 12px transparent;
}

#column-one ul li {
	background: url("../images/icon_linkarrow.gif") no-repeat scroll 0 10px transparent;
}

#column-one li a {
	color: #333333;
}

#toc li {
	background: none;
	line-height: 10px;
}

.clear {
	clear: both;
}

input.searchButton {
	width:49px;
	background:url("../images/bg_button_right.gif") no-repeat scroll right 0 transparent;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	padding: 1px 6px 3px 5px;
}

#search,#p-search {
	float:right;
}

#search,#p-search .form-text {
	margin-right: 4px;
	width: 115px;
}

.form-text {
    /*border: 1px solid #FFFFFF;*/
	border: 1px solid #9A9A9A;
    color: #333333;
    font-size: 11px;
    height: 12px;
    padding: 2px;
}

input, select {
    vertical-align: bottom;
}

.form-button {
	background: url("../images/bg_button_left.gif") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 18px;
	padding-left: 1px;
}

#mw-search-top-table {
	display: none;
}

#search .mw-search-formheader {
	margin-top: 70px;
}

#powersearch .mw-search-formheader {
	margin-top: 0px;
}

.mw-search-formheader {
	float: right;
	background-color: #e1ebf5 !important;
	border: 0px !important;
}


.mw-search-formheader div.search-types {
	float: none;
	padding: 0px;	
	padding-left: 14px;
}

.mw-search-formheader div.search-types ul li {
	padding:  0;
	float: none;
}

.mw-search-formheader div.search-types ul li a {
	padding:  0;
}


#searchInput[type="search"] {
   /* background: url(../images/magnifier.png) no-repeat 5px 4px #FFFFFF;*/
	background: url(../images/magnifier.png) no-repeat 5px 4px #9a9a9a;
    border: 0 none;
    font: 11px Verdana,Arial,Helvetica,Sans-serif;
    color: #fff;
    width: 100px;
	margin: 0px 3px 1px 0px;
    padding: 2px 0px 2px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}


fieldset#mw-searchoptions {
	width: 216px;
	margin-right:14px;
	margin-top: 70px;
	background-color: #e1ebf5 !important;
	border: 0px !important;
}

fieldset#mw-searchoptions table{
	background-color: #e1ebf5 !important;
}

#powersearch {
	clear: both;
	margin-top: 70px;
}

#content .results-info li {
	padding-left:8px;
	background: none repeat scroll 0 0 transparent;
}
	

.mw-search-results table, .mw-search-results th, .mw-search-results td {
	border: none;
}

.mw-search-results li {
	margin-bottom: 14px
}

.mw-search-results img {
	border: 1px solid #999999;
}

.pBody {
	padding-left: 2px;
	padding-right: 2px;
}

.pBody-inline li {
	float: left;
}

.pBody-inline li a {
	color: #333333;
}

#column-content {
	float: left;
	/*left: 196px;*/
        width:676px;
}

#content {
}

.spacer-horizontal {
	float: left;
	height: 1px;
	width: 44px;
}

.spacer-vertical {
	height: 14px;
	width: 1px;
}

#column-one {
	width: 196px;
	float:left;
}

#column-one li {
	/*float: none;*/
	line-height: 15px;
}

#column-one h2 {
	border: medium none;
	padding: 0 10px 0 0;
}

#column-one .generated-sidebar, #p-tb {
	border-top: 1px solid #999999;
	padding-top: 4px;
	width: 196px;
	/*background: yellow;*/
}


.functions {
	line-height: 16px;
}

.functions a {
	color: #333333;
}

a {
	text-decoration: none;
	color: #0066a1;
	/*MARIA color: #497034;*/
/*	color: #2F7D00;
	color: #003399;*/
	display: inline-block;
}

li a {
}

h2 a {
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

a.internal {
}

#content a.external {
	background: url("../images/lnk_ext.gif") no-repeat scroll 0 1px transparent;
	padding-left: 12px;
}

h2 a.external {
	background: none !important;
	padding: 0px !important;
}

a.lnk-email {
	background: url("../images/icon_email.gif") no-repeat scroll 0 3px transparent !important;
	padding-left: 18px !important;
}

a.lnk-print {
	background: url("../images/icon_print.gif") no-repeat scroll 0 0 transparent !important;
	padding-left: 18px !important;
}

a:visited {
/*	color: #333333;*/
}

a:active {
	color: #497034;
/*	color: #2F7D00;
    color:#990000;*/
/*	text-decoration: underline;*/
}

a.stub {
	/*color: #772233;*/
}

a.new {
	color: #A0A0A0 !important;
/*	color: #497034;
	color: #2F7D00;
    color: #990000;
	text-decoration: line-through;
	background: #E1EBF5;*/
}

#pt-userpage a.new {
	color: #497034 !important;
/*	color: #990000;*/
}

#content a.new {
	color: #497034;
/*	color: #2F7D00;
	color: #990000;*/
}

.visualClear {
	clear: both;
}

/* general styles */

table {
	background: white;
	color: #333333;;
	border-collapse: collapse;
}
th {
	/*background: #D8F8F8;*/
	text-align: center;
/*	text-align: left; */
}

table, th, td {
	border: solid 1px #aaa;
	color: #333333;
}

table.noborder, th.noborder, td.noborder {
	border: none;
}
th.noborder {
	/*background: white;*/
}

form table, form table tr th, form table tr td {
    border:none;
}
th, td {
	padding: 3px;
}
	

#column-one .functions .lnk-print {
/*	float: right; */
	float: left;
}


#p-personal a.new {
	/*color: #3B5266;*/
}
a.new:visited, #p-personal a.new:visited {
	/*color: #a55858;*/
}
a[title="Spezial:Categories"] {
/*	font-weight: bold;*/
}
a.image {
	background-image: none !important;
	padding: 0px !important;
	border: none;
}
img {
	border: none;
}
p {
	margin-bottom: 10px;
/*	margin: .4em 0 .5em 0;
	line-height: 1.5em;*/
}
p img {
	margin: 0;
}

hr {
/*	height: 1px;
	color: #aaa;
	background-color: #ccc;
	border: 0;
	margin: 1em 0 1em 0;*/
}

/* Edit section links */
.editsection {
	float: right;
	margin-left: 5px;
	font-size: 11px;
	font-weight:normal;
}

#content .editsection a {
	background: none;
	padding-left: 0;
	color: #333333;
}

h2 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
	/*MARIA font-family: OpenSans,Arial,Helvetica,sans-serif;*/
	border-bottom: 1px solid #999999;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 6px;
}

#content h2,h3,h4,h5 {
	margin-top: 10px;
	margin-bottom: 10px;
} 

h1 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
	/*MARIA font-family: OpenSans,Arial,Helvetica,sans-serif;*/
	clear: both;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 13px;
}

/*ul {
	line-height: 1.5em;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(../images/arrow.png);
}*/

ol li {
	line-height: 15px;
	padding-bottom: 0;
	margin-left: 18px;
	padding-bottom: 5px;
	list-style-image: none;
}

dt {
/*	font-weight: bold;
	margin-bottom: .1em;*/
}
dt.rss_news {
/*	border-top: 1px solid #aaa;
	font-weight: normal;
	margin-bottom: .1em;
	margin-top: 1em;
	padding-top: .2em;*/
}
dl {
/*	margin-top: .2em;
	margin-bottom: .5em;*/
}
dd {
/*	line-height: 1.5em;
	margin-left: 1.5em;
	margin-bottom: .1em;*/
}

fieldset {
/*	border: 1px solid #8C8E8D;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;*/
}
legend {
/*	background: white;
	padding: .5em;
	font-size: 94%;*/
}
form {
	/*border: none;
	margin: 0;*/
}

textarea {
/*	width: 100%;
	padding: .1em;
	border: 1px solid #8C8E8D;
	background-color: #f8f8f8;
	font-family:Courier New, courier;
	font-size:100%;*/
}

input, button {
/*	padding: .1em;
	margin: .1em;
	border: 1px solid #8C8E8D;
	font-family:inherit !important;
	font-size:100%;*/
}

input[type=text] {
/*	background-color: #f8f8f8;*/
}

input[type=submit] {
	/*background-color: #e9e9e9;*/
}

input.historysubmit {
	/*padding: 0 .3em .3em .3em !important;
	font-size: 94%;
	cursor: pointer;
	height: 1.7em !important;
	margin-left: 1.6em;*/
}
select {
/*	vertical-align: top;*/
}
abbr, acronym, .explain {
/*	border-bottom: 1px dotted #aaa;
	color: black;
	background: none;
	cursor: help;*/
}
q {
/*	font-family: Times, "Times New Roman", serif;
	font-style: italic;*/
}
/* disabled for now
blockquote {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}*/
code {
/*	background-color: #f4f4f4;*/
}

pre {
/*	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	border-top: 1px dotted #A3B0BF;
	border-bottom: 1px dotted #A3B0BF;
	color: black;
	background-color: #f8f8f8;
	line-height: 1.1em;
	font-family: Courier New, Courier, monospace;
	font-size:100%;*/
}

/*big { font-size: 110%; }*/

/*
** the main content area
*/

#siteSub {
	display: none;
}

#jump-to-nav {
	display: none;
}

#contentSub, #contentSub2 {
/*	font-size: 94%;
	line-height: 1.2em;
	margin: 0 0 1.4em 1em;
	color: #7d7d7d;
	width: auto;*/
}

span.subpages {
	display: block;
}

/* Some space under the headers in the content area */
#bodyContent h1 {
/*	margin-bottom: .8em;*/
}
#bodyContent h2 {
/*	margin-bottom: .6em;*/
}
#bodyContent h3 {
/*	margin-bottom: .5em;*/
    font-family: Verdana,Arial,Helvetica,sans-serif;
	/*MARIA font-family: OpenSans,Arial,Helvetica,sans-serif;*/
	font-size: 12pt;
	font-weight: normal;
}
#bodyContent h4 {
/*	margin-bottom: .3em;*/
	font-family: Verdana,Arial,Helvetica,sans-serif;
    /*MARIA font-family: OpenSans,Arial,Helvetica,sans-serif;*/
	font-size: 10pt;
	font-weight: normal;
}
#bodyContent h5 {
/*	margin-bottom: .3em;*/
    font-family: Verdana,Arial,Helvetica,sans-serif;
	/*MARIA font-family: OpenSans,Arial,Helvetica,sans-serif;*/
	font-size: 9pt;
	font-weight: normal;
}
/*.firstHeading {
	margin-bottom: .1em;
}*/

/* user notification thing */
.usermessage {
/*	background-color: #ffffa0;
	border: 1px solid #8C8E8D;
	color: black;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: .5em 1em;
	vertical-align: middle;*/
}
#siteNotice {
/*	text-align: center;
	font-size: 94%;
	padding: 0 .9em;*/
}
#siteNotice p {
/*	margin: 0;
	padding: 0;*/
}
.error {
/*	color: red;
	font-size: 100%;*/
}
.errorbox, .successbox {
/*	font-size: 100%;
	border: 1px solid;
	padding: .5em 1em;
	float: left;
	margin-bottom: 2em;
	color: #000;*/
}
.errorbox {
/*	border-color: red;
	background-color: #fff2f2;*/
}
.successbox {
/*	border-color: #8C8E8D;
	background-color: #C4FFFF;*/
}
.errorbox h2, .successbox h2 {
/*	font-size: 1em;
	font-weight: bold;
	display: inline;
	margin: 0 .5em 0 0;
	border: none;*/
}

#catlinks {
	border-top: 1px solid #8C8E8D;
	padding-top: 0px;
	font-size: 100%;
	color: #000;
	margin-top: 0em;
	margin-bottom:0;	
	clear: both;
}

/* emulate center */
.center {
/*	width: 100%;
	text-align: center;*/
}
*.center * {
/*	margin-left: auto;
	margin-right: auto;*/
}
/* small for tables and similar */
.small, .small * {
/*	font-size: 94%;*/
}
table.small {
/*	font-size: 100%;*/
}

/*
** content styles
*/

#toc,
.toc,
.mw-warning {
/*	border: 0px;
	border-top: 4px solid #D8DCE1;
	background: #EBEDF0;
	padding: 5px;
	margin-top: 8px;
	font-size: 94%;*/
}

#toc a {
	padding-left: 0px;
	background: none;
}

#toc h2,
.toc h2 {
/*	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;*/
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
/*	text-align: left;*/
}

table#toc {
	border: 0px;
}

#toc h2 {
	border: none;
	margin-top: 0px;
	padding-bottom: 0px;
}

#toc tr, #toc td {
	background-color: #F8F8F8;
/*	background-color: #E9FFCC;
	background-color: #e1ebf5;*/
	border: 0px;
/*	border: 0px;
	padding: 5px;*/
}

#toc td {
	padding: 5px;
}
#toc ul,
.toc ul {
/*	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;*/
}
#toc ul ul,
.toc ul ul {
/*	margin: 0 0 0 2em;*/
}
#toc .toctoggle,
.toc .toctoggle {
/*	font-size: 94%;*/
}

.mw-warning {
/*	margin-left: 50px;
	margin-right: 50px;
	text-align: center;*/
}

/* images */
div.floatright, table.floatright {
	clear: right;
	float: right;
	position: relative;
/*	margin: 0 0 .5em .5em;
	border: 0;
	border: .5em solid white;
	border-width: .5em 0 .8em 1.4em;
*/
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
	float: left;
	position: relative;
/*	margin: 0 .5em .5em 0;
	border: 0;
	margin: .3em .5em .5em 0;
	border: .5em solid white;
	border-width: .5em 1.4em .8em 0;
*/
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
	/*margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;*/
}
div.thumb div {
/*	border: 1px solid #ccc;
	padding: 3px !important;
	background: #EBEDF0;
	font-size: 94%;
	text-align: center;
	overflow: hidden;*/
}
div.thumb div a img {
/*	border: 1px solid #ccc;*/
}
div.thumb div div.thumbcaption {
	border: none;
	text-align: left;
	line-height: 14px;
/*	padding: 3px 0 3px 0;*/
	margin-top: 5px;
	margin-bottom: 14px;
	font-size: 10px;
}
div.magnify {
	display: none;
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}

div.tright {
	clear: right;
	float: right;
}

div.tleft {
/*	float: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;*/
}

.hiddenStructure {
/*	display: none;
	speak: none;*/
}
img.tex {
/*	vertical-align: middle;*/
}
span.texhtml {
/*	font-family: serif;*/
}

/*
** classes for special content elements like town boxes
** intended to be referenced directly from the wiki src
*/

/*
** User styles
*/
/* table standards */
table.rimage {
/*	float: right;
	position: relative;
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: center;*/
}
.toccolours {
/*	border: 1px solid #8C8E8D;
	background-color: #f4f4f4;
	padding: 5px;
	font-size: 94%;*/
}
div.townBox {
/*	position: relative;
	float: right;
	background: white;
	margin-left: 1em;
	border: 1px solid gray;
	padding: .3em;
	width: 200px;
	overflow: hidden;
	clear: right;*/
}
div.townBox dl {
/*	padding: 0;
	margin: 0 0 .3em;
	font-size: 9%;*/
}
div.townBox dl dt {
/*	background: none;
	margin: .4em 0 0;*/
}
div.townBox dl dd {
/*	margin: .1em 0 0 1.1em;
	background-color: #f3f3f3;*/
}

/*
** edit views etc
*/
.special li {
/*	line-height: 1.4em;
	margin: 0;
	padding: 0;*/
}

/* Page history styling */
/* the auto-generated edit comments */
.autocomment {
/*	color: gray;*/
}
#pagehistory span.user {
/*	margin-left: 1.4em;
	margin-right: .4em;*/
}
#pagehistory span.minor {
/*	font-weight: bold;*/
}
#pagehistory li {
/*	border: 1px solid white;*/
}
#pagehistory li.selected {
/*	background-color: #f4f4f4;
	border: 1px solid #8C8E8D;*/
}

/*
** Diff rendering
*/
table.diff, td.diff-otitle, td.diff-ntitle {
	background-color: white;
}
td.diff-addedline {
	background: #cfc;
	font-size: 94%;
}
td.diff-deletedline {
	background: #ffa;
	font-size: 94%;
}
td.diff-context {
	background: #eee;
	font-size: 94%;
}
span.diffchange {
	color: red;
	font-weight: bold;
}

td.bgred {
	background: #f5ebe1;
}
td.bggreen {
	background: #e1f5eb;
}
td.bgblue {
	background: #e1ebf5;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
/*
#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
	background: url(../images/external.png) center right no-repeat;
	padding-right: 13px;
}
*/
#bodyContent a[href ^="https://"],
.link-https {
/*	background: url(../images/lock_icon.gif) center right no-repeat;
	padding-right: 16px;*/
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
/*	background: url(../images/mail_icon.gif) center right no-repeat;
	padding-right: 18px;*/
}
#bodyContent a[href ^="news://"] {
/*	background: url(../images/news_icon.png) center right no-repeat;
	padding-right: 18px;*/
}

#bodyContent a[href ^="ftp://"],
.link-ftp {
/*	background: url(../images/file_icon.gif) center right no-repeat;
	padding-right: 18px;*/
}

#bodyContent a[href ^="irc://"],
.link-irc {
/*	background: url(../images/discussionitem_icon.gif) center right no-repeat;
	padding-right: 18px;*/
}
/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
/*	color: #36b;
	background: none;
	padding: 0;*/
}
#bodyContent a.external {
/*	color: #36b;*/
}

/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
/*	background: none !important;
	padding: 0 !important;*/
}
/*
** Structural Elements
*/

/*
** general portlet styles (elements in the quickbar)
*/
.portlet {
	/*border: none;
	margin: 0 0 .5em;
	padding: 0;
	float: none;
	width: 11.6em;
	overflow: hidden;*/
}
.portlet h4 {
/*	font-size: 120%;
	font-weight: bold;
	white-space: nowrap;*/
}
.portlet h5 {
/*	background: transparent;
	padding: 0 1em 0 .5em;
	height: 1em;
	font-size: 110%;
	font-weight: bold;
	white-space: nowrap;
	margin-top: .5em;
	margin-bottom: .3em;*/
}
.portlet h6 {
/*	background: #ffae2e;
	border: 1px solid #2f6fab;
	border-style: solid solid none solid;
	padding: 0 1em 0 1em;
	text-transform: lowercase;
	display: block;
	font-size: 1em;
	height: 1.2em;
	font-weight: normal;
	white-space: nowrap;*/
}


.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
/*	margin: 0;
	padding: 0;*/
}
.portlet ul {
/*	line-height: 1.5em;
	list-style-image: url(../images/arrow.png);
	font-size: 100%;*/
}

.portlet li {
/*	padding: 0;
	margin: 0;*/
}

/*
** Logo properties
*/

#p-logo {
	display: none;
}

#p-logo h5 {
	display: none;
}
#p-logo a,
#p-logo a:hover {
/*	display: block;
	height: 155px;
	width: 12.2em;
	background-repeat: no-repeat;
	background-position: 35% 50% !important;
	text-decoration: none;*/
}

/*
** the navigation portlet
*/

#p-navigation {
/*	position: relative;
	z-index: 3;*/
}

#p-navigation .pBody {
/*	padding-right: 0;*/
}

#p-navigation a {
/*	display: block;*/
}

#p-navigation li.active a, #p-navigation li.active a:hover {
/*	text-decoration: none;
	display: inline;
	font-weight: bold;*/
}


/*
/*#p-search .pBody {
	padding: .5em .4em .4em .4em;
}*/

/* Brand-Titel */
#p-brand {
    font-family: Verdana,Arial,Helvetica,sans-serif;
	/*MARIA font-family: OpenSans-light,Arial,Helvetica,sans-serif;*/
    color:#003399;
	font-size: 14pt; /*15pt;*/
	padding-top: 1px;
	/*z-index: 10;
	font-weight: bold;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	overflow: visible;*/
	/*line-height: 2em;*/
}
#p-brand a {
	color: white;
	text-decoration: none;
}


/*
** the personal toolbar
*/
/* Persoenliches Menue */
#p-personal {
/*	position: absolute;
	left: 950px;
	top: 220px;
	z-index: 10;
	width: 500px;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	text-align: left;
	border: none;
	overflow: visible;
	line-height: 1.2em;*/
}

#p-personal h5 {
	display: none;
}
#p-personal .portlet,
#p-personal .pBody {
/*	padding: 0;
	margin: 0;
	border: none;
	z-index: 0;
	overflow: visible;
	background: none;*/
}
/* this is the ul contained in the portlet */
#p-personal ul {
/*	list-style: none;
	border: none;
	line-height: 1.4em;
	color: #2f6fab;
	padding-top: 2px;
	margin: 0;
	text-transform: lowercase;
	z-index: 0;
	background: none;
	cursor: default;*/
}
#p-personal li {
/*	font-size: 12px;
	z-index: 0;
	border: none;
	padding: 0;
	display: inline;
	margin-left: .3em;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
 	padding-right: 5px;
	border-color: #3B5266;
 	line-height: 1em;
	background: none;*/
}
#p-personal li.active a {
/*	color: #F41B22;*/
}
#p-personal li a {
/*	text-decoration: none;
	padding-bottom: .2em;
	background: none;
	color: #3B5266;*/
}
#p-personal li a:hover {
/*	background-color: #FFF;
	padding-bottom: .2em;
	text-decoration: none;*/
}
#p-personal li.active a:hover {
/*	background-color: transparent;*/
}

/* the icon in front of the user name, single quotes
in bg url to hide it from iemac */
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
/*	background: url(../images/user.gif) top left no-repeat;
	padding-left: 20px;
	text-transform: none;*/
}

/*
** the page-related actions- page/talk, edit etc
*/




#p-cactions {
	margin: 12px auto 0;
	width: 916px;
	background: #FFF;
}

#p-cactions h5 {
	display: none;
}

#p-cactions .hiddenStructure {
	display: none;
}

#p-cactions ul {
	float:left;
	line-height: 14px;
}

#p-cactions li {
	float:left;
}

#p-cactions li.selected a {
/*	color: #F41B22;*/
}

div.breadcrumb {
	position:absolute;
	top: 174px;
	color: red;
	line-height: 1em;
	padding: 1px 0 1px 0px;
/*	border-top: 4px solid #D8DCE1;
	background-color: #EBEDF0;
	font-size: 94%;
	padding: 1px 0 1px 4px;
	margin-bottom: 10px;
	line-height: 1em;*/
}

#p-cactions li a {
	color: #333333;
/*	text-decoration: none;
	padding-bottom: .2em;
	background: none;
	color: #3B5266;
	text-transform: lowercase;*/
}

#p-cactions li a:hover {
/*	background-color: #FFF;
	padding-bottom: .2em;
	text-decoration: none;*/
}

#p-cactions li.active a:hover {
/*	background-color: transparent;*/
}

/* the icon in front of the user name, single quotes
in bg url to hide it from iemac */
li#ca-article,
li#ca-nstab-user,
li#ca-nstab-image,
li#ca-nstab-template,
li#ca-nstab-project,
li#ca-nstab-category,
li#ca-nstab-preview,
li#ca-nstab-main {
/*	background: url(../images/article.gif) top left no-repeat;
	padding-left: 20px;
	text-transform: none;*/
}

/* offsets to distinguish the tab groups */
/*li#ca-talk {
	margin-right: 1.6em;
}
li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
	margin-left: 1.6em;
}*/

/*
** the remaining portlets
*/
#p-tbx,
#p-lang {
/*	position: relative;
	z-index: 3;*/
}

/* TODO: #t-iscite is only used by the Cite extension, come up with some
 * system which allows extensions to add to this file on the fly
 */
#t-ispermalink, #t-iscite {
/*	color: #999;*/
}
/*
** footer
*/
#footer {
	clear: both;
	color: #999999;
	font-size: 10px;
	margin: 0 auto 5px;
	width: 916px;
}

#footer a {
	color: #999999;
}

#footer li {
	display: inline;
	margin: 0;
}

#footer ul#f-list {
	float: left;
}

#footer ul#f-list2 {
	float: right;
}


/* hide from incapable browsers */
head:first-child+body #footer li { white-space: nowrap; }
#f-poweredbyico, #f-copyrightico {
/*	margin: 0 8px;
	position: relative;
	top: -2px;  */
}
#f-poweredbyico {
	float: right;
/*	height: 1%;*/
}
#f-copyrightico {
	float: left;
/*	height: 1%;*/
}

/* js pref toc */
#preftoc {
/*	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;*/
}
#preftoc li {
/*	margin: 1px -2px 1px 2px;
	float: left;
	padding: 2px 0 3px 0;
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #fff;
	border-right-color: #716f64;
	border-bottom: 0;
	position: relative;
	white-space: nowrap;
	list-style-type: none;
	list-style-image: none;
	z-index: 3;*/
}
#preftoc li.selected {
/*	font-weight: bold;
	background-color: #f4f4f4;
	border: 1px solid #aaa;
	border-bottom: none;
	cursor: default;
	top: 1px;
	padding-top: 2px;
	margin-right: -3px;*/
}
#preftoc > li.selected {
/*	top: 2px;*/
}
#preftoc a,
#preftoc a:active {
/*	display: block;
	color: #000;
	padding: 0 .7em;
	position: relative;
	text-decoration: none;*/
}
#preftoc li.selected a {
/*	cursor: default;
	text-decoration: none;*/
}
#prefcontrol {
/*	padding-top: 2em;
	clear: both;*/
}
#preferences {
/*	margin: 0;
	border: 1px solid #aaa;
	clear: both;
	padding: 1.5em;
	background-color: #f4f4f4;*/
}
.prefsection {
/*	border: none;
	padding: 0;
	margin: 0;*/
}
.prefsection fieldset {
/*	border: 1px solid #aaa;
	float: left;
	margin-right: 2em;*/
}
.prefsection legend {
/*	font-weight: bold;   */
}
.prefsection table, .prefsection legend {
/*	background-color: #f4f4f4;*/
}
.mainLegend {
	display: none;
}
div.prefsectiontip {
/*	font-size: 94%;
	margin-top: 0;
	background-color: #FFC1C1;
	padding: .2em .7em;
	clear: both;*/
}
.btnSavePrefs {
/*	font-weight: bold;
	padding-left: .3em;
	padding-right: .3em;*/
}

.preferences-login {
/*	clear: both;
	margin-bottom: 1.5em;*/
}

.prefcache {
/*	font-size: 94%;
	margin-top: 2em;*/
}

div#userloginForm form,
div#userlogin form#userlogin2 {
/*	margin: 0 3em 1em 0;
	border: 1px solid #aaa;
	clear: both;
	padding: 1.5em 2em;
	background-color: #f4f4f4;
	float: left;*/
}

div#userloginForm table,
div#userlogin form#userlogin2 table {
/*	background-color: #f4f4f4;*/
}

div#userloginForm h2,
div#userlogin form#userlogin2 h2 {
/*	padding-top: 0;*/
}

div#userlogin .captcha {
/*	border: 1px solid #bbb;
	padding: 1.5em 2em;
	width: 400px;
	background-color: white;*/
}

div#extraform {
/*	border: 1px solid #aaa;
	clear: both;
	padding: .5em .5em .5em .5em;*/
}

#userloginprompt {
/*	font-size: 94%;*/
}

#login-emailforlost {
/*	font-size: 94%;
	line-height: 1.2;
	padding-top: 2em;*/
}

#userlogin .loginText, #userlogin .loginPassword {
/*	width: 12em;*/
}

#userloginlink a, #wpLoginattempt, #wpCreateaccount {
/*	font-weight: bold;*/
}

/*
** IE/Mac fixes, hope to find a validating way to move this
** to a separate stylesheet. This would work but doesn't validate:
** @import("IEMacFixes.css");
*/
/* tabs: border on the a, not the div */
* > html #p-cactions li { border: none; }
* > html #p-cactions li a {
	border: 1px solid #aaa;
	border-bottom: none;
}
* > html #p-cactions li.selected a { border-color: #fabd23; }
/* footer icons need a fixed width */
* > html #f-poweredbyico,
* > html #f-copyrightico { width: 88px; }
* > html #bodyContent,
* > html #bodyContent pre {
	overflow-x: auto;
	width: 100%;
	padding-bottom: 25px;
}

/* more IE fixes */
/* float/negative margin brokenness */
* html #footer {margin-top: 0;}
* html #column-content {
	display: inline;
	margin-bottom: 0;
}
* html div.editsection { font-size: 94%; }
#pagehistory li.selected { position: relative; }

/* Mac IE 5.0 fix; floated content turns invisible */
* > html #column-content {
	float: none;
}
* > html #column-one {
	position: absolute;
	left: 0;
	top: 0;
}
* > html #footer {
	margin-left: 13.2em;
}
.redirectText {
/*	font-size: 150%;
	margin: 5px;*/
}

.printfooter {
	display: none;
}

.not-patrolled {
/*	background-color: #fff;*/
}
div.patrollink {
/*	font-size: 94%;
	text-align: right;*/
}
span.newpage, span.minor, span.searchmatch {
/*	font-weight: bold;*/
}
span.unpatrolled {
/*	font-weight: bold;
	color: red;*/
}

span.searchmatch {
/*	color: red;*/
}
.sharedUploadNotice {
/*	font-style: italic;*/
}

span.updatedmarker {
/*	color:#333333;
	background-color: #0f0;*/
}
span.newpageletter {
/*	font-weight: bold;
	color:#333333;
	background-color: yellow;*/
}
span.minoreditletter {
/*	color:#333333;
	background-color: #c5ffe6;*/
}

table.gallery {
/*	border: 1px solid #ccc;
	margin: 0px;
	padding: 3px;
	background-color: #f0f0f0;*/
}

table.gallery tr {
	vertical-align: top;
}

table.gallery td {
	vertical-align: top;
}

.gallery .gallerybox {
	background: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

li.gallerycaption {
	background: none !important;
}

span.comment {
	font-style: italic;
}

span.changedby {
/*	font-size: 94%;*/
}

.previewnote {
	color: #990000;
	border-bottom: 1px solid #990000;
/*	text-indent: 3em;
	color:#333333;
	padding-bottom: 1em;
	margin-bottom: 1em;*/
}

.previewnote hr {
	display: none;
/*	border: 1px solid #990000;*/
}

.previewnote h2 {
	border-bottom: 1px solid #990000;
}

.previewnote p {
/*	margin: 0;
	padding: 0;*/
}

.editExternally {
/*	border: 1px solid gray;
	background-color: #ffffff;
	padding: 3px;
	margin-top: 0.5em;
	float: left;
	font-size: 94%;
	text-align: center;*/
}
.editExternallyHelp {
/*	font-style: italic;
	color:#333333;*/
}

li span.deleted, span.history-deleted {
/*	text-decoration: line-through;
	color:#333333;
	font-style: italic;*/
}

.toggle {
/*	margin-left: 2em;
	text-indent: -2em;*/
}

/* Classes for EXIF data display */
table.mw_metadata {
/*	font-size: 94%;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	width: 300px;*/
}

table.mw_metadata caption {
/*	font-weight: bold;*/
}

table.mw_metadata th {
/*	font-weight: normal;*/
}

table.mw_metadata td {
/*	padding: 0.1em;*/
}

table.mw_metadata {
/*	border: none;
	border-collapse: collapse;*/
}

table.mw_metadata td, table.mw_metadata th {
/*	text-align: center;
	border: 1px solid #aaaaaa;
	padding-left: 0.1em;
	padding-right: 0.1em;*/
}

table.mw_metadata th {
/*	background-color: #f4f4f4;*/
}

table.mw_metadata td {
/*	background-color: #fcfcfc;*/
}

table.collapsed tr.collapsable {
	display: none;
}

#bodyContent table.multipageimage {
	width: 676px;
}


/* filetoc */
ul#filetoc {
/*	border-top: 4px solid #D8DCE1;
	background-color: #EBEDF0;
	font-size: 94%;
	padding: 3px 0 5px 5px;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 1em;*/

}

#filetoc li {
/*	display: inline;
	list-style-type: none;
	padding-right: 1em;*/
}

/* @bug 1714 */
input#wpSave, input#wpDiff {
/*	margin-right: 0.33em;*/
}

#editform .editOptions {
	display: inline;
}

#wpSave {
/*	font-weight: bold;*/
}

/* Classes for article validation */

table.revisionform_default {
/*	border: 1px solid #000000;*/
}

table.revisionform_focus {
/*	border: 1px solid #000000;
	background-color:#00BBFF;*/
}

tr.revision_tr_default {
/*	background-color:#EEEEEE;*/
}

tr.revision_tr_first {
/*	background-color:#DDDDDD;*/
}

p.revision_saved {
/*	color: green;
	font-weight:bold;*/
}

#mw_trackbacks {
/*	border: solid 1px #bbbbff;
	background-color: #f4f4f4;
	padding: 0.2em;
	margin-bottom: 1em;*/
}


/* Allmessages table */

#allmessagestable th {
/*	background-color: #b2b2ff;*/
}

#allmessagestable tr.orig {
/*	background-color: #ffe2e2;*/
}

#allmessagestable tr.new {
/*	background-color: #e2ffe2;*/
}

#allmessagestable tr.def {
/*	background-color: #f0f0ff;*/
}


/* noarticletext */
div.noarticletext {
/*	border: 1px solid #ccc;
	background: #fff;
	padding: .2em 1em;
	color: #000;*/
}

div#searchTargetContainer {
/*	left:       10px;
	top:        10px;
	width:      90%;
	background: white;*/
}

div#searchTarget {
/*	padding:    3px;
	margin:     5px;
	background: #F0F0F0;
	border:     solid 1px blue;*/
}

div#searchTarget ul li {
/*	list-style: none;*/
}

li.fileEntry {
/*	list-style-image: url(../images/file_icon.gif);*/
}

div#searchTarget ul li:before {
/*	color: orange;
	content: "\00BB \0020";*/
}

li#privacy, li#about {
/*    display: none;*/
}

div.fullImageLink {
/*	border: 0px solid #8C8E8D;
	padding: 9px;
	background: #EBEDF0;*/
}

div.fullImageLink img {
/*	padding:18px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid white;
	border-top: 1px solid white;*/
}


div.breadcrumb p {
/*	margin: 0;*/
}
div.hrow {
/*	height: 1px; 
	background-color: black;
	margin-top: 7px;
	margin-bottom: 7px;*/
}

div.h2b {
/*	font-weight: bold; 
	font-size: small; 
	background-color: #D8DCE1; 
	padding: 5px;*/
}
div.lookup {
/*	border: 1px solid #8C8E8D;
	background-color: white;
	padding: 1px 5px;
	font-size: 94%;
	color: #000;
	margin-top: 1.3em;
	margin-bottom: 1em;	*/
}

tr {
   vertical-align: top;
}
table.pre {
/*	border:1px solid #aaaaaa;
	background-color: #f0f0f0;*/
}
th.pre {
/*	border: none;
	background-color: #e8e8e8;*/
}
td.pre {
/*	border: none;
	padding: 2px;
	background-color: #ffffff;*/
}

.red {
	color: red;
}

.green {
	color: green;
}

.blue {
	color: blue;
}

.bgyellow {
	background-color: yellow;
}

/* Insert TeamOne All 101012 */

/* Correct directionality when page dir is different from site/user dir */
.mw-content-ltr ul,
.mw-content-rtl .mw-content-ltr ul {
	/* @noflip */
	margin: 0 0 0 0;
/*	margin: 0.3em 0 0 1.6em; HR 101012 All*/
	padding: 0;
}

/* @noflip */ .mw-content-ltr .toc ul ul,
.mw-content-ltr #toc ul ul,
.mw-content-rtl .mw-content-ltr .toc ul ul,
.mw-content-rtl .mw-content-ltr #toc ul ul {
	margin: 0 0 0 0.2em;
/*	margin: 0 0 0 0.2em; 101012 All */

}
/* Insert All 121016 */
