/**** CSS File - Standard ****/


/* Hauptschrift-Formatierung */

body, td, p
{
	font-family: Arial, Helvetica;
	font-size: 8pt;
}


/* Aufzhlungen */

ul
{
	list-style-type: square;
	list-style-image: url(../images/square.gif);
	margin-top: 15px;
	margin-left: 30px;
	padding-left: 0px;
}

ul.notop
{
	list-style-type: square;
	list-style-image: url(../images/square.gif);
	margin-top: 0px;
	margin-left: 30px;
	padding-left: 0px;
}

ul.nopadding
{
	list-style-type: square;
	list-style-image: url(../images/square.gif);
	margin-top: 0px;
	margin-left: 18px;
	padding-left: 0px;
}

ol.nopadding
{
	margin-top: 0px;
	margin-left: 18px;
	padding-left: 0px;
}

li
{
	margin-bottom: 2px;
}


/* berschriften */

h1
{
	color: #b9b9b9;
	font-family: Arial, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0px;
}

h1.notop
{
	margin-top: 0px;
}


h2
{
	color: #e8e8e8;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 0px;
}

h2.notop
{
	margin-top: 0px;
}


h3
{
	color: #b9b9b9;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}

h3.notop
{
	margin-top: 0px;
}


h4
{
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 0px;
}

h4.notop
{
	margin-top: 0px;
}


.headline
{
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-weight: bold;
}

.subheadline
{
	color: #b9b9b9;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.h_news
{
	color: #b9b9b9;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}

/* Textformatierungen */

.statustext
{
	font-family: Verdana, Helvetica;;
	font-size: 7pt;
	color: #c0c0c0;
}

.statustext2
{
	font-family: Verdana, Helvetica;;
	font-size: 7pt;
	color: #c0c0c0;
}

.form_title
{
	font-weight: bold;
}

.quote
{
	/*font-style: italic;*/
	color: #c0c0c0;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 6px;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
	border-left-width: 3px;
	background-color: #303030;
}

.errortext
{
	font-weight: bold;
	color: #e5622e;
	margin-left: 3px;
}


/* Absatzformatierungen */

p
{
	margin-top: 15px;
	margin-bottom: 15px;
}

p.notop
{
	margin-top: 0px;
}

p.quote
{
	/*font-style: italic;*/
	color: #c0c0c0;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 6px;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
	background-color: #232323;
}

p.spoilerblock
{
	color: #c0c0c0;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 20px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 6px;
	background-color: #232323;
}

.spoilertext
{
	/* font-style: italic; */
	color: #232323;
}


/* Tabellenformatierungen */

td.bordertop
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #696969;
}

td.borderbottom
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #696969;
}

td.header
{
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #696969;
}

td.footer
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #696969;
}

td.line_bg
{
	background-color: #696969;
}


/* Formulare */

textarea
{
	color: #ffffff;
	background-color: #292929;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Helvetica;
	font-size: 8pt;
}

select
{
	color: #ffffff;
	background-color: #292929;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Helvetica;
	font-size: 8pt;
}

input.textbox
{
	color: #ffffff;
	background-color: #292929;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Helvetica;
	font-size: 8pt;
}

input.news_headline
{
	/*color: #cc6600;*/
	color: #ffffff;
	background-color: #292929;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Helvetica;
	font-size: 13pt;
	font-weight: bold;
}

input.login_text, input.login_pw
{
	color: #ffffff;
	background-color: #292929;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	width: 100px;
}

input.button
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #ffffff;
	/*background-color: #898989;*/
	background-color: #595959;
	/*border-color: #b9b9b9;*/
	border-color: #898989;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	height: 17px;
	cursor: hand;
	font-weight: bold;
}



