@CHARSET "UTF-8";

.Title {
	font-weight: bold;
	font-size: 18px;
	color: #4E4E4E;
}

.Title2 {
	font-weight: bold;
	font-size: 16px;
	color: #4E4E4E;
}

.table_top {
	border-style: solid;
	border-color: #4D4D4D;
	border-width: 1px
}

.table_top2 {
	background-color: #BFBFBF;
	border-style: solid;
	border-color: #4D4D4D;
	border-width: 1px
}

table.table_top2 tr {
	background-color: white;
}

table.table_top2 input[type='text'] input[type='password'] {
	width: 250px;;	
}

.table_title {
	background-color: #4D4D4D;
	font-weight: bold;
	color: White;
	padding-left: 3px;
	text-align: left;
}

.table_title_bleft {
	background-color: #4D4D4D;
	font-weight: bold;
	color: White;
	padding-left: 3px;
	border-right: 1px solid #BFBFBF;
}

.option_select {
	font-size: 11px;
}

.preis_even {
	font-family: sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
}

.preis_even_bold {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
}

.preis_odd {
	font-family: sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

.preis_odd_bold {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
}

.product_preis_big {
	font-family: sans-serif;
	font-size: 25px;
	font-weight: bolder;
	color: #38AA32;
}

.cart_link a {
	font-family: sans-serif;
	font-size: 11px;
	color: #4D4D4D;
}

.cart_one {
	font-family: sans-serif;
	font-size: 12px;
	background-color: Lavender;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
}

.cart_one_bold {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: Lavender;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
}

.cart_two {
	font-family: sans-serif;
	font-size: 12px;
	background-color: Lavender;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
}

.upload_link_red {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	background: #FF0000;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	margin: 2px;
	cursor: pointer;
}

.upload_link_green {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	background: #27C427;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	margin: 2px;
	cursor: pointer;
}

.form_text {
	width: 300px;
}

.form_number {
	width: 50px;
}

.lefttd {
	padding-right: 5px;
}
