	/* allgemeine Angaben*/

	*{
		padding: 0px;
		margin: 0px;

	}

	/* dunklerer Ton */
	body{
		background-color: #3ABD2A;
		background-image: url(../bildelemente/feder2.jpg);		
		background-position: 350px 140px;	
		background-repeat:repeat-y;	
		color: #133d0c;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:101%;
		line-height:18px;
	}

	img{
		border:0px;
	}

	h1{		
		margin-bottom:18px;
		font-size:110%;
		/*width:540px;
		border-bottom:solid #133d0c 1px;*/
	}
	

	h2{
		font-size:90%;
		margin-bottom:0px;
	}
	

	hr{
		height:1px;
		color:#2A7E1E;
		background-color:#2A7E1E;
		border:solid #2A7E1E 0px;
	}
	
	strong{
	 font-weight:normal;
	}
	
	/* Layout */


	#layoutTab{
		height:100%;
		background-color:transparent;		
	}

	/* alles was auf der linken Seite ist */
	#links{
		width: 400px;
		background-color: black;		
	}

	/*hellerer Ton */
	#logoConti{
		width:400px;
		height:225px;
		background-color: #2ABC1D;
	}

	#divLinks {
		width:400px;		
	}

	.bilderLinks{
		height:100px;
		width:133px;
	}

	/*!!!!!!! Hauptnavi - links (für Katalog und Kataldetail siehe start.css und startIE.css und startIE5.css) */
	
	#hauptnavicontainer{
	  margin-top:20px; 
	  text-align:right;		
	  line-height:25px;	
		
	}
		
	.internerLink{
		color:#29BB1A;
		text-decoration:none;
		padding-right:5px;
			
	}

	.internerLink:hover{
		color:#45e732;
		font-weight:bold;
	}

	/*diese Seite wird gerade angezeigt */
	.internerLinkAktiv{
		color:#45e732;
		text-decoration:none;
		padding-right:5px;	
		font-weight:bold;	
	}
	

	
	/* alles was auf der rechten Seite ist - (beachte auch die katalog css!!!) */

	#rechts{
		width:550px;	
	  font-size:90%;	  
	}
  
	
	#ueberschriftRechts{
		font-size:24px;
		color:black;
		padding-top:75px;
		padding-left:10px;		
		background-color: #3ABD2A;		
	}  
	
	#titel1{
	  font-size:24px;
		font-weight:normal;
		margin-bottom:0px;
	}
	
	#titel2{
	  font-size:24px;
		font-weight:normal;
		margin-left:134px;
	}

	/*Katalog-Übersicht - die einzelnen Rubriken */
	#katalogUebersichtTab{
	  margin-top:-2px;
		width: 540px;
		display: table;
		font-size:100%;  
		line-height:18px; 
	}

	#ktabUebersicht{
		width: 540px;
		height:100px;
		vertical-align:top;		
		padding-bottom:20px;
	}
	
	.kTabLinks{
		width:445px;
		vertical-align:top;
		padding-right:20px;
		padding-bottom:20px;		
	}

	.kTabRechts{
		width:100px;
		vertical-align:top;
		padding-top:3px;
	}

	.katalogBild{
		height:75px;
		width:100px;
		vertical-align:text-bottom;
		border: solid black 1px;
	}
	
	.katalogLink{
		text-decoration:none;
		color:#133d0c;	
		font-size:90%;	
	}
	.katalogLink:hover{
		text-decoration:underline;	
	}
	

	/* eigentlicher Katalog - die Möebel etc *********************/


	/* hier werden die Sachen angezeigt */

	#katalogTabelle{
		width:540px;
		font-size:90%;
		display: table;
		line-height:18px;
	}

	.katTabLinks{
		width:372px;
		padding-left:0px;	
	}	
	.katTabRechts{
		width:172px;	
		padding-top:3px;			
	}

	.katTabUntenLinks{	
	  padding-top:5px;	
		padding-bottom:20px;		
		padding-left:0px;	
		font-weight:bold;	
	}
	
	.katTabUntenRechts{		
	  padding-top:5px;
		padding-bottom:20px;		
		text-align:right;		
	}
	
	/*zu den BilderPop-Ups */
	.beschreibungLink{
		text-decoration:none;
		color:#133d0c;		
	}
	.beschreibungLink:hover{
		text-decoration:underline;			
	}
	
	/* "vormerken-link" in katalogDetail */
	.warenkorbLink{
		text-decoration:none;
		color:#133d0c;		
	}
	.warenkorbLink:hover{
		text-decoration:underline;		
	}

	.nachOben{		
		text-decoration:none;
		color:#133d0c;
	}
	
	
	/*Verschiedenes */
	
	/*zum Anzeigen eines falsch oder gar nich ausgefüllten Formulars */
	.fehlerDiv{
	  font-size:11px;
	  color:red;
	}
	
	.mailLink{
	  text-decoration:underline;	
		color:#133d0c; 
	}
	

	input{
	 border:solid #133d0c 1px;
	}
	
	textarea{
	 border:solid #133d0c 1px;
	}
	
	/*die p.tags in den agbs */	
	.agb{
	  font-size:90%;
		line-height:18px;
	}
	
	.schrift{
	  font-size:90%;
	}