﻿/*	HOMEPAGE	=> los.info
	PUBLISHER	=> lammertz.net 
	----------------------------------------	*/

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

html
{ 
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;  
    font-size: 100.01%;
    text-align: left;
}


body
{ 
	padding-bottom: 1px;    
}

#los
{
	margin: 0px auto;
	width: 850px;
}



/*	navigation
	----------------------------------------	*/

#banner
{
    margin-top: 18px;
	background: #ffffff;
}

.invisible
{
	display: none;
}

.navi_banner .level_1
{ 
	position: absolute;
	top: 46px;
	margin-left: 735px;
}

.navi_banner li
{ 
	list-style: none;
	font-size: 12px;
	padding: 2px 0;
	line-height: 12px;
}

.navi_banner a
{ 
	color: #162b4a;
    text-decoration: none;
}

.navi_banner a:hover
{ 
    text-decoration: underline;    
}

.navi_banner .trail,
.navi_banner .active
{ 
	color: #ef8429;
}

.navi_banner .active .last
{ 
    font-size: 12px;
	color: #162b4a;
    text-decoration: none;
}


/*	los.info
	----------------------------------------	*/

#connect_content p
{
	color: #999999;
	font-size: 10px;
	margin-bottom: 0px;
}

#connect_content h2
{
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #999999;
}

#connect_content a
{
	color: #999999;
	text-decoration: none;
}



/*	impressum
	----------------------------------------	*/

#imprint
{
	position: relative;
	clear: both;
	top: 18px;
	background: #ffffff;
	width: 786px;
	display: block;	
	padding: 8px 32px 7px 32px;
	font-size: 10px;
	margin-bottom: 32px;
}

#imprint a
{ 
	color: #000000;
    text-decoration: none;
}

#imprint a:hover
{ 
    text-decoration: underline;    
}

