/*
KATHARSIS CSS FILE
by Robin Seegert
*/

/* Standardeinstellungen */
html
{
	height: 100%;
}

*
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Listen */
ol
{
	margin-left: 15px;
}

li
{
	margin-left: 15px;
}

/* Content-Layer */
#content
{
	padding: 0px 25px 0px 43px;
}

/* Navigation-Layer */
#nav
{
	padding: 0px 0px 0px 13px;
}

/* Seitenanzeige */
.page_link
{
	width: 100%;
	height: 12px;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 2px;
}

/* Error-Box show_error() */
.error_box
{
	text-align: center;
	background: url(images/layout/row_transparent.png);
	padding: 6px 6px 6px 6px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.4;
}

/* Inhalt (Subline) */
.content_sub
{
	text-align: left;
	padding: 6px 2px 3px 3px;
	font-size: 12px;
	color: #F8F8F8;
	font-weight: bold;
	height: 19px;
}

/* Formulare */
form
{
	display: inline;
}

textarea
{
	border: 0px;
	width: 98%;
}

/* Bilder */
img
{ 
	border: 0px;
}

/* Zelleninhalt */
td
{
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0px;
}

/* Auswahlfeldergruppe */
optgroup
{
	padding: 0.3em;
	font-style: normal;
	color: #C0C0C0;
	background: #252623;
}

/* Auswahlfelder */
option
{
	padding-bottom: 0.2em;
	font-style: normal;
	color: #C0C0C0;
	background: #252623;
}

/* Links (Normal) */
A:link, A:visited, A:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

A:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/* Links (Navigation) */
A.nav:link, A.nav:visited, A.nav:active
{
	font-family: Verdana; font-size: 11px; color: #FFFFFF; text-decoration: none; font-weight: bold;
}

A.nav:hover
{
	font-family: Verdana; font-size: 11px; color: #C0C0C0; text-decoration: none; font-weight: bold;
}

/* Links (Contentbox 1 Headline) */
A.box1_headline:link, A.box1_headline:visited, A.box1_headline:active
{
	font-family: Verdana; font-size: 12px; color: #FFFFFF; text-decoration: none; font-weight: bold;
}

A.box1_headline:hover
{
	font-family: Verdana; font-size: 12px; color: #C0C0C0; text-decoration: underline; font-weight: bold;
}

/* Links (Aus Zelle mit der class="content_subline") */
A.content_subline:link, A.content_subline:visited, A.content_subline:active
{
	font-family: Verdana; font-size: 12px; color: #F8F8F8; text-decoration: none; font-weight: bold;
}

A.content_subline:hover
{
	font-family: Verdana; font-size: 12px; color: #F8F8F8; text-decoration: underline; font-weight: bold;
}

/* Links (Klein) */
A.small:link, A.small:visited, A.small:active
{
	font-family: Verdana; font-size: 10px; color: #C0C0C0; text-decoration: none; font-weight: normal;
}

A.small:hover
{
	font-family: Verdana; font-size: 10px; color: #C0C0C0; text-decoration: underline; font-weight: normal;
}

/* Navitagionshintergrund */
.nav_menu
{
	text-align: left; font-size: 11px; color: #FFFFFF; padding: 3px 0px 3px 20px; font-weight: bold;
}

/* Formular: Felder */
.form
{
	font-family: Verdana; font-size: 11px; color: #C0C0C0; background-color: #252623; margin: 1px; padding: 2px 0px 2px 2px; border: 1px solid #585956;
}

/* Formular: Submits */
.form_submit
{
	font-family: Verdana; font-size: 11px; color: #C0C0C0; background-color: #252623; margin: 1px; padding: 1px 2px 1px 2px; border: 1px solid #585956; border-left: 3px solid #585956;
}

/* Contentbox 1 */
.box1_topleft
{
	width: 10px;
	height: 25px;
}

.box1_bgtop
{
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px 0px 0px 0px;
	font-weight: bold;
}

.box1_topright
{
	width: 10px;
	height: 25px;
}

.box1_bgleft
{
	width: 10px;
}

.box1_content
{
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
	padding: 10px 0px 0px 0px;
	line-height: 1.4;
}

.box1_bgright
{
	width: 10px;
}

.box1_endleft
{
	width: 10px;
	height: 10px;
}

.box1_bgend
{
	height: 10px;
}

.box1_endright
{
	width: 10px;
	height: 10px;
}

/* Inhalt (Klein und grau) */
.content_small
{
	text-align: left;
	font-size: 10px;
	color: #C0C0C0;
	padding: 0px 0px 0px 0px;
}

/* Inhalt (Klein und grün) */
.content_small_green
{
	text-align: left;
	font-size: 10px;
	color: #00a600;
	padding: 0px 0px 0px 0px;
}

/* Inhalt (Klein und rot) */
.content_small_red
{
	text-align: left;
	font-size: 10px;
	color: #FF0000;
	padding: 0px 0px 0px 0px;
}

/* Inhalt (Grau) */
.content_grey
{
	text-align: left; font-size: 11px; color: #8f8f8f; font-style: italic; padding: 0px 0px 0px 0px;
}

/* Inhalt (Subline) */
.content_sub
{
	text-align: left;
	background: url(images/layout/content_subline.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 6px 2px 5px 1px;
	font-size: 12px;
	color: #F8F8F8;
	font-weight: bold;
	height: 22px;
}

/* Zeilentypen (a & b für mehrspaltigen Inhalt) */
.row_a
{
	text-align: left;
	padding: 5px 2px 5px 2px;
	line-height: 1.4;
}

.row_b
{
	text-align: left;
	background: url(images/layout/row_transparent.png);
	padding: 5px 2px 5px 2px;
	line-height: 1.4;
}