/* CSS Document voor Shinkyokushinkai */

body.main		{	margin:0; background-color: #333333; }
body.content	{	margin:10px; background-color: #FFFFFF; scrollbar-base-color: #DF3922; scrollbar-arrow-color: #ffffff;}
img 			{	border:0; }

body,table,tr,td,a,div	{ font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 13px; }

a				{	color: #DF3922; text-decoration: none; }
a:hover			{	color: #DF3922; text-decoration: underline; }

a.menu			{	color: #FFFFFF; font-size: 13px; text-decoration: none; font-weight: bold; }
a.menu:hover	{	color: #FFFFFF; font-size: 13px; text-decoration: none; font-weight: bold; background-color: #df3922; }

a.submenu		{	color: #000000; font-size: 13px; text-decoration: none; font-weight: bold; }
a.submenu:hover	{	color: #FFFFFF; font-size: 13px; text-decoration: none; font-weight: bold; }

.titel {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #DF3922;
}

.underline1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.scroller {
scrollbar-arrow-color: #ffffff;
scrollbar-3dlight-color: #333333;
scrollbar-darkshadow-color: #333333;
scrollbar-face-color: #333333;
scrollbar-highlight-color: #333333;
scrollbar-shadow-color: #333333;
scrollbar-track-color: #444444;
}

#left {
background-color:red;
position:absolute;
left:789px;
top:1px;
width:180px;
height:100%;
color:#FFFFFF;
}

table.tabletxt {	background-color: #696969; }