/**
 * 2008 © by Kirchnerei
 * CSS-Datei fuer die Website FreiText
 */

/* Html Elemente */
body {
	background: url(layout/bg_body.gif) repeat-x #D5E0E4;
	color: #000;
	font: normal 12px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
	margin: 0;
	padding: 0;
}

td {
	padding: 0;
	vertical-align: top;
}

th {
	padding: 0;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
}

img {
	border-style: none;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover, a:active {
	color: #746859;
	text-decoration: underline;
}

form {
	display: inline;
}

ul {
	list-style: square;
	margin: 0;
	padding: 0 0 0 18px;
}

ul li {
	font-weight: normal;
}

/* Elemente für eine Formular */
table.form {
	background: #eee;
	border: 1px solid #666;
	margin: 5px 0;
}

table.form td {
	padding: 3px 5px;
}

table.form td.right {
	width: 90px;
}

table.form tr.header {
	background: #fff;
}

table.form tr.header td {
	border-bottom: 1px solid #666;
	padding: 5px 8px;
}	

table.form tr.footer td {
	border-top: 1px solid #666;
	padding: 5px 8px;
	text-align: right;
}

/* Elemente für eine Tabelle als Liste */
table.list {
	background: #eee;
	border: 1px solid #999;
	font-size: 90%;
	width: 100%;
}

table.list tr.header {
	background: url(table-list-header-tr.jpg) top left repeat-x #aaa;
}

table.list th, table.list tr.header td {
	background: url(table-list-header-th.jpg) bottom left repeat-x;
	color: #fff;
	padding: 4px 5px;
}

table.list td {
	padding: 3px 5px;
	vertical-align: top;
}

table.list tr.footer td {
	background: #aaa;
	color: #fff;
	text-align: right;
}

input, select, textarea {
	font-size: 100%;
	padding: 1px 2px;
}

input.edit, select.edit, textarea.edit {
	border: 1px solid #666;
}

input.header {
	border: 1px solid #666;
	font-size: 140%;
}

/* Klassen Elemente */

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.blocksatz {
	text-align: justify;
}

.img16 {
	width: 16px;
	height: 16px;
}

.disabled {
	color: #aaa;
}

.red, .hint {
	color: red;
}

.green {
	color: lime;
	font-weight: bold;
}

.backup {
	background: black;
	border: 2px solid green;
	color: white;
	font-family: monospace;
	width: 95%;
	height: 300px;
	overflow: auto;
	padding: 3px 5px;
}

.pre {
	font-family: monospace;
}

.editorBox {
	background: white;
	color: #414141;
	font: normal 12px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}


.editorBox p, .text p {
	padding: 5px 0;
	font-size: 13px;
}

/* ID Elemente */
/* Element umfasst den kompletten Inhalt */ 
#main {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 771px;
	position: relative;
}

/* Element ist für den Header */
#header {
	background: url(layout/bg_header.gif) no-repeat;
	height: 251px;
}

#header h1 {
	color: #746859;
	font-size: 24px;
	margin: 0 11px;
	padding: 0 4px 14px 4px;
	z-index: 99;
}

/* Image */
#header img {
	margin: 0 11px;
	z-index: 1;
}

#maincontainer {
	background: url(layout/bg_maincontainer.gif) no-repeat;
	position: relative;
	height: 144px;
	margin: 0;
	padding: 0 11px;
	width: 771px;
}

#menuBar {
	background: url(layout/bg_menu.gif) repeat-x;
	position: relative;
	margin: 0;
	padding: 0;
	height: 58px;
	width: 749px;
}

#menuBar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menuBar ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
}

#menuBar ul.subBar {
	padding-left: 20px;
}

#menuBar a:link, #menuBar a:visited {
	background: transparent none repeat scroll 0%;
	display: block;
	float: left;
	color: #254D61;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 11px;
	text-align: center;
}

#menuBar a:hover, #menuBar a:active, #menuBar a.select {
	background: transparent url(layout/bg_menu_active.gif) no-repeat scroll 0%;
	display: block;
	float: left;
	color: #fbfbfb;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 11px;
	text-align: center;
}

/* Element für das Untermenue */
#menuSubBox {
	clear: both;
	height: 28px;
}

#menuSubBox p {
	background: url(layout/bg_submenu.gif) no-repeat transparent right top;
	color: #417587;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	width: 100px;
	height: 28px;
	text-align: right;
	padding-right: 35px;
	float: left;
}

/* Element für die Seitenueberschrift */
#pageTitle {
	background: url(layout/bg_title.gif) no-repeat;
	position: relative;
	width: 749px;
	height: 64px;
}

#pageTitle h2 {
	color: #254D61;
	font-size: 18px;
	position: absolute;
	left: 30px;
	bottom: 15px;
	margin: 0;
	padding: 0;
}

/* Element für den Inhalt */
#content {
	background: url(layout/bg_content.gif) repeat-y;
	position: relative;
	width: 771px;
	margin: 0;
	padding: 0;
}

#content div.text {
	margin: 0;
	padding: 2px 16px;
}

#content div.fck {
	margin: 0;
	padding: 0 16px;
}

#content table.contentBox {
	table-layout: fixed;
	border-collapse: collapse;
	width: 740px;
	margin: 0 auto 0 auto;
}

/* element für die SideBar (MenuBar) */
#sideBar {
	text-align: right;
}

#sideBar div.text {
	padding: 5px 3px 5px 6px;
	text-align: right;
}

#sideBar fieldset {
	border: 1px solid #666;
	margin: 0 5px;
	padding: 3px 5px;
	text-align: left;
	font-size: 90%;
}

#sideBar fieldset legend {
	color: #746859;
	font-weight: bold;
	font-size: 110%;
}

#sideBar ul {
	list-style: square;
	margin: 0;
	padding: 0 0 0 14px;
}

#sideBar ul li {
	font-weight: normal;
}

/* Element für die ToolBar (Adminbox und InfoBox) */
#toolBar {
	background: url(layout/bg_toolbar.gif) repeat-y #fff;
	font-size: 90%;
	height: 25px;
	margin: 0 auto 0 auto;
	width: 771px;
}

#toolBar .left {
	display: inline;
	float: left;
	padding: 5px 15px;
	width: 500px;
}

#toolBar .right {
	display: inline;
	float: right;
	padding: 5px 15px;
	width: 200px;
}

#toolBar a:link, #toolBar a:visited {
	color: #006699;
	text-decoration: none;
}

#toolBar a:hover, #toolBar a:active {
	color: #746859;
	text-decoration: underline;
}

#toolBar a.select {
	background: #ccc;
}


/* Element für den Fußbereich */
#footer {
	background: url(layout/bg_footer.gif) no-repeat bottom;
	position: relative;
	color: #fff;
	font-size: 10px;
	height: 85px;
	width: 771px;
}

#footer .left {
	position: absolute;
	left: 15px;
	top: 25px;
	padding: 4px 3px;
	text-align: left;
	width: 190px;
}

#footer .right {
	position: absolute;
	right: 15px;
	bottom: 5px;
	padding: 5px 3px;
	width: 550px;
}

#footer a {
	color: #fff;
}


/* Element für die Copyrightmeldung */
#author {
	margin: 0 auto 10px auto;
	width: 771px;
}

#author p {
	font-size: 80%;
	padding: 3px 15px;
	text-align: left;
}


/* Element für Debug- und Fehlermeldnung */
#debug, #error {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 771px;
}	

#debug td, #error td {
	font-size: 90%;
	padding: 2px 4px;
}


/* *************************************************************************** /
/* IE 6 Hacks */
* html, * html body {
	width: 100%;
	height: 100%;
}

* html #header {
	height: 200px;
}

