/* white */
a:link, a:visited {
	color: #135cae;
}

a:hover {
	color: #0b3768;
}

#pillmenu a:hover {
  color: #135cae;
}

#pillmenu a#active_menu-nav {
  background: url(../images/white/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, div.module_menu h3, .componentheading, table.moduletable th {
  color: #135cae;
}

h3, .componentheading, table.moduletable th {
  color: #135cae;
}

/*
div.module_menu {
	background: url(../images/white/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/white/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/white/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/white/mw_box_tl.png) 0 0 no-repeat;
}

*/

div.module_imgborder h3 {
	padding: 3px 0px 10px 0px;
	margin: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.3em;  
	text-align: center;
	color: #135cae;
}

div.module_imgborder img {
	margin: 10px 10px 10px 10px;
	border: 1px inset #c0c0c0;
}

div.module_imgborder  div div div div{
	border: 2px outset #c0c0c0;
	z-index: 0;
	background: #fefefe;
	text-align: center !important;
	margin: 15px 0px 25px 10px;
	padding: 0px 0px 3px 0px;
	box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	-o-box-shadow: 1px 1px 3px #666;
	/* for IE */
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=3,color=#666666,direction=135);
	-moz-transform: rotate(-3deg); 
	-webkit-transform: rotate(-3deg); 
	-o-transform: rotate(-3deg); 
}
/* thumbtack (Post-It Pin) fuer Bild MW */
#tack {
	background-image:url('../images/thumbtack_blue.png');
	background-repeat:no-repeat;
	background-position:center top;
	background-color: transparent;
	/* filter: alpha(opacity=95); */
	/* -moz-opacity: 0.95; */
	/* opacity: 0.95; */
	position: absolute;
	left:80px; top:258px; width:150px; height:150px;
	border: 0px;
	z-index: 100;
	float:none;
	text-align: center !important;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px #000000;
	-moz-box-shadow: 0px 0px 0px #000000;
	-webkit-box-shadow: 0px 0px 0px #000000;
	-o-box-shadow: 0px 0px 0px #000000;
	/* for IE */
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=0,color=#666666,direction=135);
	-moz-transform: rotate(-0deg); 
	-webkit-transform: rotate(-0deg); 
	-o-transform: rotate(-0deg); 	
}

div.module_imgborder a {
	text-align: center;
	font-family: "Comic Sans MS", Helvetica,sans-serif;
	font-size: 1.1em;
	font-style: normal;
}

div.module_imgborder a:hover {
	text-decoration: none;
}