body {
	font-family : Verdana;
	font-size		: 1.2em;
	color				: #333333;
	text-align	: left;
	background	: #FBFBFB;
	
	scrollbar-arrow-color: F5821F;
	scrollbar-base-color: f5f5f5;
	scrollbar-track-color: fbfbfb;
	scrollbar-face-color: ffffff;
	scrollbar-highlight-color: f5f5f5;
	scrollbar-3dlight-color: ffffff;
	scrollbar-darkshadow-color: ffffff;
	scrollbar-shadow-color: F5821F;
}

/* Farben
 gruen	: #2A955F
 blau		: #2A6BF2
 grau		: #DCDCDC
*/

td {
	font-family : Verdana;
	font-size		: 0.8em;
	color				: #333333;
	vertical-align : top;
}

div {
	text-align : left
}

h1 {
	font-size : 1em;
	color			: #F58220;
}
h2 {
	font-size : 1.2em;
}

a {
	color : #333333;
	text-decoration : none;
}
a:hover { font-weight:bold; }

a.menu_home {
	width			: 133px;
	height		: 130px;
	background: url(images/nav_01.gif) no-repeat;
}
a.menu_home:hover { 
	background: url(images/nav_over_01.gif) no-repeat;
}
a.menu_produkte {
	width			: 131px;
	height		: 130px;
	background: url(images/nav_02.gif) no-repeat;
}
a.menu_produkte:hover { 
	background: url(images/nav_over_02.gif) no-repeat;
}
a.menu_impressum {
	width			: 137px;
	height		: 130px;
	background: url(images/nav_03.gif) no-repeat;
}
a.menu_impressum:hover { 
	background: url(images/nav_over_03.gif) no-repeat;
}
a.link {
	background	 : url(images/pfeil.gif) no-repeat;
	padding-left : 14px;
}

img {
	border : none;
}

textarea, input {
	font-family : Verdana;
	color				: #333333;
	border			: none;
	background	: #FFFFFF;
}

ul {
	list-style-image : url(images/punkt.gif);
	margin-left			 : 1.4em;
}
li { padding : 2px 0; }