/*
  Stylesheet-Definitionen für efficient information technologies
  Ausgabemedium: Bildschirm
*/

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

HTML
{
  height:100%;
  margin:0px;
  padding:0px;
}

BODY
{
  background-color:#f2f2f2;
  font-family:Verdana,Helvetica,sans-serif;
  font-size:12px;
  height:100%;
  margin:0px;
  padding:0px;
}

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

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

DIV#container_logo
{
  height:125px;
  margin-top:5px;
  text-align:right;
  width:800px;
}

DIV#container_panorama
{
  background-image:url(../images/pagebrand.jpg);
  background-repeat:repeat-x;
  border-top-color:#999999;
  border-top-style:solid;
  border-top-width:1px;
  height:110px;
}

DIV#container_panorama_shadow
{
  background-image:url(../images/panorama_shadow.gif);
  background-repeat:repeat-x;
  height:20px;
}

DIV.container_pagebrand_left
{
  background-repeat:no-repeat;
  border-left-color:#999999;
  border-left-style:solid;
  border-left-width:1px;
  border-top-color:#999999;
  border-top-style:solid;
  border-top-width:1px;
  position:absolute;
}

DIV.container_pagebrand_center
{
  background-repeat:no-repeat;
  border-left-color:#999999;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#999999;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#999999;
  border-top-style:solid;
  border-top-width:1px;
  border-width:1px;
  position:absolute;
}

DIV.container_pagebrand_right
{
  background-repeat:no-repeat;
  border-right-color:#999999;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#999999;
  border-top-style:solid;
  border-top-width:1px;
  border-width:1px;
  position:absolute;
}

DIV.container_pagebrand_shadow_left
{
  background-image:url(../images/pagebrand_shadow_left.gif);
  background-position:right;
  background-repeat:no-repeat;
  height:20px;
  position:absolute;
}

DIV.container_pagebrand_shadow_center
{
  background-image:url(../images/pagebrand_shadow_center.gif);
  background-repeat:repeat-x;
  height:20px;
  position:absolute;
}

DIV.container_pagebrand_shadow_right
{
  background-image:url(../images/pagebrand_shadow_right.gif);
  background-position:left;
  background-repeat:no-repeat;
  height:20px;
  position:absolute;
}

DIV#container_content
{
  background-color:#ffffff;
  background-image:url(../images/content_shadow.gif);
  background-position:bottom;
  background-repeat:repeat-x;
  overflow:auto;
  padding-bottom:30px;
  padding-top:50px;
  width:100%;
}

DIV#container_text
{
	color:#999999;
	line-height:150%;
  width:750px;
  float:left;
}

DIV.container_context
{
	background-color:#f9f9ff;
	clear:right;
	color:#333333;
	float:right;
	font-size:0.9em;
	line-height:150%;
	margin-bottom:10px;
	padding:10px;
	width:180px;
}

DIV#container_footer
{
	clear:both;
  color:#999999;
  font-size:0.8em;
  margin-bottom:10px;
  margin-left:0px;
  margin-right:0px;
  margin-top:20px;
  padding-bottom:0px;
  padding-left:250px;
  padding-right:0px;
  padding-top:0px;
  width:750px;
}

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

UL#list_menumeta
{
  list-style-type:none;
  margin-bottom:10px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  padding-bottom:0px;
  padding-left:250px;
  padding-right:0px;
  padding-top:0px;
  width:550px;
}

UL#list_menumain
{
	float:left;
  list-style-type:none;
  margin-bottom:10px;
  margin-left:0px;
  margin-right:0px;
  margin-top:10px;
  padding-bottom:0px;
  padding-left:10px;
  padding-right:10px;
  padding-top:0px;
  width:230px;
}

DIV#container_text UL
{
  list-style-type:square;
  margin-bottom:10px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  padding-bottom:0px;
  padding-left:15px;
  padding-right:0px;
  padding-top:0px;
  width:500px;
}

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

UL#list_menumeta LI
{
	display:inline;
  font-size:0.9em;
}

UL#list_menumeta LI.border
{
  border-left-color:#999999;
  border-left-style:solid;
  border-left-width:1px;
  margin-left:5px;
  padding-left:5px;
}

UL#list_menumain LI
{
  font-size:1em;
  padding-bottom:10px;
}

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

DIV#container_text H1
{
  color:#f9a65a;
  font-size:1.5em;
  font-weight:bold;
  line-height:150%;
  margin-bottom:10px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  padding:0px;
  width:500px;
}

DIV#container_text H2
{
  color:#f9a65a;
  font-size:1.25em;
  font-weight:bold;
  line-height:150%;
  margin-bottom:10px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  padding:0px;
  width:500px;
}

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

DIV#container_text P
{
  line-height:150%;
  margin-bottom:10px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  padding:0px;
  width:500px;
}

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

A
{
  color:#f9a65a;
  text-decoration:none;
}

A:hover
{
	text-decoration:underline;
}
