* { padding: 0; margin: 0; } /* Alles auf Null */


body {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
 /*background-color: gray; */
}

p	{margin-bottom: 12px;
	line-height: 21px;
	}

#wrapper {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: white;
	}

#content {
	float: left;
   width: 750px;
	line-height: 18px;
}

#schreinermoebel1 {
	float: left;
	width: 400px;
	line-height: 18px;
}	

#schreinermoebel2 {
	background-color: #FFD649;
	margin-left: 410px;
	margin-bottom: 18px;
	padding: 15px;
	width: 300px;
	height: 205px;
	line-height: 18px;
}	

#artikel {
	width: 750px;
}

#navigation {
	margin-left: 760px;
   width: 240px;
}

	#navigation ul li {
	list-style: none;
	}
	
	#navigation ul ul li {
	font-size: 12px;
	margin-left: 50px;
	margin-bottom: 5px;
	}

#newsbox {
	float: left;
	width: 170px;
	height: 149px;
	padding: 10px;
	background-color: #FFD649;
	margin-bottom: 12px;
}

#archivbox {
	float: right;
	width: 90px;
	margin-left: 20px;
	margin-top: 73px;
	margin-bottom: 50px;
	padding: 20px 10px 30px 8px ;
	background-color: #FFD649;
	text-align: center;
}

#bildergalerien {
	background-color: #f0f0f0;
	width: 700px;
	height: 60px;
	margin-bottom: 12px;
	padding: 10px;
	border-bottom: 1px;
	border-top: 0px;
	border-left: 1px;
	border-right: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
}

#footer {
	float: left;
	width: 750px;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-top: 7px;
	background-image: url(graphics/balken-rot.gif);
	background-repeat: repeat-x;;
}
.navlink {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	font-variant: normal;
	margin-left: 35px;
	color: #EF3622;
	text-decoration: none;
}

h1 {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #EE3622;
	text-decoration: none;
}
h2 {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 22px;	
	background-image: url(graphics/logo20.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom: 30px;
}
h3 {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom: 20px;
}

.right { 
   float: right; 
	margin: 20px 0px 20px 35px;
}
.refteaser {
	float:left;
	margin-right: 20px;
}


