a
{
	color:						#f00;
	text-decoration:			none;
}
a:hover
{
	text-decoration:			underline;
	color:						#f00;
}

a.logo
{
	background-image:			url('../images/logo.png');
	background-repeat:			no-repeat;
	background-position:		40px 0px;
	display:					block;
	width:						158px;
	height:						160px;
	border-right:				2px dotted #969696;
}
a.logo span
{
	display:					none;
}
div.topmenu
{
	border-bottom:				2px dotted #969696;
}
div.masthead
{
	font-size:					10px;
}
div.masthead a
{
	color:						#000;
}
div.masthead a:hover
{
	text-decoration:			underline;
	color:						#f00;
}
a.switch_martin
{
	background-image:			url('../images/switch_martin.png');
	background-repeat:			no-repeat;
	background-position:		20px 0px;
	display:					block;
	width:						212px;
	height:						155px;
	margin-top:					5px;
	border-left:				2px dotted #969696;
}
a.switch_martin span
{
	display:					none;
}
div.right_box
{
	background-image:			url('../images/right_back.png');
	background-repeat:			repeat-x;
	background-position:		top left;
}
div.right_box_content
{
	border-left:				2px dotted #969696;
	min-height:500px;
 	height:auto !important;  /* für moderne Browser */
 	height:500px;  /*für den IE */
}
div.leftmenu_content
{
	border-right:				2px dotted #969696;
	padding-top:				20px;
	min-height:480px;
 	height:auto !important;  /* für moderne Browser */
 	height:480px;  /*für den IE */
}
div.leftmenu a
{
	display:					block;
	width:						140px;
	height:						17px;
	background-color:			#f00;
	color:						#fff;
	text-transform:				uppercase;
	margin-bottom:				10px;
	padding-left:				10px;
	padding-top:				3px;
	font-size:					10px;
}
span.claim
{
	font-size:					9px;
	
}
a.martin
{
  background-image:   url('/images/martin.png');
  background-repeat:  no-repeat;
  height:             530px;
  width:              380px;
  display:            block;
}
a.martin:hover
{
  background-image:   url('/images/martin_hover.png');
}
a.hilfe
{
  background-image:   url('/images/hilfe.png');
  background-repeat:  no-repeat;
  height:             530px;
  width:              380px;
  display:            block;
}
a.hilfe:hover
{
  background-image:   url('/images/hilfe_hover.png');
}

