/*
  Stylesheet-Definitionen
  Ausgabemedium: Drucker
  Browser: alle
*/

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

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

BODY
{
	color:#676566;
	font-family:Verdana;
	font-size:10px;
	line-height:150%;
	margin:0px;
	padding:0px;
}

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

DIV#container_page
{
	width:100%;
}

DIV#container_border
{
	display:none;
}

DIV#container_header
{
	display:none;
}

DIV#container_pagebrand
{
	display:none;
}

DIV#container_menumain
{
	display:none;
}

DIV#container_content
{
	width:1000px;
}

DIV#container_center
{
	float:left;
	width:750px;
}

DIV#container_context
{
	float:left;
	width:250px;
}

DIV#container_footer
{
	display:none;
}

DIV.container_clear
{
	clear:left;
}

DIV.container_image_lightbox
{
	width:335px;
}

DIV.container_image_center
{
	margin-bottom:15px;
	text-align:center;
}

DIV.container_image_left
{
	clear:left;
	float:left;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:15px;
	margin-top:0px;
}

DIV.container_image_right
{
	clear:right;
	float:right;	
	margin-bottom:15px;
	margin-left:15px;
	margin-right:0px;
	margin-top:0px;
}

/*
  -----------------------------------------------------------------------------
  Container für Boxen
  -----------------------------------------------------------------------------
*/

DIV#container_center DIV.container_box_1
{
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-top-style:solid;
	border-top-width:1px;
	display:inline;
	float:left;
	width:728px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:20px;
	margin-top:0px;
}

DIV#container_center DIV.container_box_2
{
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-top-style:solid;
	border-top-width:1px;
	display:inline;
	float:left;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:20px;
	margin-top:0px;
	width:353px;
}

DIV#container_context DIV.container_box_2
{
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-top-style:solid;
	border-top-width:1px;
	display:inline;
	float:left;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	width:248px;
}

DIV#container_center DIV.container_box_normal_1
{
	border-left-color:#adbfe5;
	border-right-color:#adbfe5;
	border-top-color:#adbfe5;
}

DIV#container_center DIV.container_box_special_1
{
	border-left-color:#f8a81a;
	border-right-color:#f8a81a;
	border-top-color:#f8a81a;
}

DIV#container_center DIV.container_box_normal_2
{
	border-left-color:#adbfe5;
	border-right-color:#adbfe5;
	border-top-color:#adbfe5;
}

DIV#container_center DIV.container_box_special_2
{
	border-left-color:#f8a81a;
	border-right-color:#f8a81a;
	border-top-color:#f8a81a;
}

DIV#container_context DIV.container_box_normal_2
{
	border-left-color:#adbfe5;
	border-right-color:#adbfe5;
	border-top-color:#adbfe5;
}

DIV#container_center DIV.container_headline,
DIV#container_context DIV.container_headline
{
	margin-left:3px;
	margin-right:3px;
	margin-top:3px;
}

DIV#container_center DIV.container_box_content
{
	height:auto !important;
	height:100px;
	min-height:100px;
	padding:10px;
}

DIV#container_context DIV.container_box_content
{
	padding:10px;
}

DIV.container_box_footer
{
	clear:both;
	text-align:right;
}

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

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

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

INPUT,
TEXTAREA,
SELECT
{
	color:#676566;
	font-family:Verdana;
	font-size:1em;
}

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

DIV#container_center TABLE
{
	margin-bottom:15px;
}

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

DIV#container_center TABLE TD
{
	padding:5px;
	vertical-align:top;
}

DIV#container_center TABLE TD.tablecell_right
{
	text-align:right;
}

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

DIV.container_image_lightbox IMG
{
	height:100%;
	width:100%;
}

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

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

UL#list_menuconcepts
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

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

UL#list_menuconcepts LI
{
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	text-align:center;
	width:150px;
}

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

DIV#container_content H1
{
	color:#395887;
	font-size:1.2em;
	line-height:1.2em;
	margin:0px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
}

DIV#container_content H2
{
	color:#395887;
	font-size:1.1em;
	line-height:1.1em;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding:0px;
}

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

DIV.container_box_content P
{
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding:0px;
}

P.text_error
{
	color:#ff0000;
	font-weight:bold;
}

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

DIV#container_center P A:active,
DIV#container_center P A:focus,
DIV#container_center P A:link,
DIV#container_center P A:visited
{
	background-image:url('/system/image/bg_link.gif');
	background-position:0px 0px;
	background-repeat:no-repeat;
	color:#395887;
	text-decoration:none;
	padding-left:15px;
}

DIV#container_center P A:hover
{
	background-image:url('/system/image/bg_link_hover.gif');
	text-decoration:underline;
}
