html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-family: Arial;
	color: #000000;
}

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

img {
	border-width: 0px;
}

a:link, a:visited {
	color: #0962D1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.white:link, a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	text-decoration: underline;
}

#base-table {
	width: 770px;
	height: 750px;
	margin: auto;
	border-collapse: collapse;
	font-size: 0.7em;
	text-align: left;
	border-left: 2px solid #064FAB;
	border-right: 2px solid #064FAB;
}

#menu-head {
	height: 25px;
	background-color: #064FAB;
	color: #FFFFFF;
	padding-left: 2px;
}

#image-head {
	height: 155px;
	background-color: #064FAB;
}

#menu-middle {
	height: 20px;
	line-height: 20px;
	background-color: #C8DEF9;
	color: #333399;
	border-top: 2px solid #064FAB;
	border-bottom: 2px solid #064FAB;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
}

#footline {
	height: 15px;
	background-color: #064FAB;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sidebar-left {
	width: 130px;
	background-color: #064FAB;
	color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	border-right: 2px solid #064FAB;
}

#sidebar-right {
	width: 170px;
	background-color: #064FAB;
	color: #FFFFFF;
	vertical-align: top;
	padding-top: 20px;
}

#content {
	background-color: #FFFFFF;
	color: #000000;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	font-size: 1.1em;
	height: 530px;
	width: 470px;
}

* html #content td {
	font-size: 0.8em;
}

h1.headline {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 1.8em;
	border-bottom: 1px solid #000000;
}

h1.headline2 {
	font-weight: bold;
	font-size: 1em;
}

input,select,textarea {
	color: #000000;
	border: 1px solid #064FAB;
}

input.button {
	background-color: #78AFF6;
	color: #000000;
	border: 1px solid #064FAB;
}

textarea.textfeld_kontakt {
	width: 300px;
	height: 150px;
}

ul.produkte {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.produkte li {
	background-image: url(../gfx/icon-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 1.1em;
}

table.produktauflistung {
	width: 100%;
	border-collapse: collapse;
}

table.produktauflistung #bild {
	vertical-align: top;
	border-bottom: 2px solid #78AFF6;
	padding-top: 10px;
	width: 100px;
}

table.produktauflistung #text {
	vertical-align: top;
	border-bottom: 2px solid #78AFF6;
	padding-top: 10px;
	padding-bottom: 5px;
}

table.produktauflistung #text #produktname {
	font-weight: bold;
	font-size: 1.2em;
}

table.produktauflistung #text #produktname {
	font-size: 1.1em;
}

a.shop:link, a.shop:visited, a.shop:hover {
	background-image: url(../gfx/icon-holzschutzshop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

a.weiter:link, a.weiter:visited, a.weiter:hover {
	background-image: url(../gfx/icon-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

a.back:link, a.back:visited, a.back:hover {
	background-image: url(../gfx/icon-zurueck.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

a.print:link, a.print:visited, a.print:hover {
	background-image: url(../gfx/icon_drucken.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

div.produktinfo_footer {
	border-top: 1px solid #064FAB;
	padding-top: 5px;
	text-align: justify;
}

table.philo {
	background-color: #C8DEF9;
	width: 100%;
}

table.philo td {
	vertical-align: top;
	border-bottom: 1px solid #A3CAFC;
}

div.footline {
	border-top: 1px solid #000000;
	margin-top: 10px;
	padding-top: 2px;
}

fieldset {
	border: 1px solid #064FAB;
}

fieldset legend {
	color: #000000;
}

* html fieldset {
	padding: 0 5px 5px 5px;
}

* html fieldset legend {
  margin-bottom: 5px;
}

/* Login */

table.login {
	color: #3C71AE;
}

table.login #benutzername, table.login #passwort {
	width: 120px;
}

.fett {
	font-weight: bold;
}

table.wettbewerb {
	width: 100%;
}

table.wettbewerb td.label {
	text-align: right;
	padding-right: 5px;
}

table.pager {
	width: 100%;
}