/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* Basisdefinitionen */
*							{ margin: 0; border: 0; padding: 0; font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; color: #000; }

/* Aufteilung */
.page						{ width: 973px; }
.page .navigation			{ width: 133px; height: 590px; float: left; position: relative; padding: 20px; background-color: #FFF; }
.page .content				{ width: 760px; height: 590px; margin: 0 0 0 173px; padding: 20px; background-color: #ADAFAF; }

.navigation .navigationen	{ position: absolute; right: 20px; bottom: 17px; width: 133px; text-align: right; }
.navigation .navigationen .link a:hover	{ color: #000000; }

.content .main				{ margin: 0 207px 0 0; overflow: hidden; }
.content .related			{ width: 207px; float: right; }

.content .column-left		{ float: left; width: 180px; }
.content .column-right		{ float: right; width: 130px; }
.content .column-middle		{ margin: 0 130px 0 180px; }

/* 05: Inhalt  */
a:link						{ font-family: Arial, sans-serif; color: #000; text-decoration: none; font-weight: bold; }
a:visited					{ font-family: Arial, sans-serif; color: #000; text-decoration: none; font-weight: bold; }
a:hover						{ font-family: Arial, sans-serif; color: #E3E3E3; text-decoration: none; font-weight: bold; }
a:active					{ font-family: Arial, sans-serif; color: #000; text-decoration: none; font-weight: bold; }

.navigation .link a			{ font-weight: normal; }
.navigation .link a:hover	{ font-weight: bold; }
.navigation .link a:active	{ font-weight: bold; }
.navigation .link a.extern	{ background: transparent url(../pics/layout/link_extern.gif) no-repeat scroll 0 3px; padding-left: 15px; }
.benutzer_loginstatus		{ margin-top: 9px; }

.absatz .text strong		{font-weight: bold;}

/* Verstecken */
.cycon-wysiwyg				{ display: none; }

.white						{ font-size: 20px; color: #FFF; }

#debugLog	{ display: none; position: absolute; z-index: 10000; overflow: scroll; right: 0; width: 300px; wi_dth: 1256px; height: 800px; background-color: black; color: lime; font-family: arial; font-size: 8px; -moz-opacity: 0.75; filter: alpha(opacity=75); opacity: 0.75; }

