/* esszett für Koch Invest 2007 */

/* main layout */

#wrapper {
	position: relative;
	background-color: #666666;
	text-align: left;
	width: 300px;
	left: 149px;
	top: 17px;
}

#leftnav {
	width: 153px;
	left: 0px;
	top: -2px;
	text-align: right;
	float: left;
	position: relative;
	display:none;
}

#content {

}

#content p { 	margin-top: -0px; }


#imagebox {
	position: relative;
	width: 300px;
	float: right;
	top: 4px;
	height: 400px;
	background-color: #D2D2D2;
}

#imagebox span {
	font-style: italic;
	padding-top: 10px;
	display: block;
	font-size: 11px;
	padding-left: 5px;
	position: absolute;
	height: 40px;
	bottom: 0px;
	color: #666666;
}


#imagebox span {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-style: italic;
	color: #444;
	display: block;
	position: absolute;
	height: 32px;
	bottom: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	}



#formular {
	position: relative;
	width: 352px;
	float: left;
	left: -117px;
}
#foot {
	position: relative;
	margin-top: 40px;
	height: 80px;
	clear: both;
	left: 207px;
	width: 376px;
}
#clearer {
	clear: both;
}

html, body, td {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}



a:link,a:active,a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}

a:hover	{
	text-decoration: none;
	color: #333333;
}

#content h1 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#content li {
	list-style-type: square;
	margin-left: 15px;
}

#content ul {
	list-style-type: square; 
	margin-left: 0px;
}


#leftnav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 22px;
}
#leftnav li.spacer {
	visibility: hidden;
}
#leftnav ul {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

#leftnav li a {
	text-decoration: none;
	display: block;
	width: 100%;
}


#leftnav li.selected a {
	text-decoration: none;
	display: block;
	width: 100%;
	color: #000000;
}

.grey {
	color: #666666;
}


