/* andreas02 - a free xhtml/css website layout by Andreas Viklund - 
http://andreasviklund.com - Free to use for any purpose as long as the proper credits 
are given to the original author.
Version: 2.0 (Jan 29, 2007)



Screen layout: */



body {
	padding: 15px 0px 10px 0px;
	margin: 0px;
	font: 76% tahoma, verdana, sans-serif;
	background: #047 url("images/tensteplogos/bodybg.png") repeat-x fixed;
	color: #303030;
	}


a {
	color: #26C;
	text-decoration: none;
	}


a:hover {
	color: #990033;
	text-decoration: none;
	border-bottom: 1px solid #505050;
	}
	

p {
	margin:0 0 15px 0;
	line-height: 1.5em;
	text-align:left;
	}
	

h1 {
	font-size: 2.2em;
	margin: 0 0 20px 0;	
	font-weight: normal;
	}


h2 {
	font-size: 1.6em;
	margin: 0 0 12px 0;	
	font-weight: normal;
	}


h3 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin :0 0 15px 0;	
	font-weight: bold;
	color: #26C;
	}



div, form, label, input, textarea {
	margin:0; padding:0;
	}


a img {
	margin:0px;
	padding:0x;
	text-decoration: none;
	}
	
p2 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	}

/* Main container */


#container {	
	width: 730px;
	margin: 0px auto 0px auto;
	padding: 5px 15px 0px 20px;
	background: #ffffff;
	}


/* Breadcrumbs */


#breadCrumb { 
	font-size: 0.87em;
	height: 3px; /* This is the height we wan't on our breadcrumb */ 
	padding: 4px 0 0 8px; 
	background: #ffffff; /* This is our background color */ 
	color: #808080; /*This is our color on the text which isn't a link. We want' they to be light grey */ 
	} 

#breadCrumb li { 
	float: left; 
	display: inline; 
	margin-right: 4px; 
	} 

#breadCrumb a { 
	color: #808080; /* Our breadcrumb links are going to be white */ 
	background: url(/layout/icons/breadcrumb.gif) 
	top right no-repeat; 
	padding-right: 0px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */ 
	text-decoration: none; 
	} 

#breadCrumb a:hover { 
	font-weight: bold; /* And bold */ 
	font-size: 0.86em;
	background:url(/layout/icons/breadcrumb.gif); 
	bottom right: no-repeat; 
	} 


	
	
/* Site title section */

#logo {	
	width: 735px;
	margin: 0 auto 0px auto;
	padding-top: 5px;
	}


#logo a {
	color:#505050;
	border:none;
	}


#logo h1 a:hover {
	color:#303030;
	text-decoration:none;
	border:none;
	}


#navigation {
	width: 730px;
	height: 2.2em;
	line-height: 2.2em;	
	margin: 0px;
	background: #578bb8;
	color: #ffffff;
	}


#navigation li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #ffffff;
	white-space: nowrap;	
	}


#navigation li a {
	display: block;
	padding: 0 20px;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	}

#navigation .selected,#navigation a:hover{
	background: #80b0da;
	color: #ffffff;
	text-decoration:none;
	}
	
	

/* Main content */

#sidebar {
	width: 160px;
	height: auto;
	float: left;
	padding: 0 5px 0 0;
	margin: 0px;
	border-right: 1px solid #d8d8d8;
	}
	
#sidebar p {
	font-size: 0.9em;
	line-height:1.5em
	}

.img {
	padding: 0 5px 5px 5px;
	float: left;
	}

.img2 {
	padding: 0 0 3px 3px;
	float: right;
	}

.headerstyle{
	display: block;
	margin: 0px 0 5px 0;
	padding: 5px 0 5px 8px;
	background-color: #D7EEF4;
	color: #222;
	border-top: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ddd;
	text-decoration: none;
	}

.box{
	margin:5px 5px 5px 5px;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
	}


#main {
	width: 550px;
	height: auto;
	float: right;	
	margin-top: 7px;
	padding: 5px 0 0 0;
	}

#main p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 15px 0;
	}

#main bc {
	font-size: 0.95em;
	line-height: 1.3em;
	margin: 0 0 15px 0;
	}

#main li {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 5px 0;
	}
	
#main h1 {
	font-size: 2.2em;
	margin: 0 0 20px 0;	
	font-weight: bold;
	}


#main h2 {
	font-size: 1.6em;
	margin: 0 0 12px 0;	
	font-weight: bold;
	}


#main h3 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin :0 0 15px 0;	
	font-weight: bold;
	color: #26C;
	}


div, form, label, input, textarea {
	margin:0; padding:0;
	}


a img {
	margin:0px;
	padding:0x;
	text-decoration: none;
	}	


/* Footer */

#footer {
	clear: both;
	padding: 0px;
	margin-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #d8d8d8;
	}
	
#footer p {
	color: #2266CC;
	font-size: 0.8em;
	line-height: 1.1em;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	text-align: center
	}	

#footer a {	color:#808080; }
#footer a:hover { color:#303030; }




/* Various classes */


.photo {
	padding:2px;
	margin:0 0 8px 0;
	background-color:#f0f0f0;
	border:1px solid #d8d8d8;
	}

.sidelink {
	text-align: left;
	display: block;
	width: 140px;
	background:#D7EEF4 url("images/tensteplogos/corner.gif") top right no-repeat;
	color: #2266CC;
	padding: 3px 4px 3px 8px;
	margin: 5px 10px 5px 0;
	border: none;
	font-size: 1.6em;
	}


.sidelink:hover {
	background:#d0d0d0 url("images/tensteplogos/corner.gif") top right no-repeat;
	text-decoration:#none;
	border:none;
	}

.hide {	display:none; }
  
/**************** Content styles ****************/

#content {
	float: left;
	width: 544px;
	font-size: 0.9em;
	padding: 5px 0px 0px 0px;
	}


.splitcontentleft {float:left; width:48%;}
.splitcontentmiddle {float:center; width:100%;}
.splitcontentright {float:right; width:48%;}

