@CHARSET "UTF-8";

/* ALLGEMEIN - TEXTE */

h1
{
    font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

h2
{
    font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.headline
{
	font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin: 15px 0 10px;
}

/* ALLGEMEIN - EINGABE */

fieldset
{
	margin-top: 20px;
	padding: 0;
	border: 1px solid #999999;
}

legend
{
	margin-left: 5px;
	padding: 0 10px;
	height: 15px;
	line-height: 15px;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: #E2E2E2;
}

.fieldsetContent
{
	padding: 10px;
}

textarea
{
	border: 1px solid #B2B2B2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	color:black;
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-size:12px;
}

/* ALLGEMEIN - LINKS */

a
{
    color: #333333;
    font-size: 12px;
    font-family: Arial,Helvetica,Geneva,sans-serif;
    text-decoration: none;
}
a:hover, a:link, a:active, a:visited
{ color: #333333; }

a img
{ border: none; }

a.file[title$='.pdf'], a.file[title$='.PDF']
{
	background: url(../graphics/icon_pdf.png) no-repeat 5px center;
	padding: 0 0 1px 25px;
}

a.file[title$='.jpg'], a.file[title$='.JPG'],
a.file[title$='.gif'], a.file[title$='.GIF'],
a.file[title$='.tif'], a.file[title$='.TIF']
{
	background: url(../graphics/icon_image.png) no-repeat 5px center;
	padding: 0 0 1px 25px;
}

/* ALLGEMEIN - BILDER */

img.icon
{ margin-right: 2px; }

/* LAYOUT - ALLGEMEIN */

body
{
	color: black;
    font-size: 12px;
    font-family: Arial,Helvetica,Geneva,sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.buttons
{
	display: none;
}

/* LAYOUT - HEADER */

.header
{
    width: 100%;
    height: 86px;
    background-color: #EC7405;
}

span.system_type {
	display: none;
}

.logo_holder {
	width: 250px;
	float: left;
}

.name_holder {
	float: left;
	height: 86px;
	padding-top: 10px;
	color: white;
	font-size: 30pt;
	font-weight: bold;
	font-style: italic;
	text-shadow: -1px 0pt #888888, 0pt 1px #888888, 1px 0pt #888888, 0pt -1px #888888;
}

/* LAYOUT - NAVIGATION - ALLGEMEIN */

#LeftNavigation
{
	display: none;
}

/* LAYOUT - CONTENT - ALLGEMEIN */

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

#ContentBody
{
	height: auto !important;
}

.ContentSeperator
{
	height: 20px;
	background: transparent url(../graphics/seperator.gif) repeat-x 0% 0%;
}

.ContentInnerLeft
{
	display: block;
	padding: 0;
	margin: 0;
/*
	border: 1px solid #bdbdbd;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	padding: 5px;
*/
	background-color: #FFFFFF;
}

.dlg_block
{
	margin: 5px 0;
	padding: 5px;
	background-color: #F1F1F1;
	border: 1px solid #999999;
}

.tip
{
	display: none;
}

#ContentInnerRight
{
	display: none;
}

#edit_pass_ext_finished,
#edit_difference_finished
{
	display: none;
}

/* LAYOUT - CONTENT - TABELLEN */

.line_head
{
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	border-bottom: 1px solid #EC7405;
	line-height: 20px;
}

.line_head a
{
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.line_head:hover a
{
    color: #FFF;
	text-decoration: underline;
}
.line_head:link a		{ color: #FFF; }
.line_head:active a		{ color: #FFF; }
.line_head:visited a	{ color: #FFF; }

.line
{
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
    border-bottom: 1px solid #EC7405;
    cursor: default;
    line-height: 25px;
}

.line a
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 4px;
	display: block;
}
.line:hover a
{
    color: #000000;
	/*text-decoration: underline;*/
}
.line:link a	{ color: #000000; }
.line:active a	{ color: #000000; }
.line:visited a	{ color: #000000; }

.line_odd
{
    background-color: #FFF;
}

.line_even
{
    background-color: #F1F1F1;
}

.line_even:hover,
.line_odd:hover
{
    background-color: #E2E2E2;
}

/* LAYOUT - FOOTER */

.footer
{
	display: none;
}

/* MISC */

.noprint
{
	display: none;
}

.clear {
	width: 0px;
	height: 0px;
	clear: both;
	line-height: 0px;
}