body
	{
	margin-top:				5px;
	min-width: 				41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	font-size:				10px;
	font-family:			Verdana, Helvetica, Arial, sans-serif;
	color:					inherit;
	background-color:		#ffffff;
	width:					500px;
	}
	
.druck_button
	{
	width: 					200px;
	/*color:					#336699 !important;*/
	background-color: 		#ffffff;
	font-family:			Verdana, Helvetica, Arial, sans-serif;
	font-weight:			bold;
	color:					#04090a !important;
	font-size:				15px;
	margin:					10px;
	text-align:				center;
	}	
	
a 	{
	/*alle egal wo*/
	font-size:				10px;
	font-family:			Verdana, Helvetica, Arial, sans-serif;
	font-weight:			bold;
	text-decoration:		none;
	color:					#0d8bd6;	
	background-color:		inherit;
	overflow:				auto;
	}

a:link
	{
	color:					#0d8bd6;
	background-color:		inherit;
    }
a:visited
	{
	color:					#0d8bd6;	
	background-color:		inherit;
	}
a:hover
	{
    color: 					red; 
	background-color: 		#fff;
	}
a:active
	{
    color: 					#0000ff; 
	background-color:		inherit;
	}

img
	{
	border:					0px;
	}
	
.breadcrumb
	{
	font-family:			Verdana, Helvetica, Arial, sans-serif;
	font-size:				10px;
	/*border: 				3px solid lime;*/
	margin-top:				10px;
	padding-bottom:			5px;
	padding-right:			0px;
	font-weight:			bold;
	}

.schachbrett
	{
	width:					232px;
	height:					232px;
	border: 				1px solid #0d8bd6;
	}
.brettrand
	{
	width:					240px;
	height:					240px;
	/*border: 				1px solid red;*/
	margin-bottom:			5px;
	}
.spannen
	{
	padding-left:			0px;
	padding-right:			4px;
	width:					10px;
	height:					29px;
	}
.abcdefgh
	{
	padding-top:			3px;
	width:					29px;
	}