/* CSS Document */

/* 1. COLOURS  

body background:  #ffffff;
darl blue :  #000088;
sidebar orange:
daisy green:



*/




/* 2. TEXT STYLES  */

p {
	line-height: 1.2;
	}



/* 3. CONTAINER LAYOUT  */

body {
	background-color: #ffffff;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	font: 13px "Trebuchet MS", sans-serif, Arial, Helvetica, Verdana, Tahoma ;
	color: #242969;
	}

	
#frame {
	width: 775px;
	margin: 10px auto 0px;
	padding: 0;
	border: 1px solid #3C45BD;
		}	
		

	
#container {
	background:  #ffffff url(images/background.jpg) repeat-y left top;
	width: 775px;
	margin: 0 auto;
	text-align:left;
	padding: 0;
	}	



/* 4.1 MASTHEAD LAYOUT */

#masthead {
	margin: 0;
	padding: 0;
	background: #dbdbdb url(images/mastheadbottomborder.gif) repeat-x bottom;
	position: relative;
	height: 150px;
	}

#mastheadinner {
	margin: 0 0 0 50px;
	padding: 0px;
	}

#logo {
	margin: 7px 0px 0 5px;
	padding:  0;
	float: left;
	}

#logoright {
	position:absolute;
	top: 5px;
	right: 5px;
	padding:  0;
	margin: 0;
	font-size: 9px;
	float: right;
	text-align:right;
	width: 60px;
	}
	
#spacer {
	height: 20px;
	}	
	
#mainlogo {
	margin: 20px 0 0 25px;
	}	
	
#friedenlernenlogo {
	margin: 10px 0 0 100px;
	}		

/* 4.2 MASTHEAD TEXT STYLES */

#masthead h1, #masthead h2 {
	color: #242969;
	}

#masthead h1 {
	font: 40px/35px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	padding: 0;
	margin:  40px 0 0px 220px;
	font-weight:bold;
	}
	
#masthead h2 {	
	font: 20px/18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	padding: 0;
	margin:  0;
	font-weight:bold;
	}

#masthead h3 {	
	font: 18px/114px "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	padding: 0;
	margin:  0;
	font-weight:bold;
	}

#tabcontainer {
	position: absolute;
	left: 150px;
	top: 124px;
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	}
	
#fltabcontainer {
	position: absolute;
	left: 92px;
	top: 124px;
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	}	

#divider	{
	position: relative;
	background-color: #3C45BD;
	margin: 0 0 5px 0;
	color: #ffffff; 
	padding: 10px 0 10px 175px;
	border-bottom: 1px outset #707070;
	}



/* 4.3 MASTHEAD LINKS */

#masthead a {
	text-decoration:none;
	}
	
#masthead a:hover {
	font-weight:bold;
	}	

#logoright a {
	display:block;
	font-weight:bold;
	}
	
#logoright a:hover {
	text-decoration: underline;
	}
	
	
	
/* 5.1 SIDENAV LAYOUT */

#main {
	margin: 0;
	padding: 0;
	clear:both;
	}

#sidenav {
	position:relative;
	margin: 55px 5px 0 5px;
	padding: 0;
	float:left;
	}

.imgleft {
	float:left;
	margin: 0 10px 10px 0;
	}



	


/* 5.2 SIDENAV TEXT STYLES */

.navheader {
	font-weight:bold;
	margin: 0 0 0 6px;
	font-size: 12px;
	padding: 0;
	line-height: 1.1;
	}



/* 5.3 SIDENAV LINKS */

#subnav a {
	display:block;
	margin: 0 0px 4px 0px;
	background-color: #dbdbdb;
	padding: 2px;
	text-decoration:none;
	color: #242969;
	width: 130px;
	}

#subnav a:hover {
	background-color: #3C45BD;
	color: #ffffff;
	}

/* 6.1 CONTENT LAYOUT */

#content {
	margin: 0px 10px 0 170px;
	padding: 0;
	}
	


/* 6.2 CONTENT TEXT STYLES */

#content h1 {
	margin: 10px 0 20px 0;
	padding: 0;
	font-size:23px;
	color:#000088;
	font-weight: normal;
	}

#content h2 {
	margin: 15px 0 10px 0;
	padding: 0;
	font-size:15px;
	}
	
#content p {
	padding: 0;
	line-height:1.2;
	}
	
#content ul {
	margin: 2px 0 8px 30px;
	}	
	
#content ul li {
	margin: 3px 0 4px 0;
	}	
	
#content ol {
	margin-bottom: 11px;
	line-height: 1.2;
	}	
	
#content ol li {
	margin-bottom: 11px;
	}	

/* 6.3 CONTENT LINKS */

#nextbox {
	font-size: 80%;
	margin: 30px 0 0 0;
		}


.next {
	display: block;
	background-image: url(images/next.gif);
	background-repeat: no-repeat;
	padding: 15px 0 0 0;
	height: 30px;
	background-position: right top;
	float:right;
	text-align:right;
	}

.previous {
	display: block;
	background-image: url(images/previous.gif);
	background-repeat: no-repeat;
	padding: 15px 0 0 0;
	height: 30px;
	width: 45px;
	background-position: left top;
	}



/* 7.1 FOOTER AND DIVIDER BAR */

#footer  {
	clear: both;
	background-color: #000088;
	margin: 0;
	border-top: 5px solid #ffffff;
	color: #ffffff;
	position: relative;
	padding: 0 0 2px 180px;
	font-size:10px;
	}
#navright {
	position: absolute;
	top: -1px;
	right: 10px;
	text-align: right;
	height: 26px;
	left: 4px;
	}

/* 7.2 FOOTER AND DIVIDER BAR LINKS */

#footer a {
	text-decoration:none;
	color: #ffffff;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
	
#divider a {
	text-decoration:none;
	color: #ffffff;
	}
	
#divider a:hover {
	background-color: #ffffff;
	color: #242969;
	}	
	
/* 8.1 HOMEPAGE STYLES */
	

/* 8. FOOTER LAYOUT */

#footerleft {
	position: absolute;
	left: 0;
	top: 0;
	text-align:left; 
	}
	
#footerright {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	}		
	
.footer2 a {
	color:  #C4B9AE;
	}
	
.footer2 a:hover {
	color:  #A09A94;
	}	
	
.footer2 {
	position: relative;
	font-size: 85%;
	color: #C4B9AE;
	width: 775px;
	margin: 5px auto;
	text-align: center;
	}			
