@charset "utf-8";
/* CSS Document */
/* CSS fr Links */
a:link,a:visited{
display 			:inline;
font-size			:1.0em;
color				:#00438a;
font-weight			:normal;
text-decoration		:none;
text-transform		:none;
}
a:hover{
color				:#ac1922;
}
a.upper:link,a.upper:visited{
float				:left;
display				:block;
width				:159px;
height				:9px;
font-size			:1.1em;
color				:#a6a9ac;
font-weight			:normal;
text-decoration		:none;
text-transform		:none;
padding				:15px 5px 15px 5px;
margin				:0px 0px 0px 0px;
border				:0px solid #f6d178;
background			:url(../images/bg_link_upper.jpg) no-repeat top left;
}
a.upper:hover{
color				:#00438a;
border				:0px solid #9b0000;
background			: url(../images/bg_link_upper_hover.jpg) no-repeat top left;
}
a.impress:link,a.impress:visited{
float				:right;
display				:block;
width				:139px;
height				:9px;
font-size			:1.1em;
color				:#a6a9ac;
font-weight			:normal;
text-decoration		:none;
text-transform		:none;
padding				:15px 5px 15px 5px;
margin				:0px 0px 0px 0px;
border				:0px solid #f6d178;
background			:url(../images/bg_link_impressum.jpg) no-repeat top right;
}
a.impress:hover{
color				:#00438a;
border				:0px solid #9b0000;
background			: url(../images/bg_link_impressum_hover.jpg) no-repeat top right;
}
a.impress#current{
color				:#ad1922;
border				:0px solid #9b0000;
background			: url(../images/bg_link_impressum_current.jpg) no-repeat top right;
}

a.galerie:link,a.galerie:visited{
	margin				: 0px;
	padding				: 0px;
}
a.galerie:hover{
}

a.galerie:link img,a.galerie:visited img {
	margin				: 4px 4px 4px 4px;
	padding				: 6px 6px 6px 6px;
	border				: 1px solid #bbbbbb;
	background			: #ffffff;
	width				:	100px;
}



a.galerie:hover img {
	margin				: 4px 4px 4px 4px;
	padding				: 6px 6px 6px 6px;
	border				: 1px solid #9b0000;
	background			: #ffffff;
}

#inhalt  .produkt a:link,#inhalt .produkt a:visited{
display				:block;
text-align			:center;
width				:180px;
font-size			:1.2em;
color				:#df9722;
font-weight			:normal;
text-decoration		:none;
text-transform		:none;
padding				:12px 5px 12px 5px;
margin				:2px 0px 2px 0px;
border				:0px solid #f6d178;
background			:url(../images/produktlink.jpg) no-repeat;
}
#inhalt .produkt a:hover{
color				:#9b0000;
background			:url(../images/produktlink_hover.jpg) no-repeat;
}

