/* ----------------------------------------
	 Rechte Spalte
	 © 2005 by Melan
------------------------------------------- */

.menu {
	position: relative;
	float: left;
	display: block;
	width: 215px;
}

.menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

.menu li {
	float: left;
	margin-top: 10px;
	vertical-align: middle;
	text-align: left;
	color: #fff;
}

.menu li a:link, .menu li a:visited {
	display: block;	
	width: 170px;
	padding: 2px 0 3px 35px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: #DA3F0A url(/images/menu.gif) repeat-y;
}

.menu li a:hover, .menu li a:active {
	background: #B63307 url(/images/menu.gif) repeat-y;
}

.menu .selected a:link, .menu .selected a:visited {
	display: block;	
	width: 170px;
	padding: 2px 0 3px 35px;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: #fff url(/images/menu_selected.gif) repeat-y;
}

.menu .selected a:hover, .menu .selected a:active {
	background: #eee url(/images/menu_selected.gif) repeat-y;
}

.nl {
    width: 185px;
}

.nl-hl {
    width: 114px;
    height: 24px;
    padding: 35px 0 0 20px;
}

.nl-f {
    width: 185px;
    padding: 0 0 0 30px;
}

.nl-row {
    width: 185px;
    height: 19px;
    overflow: hidden;
    padding: 0;
}

.nl-input input {
    width: 140px;
    font-size: 11px;
    border: 1px solid #ee5019;
    padding: 1px 4px 0 4px;
    color: #666;
}

.nl-checkbox {
    width: 20px;
    float: left;   
}

.nl-checkbox input {
    vertical-align: middle;   
    margin: 2px 0 0 1px;
    padding: 0;
    width: 13px;
    height: 13px;
}

.nl-checklabel {
    width: 160px;
    font-size: 11px;
    padding: 0 0 0 0;
    color: #ee5019;
    float: left;   
}

.nl-submit {
    padding: 0 0 0 104px;   
}

.nl-checklabel span {
	color: #ee5019;
	text-decoration: none;
	border-bottom: 1px dotted #ee5019;
	display: inline-block;
	width: auto;
}


.nl-checklabel a:link, .nl-checklabel a:visited {
	color: #ee5019;
	text-decoration: none;
	border-bottom: 1px dotted #ee5019;
	display: inline-block;
	width: auto;
}

.nl-checklabel a:hover, .nl-checklabel a:active {

}

.nl-hint {
    background: url(/images/bg_box.png) 0 0 no-repeat;
    position: absolute;
    z-index: 5;
    font: 11px Arial,Helvetica,sans-serif;
    margin: -30px 0 0 20px;
    padding: 14px 10px 20px 16px;
    width: 240px;
}

* html .nl-hint {
    background: url(/images/bg_box_ie.png) 0 0 no-repeat;
    padding: 10px 10px 20px 10px;
}