* {
	font-family: Verdana;	
}

body {
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #6994CD;
	scrollbar-shadow-color : #4077BF;
	scrollbar-darkshadow-color : #000000;
	scrollbar-3dlight-color : #000000;
	scrollbar-track-color : #CBCBC3;
}

a
{
	color: #536D9A;
	font : bold;
/*	border-bottom : 1px dashed;*/
	text-decoration : none;
}

a:hover
{
	color: #718AB9;
	font : bold;
	text-decoration : underline;
}

a:link 
{
	color: #536D9A;
	font : bold;
	text-decoration : none;
}



h1 {
	font : bold 20px Verdana;
	color : #4077BF;
	margin: 0 0 10px 0;
	padding: 0;
}


h2, .ueberschrift1 {
	font : bold 18px Verdana;
}

h3, .ueberschrift2 {
	font : bold 16px Verdana;
}

h4, .ueberschrift3 {
	font : bold 14px Verdana;
}

.text, p {
	font : normal 13px Verdana;
}

.text a, p a
{
	color: #6994CD;
	font : bold;
	border-bottom : 1px dashed;
	text-decoration : none;
}

.text a:hover, p a:hover
{
	color: #4077BF;
	font : bold;
	border-bottom : 1px solid;
	text-decoration : none;
}

.smalltext {
	font : normal 11px Verdana;
}


.label {
	font : bold 13px Arial;
}


.shop_quantity {
	font : normal 13px Arial;
	border : 1px solid #000000;
	width : 30px;
	height : 20px;
}

.shop_details {
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-bottom : 1px solid #000000;
}

.orderfield {
	font : normal 13px Arial;
	border : 1px solid #000000;
	width : 300px;
	height : 20px;
	background-image : url(/media/shop/order_t1.gif);
}

.textarea {
	font : bold 12px Arial;
	border : 1px solid #FF1810;
	width : 300px;
}

.button {
	height : 20px;
	cursor: hand;
	border : 1px solid #FFFFFF;
	font : bold 13px Arial;
	color : #72777E;
	background-image : url(/media/shop/button.gif);
}

.button-over {
	height : 20px;
	cursor: hand;
	border : 1px solid #000000;
	font : bold 13px Arial;
	color : #000000;
	background-image : url(/media/shop/button-over.gif);

}

/****************************************************************************************************************************************/
/* mod_raster */


.raster
{
	float: left;
}

.raster_left
{
	float: left;
	margin: 0 18px 0 0;
}
.raster_right
{
	float: right;
	margin: 0;
	padding:0;
}