@import url(import/base.css);

@media all {

/* @group Layout */

/* @group Formatierung der Seite */

* {
	font-size: 1em;
}

#starter {
	margin: 10em 5em 30em;
}

body {
	background: #D0D0D0;
	padding: 20px 0;
	margin: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.0em;
	letter-spacing: .03em;
}

#page {
	background: #ffffff;
	font-size: 0.85em;
}

#page_margins {
	width: 898px;
	margin: auto;
	position: relative;
	border: 1px solid #0E2A61;
}

#header {
	background: url(../images/header.jpg) no-repeat center top;
	height: 89px;
}

#header a {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 250px;
	height: 80px;
	display: block;
}

#header a span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* @end */

/* @group 2 Spaltiges Layout */

#main {
	margin: 0;
	padding: 0;
	font-size: 0.81em;
}

#col1_content {
	margin: 0;
	padding: 0;
}

#col1 {
	width: 180px;
	font-weight: bold;
	text-transform: uppercase;
	color: #185491;
	line-height: 0px;
}

#col3 {
	padding: 0;
	margin: 0 0 0 180px;
	border-left: 1px #528BC5 solid;
	color: #333333;
	min-height: 600px;
}

#col3_content {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Navigation */

/* @group SCM */

#SCM a.link {
	margin-top: 20px;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	background-image: none;
}

#SCM {
	margin-top: 50px;
	font-size: 10px;
	text-align: center;
	margin-bottom: 20px;
}

#SCM span {
	display: block;
}

/* @end */

#col1 ul {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

#col1 ul#nav {
	margin-top: 3em;
	margin-bottom: 2em;
}

#col1 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 0px;
}

#col1 li.spc {
	line-height: 1.2em;
}

#col1 a {
	text-decoration: none;
	color: #185491;
	background: url(../images/navlinie.gif) repeat-x left bottom;
	display: block;
	line-height: normal;
}

#col1 ul li a {
	padding: 2px 5px 2px 10px;
}

#col1 ul li ul li a {
	font-size: 0.91em;
	background-color: #E6E6E6;
	padding: 1px 5px 1px 20px;
}

#col1 ul li ul li ul li a {
	font-size: 0.91em;
	padding: 0px 5px 0px 40px;
	background-color: #CCCCCC;
}

#col1 ul li ul li ul li ul li a {
	font-size: 0.91em;
	padding: 0px 5px 0px 45px;
	background-color: #c6c6c6;
}

/* @group Seitenspezifische Links */

#col1 a.seite-850 {
	background-color: #ADD4C7!important;
}

#col1 a.seite-407 {
	background-color: #AAC0D2!important;
}

#col1 a.seite-406 {
	background-color: #C1ADA8!important;
}

#col1 a.seite-850:hover {
	background-color: #88D1B6!important;
	color: #333 !important;
}

#col1 a.seite-407:hover {
	background-color: #7AA6C2!important;
	color: #333 !important;
}

#col1 a.seite-406:hover {
	background-color: #CC8B82!important;
	color: #333 !important;
}

/* @end */

#col1 a:hover {
	color: #E96820;
}

#col1 a.cur {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #E96820;
}

#col1 a:hover.cur {
	color: #CCCCCC;
}

#col1 a.act {
	color: #185491;
	font-weight: bold;
	background-color: #FFE6CC;
}

#col1 a:hover.act {
	color: #333333;
}

/* @end */

/* @group Formatierung des Footers */

#footer {
	color: #185491;
	border-top: 1px solid #0E2A61;
	padding: 3px 0 4px 0;
	text-align: center;
	font-size: 0.735em;
}

#footer a {
	color: #185491;
}

#footer strong {
	font-weight: bold;
}

/* @end */

/* @group Root-Navigationen */

#roots {
	width: 100%;
	text-align: right;
	font-size: 0.91em;
	background: white;
	float: left;
	padding: 6px 0  1em 0;
}

#roots div {
	display: inline;
	float: right;
}

#roots div div {
	display: inline;
	float: left;
}

/* @group Rootline */

#rootline {
	margin-right: 20px;
	color: #333333;
}

#rootline a, #rootline a:hover {
	color: #333333;
}

#rootpart {
	margin-top: 0px;
	margin-right: 20px;
}

/* @end */

/* @group Sprachwahl */

#roots #language {
	display: none;
	margin-right: 10px;
}

#language a {
	color: #555;
	padding: 2px;
}

#language a .act a {
	color: #222;
}

/* @end */

/* @end */


/* @group Suche */

#searchform {
	position: absolute;
	right: 0;
	bottom: 7px;
}

#suchbox {
	width: 100px;
	background: white;
	color: #333;
	border: 1px solid white;
	zoom:1;
	opacity: 0.7;
	filter:alpha(opacity="70");
}

#suchbox.fokus {
	color: black;
	opacity: 0.9;
	filter:alpha(opacity="90");
}

#suchbox:focus {
	outline: none;
}

/* @end */
/* @end */

/* @group HTML-Tags */

/* @group Überschrifen */

h3,h1 {
	color: #E24E23;
	font-size: 1.09em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 1em 0 1em;
}

h4,h2 {
	font-size: 1.09em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0.5em 0 0.5em;
	color: #333333;
}

h5 {
	font-size: 1.09em;
	color: #333333;
	font-weight: bold;
	margin: 0 0 0.4em;
}

h6 {
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	margin: 0 0 0.3em;
}

/* @end */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, li {
	list-style-type: square;
	list-style-position: outside;
}

input, textarea {
	border: 1px #666666 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 5px;
}

select {
	border: 1px #666666 solid;
	padding: 0px
}

.nowrap, .nobr {
	white-space: nowrap !important;
}

/* @end */

/* @group Boak */

/* @group Allgemein */

.boak th, .boak tr, .boak td {
	border: 1px solid #999;
}

.boak th {
	text-align: center;
}

table.boak {
	border-collapse: collapse;
	width: 90%;
	margin-bottom: 3em;
	border: 1px solid #444;
}

table.boak-agenda {
	border-width: 2px;
}

.boak th, .boak td {
	padding: 5px 8px;
}

/* @end */

/* @group Agenda */

/* @group Farben */

.boak td {
	background-repeat: repeat-x;
	background-position: 0 center;
}

.boak .blue-green {
	background-image: url(../images/boak/blue-green.gif);
}

.boak .blue-yellow {
	background-image: url(../images/boak/blue-yellow.gif);
}

.boak .orange-green {
	background-image: url(../images/boak/orange-green.gif);
}

.boak .orange-yellow {
	background-image: url(../images/boak/orange-yellow.gif);
}

/* @end */

#content table.boak .pause {
	text-align: center;
}

table.boak .bold td, table.boak .bold th.bold {
	width: 50%;
	border-color: #444;
}

/* @end */

/* @group Legende */

.boak .blue {
	background: url(../images/boak/blue.jpg) repeat-x;
}

.boak .yellow {
	background: url(../images/boak/yellow.jpg) repeat-x;
}

.boak .green {
	background: url(../images/boak/green.jpg) repeat-x;
}

.boak .orange {
	background: url(../images/boak/orange.jpg) repeat-x;
}

.boak .red {
	color: #333;
	background: url(../images/boak/red.jpg) repeat-x;
}

/* @end */

/* @end */

/* @group Content */

#main .csc-firstHeader {
	margin-top: 0em;
}

.tr-even {
	
}

.filelinks div {
	padding-bottom: 3px;
}

/* @group Mailform */

.powermail_pagebrowser {
	text-align: right;
}

/* @group Powermail */

/* @group Tabs */

#content ul#tabs {
	float: left;
	width: 100%;
	list-style: none;
	background: url(../images/solid-ccc.gif) repeat-x bottom;
	line-height: 0;
	padding: 0;
	margin: 0 0 2em 0;
	clear: both;
	display: block;
}

#content #tabs li {
	list-style: none;
	line-height: normal;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	white-space: nowrap;
}

#content #tabs a {
	float: left;
	display: block;
	margin: 0 3px 0 0;
	color: #222;
	display: block;
	text-decoration: none;
	border: #ccc solid 1px;
	border-bottom: none;
	padding: 5px 10px 3px 10px;
	white-space: nowrap;
	width: auto;
}

#content #tabs a.active-tab {
	color: #222;
	background: #FFF !important;
}

/* @end */

input.validation-failed,
textarea.validation-failed {
	border-color: #E24E23;
}

div.powermail_mandatory_js {
	color: #E24E23;
}

#content input.powermail_submit {
	margin-top: 2em;
	float: left;
	color: #222;
	background-color: #e7e7e7;
	border: 1px solid #999;
	padding: 2px 5px;
	width: 130px;
	clear: both;
}

input.powermail_text, textarea.powermail_textarea {
	width: 300px;
}

legend {
	padding: 0 10px;
	border: 0;
	font-size: 15px;
}

label {
	float: left;
	width: 100%;
	margin: 1em 0 0 0;
	font-size: 1.2em;
}

.tx-powermail-pi1 legend {
	padding: 0 0 .5em 0;
}

.tx-powermail-pi1 fieldset {
	margin-bottom: 2em;
	float: left;
	width: 100%;
}

.tx-powermail-pi1 img.calendarImg {
	position: relative;
	top: 3px;
}

.tx_powermail_pi1_fieldwrap_html_check {
	float: left;
	width: 100%;
}

#content .tx_powermail_pi1_fieldwrap_html_check p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	float: left;
	width: 100%;
	margin: 1em 0 0.5em 0;
	font-size: 1.2em;
}

#content div.tx_powermail_pi1_fieldwrap_html_check input {
	border: none;
}

.powermail_mandatory {
	color: #E24E23;
}

.tx_powermail_pi1_fieldwrap_html_check input {
	float: left;
	margin-right: 3px;
	margin-top: 1px;
}

input.tx_powermail_pi1_submitmultiple_forward, input.tx_powermail_pi1_submitmultiple_back {
	float: left;
	color: #222;
	background-color: #e7e7e7;
	border: 1px solid #999;
	padding: 2px 5px;
	font-size: 11px;
	margin-right: 2em;
}

.tx_powermail_pi1_fieldwrap_html_check label {
	font-size: 1em;
	float: none;
	width: auto;
	margin: 0;
}

div.calendar {
	z-index: 100;
}

/* @end */

fieldset {
	padding: 0;
	border: none;
	margin: 0;
}

.formu {
	width: 100%;
	padding: 0;
}

.radiolayout {
	width: 100%;
	padding: 1em 0;
	line-height: 1.5em;
}

.checklayout {
	padding: 0 0 1em 0;
	width: 100%;
}

.checklayout label {
	float: none;
}

.mf-text, .mf-input {
	margin-bottom: 5px;
	width: 300px;
}

.mf-check, .mf-radio {
	border: 0;
}

.mf-submit {
	margin-top: 1em;
	color: #222;
	background-color: #e7e7e7;
	border: 1px solid #999;
	padding: 2px 5px;
}

/* @end */

/* @group Suchresultat */

.tx-indexedsearch input.sword {
	width: 150px;
}

.tx-indexedsearch ul.browsebox {
	margin: 1em 0 1em 0;
	padding: 0;
}

.tx-indexedsearch ul.browsebox li {
	display: inline;
	margin-right: 2em;
	margin-left: 0;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 10px;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight: bold;
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align: center;
	font-weight: bold;
}

.csc-sword, .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #AC1715;
	font-weight: bold;
}

.suchbox label {
	margin: .5em 1em 0 0;
}

.suchresultat {
	display: block;
	border-top: #555 1px solid;
	padding: 0em;
	margin-bottom: 1em;
	width: 500px;
}

.suchresultat .noResume {
	color: #666666;
}

.suchresultat  h3 {
	width: 100%;
}

.suchresultat  h3 img {
	float: right;
}

.suchresultat  p {
	width: 100%;
}

/* @end */

/* @group News */

#content .news-titel a {
	display: block;
	font-size: 1.09em;
	color: #E24E23;
	background: url(../images/punkt-horizontal.gif) repeat-x left bottom;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px 0 10px;
	margin: 0 0px 0 -10px;
}

#content .news-titel a:hover {
	color: #E24E23;
	background: url(../images/punkt.gif) repeat-x left bottom;
}

#content .news-date {
	color: #333333;
	padding: 0;
	margin: 0 0 0.2em 0;
	font-size: 0.91em;
}

#content .news-item {
	margin-bottom: 1em;
}

#content .c70l .news-item {
	float: left;
	width: 99%;
}

.tx-ttnews-browsebox {
	float: left;
	width: 100%;
}

#content .news-item img {
	clear: right;
	float: right;
	margin: 0 10px 10px 10px;
}

#content .news-title-norm a {
	font-size: 1.09em;
	color: #E24E23;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}

#content .news-browse p {
	color: #E96820;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}

/* @group Newsarchiv */

#newsarchiv, #content #newsarchiv ul, #newsarchiv ul li {
	margin: 0;
	padding: 0;
	list-style-type: none !important;
	float: left;
	width: 400px;
}

#newsarchiv {
	display: block;
	margin-bottom: 2em;
	width: 100%;
}

#newsarchiv h3 {
	padding-left: 10px;
	padding-top: 0;
	margin-top: 5px;
}

#newsarchiv a {
	display: block;
	padding: 2px 20px;
	margin: 1px 0;
}

#newsarchiv a:hover {
	background-color: #f2f2f2;
}

#newsarchiv small {
	font-size: 9px;
	color: #666666;
	margin-left: 10px;
}

#newsarchiv a:hover {
	text-decoration: none;
}

#newsarchiv .news-amenu-item-year {
	font-weight: bold;
	background-color: #E6E6E6;
	padding: 3px 0 3px 20px;
	margin-right: -20px;
}

/* @end */

/* @end */

#col3 {
	padding-left: 30px;
}

#content {
	float: right;
	color: #333;
	padding-bottom: 2em;
	width: 100%;
}

#content a {
	color: #185491;
}

#content a:hover {
	color: #E96820;
}

#content th {
	font-weight: bold;
	color: #333333;
	white-space: normal;
	font-size: 1.09em;
}

#content ul {
	padding-left: 15px;
}

#content p {
	padding: 0;
	margin-right: 10px;
	width: auto;
}

.csc-textpic {
	margin-right: 10px;
}

/* @group Tooltip */

.tool-tip {
	color: white;
	width: 400px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}

/* @end */

/* @group Subtemplates */

/* @group Spalten */

.subcolumns {
	padding: 0;
	margin: 0;
}

.c30l, .c70l {
	float: left;
	overflow: hidden;
}

.c30r, .c70r {
	float: right;
	overflow: hidden;
}

.c30l, .c30r {
	width: 218px;
}

.c70l, .c70r {
	width: 460px;
}

/* @end */

/* @group Rechte Spalte */

#uebersicht-bi, #uebersicht-soso, #uebersicht-crm {
	margin: 10px 0;
	padding: 0;
	text-align: center;
}

#rechtespalte {
	background: url(../images/punkt-horizontal.gif) repeat-x top right;
	margin: 0 0 2em 2px;
	padding: 0 0px;
}

#rechtespalte h1,
#rechtespalte h2,
#rechtespalte h3,
#rechtespalte h4,
#rechtespalte h5,
#rechtespalte .csc-bulletlist-3 a, 
#content #rechtespalte .news-titel a {
	background-image: none;
	font-size: 12px;
	background: #E6E6E6;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 0;
	margin: 0.5em 0 0.5em 0;
	padding: 5px 10px;
	/*float: left;
	width: 100%;*/
	text-transform: none;
	display: block;
	text-decoration: none;
	font-weight: bold;
}


#rechtespalte h1 a,
#rechtespalte h2 a,
#rechtespalte h3 a,
#rechtespalte h4 a,
#rechtespalte h5 a {
	display: block;
}

#rechtespalte h1 a:hover,
#rechtespalte h2 a:hover,
#rechtespalte h3 a:hover,
#rechtespalte h4 a:hover,
#rechtespalte h5 a:hover,
#rechtespalte .csc-bulletlist-3 a:hover, 
#content #rechtespalte .news-titel a:hover {
	text-decoration: none;
}

#rechtespalte p, #rechtespalte table {
	padding-left: 10px;
	padding-right: 1px;
}


/* @group Liste */

#rechtespalte .csc-bulletlist-3 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#rechtespalte ul.csc-bulletlist-3 {
	margin: 0;
	padding: 0;
}

#rechtespalte .csc-bulletlist-3 a {
	color: #E24E23;
}

#rechtespalte .csc-bulletlist-3 a:hover, #content #rechtespalte .news-titel a:hover {
	background-color: #D9D9D9;
	text-decoration: none;
}

/* @end */

/* @group News */

#content #rechtespalte .news-date {
	margin: 0 10px 0.2em 10px;
}

#content #rechtespalte .news-item {
	margin: 0 10px 1em 10px;
}

#content #rechtespalte .news-item img {
	clear: left;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* @end */

/* @end */

/* @end */

/* @group Klassen */

/* @group TYPO3 */

/* @group Loginbox */

/* default styles for extension "tx_loginboxmacmade_pi1" */

.tx-loginboxmacmade-pi1 .tx-loginboxmacmade-pi1-error {
	color: #990000;
}

.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable {
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
	border-collapse: collapse;
}

.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable TD {
	padding: 5px;
}

.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable TD.tx-loginboxmacmade-pi1-labelCell {
	font-weight: bold;
}

/* @end */

.contenttable {
	vertical-align: top;
}

.csc-uploads-description {
	margin-top: 50px;
}

.csc-uploads-fileSize {
	padding-left: 20px;
}

.tx-srfeuserregister-pi1 {
	color: #000000;
}

#content .csc-form-labelcell {
	vertical-align: top;
}

#content .csc-menu p {
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	display: list-item;
	list-style-image: url("../images/pfeilchen.gif");
}

/* @end */

/* @group breiten */

.eingabe500 {
	width: 500px;
}

.eingabe400 {
	width: 400px;
}

.eingabe300 {
	width: 300px;
}

.eingabe200 {
	width: 200px;
}

.eingabe100 {
	width: 100px;
}

.eingabe050 {
	width: 50px;
}

/* @end */

.mainprompts {
	font-weight: bold;
	color: #000000;
}

.notices {
	font-style: italic;
}

.errormsg {
	font-weight: bold;
	color: #990000;
}

.hide {
	position: absolute;
	left: -9999em;
	width: 2em;
}

.absolut-hide, .absolute-hide {
	display: none;
}

.einruecken {
	margin-left: 30px;
}

/* @end */

/* @group Filelinks */

.filelinks div {
	padding-left: 25px;
	background: url(../../../typo3/gfx/fileicons/default.gif) no-repeat left top;
	margin-bottom: 10px;
}

#main .filelinks span {
	display: block;
}

.filelinks .filecount {
	display: block;
	margin-bottom: 5px;
}

/* Icons begin */

.filelinks .ai {
	background-image: url('../../../../../typo3/gfx/fileicons/ai.gif')!important;
}

.filelinks .ani {
	background-image: url('../../../../typo3/gfx/fileicons/ani.gif')!important;
}

.filelinks .au {
	background-image: url('../../../../typo3/gfx/fileicons/au.gif')!important;
}

.filelinks .avi {
	background-image: url('../../../../typo3/gfx/fileicons/avi.gif')!important;
}

.filelinks .bmp {
	background-image: url('../../../../typo3/gfx/fileicons/bmp.gif')!important;
}

.filelinks .cdr {
	background-image: url('../../../../typo3/gfx/fileicons/cdr.gif')!important;
}

.filelinks .css {
	background-image: url('../../../../typo3/gfx/fileicons/css.gif')!important;
}

.filelinks .csv {
	background-image: url('../../../../typo3/gfx/fileicons/csv.gif')!important;
}

.filelinks .doc {
	background-image: url(../images/icon-doc.gif)!important;
}

.filelinks .dtd {
	background-image: url('typo3/gfx/fileicons/dtd.gif') !important;
}

.filelinks .pdf {
	background-image: url('../../images/icon-pdf.gif') !important;
}

.filelinks .zip {
	background-image: url('../../images/icon-zip.gif') !important;
}

/* @end */

/* @end */

/* @group Powermail */

div.tx_powermail_pi1_fieldwrap_html label a {
	cursor: help;
}

div.tx_powermail_pi1_fieldwrap_html label a dfn {
	display: none;
	text-decoration: none !important;
	color: #222 !important;
	position: absolute;
	width: 250px !important;
	padding: 5px !important;
	background-color: #efefef;
	border: 1px solid #111;
	font-size: 0.8em !important;
	font-weight: normal !important;
	font-style: normal !important;
}

#content div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	display: block;
}

#content div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	padding: 2px 2px 0 2px;
}

/*

 @end */
}


@media print {

#col1,#col1_content

,#col2,#col2_content,#header, #roots {
	display: none;
}

/* @group Spalten */

.c30l, .c70l, .c30r, .c70r, subcl, subcr, #rechtespalte, #col3, #col3_content {
	float: none;
	overflow: visible;
	width: 100%;
	visibility: visible;
	position: relative;
	top: 0;
	clear: both;
	display: block;
}

/* @end */

/* @group Formatierung der Seite */

body * {
	font-size: 12pt;
	margin: 0;
	padding: 0;
	overflow: visible;
}

a {
	font-size: 1em !important;
	border: none !important;
	background: none !important;
}

blockquote {
	font-family: "Times New Roman", Times, serif;
}

/* @group Überschriften */

h1 {
	font-weight: bold;
	margin: 0.4em 0 0.5em 0;
	border-bottom: 1px #ccc solid;
}

h2 {
	font-weight: bold;
	color: #666;
	margin: 0.2em 0 0.5em 0;
	padding: 0.3em;
}

h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0.4em 0 0.3em 0;
}

h1,h2,h3,h4,h5,h6 {
	page-break-after: avoid;
	border: none !important;
	background: none !important;
}

/* @end */

abbr[title]:after, acronym[title]:after {
	content: '(' attr(title) ')';
}

/* @group Sichtbare Auszeichnung der URLs von Links */

#col3 a[href^="http:"], #col3 a[href^="https:"], 
#col1 p a[href^="http:"], #col1 p a[href^="https:"],
#col2 p a[href^="http:"], #col2 p a[href^="https:"] {
	padding-left: 0;
	background-image: none;
}

a[href]:after {
	content: " (URL: "attr(href)")";
	color: #444;
	background-color: inherit;
	font-size: 0.9em;
	font-style: italic;
}

#footer a[href]:after {
	content: "";
}

/* @end */

/* @group Umformatierung der Layoutboxen */

body {
	margin: 0;
	padding: 0;
	background: white;
	color: black;
	line-height: 1.0em;
}

#page_margins, #page {
	min-width: inherit;
	margin: 0;
	padding: 0;
	border: 0;
}

#main {
	margin: 0;
	padding: 0;
}

#main #col3 {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

#col3_content {
	margin: 0;
	padding: 0;
	border: 0;
}

/* @end */

/* @end */

}