
/** BASIC */

html, body { 
	height: 						100%; 
}

body {
	margin: 						0px;
	padding: 						0px;
	background: 					#666600;
}

/** FORMS */

form {
	margin: 						0px;
	padding: 						0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 						0px;
	font-family: 					"Helvetica", Arial, sans-serif;
	font-weight: 					normal;
	color: 							#848484;
}

h1 span, h2 span { 
	color: 							#003300; 
}

h1 { 
	font-size: 						21px; 
}

h2 {
	margin-bottom: 					15px;
	font-size: 						15px;
}

h2.style1 {
	margin-bottom: 					15px;
	font-size: 						13px;
	color: 							#676767;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: 					"Helvetica", Arial, sans-serif;
	font-size: 						12px;
	color: 							#2E2E2E;
}

.produktlink {
	font-family: 					"Helvetica", Arial, sans-serif;
	font-size: 						12px;
	color: 							#003300;
}

p, ul, ol, dl {
	margin-top: 					0px;
	margin-bottom: 					1.5em;
	line-height: 					170%;
}

ol {
	margin-left: 					0px;
	padding-left: 					0px;
	list-style-position: 			inside;
}

ul {
	margin-left: 					0px;
	padding-left: 					0px;
	list-style: 					none;
}

.button {
	font-family: 					"Helvetica", Arial, sans-serif;
	font-size: 						12px;
	color: 							#2E2E2E;
	background: 					#ffffff;
	border: 						1px solid #003300; 
}

.input {
	font-family: 					"Helvetica", Arial, sans-serif;
	font-size: 						12px;
	color: 							#2E2E2E;
	background: 					#ffffff;
	border: 						1px solid #A09E9E; 
}

.inputarea {
	font-family: 					"Helvetica", Arial, sans-serif;
	font-size: 						12px;
	color: 							#2E2E2E;
	background: 					#ffffff;
	border: 						1px solid #A09E9E; 
}

/** LINKS */

a { 
	font-size: 						11px;
	color: 							#003300; 
}

a:hover { 
	text-decoration: 				none; 
}

/** MISC */

.align-justify { 
	text-align: 					justify; 
}

.align-right { 
	text-align: 					right; 
}

a img { 
	border: 						none; 
}

img.border { 
	border: 						3px solid #474747; 
}

img.left {
	float: 							left;
	margin: 						0px 25px 0px 0px;
}

img.right {
	float: 							right;
	margin: 						0px 0px 0px 25px;
}

hr { display: none; }

.hr1 {
	height: 						51px;
	background: 					url(../images/homepage04.gif) repeat-x left center;
}

/** MENU */

#menu {
	/*
	background: url(../images/subpage05.gif) no-repeat left top;
	*/
}

#menu ul {
	width: 							171px;
	margin: 						0px;
	padding: 						41px 0px 0px 20px;
	list-style: 					none;
	line-height: 					normal;
	background: 					url(../images/subpage010.gif) repeat-x left center;
}

#menu li {
	display: 						block;
	border-top: 					1px solid #003300;
}

#menu li.first {
	border: 						none;
}

#menu a {
	display: 						block;
	width: 							100%;
	padding: 						14px 0px 14px 0px;
	/*
	background: url(../images/homepage03.gif) no-repeat right center;
	*/
	text-decoration: 				none;
	text-transform: 				uppercase;
	font-weight: 					bold;
	color: 							#4C4C4C;
}

#menu a:hover {
	text-decoration: 				underline;
}

/** PAGE */
/*
#page { background: url(../images/subpage03.gif) repeat-y left top; }
*/

#bgbtm {
	padding-bottom: 				0px;
	background: 					url(../images/subpage06.gif) no-repeat left bottom;
}

/** CONTENT */
#content {
	width: 							569px;
	height:							470px;
	padding: 						0px 25px 0px 25px;
 	overflow:						auto;
	scrollbar-shadow-color: 		#fff;
	scrollbar-arrow-color: 			#003300;
	scrollbar-base-color: 			#fff;
	/*
	background: url(../images/subpage08.gif) no-repeat left top;
	*/
}

div.scroll {
	height: 						455px;
	width: 							569px;
	overflow: 						auto;
	padding: 						8px;
}

/** FOOTER */
#footer {
	width: 							950px;
	height:	 						80px;
	margin: 						0px auto;
	/*background: url(../images/subpage07.jpg) no-repeat left top;
	color: #6D6002;*/
}

#footer p {
	padding: 						0px 0px 0px 0px;
	text-align: 					center;
	color: 							#001F00;
}
