/*
 *
 * Based on the Mittwoch theme for Joomla by Alexander Hanke (http://www.ah-68.de), which was released under the GNU/GPL license.
 * This adaptation by Gary Cunningham-Lee (chibaguy) uses the layout methods of lite -
 * a source ordered layout solution by luci (http://sourceforge.net/projects/litecss).
 * For more information, please visit http://themes.tikiwiki.org or http://zukakakina.com.
 * This theme is released under the GPL lincense.
 *
 */


body {
	display: table;
	color: #666666;
	font-size: 76%;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	background: #fff url(mittwoch/pgbg.jpg) repeat-x;
}

#tiki-clean {
	background: #fff;
	text-align: left;
}

a:link, a:visited {
	color: #003BFE;
	text-decoration: none;
}
a:hover {
	color: #b5d72b;
	text-decoration: none;
}

h1, h2, h3, h4 {
	color: #606060;
	font-weight: bold;
	padding: 0;
}

h1,
.errorpage {
	display: block;
	clear: both;
	height: 24px;
	color: #666666;
	margin-bottom: 4px;
	margin-top: 10px;
	background: #f0f0f0 url(mittwoch/pathway.gif) repeat-x;
	border: 1px solid #d0d0d0;
	line-height: 24px !important;
	line-height: 22px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 1em;

}

body.tiki_chat h1 {
	margin-top: -41px;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.0em;
}

hr {
	height: 0px;
	background: #d0d0d0;
	color: #d0d0d0;
	border: none;
	border-top: 1px solid #d0d0d0;
}

.wikitext hr {
	margin-top: -10px;
}

p {
	line-height: 1.5em;
	margin: 0 0 15px;
}

ol li {
	margin-left: 2em; 
}


ul {
	margin: 2px;
	padding: 2px;
	list-style: none;

}

.wikitext ul a:hover {
	list-style: url(mittwoch/arrow_hover.gif);
}

ul li,
.wikicell li {
	text-align: left;
	line-height: 14px;
	padding-left: 18px;
	background: url(mittwoch/arrow.gif) no-repeat;
	background-position: 0 2px;
}

.box-data div li,
ul.module li a {
	padding-left: 18px;
}

ul.module li:hover {
	padding-left: 2px;
}

ul li:hover {
	text-align: left;
	line-height: 14px;
	padding-left: 18px;
	background: url(mittwoch/arrow_hover.gif) no-repeat;
	background-position: 0 2px;
}

ul.floatleft {
	display: block;
	list-style: none;
	padding: 0;
	text-align: left;
	height: 20px;
	margin-top: 0;	
}

ul.floatleft li {
	float: left;
	padding: 4px 2px;
	background-image: none;
}

.editdate ul.floatleft {
	margin-top: 8px;
	list-style: none;
}

textarea {
	padding: 2px;
	margin: 2px;
	border: 1px solid #CBCBCB;
	background-color: #FBFBFB;
	color: #666666;
}

/* Page Layout */
#header {
	height: 152px;
}

#siteheader {
	text-align: left;
	background: transparent;
	vertical-align: middle;
	height: 152px;
	display: block;
}

#siteheadertop {
	display: block;
	height: 102px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#sitead {
	float: right;
	clear: none;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	padding-top: 20px;
	padding-right: 70px;
	max-width: 460px;
}

.sitetitle {
	float: left;
	width: auto;
	margin-top: 8px;
	clear: none;
}

h1.sitetitle {
	background: none;
	border: none;
}

#header #sitetitle a,
h1.sitetitle a
/*.sitetitle*/ {
	font-size: 2.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	height: 2.2em;
	background: none;
	background-image: none;
	line-height: 2.2em;
}

#sitetitle a,
.sitetitle,
.sitetitle a,
.sitetitle a:link,
.sitetitle a:visited,
.sitetitle a:hover {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


#siteheadertop_search {
	position: relative;
	float: right;
	margin-top: 18px;
	margin-right: 10px;
	clear: none;
	width: 200px;
	text-align: right;
}

#siteheadertop_search .button {
	border: solid 1px #AAAAAA;
	background: #f0f0f0 url(mittwoch/menuhover.jpg) top left repeat-x;
	color: #505050;
	font-weight: bold;
	margin: 2px;
	vertical-align: middle;
	text-transform: uppercase; 
}

/** horizontal menu and search form **/
#sitenavbar {
	white-space: nowrap;
	display: block;
	height: 37px;
}
/* PHP Layers style */

#sitenavbarlinks {
	width: 75%;
	float: left;
	clear: none;
	position: relative;
}

#sitenavbarlinks table {
	width: 1%;
}

.horbar {
	margin-top: 12px;
	margin-left: 45px;
	width: auto;
}

.horbar table {
	width: 1%;
	margin: auto;
}

.horbaritem {
}

.horbaritem a:link,
.horbaritem a:visited {
	display:	block;
	background: url(mittwoch/top_button.gif) no-repeat;
	color: #ffffff;
	width: 120px;
	height: 37px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	text-align: center;
	line-height: 36px;
	white-space: nowrap;
	font-size: .85em;
}

.horbaritem a:hover {
	display: block;
	color: #ffffff;
	background: url(mittwoch/top_button_hover.gif) no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0;
	margin: 0;
	margin-top: 1px;
	margin-bottom: -1px;
	line-height: 36px;
}

#horiz_bar_links .mdksubmenu {
	margin-top: 14px;
}

#horiz_bar_links .mdkitem {
	font-size: .9em;
}

.box-data table {
	width: 100%;
}
.mdkverbar  {
	margin: 0px;
}
.mdksubmenu {
	z-index: 999;
	display: table;
	position: absolute;
	visibility: hidden;
	width: auto;
	margin-top: -85px;
}

.box .mdksubmenu {
	margin-top: 0;
}

.mdksubmenu table {
	width: 150px;
}
.mdksubframe  {
	display: block;
	background: #F4F4F4;
	border: 1px solid #d0d0d0;
}

.mdkitem {
	position: relative;
	text-align: left;
	white-space: nowrap;
}
.mdkitem a,
.mdkitem a:visited  {
	padding: 2px 5px;
	position: relative;
	display: block;
	text-decoration: none;
	font-size: .9em;
}

.mdkitem a:hover  {
	color: #b5d72b;
	text-decoration: none;
}

.mdkitem a:active {
	color : #993300;
}

.mdkitem .mdkfwdarr {
	position: absolute;
	top: 5px;
	right: 12px;
}

div.mdkverbar {
	padding-left: 27px;
	line-height: normal;
} 

.mdkverbar .mdkitem {
	padding-top: 0;
	padding-bottom: 0;
}
.mdkverbar .mdkitem a,
.mdkverbar .mdkitem a:link,
.mdkverbar .mdkitem a:visited,
.mdkverbar .mdkitem a:hover {
	padding 0;
	margin-top: -4px;
	margin-bottom: -4px;
}

div#changecolorsize {
	position: relative;
	float:left;
	clear: none;
	margin-top: 23px;
}

#changecolorsize ul {
	list-style: none;
}

#changecolorsize li {
	position: relative;
	float: left;
	clear: none;
	background: url(mittwoch/top_button.gif) no-repeat;
	font-size: .9em;
	padding: 3px;
	margin: 1px;
	display: block;
}

#changecolorsize li:hover {
	background: url(mittwoch/top_button_hover.gif) no-repeat;
	background-position: 0 0;
}

#changecolorsize a,
#changecolorsize a:link,
#changecolorsize a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: .95em;
	color: #fafafa;
}

#changecolorsize a:hover {
	color: #f1f1f1;
	font-size: .95em;
}

#changecolorsize li.green {
	background: url(mittwoch/mittwochgreen/top_button.gif) no-repeat;
}

#changecolorsize li.green:hover {
	background: url(mittwoch/mittwochgreen/top_button_hover.gif) no-repeat;
}

#changecolorsize li.ltgreen {
	background: url(mittwoch/mittwochltgreen/top_button.gif) no-repeat;
}

#changecolorsize li.ltgreen:hover {
	background: url(mittwoch/mittwochltgreen/top_button_hover.gif) no-repeat;
}
	
#changecolorsize li.orange {
	background: url(mittwoch/mittwochorange/top_button.gif) no-repeat;
}

#changecolorsize li.orange:hover {
	background: url(mittwoch/mittwochorange/top_button_hover.gif) no-repeat;
}	

#changecolorsize li.red {
	background: url(mittwoch/mittwochred/top_button.gif) no-repeat;
}

#changecolorsize li.red:hover {
	background: url(mittwoch/mittwochred/top_button_hover.gif) no-repeat;
}
	
#changecolorsize li.yellow {
	background: url(mittwoch/mittwochyellow/top_button.gif) no-repeat;
}

#changecolorsize li.yellow:hover {
	background: url(mittwoch/mittwochyellow/top_button_hover.gif) no-repeat;
}

#changecolorsize li.dkblue {
	background: url(mittwoch/top_button.gif) no-repeat;
}

#changecolorsize li.dkblue:hover {
	background: url(mittwoch/top_button_hover.gif) no-repeat;
}	

div#sitelocbar {
	height: 32px;
	line-height: 32px;
	padding-left: 2em;
	color: #2F2F2F;
	font-size: 1em;
}

a.crumblink,
a.crumblink:visited {
	font-size: .9em;
	color: #2F2F2F;
	text-decoration: none;
}

a.crumblink:hover {
	text-decoration: underline;
}

div#description {
	font-size: .9em;
	font-weight: normal;
	color: #2F2F2F;
	padding-left: 2em;
}

#c1c2 {
	display: block;
	float: right;
	width: 100%;
	margin: 0;
	margin-top: 9px;
	padding: 0;
	text-align: left;
	font-size: 0.9em;
}

#c1c2 #wrapper {
	float: right;
	width: 100%;
}

#c1c2 #wrapper #col1.marginleft {
	margin-left: 225px;/* change this in your stylesheet too when you change the width of #col2 */
}

#c1c2 #wrapper #col1.marginright {
	margin-right: 225px;/* change this in your stylesheet too when you change the width of #col3 */
}

/* when col2, col1 right margin reduced */
#c1c2 #wrapper #col1.marginright .contentwrapper {
	/*margin-right: -20px;*/
}

#c1c2 #wrapper #col1.marginleft .contentwrapper {
	/*margin-left: -20px;*/
}

/* col1 and col2 */
#col1 .content .marginright {
	margin-right: 60px;
}

#c1c2 #wrapper #col1 .content {
	width: auto !important;
	width/**/:100%; /* workaround for IE 5.x:b*/
}

/* side margins compensate for no-side-col presets */
#c1c2 #wrapper #col1 .contentwrapper {
	padding: 1em;
	margin-right: 20px;
	margin-left: 20px;
}

/* For wider margins in one-column view.
Margin setting ineffective here.
This doesn't work in IE. */
#col1 .marginleft .marginright {
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
}

#c1c2 #col2 {
	float: left;
	margin-right: -100%;
	overflow: hidden;
	background-color: transparent;
	width: 225px;
}

#c1c2 #col2 .content {
	margin: 0;
	padding-left: 54px;
	padding-right: 0;
	text-align: left;
	margin-top: 21px;
	font-size: 110%;
	white-space: normal;
	margin-right: 0;
}

#col3 {
	float: right;
	margin-right: -100%;
	margin-left: -225px;
	margin-top: 9px;
	overflow: hidden;
	background-color: transparent;
	width: 225px;
}

#col3 .content {
	margin: 0;
	padding-right: 54px;
	margin-top: 21px;
	margin-bottom: 20px;
	margin-right: 10px;
	text-align: left;
	white-space: normal;
}

#footer {
	clear: both;
	background: #162DB7 url(mittwoch/footer.jpg) repeat-x top;
	color: #f0f0f0;
	padding: 10px;
	padding-top: 16px;
	font-weight: normal;
	/*width: 100%;*/
	font-size: 85%;
}

#footer a:link,
#footer a:visited {
	color: #f0f0f0;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #f0f0f0;
	text-decoration: underline;
}

.footerbgtrap {
	background-color: transparent;
	color: #d0d0d0;
}

#rss {
	padding-top: 5px;	
}

blockquote {
	padding-left: 10px;
	padding-right: 15px;
	margin-left: 25px;
	margin-right: 25px;
	font-style: italic;
}

div {
  font-size: 1em;
}

img {
  border: 0;
}

input {
	line-height: 1.6em;
	vertical-align: middle;
	font-size: 0.9em;
	padding: 2px;
	margin: 2px;
	border: 1px solid #CDCDCD;
	background-color: #FBFBFB;
	color: #666666;
}

input[type="text"],
input[type="password"] {
	font-size: 1em;
}

input[type="text"],
input[type="password"] {
	border: 1px solid #CDCDCD;
	width: 120px;
	font-size: 1.2em;
}

input[type=submit],
input[type=file],
select,
input.wikiaction,
button {
	color: #003BFE;
	background-image: url(mittwoch/button_bg.png);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	border: 3px double #CDCDCD;
	height: 20px;
	cursor: pointer;
}

input[type=submit] {
	padding: 0 5px;
}

select {
	text-align: left;
}

input[type=submit]:hover,
input[type=file]:hover,
select:hover,
input.wikiaction:hover,
button:hover {
	cursor: pointer;
}

input[id="fuser"] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: -7px;
	background-image: url(mittwoch/button_bg.png);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	border: 3px double #E0E0E0;
}

select[multiple] {
	height: 10em;
}

select[name="theme"] {
	width: 165px;
}

input[type="checkbox"] {
	border: 0;
}

small {
	font-size: 0.8em;
}

form {
	margin: 0;
	padding: 0;
}

#mainmenu br {
	display: none;
}

#attzone, #comzone {
	display: none;
}

/* TikiIntegrator: By default copy rules dialog not shown */
#rules-copy-panel {
	display: none;
}

#clear,
.clear {
	clear: both;
}

/*** mittwoch horizontal menu (mainmenu) ***/
/*
#mainmenu table {
	width: 1%;
	float: left;
	clear: none;
}

#mainmenu table,
#mainmenu table td {
	white-space: nowrap;
	font-size: 100%;
}

#mainmenu table {
	_margin-top: -16px;
}

#mainmenu table table {
	margin-top: 0;
}
*/
div {
	font-size: 1em;
}

/*** modules ***/
div.box {
	width: 170px;
	margin-bottom: 5px;
}

div.box-title {
	overflow: hidden;
	color: #666666;
	text-decoration: none;
	background: url(mittwoch/h3.gif) no-repeat;
	border: 1px solid #d0d0d0;
	text-align: right;
	height: 24px;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	margin-bottom: 2px;
	font-size: 11px;
}

.box-title a,
.box-title a:link,
.box-title a:visited {
	font-weight: normal;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}

.box-title a:hover {
	text-decoration: underline;
	color: #666666;
}

#col2 .box-title,
#col3 .box-title {
	font-size: 11px;
	line-height: 24px;
}

.box-data { 
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 0 16px 0px;
}

.box-data select {
	width: 120px;
}

/* tables in modules */
.box-data table {
	margin: auto;
}
.box-data table td {
	padding: 0.2em;
	text-align: start;
}

/* lists in modules */
.box-data ul {
	list-style: none;
	margin-left: -2em;
	padding-left: 2em;

}

.box-data li {
	padding: 0.2em;
	text-align: start;
}

#box-data ul li {
	display: block;
	padding-left: 10px;
	margin-left: 5px;
	background: url(mittwoch/star.gif) no-repeat;
}

#box-data ul li ul li{
	padding-left: 10px;
	background: url(mittwoch/child.gif) no-repeat;
}

#box-data ul li li{
	padding-left: 10px;
	background: url(mittwoch/child.gif) no-repeat;
}

#box-data a:link {
	color: #6D809F;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

#box-data a:hover {
	color: #4F657F;
	text-decoration: underline;
	border: none;
}

#box-data a:visited:hover {
	color: #4F657F;
	text-decoration: underline;
	border: none;
}

#box-data a:visited {
	color: #6D809F;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

.module li {
	list-style: none;
}

.module li a {
	color: #08B1FE;
	text-decoration: none;
	font-weight: normal;
}

.module li a:hover {
	color: #D1E53C;
	text-decoration: none;
}

/** controls for modules **/
.modcontrols { 
	display: block;
	float: right;
	width: 64px;
	height: 16px;
}

.modcontrols a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
}
.modcontrols a span {
	display: none; 
}

.movemodup {
	background: transparent url(mittwoch/icons/up_out.png) center center no-repeat;
}

a:hover.movemodup {
	background: transparent url(mittwoch/icons/up.png) center center no-repeat;
}

.movemoddown {
	background: transparent url(mittwoch/icons/down_out.png) center center no-repeat;
}

a:hover.movemoddown {
	background: transparent url(mittwoch/icons/down.png) center center no-repeat;
}

.movemodopside {
	background: transparent url(mittwoch/icons/move_out.png) center center no-repeat;
}

a:hover.movemodopside {
	background: transparent url(mittwoch/icons/move.png) center center no-repeat;
}

.removemod {
	background: transparent url(mittwoch/icons/close_out.png) center center no-repeat;
}

a:hover.removemod {
	background: transparent url(mittwoch/icons/close.png) center center no-repeat;
}

/* cbox */
div.cbox {
	overflow: hidden;
	border: 1px solid #999999;
	margin: 6px;
}
 
div.cbox-title {
	text-align: center;
	border-bottom: 1px solid #999999;
	padding: 4px;
	font-weight: bold;
}

div.cbox-data {
	overflow: hidden;
	padding: 1px 4px 4px 4px;
}

.cbox-data ul {
	/*margin-top: -20px;*/
	padding-left: 1em;
}

.cbox-data ul ul {
	margin: auto;
}

.rbox {
	overflow: hidden;
	border: 1px solid #606060;
	background: #F1F1F1;
	padding: 4px;
}

.rbox-title {
	text-align: left;
	padding: 3px;
	font-weight: bold;
}

.rbox-data {
	padding: 3px;
}

div.rbox-title[name=tip],
div.rbox-data[name=tip] {
	background: #F1F1F1;
	border: none;
}

div.simplebox {
	background: url(mittwoch/bg.gif);
	padding: 6px;
	margin-left: 5em;
	margin-right: 5em;
	border: 1px solid #ECECEC;
}

div.separator {
	width: 170px;
	background: url(mittwoch/menu_bg.gif) no-repeat;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	height: 22px !important;
	height: 25px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

div.separator a:link,
div.separator a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

div.separator:hover
/*.active*/ {
	background-image: url(mittwoch/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 -25px;
	text-decoration: none;
	height: 22px !important;
	height: 25px;
	color: #b5d72b;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	display: block; /* from factory */
}

.separator a:hover,
div.option a.linkmenu:hover {
	text-decoration: none;
	background-position: 0 -25px;
}

a.separator img {
	background-image: url(mittwoch/star.gif) no-repeat;	
}

.option {
/*	padding-left: 20px;*/
}

div.optionline,
.option a {
	padding-left: 10px;
	color: #08b1fe;
	text-decoration: none;
	font-weight: normal;
}

.option a:link,
.option a:visited,
a.linkmenu {
	color: #08b1fe;
}

a.linkmenu {
		padding-left: 20px;
}

div.option a:hover,
div.option a:active {
	color: #b5d72b;
	text-decoration: none;
}

a.linkmodule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #08b1fe;
	text-decoration: none;
}

a.linkmodule:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b5d72b;
	text-decoration: none;
}

span.module {
	/*color: #6D809F;
	font-weight: bold;
	position: relative;
	margin-right: -19px;*/
}

div.option {
	/*margin-left: 18px;*/
}

/* trackers specific style */

.statuson {
	padding: 1px;
	margin: 1px;
	border: 1px inset #666666;
	vertical-align: middle;
	background-color: #bbaa99;
}

.statusoff {
	padding: 1px;
	margin: 2px;
	vertical-align: middle;
}

/* Tables */
table {
	width: 100%;
}

.normal {
	border: solid 1px #909090;
	vertical-align: top; 
}


.wikitable {
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	vertical-align: top;
}

/* The tables */
table.admin,
table.listgallery,
table.creategalform,
table.normal,
table.gallerylisting,
table.bloglist,
table.editblogform,
table.editfgalform,
table.listfgal,
table.listfiles,
table.listarticles,
table.forumstable,
table.forumformtable,
table.viewthread {
	border: 1px solid #E9E9E9;
	border-collapse: collapse;
	background-color: #F9F9F9;
	padding: 0;
	margin: 0;
	width: 97%;
	vertical-align: top;
	text-align: left;
}

td.form,
table.normal td,
td.normal,
.wikitable td,
td.odd,
td.even {
	margin: 0;
	padding: 0.2em;
	vertical-align: top;
	border: 1px solid #E9E9E9;
	border-collapse: collapse;
}

.normal td.heading {
	background: #2A33BC;
	color: #ffffff;
	vertical-align: top;
}

td.odd {
	background-color: #F5F5F5;
	border-right: 1px solid #DDDDDD;
}

td.even {
	background: #ECECEC;
	border-right: 1px solid #DDDDDD;
}

/* Table headings */
td.heading,
td.gallistheading,
td.listgalheading,
td.bloglistheading,
td.listfgalheading,
td.listfilesheading,
td.listartheading,
td.forumheading,
td.thead {
	border: 1px solid #E9E9E9;
	border-collapse: collapse;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	background: #2A33BC;
	color: #ffffff;
}

/* Next two from factory.cl.com */
a.tableheading,
a.tableheading:visited {
	color: #fff;
	text-decoration: none;
}

a.tableheading:hover {
	color: #fff;
	text-decoration: underline;
}


td.form {
	/*padding: .2em;*/
}
.categpath {

}

/********* WIKI ************/

div.pagetitle {
	height: 24px;
	color: #666666;
	margin-bottom: 4px;
	margin-left: 0;
	margin-right: 5px;
	line-height: 24px !important;
	line-height: 22px;
	background-color: #f0f0f0;
	background-image: url(mittwoch/pathway.gif);
	background-repeat: repeat-x;
	border: 1px solid #d0d0d0;
	padding-left: 1em;
}

h1 a.pagetitle,
.pagetitle a,
.pagetitle a:visited,
a.pagetitle,
a.pagetitle:visited {
	display: block;
	overflow: hidden;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.pagetitle a:hover,
a.pagetitle:hover {
	overflow: hidden;
	color: #666666;
	text-decoration: underline;
}

h1 img {
	float: right;
	clear: none;
	margin-top: -18px;
	margin-right: 10px;
}

div.description {
	font-size: 1em;
	font-style: italic;
}

#pageid {
	float: left;
	clear: both;
}

#cachedpage {
	float: right;
	font-size: .9em;
}

.wikitext {
	white-space: normal;
	line-height: 1.5em;
	width: 100%;
}

.wikitext img {

}

.wikitext h2 {
	border-bottom: 1px solid #CECECE;
}

.wikitext h3 {
	border-bottom: 1px solid #DBDBDB;
}

.titlebar {
	background: url(mittwoch/pgbg.jpg);
	background-position: 0 -146px;
	color: #fff;
	height: 19px;
	padding: 0.1em;
	padding-left: 3em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
 
.wikitext ul li {
	padding-left: 18px;
	background: url(mittwoch/arrow.gif) no-repeat;
	background-position: 0 4px;
	line-height: 160%
} 

.wikitext ul li:hover {
	padding-left: 18px;
	background: url(mittwoch/arrow_hover.gif) no-repeat;
	background-position: 0 4px;
	line-height: 160%
}

.wikitext ol {
	padding: 2px;
	margin-bottom: 10px;
}

table.wikitable {
	border: 1px solid #A9A9A9;
	border-collapse: collapse;
}
 
td.wikicell {
	padding: 3px;
	border: 1px solid #A9A9A9;
	border-collapse: collapse;
}

.editdate {
	padding-bottom: 5px;
}

div#page-bar {
	display: block;
	margin-top: 0;
}

div#page-bar ul.floatleft li {
	background: none;
}

ul.floatleft {
	display: block;
	list-style: none;
	padding: 0;
	text-align: left;
	height: 20px;
	margin-top: 0;	
}

ul.floatleft li {
	float: left;
	padding: 4px 2px;
}

.editdate ul.floatleft {
	margin-top: 8px;
}
 
div.button2, .button3 {
	margin-right: 5px;
}
 
.linkbut {
	/*font-size: 90%;*/
}

.wiki-edithelp {
  display: none;
}
 
/* Wiki plugin styles * */
table.wikiplugin-split,
table.wikiplugin-split td,
td.wikiplugin-split {
	border: none;
	background: none;
	background-color: transparent;
}

/* code plugin  */
div.code {
	font-size: 90%;
	padding: 3px;
	border: 1px dashed #CCCCCC;
	background-color: #F4F4F4;
	font-family: "Courier New", Courier, monospace;
}

.codelisting {
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	background-color: #FFFFFF;
	/*margin: 4px;*/
	border: 1px dashed #ADACAF;
	overflow: auto; 
   width: 90%;
}

pre.codelisting {
	overflow: auto;
	width: 90%;
}

.codecaption {
	font-size: 90%;
	padding: 0 10px;
	background-color: #FFFFFF;
	position: relative;
	bottom: -5px;
	display: inline;
	border: 1px solid #ADACAF;
	border-bottom: 0;
	margin: 0;
	color: #666666;
	background-color: #E9ECEF;
	font-weight: bold;
}

/**** quote plugin *****/
div.quoteheader {
	margin-left: 20px;
}

div.quotebody {
	padding-left: 10px;
	padding-right: 15px;
	margin-left: 25px;
	margin-right: 25px;
	font-style: italic;
}

/* Tikipedia-specific - thumb styles from monobook */
/* thumbnails */
div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;
}

div.thumb div {
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	padding: 3px !important;
	background-color: #f9f9f9;
	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: 1.4em;
	padding: .3em 0 .1em 0;
}

div.magnify {
	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;
	border-width: .5em 0 .8em 1.4em;
}

div.tleft {
	float: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}

/* For MAKETOCBOX plugin */
div.maketocbox {
	display: block;
	border: 1px solid #D0D0D0;
	background: #F9F9F9;
	padding: 4px;
	margin: 5px;
	text-align: left;
}

span#maketocbox-title {
	font-weight: bold;
}
div#maketocbox-contents {
	display: block;
	text-align: left;
	margin-left: 0;
}

div#maketocbox-contents li {
	margin-left: 0;
}

div#maketocbox-contents ul.toc,
div#maketocbox-contents ul.toc li ul {
	list-style: none;
}

div#maketocbox-contents ul.toc li a:link,
div#maketocbox-contents ul.toc li ul li a:link,
div.maketocbox div#maketocbox-contents ul.toc li a.link:link,
div.maketocbox div#maketocbox-contents ul.toc {
	background-image: none;
}

/* WIKI TOCS */
div.tocnav {
	/*background: #EBEBEB;*/
	padding: 3px;
	margin-bottom: 4px;
	clear: both;
}
 
#tocnavicons {
	float: left;
}

#tocnavaddpage{
	float: right;
}

#tocnavlinks {
	clear: both;
	height: 24px;
	color: #666666;
	margin: 15px 5px 4px 5px;
	font-size: 11px;
	line-height: 24px !important;
	line-height: 22px;
}

#tocnavlinks a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
	display: inline;
	height: 24px;
	line-height: 24px !important;
	line-height: 22px;
	color: #666666;
}

.tocnavlinks_separator {
	display: inline;
	color: #FFFFFF;
	background: url(mittwoch/arrow.png) no-repeat center;
}

ul.toc {
	padding-left: 2em;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin-bottom: 4px;
}

ul.toc * {
	border: none;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div.mini {
	font-size: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* floating ul/ol lists */
.floatlist {
	clear: left;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

.floatlist li {
	float: left;
}

/* CMS (Articles) */
/* To clear floats in CMS and elsewhere */
div.article {
	margin-bottom: 40px;
}

div.articletopline {
	font-size: 90%;
	font-style: italic;
}

div.articletitle {
	background: url(mittwoch/compo_head.png) no-repeat;
	height: 20px;
	line-height: 20px;
	color: #999999;
	border-bottom: 1px solid #c8c8c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	padding-left: 30px;
	margin: 4px;
	padding-top: 6px;
}
 
span.titlea {
	font-weight: bold;
}
 
div.articlesubtitle {
	font-size: 90%;
	font-style: italic;
}
 
div.articleheading {
	margin-top: 46px;
	line-height: 1.5em;
}
 
div.articleheadingtext {

}

img.topicimage,
img.articleimagenofloat,
img.articleimage {
	background: #fafbfc;
	border: 1px solid #b0b0b0;
	padding: 5px;
}

img.articleimagefloat {
	margin-right: 4px;
	float: left;
	background: #fafbfc;
	border: 1px solid #b0b0b0;
	padding: 5px;
}

img.articleimage {
	margin-right: 4px;
	float: left;
	clear: right;
	background: #fafbfc;
	border: 1px solid #b0b0b0;
}

div.articletrailer .wikitopline {
	float: left;
} 
 
div.articlebody {
	line-height: 1.5em;
}
 
div.articlesource {
	margin-top: 5px;
	font-style: italic;
	font-size: 90%;
}
 
/* BLOGS */
div.blogheading {
	display: block;
	width: 100%;
	clear: both;
}

div.blogtitle {
	height: 24px;
	width: 100%;
	display: block;
	color: #666666;
	margin: 10px 5px 4px 5px;
	background: #f0f0f0 url(mittwoch/pathway.gif) repeat-x;
	border: 1px solid #d0d0d0;
	padding-top: .15em;
	line-height: 200%;
	font-weight: bold;
	padding-left: 1em;
}

div.blogdesc {
	display: block;
	width: 40%;
	padding: 8px;
	margin-top: 8px;
	margin-left: 6px;
}

div.bloginfo {
	text-align: right;
	display: block;
	padding: 3px;
	line-height: 150%;
}

div.blogtools {
	padding: 3px;
	text-align: right;
	margin-bottom: -2em;
}

.blogpost {
	margin-top: 3.5em;
	margin-bottom: 2em;
}
 
div.posthead {
	text-align: left;
	padding: 3px;
}

.postinfo {
	margin-bottom: 20px;
	font-size: 1.3em;
	font-style: italic;
}

span.posthead {
	display: block;
}
 
div.posthead h2 {
	background: url(mittwoch/content_head.png) no-repeat;
	height: 20px;
	color: #999999;
	border-bottom: 1px solid #c8c8c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	padding-left: 25px;
	margin: 4px;
	padding-top: 4px;
}
 
div.postbody {
	margin-right: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	line-height: 1.5em;
	margin-bottom: 1em;
}

div.postfooter {
	clear: both;
	float: right;
}

/* FORUMS */
body.tiki_forums table.normal {
	margin: auto;
}

div.forumtoolbar {
	background-color: #395AAD;
	margin-bottom: 20px;
	border: 0px;
}
 
td.threadsevenl {
	border: 1px solid #8CACBB;
	border-collapse: collapse;
	background-color: #EEEEEE;
}
 
td.threadsevenr {
	border: 1px solid #8CACBB;
	border-collapse: collapse;
	background-color: #EEEEEE;
}
 
td.threadsoddl {
	border: 1px solid #8CACBB;
	border-collapse: collapse;
	background-color: #DDDDDD;
}
 
td.threadsoddr {
	border: 1px solid #8CACBB;
	border-collapse: collapse;
	background-color: #DDDDDD;
}

table.threads {
	width: 100%;
}
 
td.threadseparator {
	border: 1px solid #8CACBB;
	border-collapse: collapse;
	background-color: #EEEEEE;
	height: 5px;
}
 
#forumpost {
	display: none;
}
 
#forumpostopen {
	display: block;
}

td.forumtoolbar {
	color: white;
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;
}
 
.toolbarlink {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.forumvotelink {
	color: black;
}

table.commentinfo {
	background: #F0F0F0;
}

#comzone {
	display: none;
	margin: 5px 0;
	padding: 0;
}
 
#comzoneopen {
	display: block;
	margin: 5px 0;
	padding: 0;
}
 
span.commentstitle {
	font-weight: bold;
	font-size: 12px;
}

/* find */
.subcomment {
	margin-left: 10px;
}

/*.quotebody {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #D3D3D3;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	color: black;
	background-color: #F5F5F5;
}+/
 

/* IMAGE GALLERIES */
div.browsegallery {
	text-align: center;
	width: 100%;
}

div#browse_image {
	background: white;
	width: 100%;
}

div.showimage {
	width: 100%;
	text-align: center;
	padding: 6px;
}

td.oddthumb {
	background-color: #F9F9F9;
	border: 3px solid white;
	border-collapse: collapse;
}
 
td.eventhumb {
	background-color: #F9F9F9;
	border: 3px solid white;
	border-collapse: collapse;
}

td.eventhumb img {
	margin-left: 6px;
	margin-right: 6px;
}

img.athumb {
	border: 0;
	margin: auto;
}

#forumpost {
	display: none;
}

#forumpostopen {
	display: block;
}

/* Directory */
div.dirsite {
	background-color: #F9F9F9;
	border: 1px solid #aaa;
	margin-bottom: 10px;
	padding: 4px;
}

span.dirsitetrail {
	font-size: 95%;
}

span.dirsitecats {
	font-size: 95%;
}

/* calendar */
.opaque {
	background: #fff;
	border-left: 1px solid #A9A9A9;
	border-top: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
}

 .calcontent {
  min-height: 60px;
  height: auto !important;
  height: 60px;
}

#caltable .calfocuson,
.box-data td.fc a.today,
.box-data td a.today {
	background-color: #D4D0C8;
	border: solid 1px #696969;
}

#caltable .calfocuson a {
	color: #000;
}

#caltable .calfocus a,
#caltable .calfocuson a {
	text-decoration: none;
}

/*  tiki tabs */
table.admin tr td div#page-bar {
	margin-left: 5px;
	margin-bottom: 0;
	background-color: transparent;
}

.tabmark {
	display: inline;
	font-size: 10px;
	background-color: #DDDDDD;
	border: 1px solid #666666;
	margin: 0;
	margin-right: 5px;
	padding: 2px 0;
}

.tabmark a {
	border-bottom: 0;
	color: #666666;
	font-weight: bold;
	padding: 1px 5px;
}

.tabmark a:active {
  color: #636466;
}

.tabmark a:hover {
	color: black;
	text-decoration: none;
}


.tabcontent {
	z-index: 200;
	position: relative;
	padding: 6px 2px 2px 2px;
	margin: 5px;
	margin-top: 0;
	background-color: #DCDCDC;
}
/*
span#tab1, #tab2, #tab3 {
}
*/
span#tab1 {
	background: #F5F5F5;
}

span#tab2 {
	background: #ECECEC;
}

span#tab3 {
	background: #DCDCDC;
}

#content1,
#content2,
#content3 {
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
}

#content1 {
	padding: 10px;
	background-color: #F5F5F5;

}

#content2 {
	padding: 5px;
	background-color: #ECECEC;
}

#content3 {
	padding: 5px;
	background-color: #DCDCDC;
}
table.admin div#content1 div.tabcontent div.cbox {
	background-color: transparent;
}

/* CALENDAR */
#calendar {
	width: 100%;
}

.Cal0, 
.Cal1, 
.Cal2 {
	color: Black;
	font-size: 10px;
	padding-right: 0px;
}

.Cal0:before {
	content: "? ";
} 


.Cal1:before {
	content: "+ ";
	background-color: #FFCC77;
}

		
.Cal2:before {
	content: "X ";
	background-color: #EEEEAA;
} 
	
.Calart,
.Calblog,
.Calchart,
.Caldir,
.Caleph,
.Calfaq,
.Calfgal,
.Calforum,
.Calgal,
.Calnl,
.Calquiz,
.Calsurv,
.Caltrack,
.Calwiki {
	font-size: 90%;
	padding: 0 3px;
	margin-top: 0;
}

.Calart,
.Calart a,
.Calart a:visited {
	color: #FA8072;
	font-weight: normal;
}

.Calart:before {
	content: "A";
	font-family: monospace;
	background-color: #FFFFFF;
}

.Calblog,
.Calblog a,
.Calblog a:visited {
	color: #DA70D6;
	font-weight: normal;
}

.Calblog:before {
	content: "B";
	font-family: monospace;
	background-color: #FFFFFF;	
}

.Calchart,
.Calchart a,
.Calchart a:visited {
	color: #304F30;
	font-weight: normal;
}

.Calchart:before {
	content: "Ch";
	font-family: monospace;
	background-color: #FFFFFF;
} 

.Caldir,
.Caldir a,
.Caldir a:visited {
	color: #800080;
	font-weight: normal;
}

.Caldir:before {
	content: "D";
	font-family: monospace;
	background-color: #FFFFFF;	
}

.Caleph,
.Caleph a,
.Caleph a:visited {
	color: #008000;
	font-weight: normal;
}

.Caleph:before {
	content: "E";
	font-family: monospace;
	background-color: #FFFFFF;
}

.Calfaq,
.Calfaq a,
.Calfaq a:visited {
	color: #822222;
	font-weight: normal;
}

.Calfaq:before {
	content: "FQ";
	font-family: monospace;
	background-color: #FFFFFF;
}

.Calfgal,
.Calfgal a,
.Calfgal a:visited {
	font-weight: normal;
	color: #8B4513;
}

.Calfgal:before {
	content: "Fi";
	font-family: monospace;
	background-color: #FFFFFF;	
}

.Calforum,
.Calforum a,
.Calforum a:visited {
	color: #808000;
	font-weight: normal;
}

.Calforum:before {
	content: "Fo";
	font-family: monospace;
	background-color: #FFFFFF;
} 

.Calgal,
.Calgal a,
.Calgal a:visited {
	font-weight: normal;
	color: #8B4513;
}

.Calgal:before {
	content: "I";
	font-family: monospace;
	background-color: #FFFFFF;
}

.Calnl,
.Calnl a,
.Calnl a:visited {
	color: #708090;
	font-weight: normal;
}

.Calnl:before {
	content: "N";
	font-family: monospace;
	background-color: #FFFFFF;	
}

.Calquiz,
.Calquiz a,
.Calquiz a:visited {
	color: #5F9EA0;
	font-weight: normal;
}

.Calquiz:before {
	content: "Q";
	font-family: monospace;
	background-color: #FFFFFF;
}

.Calsurv,
.Calsurv a,
.Calsurv a:visited {
	color: #DAA520;
	font-weight: normal;
}

.Calsurv:before {
	content: "S";
	font-family: monospace;
	background-color: #FFFFFF;	
}

Caltrack,
Caltrack a,
Caltrack a:visited {
	color: #00BD02;
	font-weight: normal;
}

.Caltrack:before {
	content: "Tr";
	font-family: monospace;
	background-color: #FFFFFF;
}
	
.calweb {
	font-weight: bold;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	color: #336699;
}

.Calweb:hover {
	color: #996633;
}

.Calwiki,
.Calwiki a,
.Calwiki a:visited {
	color: #2C4B80;
	font-weight: normal;
}

.Calwiki:before {
	content: "W";
	font-family:  monospace;
	background-color: #FFFFFF;
}

.calcheckbox {
	background-color: #FFFFFF;
}

.calcontent a.linkmenu,
.calcontent a.linkmenu:hover {
	background-image: none;
	padding: 0;
}

.calfocus {
	font-size: 90%;
	background-color: transparent;
}

.calfocus a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.calfocuson {
	font-size: 90%;
	background-color: #F3E498;
}

.calfocuson a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

#calprio {
	margin-left: 7px;
	padding: 0 5px;
	color: black;
}

.calprio1 {
	background-color: #DAE0E0;
}

.calprio2 {
	background-color: #DADCDC;
}

.calprio3 {
	background-color: #DAD0D0;
}

.calprio4 {
	background-color: #DACACA;
}

.calprio5 {
	background-color: #DAC0D0;
}

.calprio6 {
	background-color: #DABABA;
}

.calprio7 {
	background-color: #DAB0B0;
}

.calprio8 {
	background-color: #DAAAAA;
}

.calprio9 {
	background-color: #DA9A9A;
}

.calprio1 a,
.calprio2 a,
.calprio3 a,
.calprio4 a,
.calprio5 a,
.calprio6 a,
.calprio7 a,
.calprio8 a,
.calprio9 a {
	color: #393E51;
	font-weight: normal;
}

.caltitle {
	font-weight: bold;
	color: #425262;
}

.caltoggle {
	font-size: 90%;
	margin-bottom: 7px;
}

.opaque .box-title {
	background-color: white;
	border-bottom: 1px solid black;
}

.opaque .box-data  {
	background-color: white;
}

.searchresults {
	display: inline;
}

#pageheader #description {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* colors for Mittwoch 30 dkblue */

a:link, a:visited,
.option a:link,
.option a:visited,
a.linkmenu {
	color: #003BFE;
}

a:hover,
.option a:hover,
.option a.linkmenu:hover,
a.linkmodule:hover,
input[type=submit]:hover,
input[type=file]:hover,
select:hover,
input.wikiaction:hover,
button:hover  {
	color: #02D238;
}

a.tableheading,
td.bloglistheading a:link {
	color: #fff;
}

.normal td.heading,
td.heading,
td.gallistheading,
td.listgalheading,
td.bloglistheading,
td.listfgalheading,
td.listfilesheading,
td.listartheading,
td.forumheading,
td.thead {
	background: #2A33BC;
	color: #ffffff;
}


