/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}

h1 {
	margin: 0;
	padding: 0;
	color: #090;
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
}

h2 {
	padding: 0;
	color: #020098;
	font-size: 16px;
	font-style: italic;
}

hr {
	background-color: #507ac5;
	color: #507ca5;
	height: 1px;
	border: 0;
	width: 99%;
	margin-left: 1%;
}

p{
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
	font-size: 14px;
}

#header {
	margin: 0 1px 0 1px;
	padding: 0;
	height: 165px;
	background-image: url(images/grf_header3.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border: none;
	border-left: solid 1px #507ca5;
	border-right: solid 1px #507ca5;
}

#werkzeughandel #header,#rothenberger #header,#grenke #header {
	background-image: url(images/grf_header3b.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#header #bla1, #header #bla2, #header #bla3, #header #bla4 {
	display: none;
}
#header #logolink img {
	display: none;
}
#bilder {
	visibility: hidden;
	display: none;
}

#navi {
	visibility: hidden;
	display: none;
}

#content {
	margin: 0 1px 0 1px;
	padding: 5px;
	width: 98%;
	border: 0;
	border-bottom: solid 1px #507ca5;
	border-left: solid 1px #507ca5;
	border-right: solid 1px #507ca5;
}

#content img {
	margin: 5px 0 0 0;
	padding: 0;
	padding-left: 0.6250em;
}


footer {
	visibility: hidden;
}