body {
	background-color: #426184;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.steps {
	font-size: 13px;
	color: #FF7900;
}
.footer {
	font-size: 10px;
	line-height: 15px;
	color: #426184;
}

.footer a, .footer a:visited {
	font-size: 10px;
	line-height: 15px;
	color: #426184;
	text-decoration:underline;
}

.text {
	font-size: 12px;
	font-weight: normal;
	color: #13355E;
}

.Hinweis {
	font-size: 11px;
	font-weight: normal;
	color: #13355E;
}

.menuHeading {
	font-size: 14px;
	color: #FF7900;
	font-weight: bold;
}
.selectBox {
	width:166px;
	font-size: 12px;
	color: #13355E;
}
.inputField {
	width:166px;
	height: 19px;
	font-size: 12px;
	color: #13355E;
	border: 1px solid #666666;
}

.inputField2 {
	width: 240px;
	font-size: 12px;
	color: #13355E;
	border: 1px solid #666666;
}

.inputField3 {
	width: 35px;
	font-size: 12px;
	color: #13355E;
	border: 1px solid #666666;
}

.inputField4 {
	width: 200px;
	font-size: 12px;
	color: #13355E;
	border: 1px solid #666666;
}

.inputField5 {
	width: 502px;
	font-size: 12px;
	color: #13355E;
	border: 1px solid #666666;
}

.menu1, .menu1 a {
	font-size: 13px;
	font-weight: normal;
	color: #13355E;
	text-decoration: none;
}

.menu2, .menu2 a {
	font-size: 13px;
	font-weight: normal;
	color: #888888;
	text-decoration: none;
}

.menuSmal, .menuSmal a {
	font-size: 11px;
	font-weight: normal;
	color: #13355E;
	text-decoration: none;
}

.menu1 a:hover, .menu1aktiv a:hover, .menu2 a:hover, .textContent a:hover {
	text-decoration: underline;
}

.menuSmal a:hover, .menuSmalaktiv a:hover {
	text-decoration: underline;
}


.menu1aktiv, .menu1aktiv a {
	font-size: 13px;
	font-weight: normal;
	color: #FF7900;
	text-decoration: none;
}

.menuSmalaktiv, .menuSmalaktiv a {
	font-size: 11px;
	font-weight: normal;
	color: #FF7900;
	text-decoration: none;
}


.boxHeadline {
	font-size: 13px;
	color: #FF7900;
	font-weight: bold;
}

.boxText {
	font-size:12px;
	line-height: 15px;
	color: #13355E;
	font-weight: normal;
}

.boxPrice {
	font-size: 13px;
	color: #FF7900;
	font-weight: bold;
}

.quantBox {
	width: 22px;
	height: 19px;
	font-size: 12px;
	color: #13355E;
	border: #C6CFDA solid 1px;

}


.GiftTaxInfo {
	font-size: 10px;
	color: #FF7900;
}

.headline {
	font-size:16px;
	color:#FF7900;
	font-weight:bold;
}

.textContent {
	font-size:12px;
	line-height: 17px;
	color: #13355E;
	font-weight: normal;
}

.textContent a {
	color: #4b7a98;
	text-decoration:underline;
}

.textContent a:hover {
	text-decoration:underline;
}


.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D9ECFF;
	background-color: #5C7B99;
	font-weight: normal;
	border-top: 1px solid #CCCCEE;
	border-right: 1px solid #666699;
	border-bottom: 1px solid #666699;
	border-left: 1px solid #CCCCEE;
	margin: 0px;
	padding: 0px;
}


.urgentText {
	background-color:#FC0;
	padding:3px;
	font-size:11px;
	font-weight:normal;
	color:#BB0000;
	text-align:center;
	width:70px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}




/* Formular-Buttons */
/* ------------------------------------------ */

a.cartBTN {
	color:#FF8800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none; 
	text-align:center;
		
	padding: 2px 10px 2px 10px;
	
	border:#c6cfda 1px solid;
	
	display:inline-block;
	
	background-color:#FFFFFF;
	text-decoration:none;
	
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	

}

a.cartBTN:hover {
	
	color:#FF8800;
	background-color:#FFFFFF;
	text-decoration:none;
}

