/*
// =========================================================
// telepark.wiki Professional

// This Software is copyright (c) 2007 by telepark, 
// Inh. Patrick Thomas, www.telepark.de. 
// All rights reserved. 

// You may not modify, alter, reverse engineer or emulate 
// the functionality, or create derivative works of the 
// Software in parts or it's entirety without the prior
// written consent of telepark.
// =========================================================
*/

body {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #3B5A6F;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #3B5A6F;
}

a {
	color: #00610b;
	text-decoration: underline;
	font-family: ;
	font-size: ;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color: ;
	background-color: ;
	font-weight: bold;
}

#treebox {
	position: absolute;
	top: 100px;
	left: 0;
	float: left;
	padding-top: 20px;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: ;
	background-color: #dbffce;
	height: 100%;
}

#loading {
	position: absolute;
	right: 10px;
	z-index: 100;
}

#main {
	position: absolute;
	top: 100px;
	float: left;
	padding-top: 20px;
	height: 100%;
}

#content {
	/*border:1px solid red; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin: 5px;
	color: #070079;
	background-color: #ffffff;
}

#content table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#topbanner {
	position: absolute;
	top: 0;
	left: 0;
	/*width:100%; */
	height: 100px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #00790e;
	background-color: #ffffff;
}

#logo {
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
}

#version {
	position: absolute;
	top: 45px;
	left: 190px;
	z-index: 1001;
	font-family: Verdana,Arial,Helvetica;
	font-size: 9px;
	color: #3B5A6F;
	font-weight: bold;
	display: none;
}

.wikiForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.wikiForm td, .wikiForm th {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	padding: 3px;
}

.wikiForm input, .wikiForm textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.wikiButton {
	border: 1px solid #27467C;
	background-color: #F8F8F8;
	font-size: 10px;
	margin: 0;
}

#loginButton {
	position: absolute;
	top: 85px;
	left: 25px;
	font-family: Verdana,Arial,Helvetica,Swiss,sans-serif;
	font-size: 10px;
	font-weight: bold;
	z-index: 101;
	color: #117900;
}

#textlinks {
	position: absolute;
	top: 85px;
	left: 80px;
	font-family: Verdana,Arial,Helvetica,Swiss,sans-serif;
	font-size: 10px;
	font-weight: bold;
	z-index: 101;
	text-align: right;
	display: block;
	color: #999999;
	white-space: nowrap;
}


#loginBox {
	position: absolute;
	width: 450px;
	height: 100px;
	font-family: Verdana,Arial,Helvetica,Swiss,sans-serif;
	font-size: 11px;
	font-weight: bold;
	z-index: 100;
	border: 5px solid #FFF;
	background-color: #FFF;
	padding: 5px;
}

#loginBox input {
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,Swiss,sans-serif;
	font-weight: normal;
}

#innerLoginBox {
	width: 420px;
	height: 90px;
	border: 1px solid #3B5A6F;
	background-color: #FCFCFC;
	padding: 10px;
}

#closeButton {
	position: absolute;
	right: 14;
	top: 6;
	width: 21px;
	height: 21px;
}

#history {
	border: 1px solid #A5ACB2;
	height: 100px;
	overflow: auto;
	font-size: 10px;
}

#messageBox {
	position: absolute;
	width: 300px;
	z-index: 1000;
	background-color: #F0F0F0;
	border: 1px solid #3B5A6F;
	padding: 10px;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #3B5A6F;
	text-align: center;
}

#messageBox h1 {
	font-family: Verdana,Arial,Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #FFB300;
}


/* telepark.wiki pro */
#searchBox {
	position: absolute;
	top: 78px;
	right: 5px;
	z-index: 1001;
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	width: ;
	height: ;
	display: block;
}

#signBox {
	position: absolute;
	top: 80px;
	right: 10px;
	z-index: 1001;
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	width: ;
	height: ;
	display: none;
}

#searchBox input, #signBox input {
	width: 100px;
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
}

.intBrowserText {
	margin: 5px;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
}

.searchTeaser {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
}#settingsContent table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
}
#loginButton a {
	text-decoration: none;
	color: #117900;
	font-family: Verdana,Arial,Helvetica,Swiss,sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#loginButton a:hover {
	color: #00791a;
	background-color: ;
	font-weight: bolder;
	text-decoration: underline overline;
}
#textlinks a {
	text-decoration: underline;
	color: #999999;
	font-family: Verdana,Arial,Helvetica,Swiss,sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#textlinks a:hover {
	color: #130079;
	background-color: #eaeaea;
	font-weight: bold;
	text-decoration: underline;
}
#search {
	background-color: white;
	border: black solid 1px;
	border-color: black;
}
.searchButton {
	background-color: white;
	color: black;
}
#signEmail {
	background-color: white;
	border: black solid 1px;
	border-color: black;
}
.signButton {
	background-color: white;
	color: black;
}
.wikiComment {
	width: 100%;
	border: 1px solid #DDDDDD;
	padding: 5px;
}
.simpleComment {
	padding-top: 8px;
}
.wikiAttachement {
	width: 100%;
	margin: 0;
	padding-top: 0px;
	margin-top: 8px;
}
.tab_active {
	float: left;
	height: 26px;
	margin: 0;
	padding: 6px;
	background-image: url(../imgs/tab_active.gif);
	background-repeat: repeat-x;
}
.tab_inactive {
	float: left;
	height: 26px;
	margin: 0;
	padding: 6px;
	background-image: url(../imgs/tab_inactive.gif);
	background-repeat: repeat-x;
}
.tableft_active {
	float: left;
	height: 26px;
	width: 6px;
	margin: 0;
	padding: 0;
	background-image: url(../imgs/tableft_active.gif);
	background-repeat: no-repeat;
}
.tableft_inactive {
	float: left;
	height: 26px;
	width: 6px;
	margin: 0;
	padding: 0;
	background-image: url(../imgs/tableft_inactive.gif);
	background-repeat: no-repeat;
}
.tabright_active {
	float: left;
	height: 26px;
	width: 12px;
	margin: 0;
	padding: 0;
	background-image: url(../imgs/tabright_active.gif);
	background-repeat: no-repeat;
}
.tabright_inactive {
	float: left;
	height: 26px;
	width: 12px;
	margin: 0;
	padding: 0;
	background-image: url(../imgs/tabright_inactive.gif);
	background-repeat: no-repeat;
}
.tab {
	float: left;
	margin: 0;
}
#tabs {
	padding: 0;
	margin: 0;
	z-index: 1009;
}
#settingsContent {
	position: absolute;
	top: 50px;
	border: #bababa solid 1px;
	border-top: none transparent 0px;
	padding: 0;
}
*html #settingsContent {
	top: 45px;
}
#buttontab {
	float: right;
	height: 26px;
	background-image: url(../imgs/tab_empty.gif);
	background-repeat: repeat-x;
}
#emptytab {
	float: left;
	height: 26px;
	background-image: url(../imgs/tab_empty.gif);
	background-repeat: repeat-x;
	margin: 0;
}
.details {
	position: absolute;
	top: 15px;
	left: 15px;
	display: none;
	border: #bababa solid 1px;
	background-color: #F3F3F3;
	padding: 5px;
}
#pagePrintLink {
	position: absolute;
	right: 0px;
	top: 5px;
	font-family: Verdana,Arial,Helvetica,Swiss,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00612c;
	text-align: right;
	z-index: 2000;
}
#pagePrintLink a {
	text-decoration: underline;
	color: #00612c;
	font-family: Verdana,Arial,Helvetica,Swiss,sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#pagePrintLink a:hover {
	color: #00612c;
	background-color: ;
	font-weight: bolder;
	text-decoration: underline;
}
#bookmarkLink {
	position: absolute;
	top: 25px;
	right: 0px;
	font-family: Verdana,Arial,Helvetica,Swiss,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1700c2;
	text-align: right;
	z-index: 2000;
}
#bookmarkLink a {
	text-decoration: underline;
	color: #1700c2;
	font-family: Verdana,Arial,Helvetica,Swiss,sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#bookmarkLink a:hover {
	color: #faff0c;
	background-color: #ff0cd8;
	font-weight: bold;
	text-decoration: underline;
}
