/* General settings */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,Verdana,Sans;
        font-size: 11pt;
	/*background-color: #3a6ebc;*/
}

td { 
     font-size: 11pt;
}

a { 
     color: #333333;
}

p.date {
     padding-top: 0px;
     color: #666666;
     font-size: 9pt;
}

a.external:after {
	content:url(images/ext_link.gif);
}

h1 {
	margin-top: 8px;
}

.shadowedbox-0 { 
        margin-top: 8px;
        margin-left: 8px;
        background: url(images/shadow_bottom.gif) no-repeat left bottom;
}

.shadowedbox-1 {
        background: url(images/shadow_right.gif) no-repeat right top;
}

.shadowedbox-2 { 
         padding-right: 8px;
         padding-bottom: 8px;
         background: url(images/shadow_bottom_right.gif) no-repeat right bottom;
}

.sb-innercell { 
        border: 1px solid #c0c0c0;
        padding: 5px;
}
/* Settings for the header */
#header {
	background-color: #cccccc;
	padding-left: 10px;
	/*height: 137px;*/
/*	background-image: url('images/logo.gif');
	background-repeat: no-repeat;*/
}

/* Settings for content pane in general */
#contentPane {
	float: none;
	background-color: #ffaaaa;
}

/* Left content pane */
#leftPane {
	float: left;
	width: 150px;
}

/*#navigation {
        border-right: 5px solid #333333;
	border-bottom: 5px solid #333333;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	margin: 5px;
}
*/
h4.sb-heading {
        background-color: #eeeeee;
        color: #660000;
	padding-left: 5px;
	margin: 0px 0px 5px 0px;
}

ul.linkList {
	margin: 0px;
        /*background-color: #bbbbbb;*/
	list-style: none;
        list-style-position: inside;
        padding-left: 5px;
}

/* Center content pane */
#centerPane {
	float: left;
	width: 450px;
       /* background: url(images/shadow_bottom_right.gif) no-repeat right bottom;*/
	padding: 0px 10px 30px 10px;
              /*border-right: 1px solid lightgray;*/
        border-right: 1px solid #c0c0c0;
}

#centerPane h1, #centerPane h2 {
	width: 100%;
	background-color: #eeeeee;
        color: #660000;
}

h3 { 
       color: #006600;
}

#centerPane p {
	text-align: justify;
}

/* Right content pane */
#rightPane {
	float: left;
	width: 150px;
	height: 568px;
	background-color: #eeeeee;
        background: url(images/b-hagemeier_calligraphic.png) no-repeat left top;
	margin-left: 20px;
}

/* The footer */
#footer {
        float: left;
	background-color: #ffffff;
        font-size: 9pt;
        border-top: 1px solid #c0c0c0;
        margin-bottom: 10px;
        text-align: center;
        width: 600px;
}

table.sudoku td {
	width: 12px;
	height: 12px;
	border: 1px solid #333333;
}

table.sudoku {
	border-spacing: 2px;
}

table.sudoku span.sol {
	color: red;
}

div.codeListing {
	background-color: #cccccc;
	color: #666666;
	font-family: fixed;
}
