@CHARSET "ISO-8859-1";

/*******************************************************************************
	
Global Settings

  Colors:
  - layout yellow: #E3F36A
  - layout green: #70C69E 
  - layout blue: #B0D8DF
	
	
	
*******************************************************************************/


table#body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	
	width: 990px;
	table-layout: fixed;
	text-align: left;
	border-collapse: collapse;
}


tr#body-column-widths td.left { width: 231px; }
tr#body-column-widths td.hspace { width: 15px; }
tr#body-column-widths td.middle { width: 560px; }
tr#body-column-widths td.right { width: 184px; }



/* Header Top --------------------------------------------------------------- */

td#layout-header-top-left {
}
td#layout-header-top-hspace {
}
td#layout-header-top-middle {
	vertical-align: bottom;
}

td#layout-header-top-middle a, 
td#layout-header-top-middle a:link,
td#layout-header-top-middle a:active,
td#layout-header-top-middle a:visited,
td#layout-header-top-middle a:hover {
	color: black;	
}
td#layout-header-top-middle a:hover {
	text-decoration: underline;	
}

td#layout-header-top-middle div.topmenu { 
	text-align: right;	
}

td#layout-header-top-middle div.topmenu span.logout-link {
}

td#layout-header-top-middle div.topmenu span.items {
}

td#layout-header-top-middle div.topmenu span.print-link {
}

td#layout-header-top-middle div.topmenu a.print {
	background-image: url("../gfx/layout/link-arrow-right.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 10px;
	margin-left: 10px;
}



/* Header ------------------------------------------------------------------- */

td#layout-header-left {
	width: 231px;	
	vertical-align: bottom;
}
#layout-logo {
	width: 231px;	
}

td#layout-header-left-hspace {
	width: 15px;
}
	
td#layout-header-middle {
	width: 744px;	
	background-image: url("../gfx/layout/main-menu-middle-bg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
}
td#layout-header-right {
	width: 184px;	
	background-image: url("../gfx/layout/main-menu-right-bg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
}


td#layout-header-right div.hot-topic {
	color: black;
	margin-top: 13px;
}

td#layout-header-right div.hot-topic p {
	margin: 0px 0px 0px 5px;
	line-height: 22px;
}

td#layout-header-right div.hot-topic h1, td#layout-header-right div.hot-topic p.myheading1,
td#layout-header-right div.hot-topic h2, td#layout-header-right div.hot-topic p.myheading2,
td#layout-header-right div.hot-topic h3, td#layout-header-right div.hot-topic p.myheading3,
td#layout-header-right div.hot-topic h4, td#layout-header-right div.hot-topic p.myheading4,
td#layout-header-right div.hot-topic h5, td#layout-header-right div.hot-topic p.myheading5,
td#layout-header-right div.hot-topic h6, td#layout-header-right div.hot-topic p.myheading6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    color: #000000;
    margin: 0 0 0 5px;
}

td#layout-header-right div.hot-topic ul {
	margin: 12px 0px 0px 20px; /* 12 wegnehmen */
	padding: 0 0 0 0;
	list-style: square;
	list-style-position: outside;
	/* color: #70C69E; */
}
td#layout-header-right div.hot-topic ul li {
	line-height: 22px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
}
td#layout-header-right div.hot-topic a,
td#layout-header-right div.hot-topic a:link,
td#layout-header-right div.hot-topic a:active,
td#layout-header-right div.hot-topic a:visited,
td#layout-header-right div.hot-topic a:hover {
	color: black;
}
td#layout-header-right div.hot-topic a:hover {
	text-decoration: underline;
}




/* Header Bottom ------------------------------------------------------------ */

td#layout-header-bottom-left {
	width: 231px;	
}
td#layout-header-bottom-left-hspace {
	width: 15px;
}
td#layout-header-bottom-middle {
	width: 749px;
	height: 15px;
}



/* Main  -------------------------------------------------------------------- */

td#layout-main-left {
	width: 231px;
	background-image: url("../gfx/layout/left-column-main-bg.gif"); 
	background-repeat: no-repeat;
	vertical-align: top;
}

td#layout-main-left div.layout-main-left-top {
	height: 43px;	
}

td#layout-main-left div.layout-main-left-ca {
	margin-bottom: 15px;
}


td#layout-main-left-hspace {
	width: 15px;
}





td#layout-main-middle {
	vertical-align: top;
}


td#layout-main-right div.layout-main-right-ca {	
	vertical-align: top;
}



/* Footer  ------------------------------------------------------------------ */

td#layout-footer-left {
	background-image: url("../gfx/layout/left-menu-footer-bg.gif");
	background-position: top;
	background-repeat: no-repeat;
	height: 5px;
}










