/* CSS Document für Lake-Bedachung */

body 
		{
		margin:0px auto auto auto;
		left:auto;
		width: 780px;
		height: 100%;
		padding: 0px;
		background-color: #DEE2EA;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		}
		
#main_box
		{
		background-color: #FF0000;
		width: 784px;
		height: 835px;
		position: absolute;
		}
		
#logo_lake
		{
		background-image: url(../pix/logo_bild.jpg);
		background-repeat: no-repeat;
		width: 760px;
		height: 202px;
		margin: 8px 0px 0px 0px;
		position: relative;
		top 8px;
		left: 10px;
		}
		
#top_menu
		{

		position: relative;
		top: 0px;
		right:32px;
		text-align:right;
		line-height: 35px;
		color: #FFFFFF;
		word-spacing: 0.5em;
		}
		
#menu_box
		{
		background-color: #FF0000;
		border:5px solid #FFFFFF;
		position: relative;
		top: 5px;
		left: 10px;
		width: 150px;
		height: 490px;
		padding: 60px 0px 0px 0px;
		float: left;
		text-indent: 1em;
		}
		
#content
		{
		background-color:#FFFFFF;
		position: relative;
		top: 5px;
		left: 0px;
		width: 580px;
		height: 495px;
		float: left;
		padding: 35px 0px 20px 20px;
		border:5px solid #FFFFFF;
		}
		
		
#bottom_box
		{
		position: relative;
		top: 0px;
		left: 10px;
		width: 780px;
		height: 30px;
		float: none;
		}
			
.menu_item
		{
		border-bottom: 1px solid #FFFFFF;
		line-height: 35px;		
		}
		
a.menu, a.menu:link, a.menu:visited, a.menu:active, a.menu:hover
		{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		letter-spacing: 0.02em;
		}
		
a.link_content
		{
		text-decoration: underline;
		color: #000000;
		}

.heading
		{
		font-size: 14px;
		font-weight: bold;
		}
		
.hervor
		{
		font-weight: bold;
		color: #FF0000;
		}
		
.fett
		{
		font-weight: bold;
		}
		
.img_left
		{
		position: relative;
		top: 0px;
		left: 0px;
		width: 135px;
		height: 400px;
		float:left;
		}
		
.trans_gif
		{
		position: relative;
		top: 14px;
		left: 27px;
		}
		
.img_showroom
		{
		position: relative;
		margin: auto 30px 15px 0px;
		cursor:pointer;
		}
		
.popup
		{
		margin: auto auto auto 18px;
		color: ##3D3D3D;
		font-weight: bold;
		}
		
.news_box
		{
		width: 500px;
		border: 3px solid #FF0000;
		}
		
li
		{
		list-style:inside disc;
		}
		
h1
		{
		font-size:14px;
		font-weight: bold;
		line-height: 20px;
		}

