/* CSS Default */

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#002B48;
	background-image:url(../images/site/tb_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
}


/* Default Tags */
p 		{ padding:0.5em 0; }
abbr 	{}
acronym	{}
address	{}

span.highlight {
	background-color:#FFFF00;
}

/* Headers */
h1{	margin:0 0 1em 0;font-size:1.4em; color:#0065B3; }
h2{	margin:1em 0;font-size:1.3em; }
h3{	margin:1em 0;font-size:1.2em; }
h4{	margin:1em 0;font-size:1.1em; }
h5{	margin:1em 0;font-size:1.0em; }
h6{	margin:1em 0;font-size:0.9em; }

hr {
	margin:1em 0;
	clear:both;
}

/* expositions */

ul.expositions li a { text-decoration:none; }
ul.expositions li a:hover { text-decoration:underline;
}

/* Links */
a 			{ color:#002B48; }
a:hover 	{ color:#002B48; text-decoration:underline;}

/* textstyles */

p.back 		{ text-align:right;}
p.back a	{ font-weight:bold;}
p.error 	{ font-weight:bold; color:#FF0000;}
p.correct 	{ font-weight:bold; color:#009900;}

/* Table */
table 		{ width:100%;  margin:2em 0;}
table tr 	{ border-bottom:1px solid #fff; }
table tr th	{ background-color:#0065B3; font-weight:bold; color:#FFFFFF; text-align:left; padding:0.5em;}
table tr td	{ background-color:#EEE; padding:0.5em; margin:1px;}

table.kweker {
	width:350px;
	margin-left:10px;
}
table.kweker tr th { width:130px;}


/* Lists */
ul 		{ margin:2em; }
ol		{ margin:2em; }
dl		{ margin:1em; }
dl dt	{ font-weight:bold;}
dl dd	{ margin:0 1em;font-style:italic; }

/* Form/fieldset/label */
form		{}
fieldset	{ padding:10px; margin:1em 0; }
legend		{ font-weight:bold;}
label		{ font-weight:bold; display:block; }	
label.radio	{ display:inline; }

/* Flash */
.home {
	float:right;
	border:1px solid #0065B3;
}

.clear { clear:both;}

/* Banner */
div.newbanner {
	background-image:url(../images/banner_bg.jpg); 
	margin:1em auto;
	border:1px solid #2d3290;
	width:376px;
	height:50px;
	text-align:left;
}

div.newbanner div.left {
	width:215px; 
	height:31px; 
	padding:17px 2px 2px 2px; 
	font-size:14px; 
	color:#2d3290; 
	font-family:Arial, Helvetica, sans-serif; 
	float:left;
}
div.newbanner div.right {
	width:155px; 
	height:50px; 
	float:right;
}
