div#hotlinks{
	float: left;
	background-color: #336AAA;
	width: 253px;
	padding-bottom:100px;
	/*height: 1500px;*/

}

div#quicklogin{
	width: 253px;
    height: 57px;
    background-image: url(../images/layout/quicklogin_v2.jpg);
}

div#nav_hotlinks{
	color: white;
	
}

div#trennlinie{	
	width: 252px;
	height: 11px;
    background: url(../images/layout/hotlink_trennlinie.gif) no-repeat;
}

div#login{	
	width: 252px;
    color: white;
    font-size: 11px;
    padding-bottom: 20px;
}

div#trennlinie{
	width: 252px;
	height: 11px;
	background: url(../images/layout/hotlink_trennlinie.gif) no-repeat;	
}

.input_login{	
    /*border:1px solid silver;*/
 	width:150px;
 	height:15px;
    margin-left: 5px;
    margin-top: 2px;
}
.input_submit{	
    /*border: 1px solid lightgrey;*/
    background-color: lightgrey;
 	width: 40px;
 	height: 19px;
    margin-left: 5px;
    margin-top: 3px;
}

div#contact, div#annual, div#courses, div#members{
	background-color: #1957A0;
	background: url(../images/layout/dreieck_weiss.gif) no-repeat bottom right;
	width: 253px;
	padding-bottom: 20px;
}
.hotlink_headline, .hotlink_headline2, .hotlink_txt{
	color: white;
	padding-left: 10px;
	padding-top: 5px;
}
.hotlink_login_txt{
	color: white;
	padding-left: 5px;
	padding-top: 5px;
}
.hotlink_headline{
	font-weight: bold;
	font-size: 14px;
}
.hotlink_headline2{	
	font-size: 12px;
}
.hotlink_txt{
	font-size: 12px;
}
.hotlink_headline2 a{
	text-decoration: none;
	color: white;
}

div#annual{
	background-color: #4074B0;
}

div#courses{	
	background-color: #4088C8;
}

div#members{	
	background-color: #66A0D3;
}
.white_line{
	background-color: white;
	width: 252px;
	height: 2px;
}

 /* NAVIGATION QUICK LOGIN */
 
div#nav_hotlinks{
	width: 150px;
	/*height: 30px;*/
	/*background: url(../images/menu.gif) no-repeat;*/
	/*padding-top: 37px;*/
	/*padding-left: 175px;
	padding-top: 80px;*/
	position: relative;
	bottom: 0px;
	margin-top: 8px;
	margin-left: 20px; 
	/*border: 1px solid red;*/
}

div#nav_hotlinks ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#nav_hotlinks li {
	display: inline;
	margin: 0;
	padding: 0;
}

div#nav_hotlinks li{
	float: left;
	display: block;
	padding: 4px;
	border: 1px solid white;
	color: white;
	font-size: 12px;
	text-decoration: none;
	/*margin-top: 20px;*/
	/*padding: 10px !important;
	padding: 9px;
	padding-right: 14px;
	height: 12px;
	margin-top: 0 !important;
	margin-top: -2px;*/
}

div#nav_hotlinks li a.menuActive {
	color: red;
	background-color: #D8C3B0;
	border: 1px solid #D8C3B0;
}

