/* CSS Document */

#container {
	position:relative;
	width:900px;
	margin: 0 auto;
}
body {
	background-color: #FFFFFF;
	background-image: url(../pics/riegerfond.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#logo {
	padding-top:22px;
	padding-left:250px;
}
#outer {
	width:840px;
	height:30px;
	margin-top:30px;
	margin-left:60px;
	margin-bottom:20px;
}
#contiinnen{
	background-image: url(../pics/beschreibungfond.gif);
	background-repeat: repeat-y;
}
#inhalt{
	padding:10px;
	padding-left:70px;
}
#uberschrift{
	position:absolute;
	top:200px;
	left:0px;
}
#sortiment{
	margin:0px;
	padding:0px;
	text-align:center;
}
#tabelle{
	margin:0px;
	padding:0px;
	text-align:left;
}
#beschreibung{
	padding: 5px;
}

a {
	color: #b22125;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}


h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
	color: #319f49;
}

h1 {
	font-size: 40px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}

p {
	font-size: 13px;
	line-height:16px;
	margin:0px;
	padding:0px;
}

.tablefond {
	background-color: #DDDDDD;
}

#sortiment{
	text-align:center;
}
.textrechts {
	float: right;
	padding-right:150px;
}
.bildrechts {
	float: right;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:20px;
}

#ipm {
	position:absolute;
	left: 0px;
	top: 0px;
	border: 2px solid #ffffff;
}
#blumedesjahres {
	position:absolute;
	left: 710px;
	top:0px;
}	

