* { margin: 0px; padding: 0px; } 
html 		{ min-height: 100%; }

body {
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #333;
	line-height:18px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
table {
	width: 100%;
	margin-left: 5px;
}
p, h1, h2, h3, ol, ul, dl { padding:2px 6px 8px; }
ol,ul,dl 
h1, h2, h3, ol, ul, dl {
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 9px;
	padding-left: 6px;
}
td h1, td h2, td h3 {
	padding: 0;
}
table, th, td { font-family: arial, verdana, sans-serif; font-size: 12px; color: #333; }
ol, ul, dir, menu, dd       		{ margin-left: 40px }
ol              					{ list-style-type: decimal }
ol ul, ul ol, ul ul, ol ol    		{ margin-top: 0; margin-bottom: 0 }
blockquote { width:80%; margin:10px auto; padding:0 26px;  background:url(../images/bg_blockquote_side.gif) no-repeat 5px; }
#skip 				{ display: none; }
a img, :link img, :visited img { border: none; }
img 				{ display: block; }
a 				{
	color: #6B45A8;
	text-decoration: underline;
}
/*a:visited 			{ color: #333; text-decoration: underline; }*/
a:hover, a:active 	{
	color: #6E4BA9;
}

.alignright		{ text-align: right !important; }
.floatright		{ float: right; }
.inline			{ display: inline; }

.clear	{ clear: both;}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
.clearfix 		{ display:inline-block; } 
/*\*/ .clearfix { display:block; } /**/ 

h1		{ font-size: 20px; line-height: 18px;  }
h2 		{ font-size:18px; }
h3		{ font-size: 16px; color: #666; }

#wrapper 		{
	width:960px;
	margin:0 auto;
}
#header 		{
	position:relative;
	display:block;
	width:960px;
	height:120px;
	background-color: #FFF;
	background-image: url(../images/bg_header.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#header .logo 	{
	position:absolute;
	left:20px;
	top:10px;
}

#header h2	{
	position:absolute;
	left:180px;
	top:35px;
}
.sublogo	{
	color: #454D50;
	font-size: 16px;
	text-align: left;
}

#nav 			{
	display:block;
	width:960px;
	height:26px;
	list-style:none;
	text-align:center;
	background:#A13D3D url(../images/bg_nav.gif) repeat-x;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
#nav li 		{
	float:left;
	/*min-width:70px;*/
	font-weight: bold;
}
#nav li a 		{
	padding: 0 15px 0 15px;
	text-decoration:none;
	display:block;
	/*padding:0;*/
	height:1%;
	line-height:26px;
	color:#FFF;
	font-size: 120%;
}

#nav li a.on { 
	color:#eee;
	background:url(../images/bg_nav_on.gif) no-repeat 50% 0; 
}

#nav li a:hover { background:url(../images/bg_nav_on.gif) no-repeat 50% 0; }

#content {
	width:940px;
	min-height:350px;
	background:#FFF url(../images/bg_content.gif) no-repeat 0 0;
	text-align:left;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
* html #content, * html #content #col_1 { height:543px; }

#content #col_1 {
	width:20%;
	float:left;
	min-height:350px;
	background:url(../images/bg_left.gif) no-repeat 100% 50%;
}
#content #col_1 h2 {
	color:#666666;
	font-size:15px;
	font-weight:normal;
	padding: 5px 0px 5px 10px;
}
#content #col_2 h1 {
	padding-bottom: 11px;
}
#subnav, #subnav ul { margin:0; padding:0; list-style:none; }
#subnav li { }
#subnav li a { display:block; padding:5px 10px 5px 10px; height:1%; background:url(../images/bg_subnav.gif) no-repeat 100% 100%; text-decoration:none }
#subnav li a:hover {
	text-decoration:none;
	background-color: #E5E1EF;
	background-image: url(../images/bg_left_nav_on.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
#subnav li a.on {
	font-weight:bold;
	background-color: #E5E1EF;
	background-image: url(../images/bg_left_nav_on.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
#content #col_2 {
	width:80%;
	float:left;
	min-height: 360px;
	background-image: url(../images/bg_bollen2.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
}

#footer {
	display:block;
	width:880px;
	padding: 5px 40px;
	margin:0 auto;
	-moz-border-radius:6px;
}
#footer small {  }

.t_form { margin:20px; }
.t_form th { background:#efefef; }
.t_form td, .t_form th { padding:5px; border-bottom:1px solid #666; }

