/*
	
Print-CSS für www.inter-ned.info

Wichtige Farben
===============
Hauptfarben:
Dunkles Flächenblau   = #455A7C
Mittleres Flächenblau = #CFD8E4
Helles Flächenblau    = #F2F5F9

Sonstiges:
Rahmen der Bilder     = #D2D2DD

Schriften:
Standardschrift       = #333
Blasse Schrift        = #999
Dunkles Schriftblau   = #455A7C
Blasser blauer Text   = #9595AA
Fehlermeldungen       = #850002

Wichtige Größenangaben
======================
Linke Spalte             = 170px
Mittlere Spalte          = 420px
Mittlere Spalte komplett = 620px
Rechte Spalte            = 190px

*/

html, body, div, p, h1, h2, h3,
span, a, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
}

html, body {
	height: 100%;
	
	color: #333;
	background-color: #FFF;
	font-size: 101%;
}

a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

.c {
	clear: both;
}

.center {
	text-align: center;
}

img {
	border: 0;
}

ul {
	margin-top: 4px;
	margin-bottom: 4px;
}

/*=================================================================*/
/*=========================== HTML-TAGS ===========================*/
/*=================================================================*/
/* Main-Tabellen */
th.main {
	vertical-align: top;
	padding: 4px;
	background-color: #455A7C;
	text-align: left;
	font-size: 70%;
	color: #FFF;
	font-weight: bold;
}
td.main {
	vertical-align: top;
	padding: 6px;
}
td.main-error {
	padding: 15px;
	background-color: #F2F5F9;
	text-align: center;
	font-size: 70%;
	color: #333;
	font-weight: bold;
	line-height: 130%;
}
/* ENDE Main-Tabellen */

/* Tabellenreihen */
tr.odd {
	background-color: #EAEFF4;
}
tr.even {
	background-color: #FFF;
}
tr.error {
	background-color: #F2F5F9;
}
/* ENDE Tabellenreihen */

/* Forum */
th.forum {
	padding: 4px;
	background-color: #455A7C;
	text-align: center;
	font-size: 70%;
	color: #FFF;
	font-weight: bold;
}
td.forum {
	vertical-align: top;
	padding: 6px;
}
td.forum-error {
	padding: 15px;
	background-color: #F2F5F9;
	text-align: center;
	font-size: 70%;
	color: #333;
	font-weight: bold;
	line-height: 130%;
}
/* ENDE Forum */

/* Verstckte Zellen */
td.hidden {
	vertical-align: top;
	padding: 2px;
}
td.hidden-error {
	padding: 15px;
	font-size: 70%;
	color: #999;
	line-height: 130%;
}
/* ENDE Verstckte Zellen */

/* Marktplatz-Basiseintrag */
.mp-base-legend {
	vertical-align: top;
	padding: 6px;
	background-color: #455A7C;
	
	font-size: 70%;
	color: #FFF;
}
.mp-base-data {
	vertical-align: top;
	padding: 6px;
	background-color: #EAEFF4;
	
	font-size: 70%;
	color: #333;
}
/* ENDE Marktplatz-Basiseintrag */


/*=================================================================*/
/*============================= BOXEN =============================*/
/*=================================================================*/
/* Header */
#top-nav {
	display: none;
}
#top-box {
	position: absolute;
	left: 4px;
	top: 00px;
	width: 100%;
	height: 115px;
	z-index: 1;
}
/* ENDE Header */

/* Linke Box */
#left {
	display: none;
}
/* ENDE Linke Box */

/* Blau hinterlegte Box, Überschrift */
#main-box {
	height: 15px;
	z-index: 2;
	padding-left: 6px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	background-color: #455A7C;
	
	font-size: 70%;
	color: #FFF;
	font-weight: bold;
}
/* Blau hinterlegte Box, Inhalte */
#sub-box {
	z-index: 1;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	margin-bottom: 4px;
	background-color: #CFD8E4;
}

/* Content */
#content {
	position: absolute;
	left: 0px;
	top: 125px;
	width: 100%;
	z-index: 2;
	overflow: auto;
}

/* Content-Box ohne rechte Spalte */
#content-total {
	position: absolute;
	left: 0px;
	top: 125px;
	width: 100%;
	z-index: 2;
	overflow: auto;
}

/* Content-Box ohne linke UND rechte Spalte */
#content-center {
	width: 600px;
	margin-top: 6px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: left;
}

/* Brotkrumen-Box */
#brot {
	z-index: 2;
	padding-left: 21px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	background: url(/images/bg_brot.gif) no-repeat top left;
	background-color: #FFF;
	border: 1px solid #DDD;
	
	font-size: 70%;
	font-weight: bold;
	color: #455A7C;
}

/* Box auf der Startseite */
#home {
	width: 418px;
	border: 1px solid #D3D3DB;
	background: #FFF url('/images/page/home.jpg') top no-repeat;
}
#home h1 {
	margin: 10px 20px 0px 90px;
	font-size: 115%;
	font-weight: bold;
	color: #393857;
}
#home p {
	margin: 6px 20px 12px 136px;
	line-height: 130%;
	font-size: 70%;
	color: #393857;
}
/* ENDE Box auf der Startseite */

/* Eingerückte Überschrift */
#card-head {
	padding: 4px;
	border: 1px solid #BEBEBE;
	margin-top: 10px;
	
	font-size: 70%;
	color: #455A7C;
	font-weight: bold;
}
/* Eingerückte Inhaltsbox */
#card-box {
	padding: 4px;
	margin-bottom: 12px;
}

/* Hervorgehobene Box auf der Startseite mit Links */
#link-box {
	width: 418px;
	padding: 4px;
	border: 1px solid #BEBEBE;
	margin-top: 10px;
	
	text-align: center;
	background-color: #F7F7F9;
}

/* Links */
#link-cat {
	padding: 4px;
}
#link-link {
	padding: 4px;
	padding-left: 20px;
}

/* Newsletter */
#newsletter-box {
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #EEE;
	
	font-family: Courier, Courier New;
	font-size: 75%;
	line-height: 130%;
}

/* Nur oben eingerückte Box für Admin-Zwecke */
#main-content {
	z-index: 2;
	padding-top: 8px;
}

/* Rechte Box */
#right {
	display: none;
}

/* Unten */
#bottom {
	display: none;
}

/* Debug-Box */
#debug {
	display: none;
}


/*=================================================================*/
/*======================== FORMATIERUNGEN =========================*/
/*=================================================================*/
/* Hauptüberschrift, steht immer unter der Brotkrumennavi, blau und groß */
.main-headline {
	font-size: 105%;
	color: #455A7C;
	font-weight: bold;
}

/* Etwas größere Überschrift */
.sub-headline {
	font-size: 90%;
	color: #333;
	line-height: 130%;
	font-weight: bold;
}

/* Fetter Text */
.highlight-text {
	font-size: 80%;
	color: #333;
	line-height: 130%;
	font-weight: bold;
}

/* Standardtext */
.main-text {
	font-size: 70%;
	color: #333;
	line-height: 130%;
}

/* Normaler, grauer Text */
.pale-text {
	font-size: 70%;
	color: #999;
	line-height: 130%;
}

/* Kleiner, schwarzer Text */
.small-text {
	font-size: 65%;
	color: #333;
	line-height: 130%;
}

/* Kleiner, grauer Text */
.sub-text {
	font-size: 65%;
	color: #999;
	line-height: 130%;
}

/* Roter Fehlermeldungstext */
.error-text {
	font-size: 70%;
	color: #850002;
	line-height: 130%;
}

/* Hervorgehobener Text z.B. nach Suchabfragen */
.highlight {
	background-color: #FF0;
}

/* Text neben Symbolen */
.icon {
	vertical-align: middle;
}

/* Bilder */
div.img-left {
    margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 4px;
	float: left;
}
div.img-right {
    margin-top: 2px;
	margin-left: 6px;
	margin-bottom: 4px;
	float: right;
}
div.img-left img,
div.img-right img {
    border: 1px solid #D2D2DD;
}
div.img-left p,
div.img-right p {
    margin: 2px 0;
    text-align: center;
    color: #999;
    font-size: 65%;
}


/*=================================================================*/
/*=========================== FORMULARE ===========================*/
/*=================================================================*/
/* Texte die Checkboxen & Radiobuttons bedienen */
label {
	font-size: 70%;
	color: #333;
	line-height: 130%;
	margin-left: 3px;
	cursor: pointer;
}
/* Alle Formularfelder */
input, button, select, textarea {
	font-size: 70%;
	color: #333;
	font-family: Verdana, Arial, Helvetica;
	vertical-align: middle;
}
/* Buttons */
input[type=submit] {
   padding-top: 2px;
   padding-bottom: 2px;
}
/* Lösch-Buttons */
input.del {
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	background-color: #800000;
	border-width: 0px;
	padding: 6px;
}

/* Formular-Tabellen */
table.form {
	border: 0px;
	margin-bottom: 8px;
	background-color: #F2F5F9;
}
/* Footer für */
table.form-footer {
	border: 0px;
	margin-bottom: 8px;
	background-image: url(/images/bg_form_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
}
/* Überschriften */
th.form {
	padding-left: 21px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	border: 1px solid #DDD;
	background: url(/images/bg_form_headline.gif) no-repeat top left;
	background-color: #FFF;
	text-align: left;
	font-size: 70%;
	color: #333;
	font-weight: bold;
}
/* Linke Spalte */
td.form-legend {
	vertical-align: top;
	text-align: right;
	padding: 8px;
	padding-top: 10px;
	font-size: 70%;
	color: #333;
	line-height: 130%;
}
/* Reine Textspalte */
td.form-text {
	vertical-align: top;
	padding: 8px;
	padding-top: 10px;
	font-size: 70%;
	color: #333;
	line-height: 130%;
}
/* Spalte mit den Eingabeoptionen */
td.form-input {
	vertical-align: top;
	padding: 8px;
}
/* Kleiner Beschreibungstext unter Eingabeoptionen */
.form-subtitle {
	font-size: 65%;
	color: #999;
	line-height: 130%;
}
/* Button vom WYSIWYG-Editor */
.editor-button {
	border: 1px solid #F2F5F9;
}

/* Zellen der Polls (rechte Box) */
td.poll-option {
	width: 12%;
	vertical-align: top;
	padding-bottom: 4px;
}
td.poll-value {
	width: 88%;
	vertical-align: top;
	padding-bottom: 4px;
}
/* ENDE Formular-Tabellen */


/*=================================================================*/
/*====================== LINK-FORMATIERUNGEN ======================*/
/*=================================================================*/
/* Text neben Symbolen, darf nie unterstrichen sein */
a.l-icon:link, a.l-icon:visited, a.l-icon:hover, a.l-icon:active {
	color: #333;
	text-decoration: none;
}

/* Blasser Text */
a.pale-text:link, a.pale-text:visited {
	color: #999;
	text-decoration: underline;
}
a.pale-text:hover, a.pale-text:active {
	color: #999;
	text-decoration: none;
}

/* Hellblaue Link */
a.l-sub-blue:link, a.l-sub-blue:visited {
	color: #9595AA;
	text-decoration: none;
}
a.l-sub-blue:hover, a.l-sub-blue:active {
	color: #9595AA;
	text-decoration: underline;
}

/* Brotkrumen-Navi */
a.l-brot:link, a.l-brot:visited, a.l-brot:hover, a.l-brot:active {
	color: #455A7C;
	text-decoration: none;
}

/* Hauptnavi */
a.l-nav:link, a.l-nav:visited, a.l-nav:hover, a.l-nav:active {
	color: #455A7C;
	text-decoration: none;
}
/* Unterpunkt der Navi */
a.l-subnav:link, a.l-subnav:visited {
	color: #333;
	text-decoration: none;
}
a.l-subnav:hover, a.l-subnav:active {
	color: #333;
	text-decoration: underline;
}

/* Ausloggen */
a.l-logout:link, a.l-logout:visited {
	font-size: 65%;
	color: #666;
	text-decoration: none;
}
a.l-logout:hover, a.l-logout:active {
	font-size: 65%;
	color: #B00;
	text-decoration: none;
}

/* Link auf der Startseite in der Home-Box */
a.l-home:link, a.l-home:visited {
	color: #393857;
	text-decoration: underline;
}
a.l-home:hover, a.l-home:active {
	color: #393857;
	text-decoration: none;
}

/* Tabellenköpfe */
a.l-th:link, a.l-th:visited, a.l-th:hover, a.l-th:active {
	color: #FFF;
	text-decoration: none;
}


/*=================================================================*/
/*=============== FORMATIERUNGEN PROJEKT PLATTFORM ================*/
/*=================================================================*/
#pp-menue {
	margin-top: 10px;
	padding-bottom: 2px;
}
#pp-head {
	background-color: #CFD8E4;
	padding-left: 8px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
a.pp-menue:link, a.pp-menue:visited {
	background-color: #455A7C;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	
	font-size: 70%;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a.pp-menue:hover, a.pp-menue:active {
	background-color: #CFD8E4;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	
	font-size: 70%;
	text-decoration: none;
	color: #455A7C;
	font-weight: bold;
}
a.pp-menue-active:link, a.pp-menue-active:visited, a.pp-menue-active:hover, a.pp-menue-active:active {
	background-color: #CFD8E4;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom: 6px solid #CFD8E4;
	
	font-size: 70%;
	text-decoration: none;
	color: #455A7C;
	font-weight: bold;
}


/*=================================================================*/
/*====================== FORMATIERUNGEN CMS =======================*/
/*=================================================================*/
#cms-menue {
	margin-top: 16px;
	padding-bottom: 10px;
	
	text-align: center;
	font-size: 70%;
	color: #333;
}
a.cms-menue:link, a.cms-menue:visited {
	text-decoration: underline;
	color: #455A7C;
}
a.cms-menue:hover, a.cms-menue:active {
	text-decoration: none;
	color: #455A7C;
}
a.cms-menue-active:link, a.cms-menue-active:visited, a.cms-menue-active:hover, a.cms-menue-active:active {
	background-color: #CFD8E4;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	
	text-decoration: none;
	color: #455A7C;
}

#preview-out {
	border-left: 1px dashed #BEBEBE;
	border-right: 1px dashed #BEBEBE;
	border-bottom: 1px dashed #BEBEBE;
}
#preview-in {
	margin-top: 4px;
	margin-left: 100px;
	width: 420px;
	overflow: visible;
}
#preview-box {
	margin-top: 4px;
	margin-left: 215px;
	width: 190px;
	overflow: hidden;
}