
html {
	height: 99.5%; /* otherwise we have a scrollbar all the time */
}

body {
	color: #000000;
	text-align: left;
	height: 99.5%; /* otherwise we have a scrollbar all the time */
	margin: 0px;
	padding: 0px;

	font-family: arial,verdana,sans serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;	
}

/***********[start main layout styles]*************/
#ly_page {
	border: 1px solid #aaa;
	background: #ffffff url(../images/background.gif) repeat-y;
    width: 925px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 25px;
    position: relative;
    top: 0px;
    min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
    height: 100%; /* For IE */     
}

#ly_header {
	height: 54px;
	background-image: url(../images/headerbroad.gif);
	background-repeat: no-repeat;
	background-color: #FF0000;
	margin: 0px;
	padding: 0px;
}

#ly_contentcontainer {
	height:auto !important;
}

#ly_navigation {
	width: 144px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	float: left;
	margin-bottom: 220px;
}

#ly_maincontent {
	margin: 0px;
	margin-bottom: 50px;
	float: left;
	width: 781px;
}

#ly_content_banner {
	margin-left: 1px;
}

#ly_content_banner img {
	border-bottom: 3px solid #ff0000;
}

#ly_content_banner div img {
	border-bottom: none;
}

#ly_content {
	margin-left: 5px;
	width: 770px;
}

#ly_stretch {
	clear: both;
}

#ly_footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #aaa;
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 0px !important;
    bottom: -1px;
    height: 25px;
    line-height: 12px;
}

#ly_logopanel {
	clear: both;
	background-color: #ddd;
	width: 144px; /* should be the same as for navigation */
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 26px !important;
    bottom: 25px;
    height: 185px;
}

/************[end main layout styles]**************/

/************[start navigation styles]*************/
#ly_navigation ul {
	padding: 0px;
	margin: 0px;
}

#ly_navigation li .indent{
	margin-left:8px;
}

#ly_navigation ul li {
	list-style:none;
	display: inline;	
}

#ly_navigation ul li a, #ly_navigation ul li a:visited {
	padding-left: 23px;
	padding-top: 5px;
	border-bottom: 1px solid white;
    display: block;
	color: #000000;
	text-decoration: none;
	background-position: 10px 10px;
	background-repeat: no-repeat;
 	background-image: url(../images/arrow_black.gif);
    font-size: 8pt;
	font-weight: bold;
}

#ly_navigation ul li a:hover {
	text-decoration: underline;
	color: #000000;
    font-size: 8pt;
}

#ly_navigation h1 {
	border-bottom: 1px solid white;
	margin: 0px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 8pt;
	color: #FF0000;
	text-decoration: none;
}
/************[end navigation styles]***************/

/************[start footer styles]*****************/
div#copyright {
	margin-left: 5px;
	float: left;
    font-size: 10px;
    color: #f00;
}

div#imprint {
	margin-top: 5px;
	margin-left: 65px;
	float: left;
}

div#imprint a, div#imprint a:visited {
	text-decoration: none;
    font-size: 10px;
    color: #000;
}

div#imprint a:hover {
	text-decoration: underline;
    font-size: 10px;
}

div#privacy {
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}

div#privacy a, div#privacy a:visited {
    text-decoration: none;
    font-size: 10px;
    color: #000;
}

div#privacy a:hover {
    text-decoration: underline;
    font-size: 10px;
}

div#hotline {
	margin-left: 150px;
	float: left;	
    font-size: 10px;
    text-align: center;
}

div#logo {
	float: right;
	height: 23px;
	width: 50px;
	background-image: url(../images/logo_kosyfa_small.gif);
	background-repeat: no-repeat;	
}

/************[end footer styles]*******************/