body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#255593;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}

hr { 
	background-color: #333333;
}

h2 { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color:#255593;
	margin: 0px;
	padding: 0px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#333333;
	margin: 0px;
	padding: 0px;
}

/* tabelle*/
table { border-collapse:collapse;}

/* link*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #255593;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #255593;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
/* link navigation oben*/
a.navi:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #255593;
	text-decoration: none;
}
a.navi:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #255593;
	text-decoration: none;
}
a.navi:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #255593;
	text-decoration: none;
}
a.navi:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/* link artikel links*/
a.menue:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #255593;
	text-decoration: none;
}
a.menue:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #255593;
	text-decoration: none;
}
a.menue:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.menue:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* fehler formular*/
#fail {
background-color:#FFCC33;
}

/* border*/
.bordermenue {
	border: 1px solid #255593;
}


.button {
	border: 1px solid #E67800;
	background-color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.formularfelder {
	border: 1px solid #E67800;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
.artikeloptions {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#E67800;
	margin: 0px;
	padding: 0px;
}

.dropdown {
	border: 1px solid #255593;
	background-color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.bordershopnavi {
	border: 1px solid #E67800;
}

.border {
	border: 1px solid #DADADA;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.borderu {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E67800;
}

.borderur {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	background-color: #EFEFEF;
}

.bordero {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
