
	/* für Damen, Herren, Sport*/

table.schuh-da {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
	font-weight: bold;
}
td.schuh-da {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
	font-weight: bold;
}

	/* Ende - für Damen, Herren, Sport*/

		/* für Bestellung*/
		
	h3.damen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
}
	h3.herren {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
}
	h3.sport {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006400;
}
	
table.border-da {
	border : 2px solid #BE0000;
	background-color : #F9F9F9;
	margin-right: 35px;
}
table.border-he {
	border : 2px solid #330099;
	background-color : #F9F9F9;
	margin-right: 35px;
}
table.border-sp {
	border : 2px solid #666666;
	background-color : #F9F9F9;
	margin-right: 35px;
}


table.modell {
	border : 1px solid #7F9DB9;
	background-color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	padding: 3px;
}

table.select {
	border : 1px solid #7F9DB9;
	background-color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	font-weight: normal;
	padding: 0px;
}
td.select {
	padding-left: 2px;
		padding-top: 4px;
			padding-bottom: 4px;
}


table.damen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
}
table.form-damen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	font-weight: normal;
}

input.damen {
	width : 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
}
input.plzda {
	width : 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
}



table.herren {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000066;
	font-weight: bold;
}
table.form-herren {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	font-weight: normal;
}
input.herren {
	width : 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #330099;
	font-weight: bold;
}
input.plzhe {
	width : 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #330099;
	font-weight: bold;
}



table.sport {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: Black;
	font-weight: bold;
}
table.form-sport {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	font-weight: normal;
}
input.sport {
	width : 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006400;
	font-weight: bold;
}
input.plzsp {
	width : 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006400;;
	font-weight: bold;
}



span.button {
	width: 80px
}
td.button {
	padding-top : 10px;
	padding-bottom: 10px;
}



a.damen {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	text-decoration: none;
	color: #990000;
}
a.damen:visited {
	text-decoration : none;
}
a.damen:active {
	color: Yellow;
}
a.damen:hover {
	color: #000000;
}


a.herren {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	text-decoration: none;
	color: #000066;
}
a.herren:visited {
	text-decoration : none;
}
a.herren:active {
	color: Yellow;
}
a.herren:hover {
	color: Black;
}


a.sport {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	text-decoration: none;
	color: Black;
}
a.sport:visited {
	text-decoration : none;
}
a.sport:active {
	color: Yellow;
}
a.sport:hover {
	color: #006400;
}
