body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #005CA5;
	line-height: 24px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #005CA5;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #005CA5;	
}
a {
	color: #005CA5;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.introtext {
	color: #005CA5;
	font-weight: bold;
}
.border {
	border: 1px solid #000000;
}
/********************************************* Flaggen & Topnavigation */
td.topnavi {
	background-color: #FDD52B;
	color: #041952;
}
	td.topnavi table {
		height: 21px;
	}
		td.topnavi table td.flaggen {
			padding-left: 15px;
		}
			td.topnavi table td.flaggen img {
				margin-top: 3px;
				margin-bottom: 3px;
			}
		td.topnavi table td.navi {
			padding-right: 10px;
			vertical-align: middle;
			font-size: 12px;
			font-weight: bold;
		}
			td.topnavi table td.navi a {
				color: #041952;
				text-decoration: none;
			}
			td.topnavi table td.navi a:hover {
				text-decoration: underline;
			}
img.flag {
	border: 1px solid #000000;
}
/********************************************* Footer */
td.footer {
	background-color: #FDD52B;
	color: #041952;
	font-size: 11px;
	text-align: center;
	height: 22px;
	vertical-align: middle;
	font-weight: bold;
}
	td.footer a {
		color: #041952;
		text-decoration: none;
	}
	td.footer a:hover {
		text-decoration: underline;
	}
/********************************************* Menuspalte */
/********************************************* Ebene 1 */
td.menu {
	background-color: #005CA5;
	padding-left: 10px;
	width: 160px;
}
table.menu {
	color: #FDD52B;
	font-size: 12px;
	border-collapse: collapse;
}
	table.menu td.off {
		border-bottom: 1px solid #66B4F2;
		border-top: 1px solid #66B4F2;
		padding-left: 10px;
		height: 22px;
		font-weight: bold;
		letter-spacing: 1px;
	}
		td.menu td.off a {
			color: #FDD52B;
			text-decoration: none;
		}
		td.menu td.off a:hover {
			color: #FFFFFF;
		}
	table.menu td.on {
		border-bottom: 1px solid #66B4F2;
		border-top: 1px solid #66B4F2;
		padding-left: 10px;
		height: 22px;
		font-weight: bold;
		letter-spacing: 1px;
		background-color: #041952;
	}
		td.menu td.on a {
			color: #FFFFFF;
			text-decoration: none;
		}
/********************************************* Ebene2 */
	td.ebene2 {
		padding-left: 15px;
	}
	table.menu2 {
		border-collapse: collapse;
	}
	table.menu2 td.off {
		border-bottom: 1px solid #66B4F2;
		border-top: 1px solid #66B4F2;
		padding-left: 10px;
		height: 22px;
		font-weight: bold;
		letter-spacing: 1px;
		background-color: #041952;
	}
		td.menu2 td.off a {
			color: #FDD52B;
			text-decoration: none;
		}
		td.menu2 td.off a:hover {
			color: #FFFFFF;
		}
	table.menu2 td.on {
		border-bottom: 1px solid #66B4F2;
		border-top: 1px solid #66B4F2;
		padding-left: 10px;
		height: 22px;
		font-weight: bold;
		letter-spacing: 1px;
	}
		td.menu2 td.on a {
			color: #FFFFFF;
			text-decoration: none;
		}
/********************************************* Inhaltsspalte */
td.inhalt {
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
td.linkeSpalte {
	padding: 10px;
	border-right: 1px solid #005CA5;
	width: 360px;
	vertical-align: top;
	text-align: left;
}
td.linkeIMG {
	padding: 0px 10px;
	border-right: 1px solid #005CA5;
	width: 360px
}
td.rechteSpalte {
	padding: 5px;
	width: 200px;
	vertical-align: top;
}
table.meilensteine {
	border-collapse: collapse;
}
	table.meilensteine td {
		padding: 5px 10px 5px 0px;
		border-bottom: 1px solid #005CA5;
		vertical-align: top;
	}
table.produkte {
	border-collapse: collapse;
}
	table.produkte td {
		padding: 5px 10px 5px 0px;
	}
table.Infospalte {
	background-color: #DAE3F4;
	width: 200px;
}
	table.Infospalte td {
		padding: 3px 5px;
		font-size: 11px;
		line-height: 15px;
	}
	table.Infospalte th {
		text-align: left;
		font-size: 11px;
		line-height: 15px;
		padding: 3px 5px;
	}
	table.Infospalte li {
		margin-left: -20px;
	}
	table.Infospalte td.linie {
		border-bottom: 1px solid #005CA5;
	}
td.headline {
	padding: 5px;
	width: 200px;
}
/********************************************* Produktzeile mit Farbe */
td.linkeSpalteColor {
	padding: 10px;
	width: 360px;
	background-color: #DAE3F4;
}
td.rechteSpalteColor {
	width: 210px;
	vertical-align: bottom;
	background-color: #DAE3F4;
}
table.beschreibung {
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left: 1px solid #005CA5;
}
	table.beschreibung th {
		color: #005CA5;
		text-align: left;
		padding: 5px;
		
	}
	table.beschreibung td {
		color: #000000;
		padding: 5px;
	}
/********************************************* Produkttabelle */
table.produkt {
	border-collapse: collapse;
}
	table.produkt th {
		padding: 2px;
		background-color: #66B4F2;
		border: 1px solid #000000;
		font-size: 11px;
	}
	table.produkt td {
		padding: 2px;
		text-align: center;
		border: 1px solid #000000;
		background-color: #FDE895;
		font-size: 10px;
	}


/********************************************* Kontaktformular */
table.Kontakt {
	background-color: #DAE3F4;
	width: 100%;
}
	table.Kontakt td {
		padding: 3px 5px;
		font-size: 11px;
	}
	table.Kontakt th {
		text-align: left;
		font-size: 11px;
		padding: 3px 5px;
	}
	table.Kontakt li {
		margin-left: -20px;
	}
	table.Kontakt td.linie {
		border-bottom: 1px solid #005CA5;
	}
	table.Kontakt textarea, select, input {
		border: 1px solid #000000;
		background-color: #FFFFFF;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
	}


input.error, select.error {
	padding-right: 16px; 
	border: 1px solid red; 
	background-color: #FFFCE2; 
	background-image: url(global_gfx/warning_obj.gif); 
	background-position: right; 
	background-repeat: no-repeat;
}
input:focus, select:focus {
	border: 1px solid red; 
	background-color:#EFEFEF;
}





