.topnav_link
{
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #FFFFFF;
    padding: 0px 10px 0px 10px;
}
.topnav_link:hover {
    color: #FFFF00;
}

td.descrip, td.descripc {
    color: #FFFFFF;
    background-color : #699F17;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 0px 5px 2px;
}
td.dat, td.datc {
    color: #000000;
    background-color: #FFFFFF;
    font-size: 11px;
    border-bottom: solid 1px #cccccc;
    padding: 5px 0px 5px 2px;
}
td.descripc, td.datc {
    text-align: center;
}



/* === Formulare === */
form {
    padding: 0px;
    margin: 0px;
}
table.form {
    margin: 0px;
    padding: 0px;
}
table.form td.key,
table.form td.value,
table.form td.description,
table.form td.errormessage {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	vertical-align: middle;
}

table.form label {
	font-weight: bold;
}

table.form td.spacer {
	height: 20px;
}

table.form td.description {

}

table.form td.errormessage {
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	border-left-width: 5px;
	color: #FF0000;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

table.form .textfield {
	width: 250px;
}

.attention {
	color: #FF0000;
}



/* === Warenkorb === */
#m2dcart {
	margin: 0px;
	padding: 0px;
}

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

#m2dcart .left {
	text-align: left;
}

#m2dcart .right	{
	text-align: right;
}

#m2dcart .highlighted {
	font-weight: bold;
	font-size: 12px;
}

#m2dcart .cartitem {
	border-bottom: 1px dotted #333333;
}

#m2dcart th,
#m2dcart td {
	text-align: left;
	vertical-align: top;
}

#m2dcart th {
	font-size: 14px;
	border-bottom: 2px solid #333333;
	padding-bottom: 2px;
}

#m2dcart td {
	padding-top: 5px;
	padding-bottom: 5px;
}




h2.pip_embedded {
	margin: 0px 0px 9px;
}