/* Stylesheet www.fliesen-weiss.de - Copyright Weiss | Büro für Gestaltung */ 

	body{  
		height: 100%;
		font-family: Verdana; 
		font-size: 11px; 
		line-height: 15px; 
		color: #666666; 
		background-color: #FFFFFF;
		margin: 0px;
		background-image: url(../img/navi_bg.gif);
		background-position:center;
		background-repeat:repeat-y;
	}
	
	.head{ 
		font-size: 14px; 
	}
	
	html{
		height:100%;
	}	
			
	* html #container{
		height:100%;
	}
	.clear{ 
		line-height:0;
		height:0;
		font-size:0;
		clear:both;
	}
	
	#liste {
  		list-style-type:square; 
  		padding:0px 0px 0px 15px;
		margin:15px 0px 0px 0px;
	}
	

/* Container ######################################### */
 	#container{
		position: relative;
		width:792px;
		min-height: 100%;
		margin:0px auto;
	}
	
	
/* Header ######################################### */	
	
	#logo{
		position: relative;
		width:792px;
		background-color:#ffffff;
		padding:15px 0px 10px 0px;
		margin:0px 0px 0px -15px;
		}
	
	#pic{ 
		margin:0px 0px 0px 0px;
		background: #ffffff url(../img/photos/fliesen.gif) no-repeat;
		padding:0px 0px 7px 0px;
	}
	
	
/* Footer ######################################### */	
	
	#footer{
		position: relative;
		width:792px;
		margin:-41px auto 0px auto;
		padding:0px;
	}
	

/* Content ######################################### */	
	
	#content{
		position: relative;
		float:right;
		width:400px;
		padding:36px 0px 39px 0px;
		margin:0px 92px 0px 0px;
		}
		
	
/* Navigation ######################################### */	
	
	#navigation{
		position: relative;
		float:left; 
		width:208px;
		padding:15px 0px 12px 12px; 
  		margin:0px; 
	}	
	
	#mainmenu{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#mainmenu a{
		padding-left:8px;
		line-height: 18px;
		text-decoration:none;
	}
	
	#mainmenu a:hover{
		color:#1668b1;
		background:url(../img/mo.gif) 0px 5px no-repeat;
	}
	
	#mainmenu a.active{
		color:#1668b1;
		background:url(../img/mo.gif) 0px 5px no-repeat;
	}

	#submenu{
		margin:0;
		padding:0 0 0 10px;
		list-style:none;
	}
	
	#submenu a{
		padding-left:8px;
		line-height: 18px;
		text-decoration:none;
	}
	
	#submenu a:hover{
		color:#1668b1;
		background:url(../img/mo.gif) 0px 5px no-repeat;
	}
	
	#submenu a.active{
		color:#1668b1;
		background:url(../img/mo.gif) 0px 5px no-repeat;
	}
/* Diverse Formatierungen ##################################### */

h1 {

	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight:bold;

}

h2 {

	margin: 0px 0px 19px 0px;
	font-size: 15px;
	font-weight:normal;

}

h3 {

	margin: 0px 0px 8px 0px;
	font-size: 14px;
	line-height: 20px;

}

strong {

	font-weight:normal;

}


		

/* Links ######################################### */
	
	a:link, a:visited{ 
		color:#666666;
		text-decoration:underlined;
	}
	
	a:active, a:hover{ 
		color:#1668b1;
		text-decoration:underlined;
	}
	
	
/* Formular ######################################### */
	
	.field { 
		font-family:Verdana; 
		font-size: 11px; 
		color:#666666; 
		letter-spacing: 1px; 
		padding: 1px 2px 2px 5px; 
		margin: 0px 0px 3px 0px; 
		background-color:#ffffff;
		border:1px solid #666666; 
	}




