/*Eigene Stylesheets*/


.shop h1,.shop h2,.shop h3,.shop h4,.shop h5{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #005689;
    padding-bottom:20px;
}

.shop h1 a,.shop h2 a,.shop h3 a,.shop h4 a,.shop h5 a{
	text-decoration: none;
	color: #005689;
    padding-bottom:20px;
}

.shop h1 a:hover,.shop h2 a:hover,.shop h3 a:hover,.shop h4 a:hover,.shop h5 a:hover{
	color: #890000;
}

.shop td{
    padding: 10px;
}

.shop .imageborder{
	border: 1px solid #005689;
}

.shop p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    padding: 0;
    margin:0;
}

.shop p a{
	color: #005689;
	text-decoration: none;
}

.shop p a:hover{
	color: #890000;
}

.shop shopbutton, .shop input.shopbutton{
	border: 0;
	background-color: #005689;
	color: #FFFFFF;
	padding: 5px;
}

.shop .footer{
	font-size: 11px;
	color: #000000;
}

.shop .error, .shop .notice,.shop .success{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}
.shop .error{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
    width: 95%;
}
.shop .notice{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
    width: 95%;
}
.shop .success{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
    width: 95%;
}
.shop .error a{
    color:#8a1f11;
    text-decoration: underline;
}
.shop .notice a{
	color:#514721;
    text-decoration: underline;
}
.shop .success a{
	color:#264409;
    text-decoration: underline;
}