@charset "utf-8";
/* CSS Document */
/*---------------------TAG-FORMATIERUNGEN------------------------------*/
body {
	background-color: #C2AF87;
	padding: 25px 60px 70px 60px;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #5C222D;
	line-height: 1.2em;
	width: 583px;
	min-height: 450px;
	background-color: #F7F4EC;
	border: 1px solid #DCCAA6;
}
body strong {
	font-weight: bold;
	color: #5C222D;
}

table {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	line-height: 1.2em;

}

img {
border: 0;
border-bottom: 0;
}

p, h1, h2, h3, h4, h5, h6, form {
margin: 0;
padding:0;
font-weight: normal;
}

a, a:link , a:visited{
	color: #442700;
	text-decoration:underline;
}
a:hover, a:active {
	color: #C67200;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #5C222D;
	line-height: 1.1em;
	margin-bottom: 10px;
	font-weight: bold;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #5C222D;
	line-height: 1.1em;
	margin-bottom: 10px;
	font-weight: bold;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #5C222D;
	line-height: 1.1em;
	margin-bottom: 10px;
	font-weight: bold;
}

.produktbilder {
	background-color: #ffffff;
	border: 1px solid #dccaa7;
}

.text_unterstrichen {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #5C222D;
	line-height: 1.6em;
	font-weight:normal;
	border-bottom: 1px solid #dccaa7;	
}

ul {
	margin-left: 15px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 0px;
	list-style-type: circle;
	list-style-position:outside;
}

li {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #5C222D;
	line-height: 1.2em;
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 3px;	
}

.link_produktbilder a {
	background-color: #DCCAA7;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
	color: #5C222D;
	display:block;
	padding: 3px 3px 3px 6px;
	margin: 11px 0px 0px 0px;	
}

.link_produktbilder a:hover{
	background-color: #5C222D;
	color: #FFFFFF;
}
