/*

	  ********************************************************
      *                                                      *
	  *        Teppichpflege Braun - STYLEGUIDE              *
      *                                                      *
	  *        Konzeption, Gestaltung & Programmierung       * 
	  *        © 2005 INDECA GmbH                            *
      *        Autor: Daniel Zwarg                           *
      *                                                      *
      ********************************************************

*/

/* 	  ---------------   Verwendete Farben     ----------------

	braun = #7B1031
	beige = #FFE4AE
	blau  = #0067B4

*/

/* 	  ---------------   Verwendete Styles     --------------*/

body 
	{
		background-image: url(images/teppichhg.jpg);
		background-repeat: repeat;
		font-family: Arial, Verdana, sans-serif;
		font-size: 12px;
		padding: 10 0 0 0;
		margin: 0;
			
		SCROLLBAR-FACE-COLOR: #FFE4AE;
	    SCROLLBAR-HIGHLIGHT-COLOR: #0063A5;
	    SCROLLBAR-SHADOW-COLOR: #0063A5;
	    SCROLLBAR-3DLIGHT-COLOR: #0063A5;
	    SCROLLBAR-ARROW-COLOR: #0063A5;
	    SCROLLBAR-TRACK-COLOR: #FFE4AE;
	    SCROLLBAR-DARKSHADOW-COLOR: #0063A5;
	}
	
A
	{
		color: #000000; 
		font: 700 12px arial, helvetica, sans-serif;		
		text-decoration: underline;
	}

A:hover, A:focus 
	{	
		color: #0063A5;
		font: 700 12px arial, helvetica, sans-serif;
		text-decoration: underline;
	}		
	
A.logo_titel
	{
		font: 500 9px arial, helvetica, sans-serif;
		color: #000000;	
		text-decoration: none;
	}

A.logo_titel:hover, A.logo_titel:focus 
	{	
		font: 500 9px arial, helvetica, sans-serif;
		color: #000000;
		text-decoration: none;
	}	
	
h1 
	{
		color: #0067B4;
		font-size: 16px;
		margin: 0 0 0 0;
	}

.untertitel
	{
		font: 500 14px arial, helvetica, sans-serif;
		color: #0067B4;
	}		
	
.fliesstext
	{
		font: 500 12px arial, helvetica, sans-serif;
		color: #000000;
	}	
	
.logo_titel
	{
		font: 500 9px arial, helvetica, sans-serif;
		color: #000000;
	}	
	
#inhalt
	{
		position: relative;
		width: 800px;
		height: auto;
	}
	
#biosiegel
	{
		position: absolute;
		left: 90px;
		top: 203px;
		filter:Shadow(color=#666666, direction=135);
		width: 120px;
		height: 270px;
	}
	
#kamel
	{
		position: absolute;
		left: 550px;
		top: 80px;
	}
