@import url("general.css");

html,body,#all {
	min-height: 100%; /*Sets the min height to the height of the viewport.*/
	width: 100%;
	height: 100%;
	/*Effectively, this is min height for IE5+/Win, since IE wrongly expands an element to enclose its content. This mis-behavior screws up modern browsers*/
	margin: 0;
	padding: 0;
}

html>body,html>body #all {
	height: auto;
	/*this undoes the IE hack, hiding it from IE using the child selector*/
}

body {
	background-color: #dbdbed;
}

div#all {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	/*	background: url(images/topbackground.gif) repeat-x;*/
}

#page {
	position: relative;
	top: 0;
	text-align: center;
	width: 100%;
}

#header {
	position: relative;
	top: 0;
	height: 100px;
	width: 100%;
	background-color: #336799;
	text-align: center;
}

#logo1 {
	position: absolute;
	top: 17px;
	left: 0
}

#logo2 {
	position: absolute;
	top: 2px;
	right: 0
}

div#navigation {
	position: relative;
	top: 0;
	text-align: center;
	background-color: #cc9966;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #000000;;
	background-color: #cc9966;
}

div#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 70px;
	text-align: center;
}

div.container {
	position: relative;
	top: 0;
	width: 964px; /*exact width for k-Infinity-FE-Plugin	*/
	margin: 0 auto;
}

div#left {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 160px;
	overflow: hidden;
	padding-bottom: 10px;
	text-align: left;
}

div#center {
	position: relative;
	top: 0;
	left: 0;
	width: 614px;
	float: left;
	margin: 0 15px;
	text-align: left;
}

div#right {
	position: relative;
	top: 0;
	left: 0;
	width: 160px;
	float: left;
	overflow: hidden;
	text-align: left;
}

div#leftcontent,div#content,div#rightcontent {
	padding: 5px;
	background-color: #efeff6;
}

h1.headline {
	margin-bottom: 5px;
}

div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
	border-top: 1px solid #000000;
	background-color: #336799;
	text-align: center
}

table#navigation_table {
	border: 0;
	width: 100%;
	margin: 2px 0;
}

td.navigation,td.navigation_a {
	font-size: 12px;
	padding: 0 7px;
	font-weight: bold;
	text-align: center
}

td.navigation a {
	color: #333366
}

td.navigation a:hover {
	color: #973365;
	text-decoration: none
}

td.navigation_a a {
	color: #973365
}

td.navigation_a a:hover {
	text-decoration: none
}

div#leftcontent a {
	font-weight: bold;
	color: #333366;
}

div#leftcontent a:hover,div#leftcontent a.current {
	color: #973365;
	text-decoration: none
}

div.navigation_2 {
	font-size: 11px;
	line-height: 160%
}

div.navigation_3 {
	margin: 3px 0 3px 8px;
	font-size: 10px;
	line-height: 100%
}

div#basenavigation {
	margin-top: 18px;
	font-weight: bold;
	font-size: 11px;
	color: #dbdbed
}

div#basenavigation a {
	color: #dbdbed
}

div#basenavigation a:hover {
	color: #ffffff;
	text-decoration: none
}

div#rightcontent {
	font-size: 10px;
	padding: 5px;
	line-height: 125%;
}

/*div#rightcontent a {
	color: #333366
}

div#rightcontent a:hover {
	color: #973365;
	text-decoration: none
}*/
div#rightcontent p,div#rightcontent table,div#rightcontent ol,div#rightcontent ul
	{
	margin-bottom: 6px;
}

/*dr_wiki*/
.tx-drwiki-pi1 a {
	text-decoration: none;
}

.tx-drwiki-pi1 a:hover {
	text-decoration: underline;
}

.tx-drwiki-pi1 h1 {
	border-bottom: #FFFFFF 1px dotted;
}

.tx-drwiki-pi1 pre {
	border: #2f6fab 1px dashed;
	padding: 1em;
	color: black;
	line-height: 1.1em;
	background-color: #f9f9f9;
	font-family: fixedsys, courier;
}

.tx-drwiki-pi1 input {
}

.tx-drwiki-pi1 textarea {
	width: 100%;
}

.tx-drwiki-pi1-urlextension {
	display: none;
}

.redirect {
	border: #2f6fab 1px dashed;
	padding: 1em;
	color: black;
	line-height: 1.1em;
	background-color: #fffff0;
}

.icons {
	vertical-align: middle;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.wiki-box {
	border: #2f6fab 1px dashed;
	padding: 1em;
	color: black;
	line-height: 1.1em;
	background-color: #f9f9f9;
}

.diff-r {
	color: red;
}

.diff-g {
	color: green;
}

.diff-result {
	border: #2f6fab 1px dashed;
	padding: 1em;
	color: black;
	line-height: 1.1em;
	background-color: #f9f9f9;
	font-family: fixedsys, courier;
}

.diff-table {
	width: 100%;
}

.diff-table-cell-green {
	vertical-align: top;
	text-align: left;
	white-space: normal;
	color: green;
	font-family: fixedsys, courier;
	border: #2f6fab 1px dashed;
	padding: 1em;
}

.diff-table-cell-red {
	vertical-align: top;
	text-align: left;
	white-space: normal;
	color: red;
	font-family: fixedsys, courier;
	border: #2f6fab 1px dashed;
	padding: 1em;
}

#toc {
	border: #aaaaaa 1px solid;
	padding: 5px;
	background-color: #f9f9f9
}

#toc .tocindent {
	margin-left: 2em
}

#toc .tocline {
	margin-bottom: 0px
}

#toc p {
	margin: 0px
}

#toc .toctoggle {
}

#toc .editsection {
	margin-top: 0.7em;
}

/* newloginbox */
.tx-newloginbox-pi1 table td, .tx-newloginbox-pi1 table th {
	padding: 0 10px 8px 0;
}

.tx-newloginbox-pi1 table th{
	vertical-align:middle;
}

/* tx_chcforum-pi1 */
#tx_chcforum-pi1 #formWhere{
	color:#FFFFFF !important;
}