/*  ==========================
    CSS by Patrick Beeli
    www.patrickbeeli.ch  
    ==========================  */

body {
	background-color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
	padding: 0;
	margin: 0;
	height: 100%;
	}

p, td {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666666;	}

html {
	height: 100%;
	}

h1, .titel {
	font-size: 14px;
	font-weight: bold;
	}

h2 {
	font-size: 12px;
	font-weight: bold;
	}

a, a:visited, a:hover, a:active {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
	}

.errors {
	color: #f00;
	}

/*  ==========================
    Container
    ==========================  */
#container {
	width: 900px;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	}

/*  ==========================
    Header
    ==========================  */
#header {
	background: #fff url(/assets/templates/ilnet/img/back_header.png) repeat-x left top;
	margin: 0;
	height: 106px;
	padding: 0 0 10px 0;
	white-space: nowrap;
	font-size: 12px;
	}
	
#header ul {
	margin: 0;
	padding: 37px 0 0 30px;
	list-style: none;
	line-height: 1.5;
	}

#header li {
	list-style: none;
	float: left;
	padding-right: 14px;
	}

#header li ul {
	position: absolute;
	padding: 0 10px 0 0;
	margin: 12px 0 0 0;
}

#header a {
	color: #666;
	text-decoration: none;
	font-style: italic;
	}

#header a:hover {
	color: #f00;
	}
	
li.here a {
	color: #f00 !important;
	}

li.here ul li a {
	color: #666 !important;
	}

li ul li.here a {
	color: #f00 !important;
	}

/*  ==========================
    Content
    ==========================  */
#content {
	background-color: #fff;
	padding: 10px 20px 10px 30px;
	margin: 0;
	min-height: 500px;
	height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
	}
	
/*  ==========================
    Left
    ==========================  */
#left {
	float:left;
	width: 476px;
	}
	
/*  ==========================
    Footer
    ==========================  */
#footer {
	clear: left;
	background: #fff url(/assets/templates/ilnet/img/back_footer.gif) repeat-x left bottom;
	padding: 10px 20px 10px 30px;
	margin: 0;
	height: 71px;
	margin-bottom: 0;
	font-size: 11px;
	}

#footer p {
	margin-top: 35px;
	}

#footer a {
	color: #666;
	text-decoration: none;
	font-style: italic;
	padding-right: 14px;
	}

#footer a:hover {
	color: #f00;
	}

