/*
 * darch theme for pmwiki
 * last modified - 2007-04-13 / gem <gemperli@arch.ethz.ch>
 */


/* global styles */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #ffffff; /* backgrond color main page*/
	text-decoration: none;
	text-align: left;
	line-height: 16px;
	margin: 40px 00px 0px 0px;
}

table,td,tr {
	margin: 0px;
	padding: 0px;
}

hr {
	border: 0;
	background-color: #cc00cc;
	height: 1px;
	width: 100%;
}

a:link {
	color: #003399; 
	text-decoration: none;
}
a:visited {
	color: #003399; 
	text-decoration: none;
}
a:active {
	color: #0033ff; 
	text-decoration: none;
}
a:hover {
	color: #0033ff; 
	text-decoration:none;
}

h1 {
	font-size: 20px;
	line-height: 20px;
	margin: 00px 0px 10px 0px;
}
h2 {
	font-size: 14px;      /*main window*/
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	margin: 00px 0px 10px 0px;
}
h3 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
}
h4 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}
h5 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}
h6 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

strong {
	font-weight: bold; 
}
em {
	font-style: italic;
}
big {
	font-size: 13px;
}
small {
	font-size: 9px;
	line-height: 13px;
}

pre, code {
	font-family:'Lucida Console','Andale Mono','Courier New',Courier;
	font-size: 11px;
}

/* <div> (block element) styles */

#bottomspace {
	height: 52px;	
}

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 34px;
/*	border-bottom: 1px #cccccc solid; */
}
#wikilogo2 {
	position: absolute;
	left: 182px;
	top: 20px;
}

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	line-height: normal;
	color: #000000;
	background-color: #009ff0;
	position: absolute;
	top: 0px; 
	right: 20px;
	white-space: nowrap; 
	display: block;
}
#wikihead a {
	color: #333333;       /*this is the box at the top with the suche impressum etc*/
	background-color: #dddddd;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 2px solid #ffffff;
}
#wikihead a:active {
	color: #0033ff;
/*	font-weight: bold;*/
}
#wikihead a:hover {
	color: #000000;
}
#wikihead p {
	display: inline;
}

/* These are for the left-sidebar. */
#wikileft { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	line-height: normal;
	color: #ffff00;
	background-color: #ffffff; 
	border-left: 3px solid #ffffff;
	/*border-top: 3x solid #009ff0;*/
	border-right: 3px solid #ffffff;
	/*border-bottom: 2px solid #009ff0;*/
	width: 180px; 
	white-space: nowrap; 
}

#wikileft h1 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-align: left;
	line-height: normal;
	color: #000000;
	background-color: #dddddd;
	padding: 0px;
	/*border-left: 2px solid #009ff0;*/
	border-left: 4px solid #dddddd;
	margin-top: 4px;
	margin-bottom: 0px;
	white-space: nowrap; 
	/*display: block;*/
}

#wikileft a {
	color: #000000;   /* links that have no subsections*/
}
#wikileft a:active {
	color: #0033ff;
}
#wikileft a:hover {
	color: #0033ff;
}

#wls ul {
	list-style: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	background-color: #dddddd;           /*menu bar left subtitles*/
	border-left: 12px solid #dddddd;
}
#wls li {
	padding: 0px; 
	margin: 0px;
}
#wls a {
	color: #000000;
}
#wls a:active {
	color: #0033ff;
}
#wls a:hover {
	color: #0033ff;
}
#wls .selflink {
	font-weight: bold; 
}

#editsidebar ul {
	font-size: 9px;
	list-style: none;
	text-align: right;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 24px;
	margin-bottom: 4px;
	padding: 0px;
	background-color: #ffffff;
}
#editsidebar a {
	color: #fb1721;
}
#editsidebar a:active a:hover {
	color: #0033ff;
}


/* These affect the main content area. */
#wikitext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	width: 500px;
}

#wikibody {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
}

#wikicmds { 
	font-size: 9px;
	line-height: 13px;
	float: right;
	white-space: nowrap; 
	margin-top: 3px;
	margin-right: 4px;
}
#wikicmds ul {
	list-style: none;
	margin: 0px; 
	padding: 0px;
}
#wikicmds li {
	display: inline;
	text-decoration: none;
}
#wikicmds li a {
	color: #fb1721;
	background-color: #888888;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#wikicmds li a:hover {
	color: #0033ff; 
}
#wikicmds li a.createlink {
	display: none;
}

/*
#wikititle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 32px;
	white-space: nowrap; 
	display: block;
	background-color: #888888;
	padding: 1px;
}
#wikititle a {
	color: #ffffff;
	background-color: #ffffff;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-right: 2px solid #ffffff;
}
#wikititle a.aktuell {
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
}
#wikititle a:active {
	color: #ffffff;
	font-weight: bold;
}
#wikititle a:hover {
	color: #ffffff;
}
*/

/* These affect the edit pages. */
.wikiaction {
	margin-top: 12px;	
	margin-bottom: 12px;
}

/* These are for the edit form. */
#wikiedit form {
	margin-top: 6px;	
	margin-bottom: 6px;
}
#wikiedit textarea {
	width: 98%;
	margin-top: 6px;	
	margin-bottom: 6px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #ffffff; 
	text-decoration: none;
	text-align: left;
	line-height: 16px;
}

/* These affect the lines at the very bottom. */
#wikifoot { 
	font-size: 9px;
	position: fixed;
	bottom: 4px;
	right: 70px;
}

#wikiethlogo {
	position: fixed;
	bottom: 0px;
	display: block;
	background-color: #ffffff;
	width: 180px;
	height: 52px;
	padding-left: 20px;
	padding-right: 200px;
	border-left: 12px solid #ffffff;

}

#wikiethlogofill {
	position: fixed;
	bottom: 0px;
	left: 282px;
	width: 100%;
	height: 52px;
	display: block;
	background-color: #ffffff;
}

#changebrowser {
	position: fixed;
	bottom: 4px;
	left: 300px;
	font-size: 10px;
	display: none;
}

#pagelists ul {
	list-style: none;
	margin: 0px; 
	padding: 0px;
}
#pagelists li {
	text-decoration: none;
}



/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
	body {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #000000;
		background-color: #ffffff; 
		text-decoration: none;
		text-align: left;
		line-height: 16px;
		margin: 0px 0px 0px 0px;
		width:auto;
	}
  #wikihead, #wikilogo, #wikilogo2, #wikileft, #wikicmds, #wikiethlogo, #wikiethlogofill, #wikifoot, .footnav { display:none; }
/*  #wikifoot { padding:2px; } */
}


