/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#575757;
	font-size:small;
	}

p,span,div,li,td,th,label { 
	font-family: Arial, Helvetica, sans-serif;}

h1 {font-size: 1.5em; margin:0; padding:0; color:#3f76af; }	
h2 {font-size: 1.2em; margin-bottom:1px; padding-bottom:1px; color:#3f76af;}	
h3 {font-size: 1.1em; margin-bottom:0px; padding-bottom:0px; color:#3f76af;}	
h4 {font-size: 1.0em;}	
h5 {font-size: 0.8em;}	
h6 {font-size: 0.6em;}

form { margin: 0px; }


/* TOOLBOX
------------------------------------------------------------------ */
.hide{ display:none;}
.bold {font-weight:bold;}
.floatLeft {float:left;}
.floatRight {float:right;}
.clear {clear:both;}
.clearIE {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;}


/* MAIN LINK SETTINGS (there are also seperate link colors other places...)
------------------------------------------------------------------ */
a:link,
a:visited {
	color:#E32B10; 
	text-decoration: none;} 
a:hover, 
a:active {
	color:#004A90; 
	text-decoration:underline;}


/* FORMS
------------------------------------------------------------------ */
form {}
input { 
	border:1px solid #112f6b;}	
.button {
	border:1px solid #fff;
	color:#112f6b;
	background-color:#559ad3;
	height:20px;}	
input:focus {
	background-color:#CCCCCC;}
textarea {}

.form_title{font-size:11px; color:#444444; line-height:210%; border:none;}
.form_title input{font-size:11px; color:#444444; line-height:210%;}
.form_heading{font-size:12px; color:#444444; font-weight:bold;}
.form_sum{font-size:13px; color:red; line-height:210%}
/* CONTAINER 
------------------------------------------------------------------ */
#container { /* This is the mainwrapper */
	background:url(../templateImages/mainbackground.jpg);
	width:938px; 
	margin:5px auto;
	position:relative;
}
	
#containerBorder { /* Border below #header */
	border: 1px solid #407ab4; 
	margin-top:2px;}

/* HEADER 
------------------------------------------------------------------*/
#header {
	background-repeat:no-repeat;
	position:relative;
	height:192px;}	
#header .left {
	position:absolute;
	top:0px;
	left:0px;
	width:196px;}	
#header .right {/* RANDOM BACKGROUND IMAGE */
	position:absolute;
	top:0px;
	right:0px;
	width:734px;
	height:192px;
	line-height:192px;
	text-align:right;}	
#header .search{
	position:absolute;
	top:150px;
	right:18px;
	width:200px;
	text-align:right;}	

/* MENU AT THE TOP - SEE ALSO MENU.CSS */	
#topMenu {
	position:absolute;
	top:192px;
	left:0px;
	width:937px;
	height:22px;
	line-height:22px;
	background-image:url(../templateImages/topMenuBg.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;}
/* MAINCONTENT
------------------------------------------------------------------ */
#mainContent {
	width:708px;
	padding:50px 0px 35px 225px;
	min-height:450px; height:auto !important; height:450px;}
#mainNarrow {
	width:500px;
	padding:10px 180px 35px 15px;
	min-height:450px; height:auto !important; height:450px;}
	
/* Leftmenu
------------------------------------------------------------------ */
#leftmenu {
	margin-top:15px;
	border-left:1px solid #407ab4;
	background:#112f6b;
	left:0px;
	top:214px;
	width:169px;
	position:absolute;
	line-height:170%;}	
#leftmenu a ,
#left a:visited {
	color:#FFF; 
	text-decoration: none;} 
#leftmenu a:hover, 
#leftmenu a:active {
	color:#9ae0e5; 
	text-decoration:none;}
#leftmenu ul, li a:active {list-style:none; color:#FFF}	

/*Calendar
-----------------------------------------------*/
#calendar {
	background:#FFF;
	margin-top:0px;
	width: 160px;
	margin: 0px auto;
	font-size:10px;
	line-height:180%;}
#calendar a{
	background:#e32b10;
	color: #fff;
	font-weight:bold;
}
#calendar a:hover{
	background:#407ab4;
	color: #D1ECFC;}
#calendar .header {
	background:#112f6b;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align:center;}
#calendar .change {
	border: 0px solid #fff;
	border-width: 0px 1px 1px 1px;}
#calendar .weekday {
	background:#D1ECFC;
	border-bottom: 1px solid #407ab4;}
#calendar .month {
	background:#D1ECFC;
	text-align: center;
	color: #112f6b;
	border-top: 1px solid #407ab4;
	border-bottom: 1px solid #407ab4;}
#calendar .change a{
	display: block;
	width: 50%;
	float: left;
	height: 12px;
	line-height: 12px;
	text-align: center;
	color: #112f6b;
	background: #FFFFFF;
	font-size:13px;}
#calendar .change a:hover{
	background:#D1ECFC;}

/* BOX () 
------------------------------------------------------------------*/
.box {
	padding:2px 0 0px 200px;
	color:#FFFFFF;
	font-weight:bold;
	width:700px;}
.box .header{
	background-image:url(../templateImages/largeboxheader.jpg);
	background-repeat:no-repeat;
	height:20px;
	text-indent:5px;	
	}
.box .content {
	border: 1px solid #407ab4; 
	border-width:0 1px;
	}
	


/* NEWS
------------------------------------------------------------------*/	

#news {}

#news .thumbnail {
	float:left;
	width:100px;
	margin:0 10px 5px 0px;	
		border: 1px solid #777;
	}

#moreresults ul {
	margin-left:0px;
	padding-left:0px;}
	
#moreresults ul li {
	display:inline;}
