/*
	Stylesheet-Definitionen für P7BE
	Ausgabemedium: Drucker
	Browser: alle
*/

/*
	-----------------------------------------------------------------------------
	HTML-Elemente
	-----------------------------------------------------------------------------
*/

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

BODY
{
	font-family:Arial;
	font-size:11px;
	line-height:150%;
	margin:0px;
	padding:0px;
}

/*
	-----------------------------------------------------------------------------
	Container
	-----------------------------------------------------------------------------
*/

DIV#container_page
{
	width:100%;
}

DIV#container_content
{
	font-size:1.1em;
}

DIV#container_context
{
	display:none;
}

DIV#container_footer
{
	display:none;
}

DIV.container_tip
{
	display:none;
}

/*
	-----------------------------------------------------------------------------
	Bilder
	-----------------------------------------------------------------------------
*/

IMG#image_headline
{
	display:none;
}

IMG#image_signet
{
	float:right;
	margin-bottom:20px;
	margin-left:20px;
}

IMG.image_border
{
	border-color:#0e4d96;
	border-style:solid;
	border-width:1px;
	margin-bottom:20px;
}

IMG.image_left
{
	float:left;
	margin-right:20px;
}

IMG.image_right
{
	float:right;
	margin-left:20px;
}

/*
	-----------------------------------------------------------------------------
	Formulare
	-----------------------------------------------------------------------------
*/

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

/*
	-----------------------------------------------------------------------------
	Formularelemente
	-----------------------------------------------------------------------------
*/

INPUT,SELECT,OPTION,TEXTAREA
{
	font-family:Arial;
	font-size:1em;
}

INPUT.input_button
{
	width:100px;
}

INPUT.input_button_delete,
INPUT.input_button_disable,
INPUT.input_button_edit,
INPUT.input_button_enable,
INPUT.input_button_enter,
INPUT.input_button_show
{
	border:none;
	height:22px;
	width:22px;
}

/*
	-----------------------------------------------------------------------------
	Listen
	-----------------------------------------------------------------------------
*/

UL#list_menumeta
{
	display:none;
}

UL#list_menumain
{
	display:none;
}

DIV#container_content UL
{
	list-style-type:square;
	list-style-position:inside;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding:0px;
}

/*
	-----------------------------------------------------------------------------
	Listenelemente
	-----------------------------------------------------------------------------
*/

/*
	-----------------------------------------------------------------------------
	Tabellen
	-----------------------------------------------------------------------------
*/

DIV#container_content TABLE
{
	margin-bottom:20px;
	padding-left:10px;
	width:100%;
}

/*
	-----------------------------------------------------------------------------
	Tabellenzellen
	-----------------------------------------------------------------------------
*/

DIV#container_content TABLE TH,
DIV#container_content TABLE TD.tablecell_highlight
{
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-weight:bold;
	padding-bottom:5px;
	padding-right:5px;
	text-align:left;
	vertical-align:top;
}

DIV#container_content TABLE TD
{
	padding-bottom:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
}

DIV#container_content TABLE TD.tablecell_center
{
	text-align:center;
}

DIV#container_content TABLE TH.tablecell_right,
DIV#container_content TABLE TD.tablecell_right
{
	text-align:right;
}

DIV#container_content TABLE TR.tablerow_border TH,
DIV#container_content TABLE TR.tablerow_border TD
{
	border-bottom-color:#bbbbbb;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

/*
	-----------------------------------------------------------------------------
	Überschriften
	-----------------------------------------------------------------------------
*/

DIV#container_content H1
{
	color:#0e4d96;
	font-size:2em;
	font-weight:bold;
	line-height:100%;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding:0px;
}

DIV#container_content H2
{
	color:#0e4d96;
	font-size:1.2em;
	font-weight:bold;
	line-height:100%;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding:0px;
}

/*
	-----------------------------------------------------------------------------
	Texte
	-----------------------------------------------------------------------------
*/

DIV#container_content P
{
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding:0px;
}

DIV.text_error
{
	border-color:#d71d1d;
	border-style:solid;
	border-width:1px;
	color:#d71d1d;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
}

P.text_small
{
	color:#0e4d96;
	font-size:0.9em;
}

/*
	-----------------------------------------------------------------------------
	Links
	-----------------------------------------------------------------------------
*/

A:active,
A:focus,
A:link,
A:visited
{
	color:#0e4d96;
	text-decoration:none;
}

A:hover
{
	color:#0e4d96;
	text-decoration:underline;
}
