﻿
/* =============================================================
// Containers and base layouting
// ========================================================== */

/* -------------------------------------------------------------
// Main layout boxes
// ---------------------------------------------------------- */

body 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-bottom: 30px;
	background-color: #daeeab;
	width: 100%;
}

#BalanceContainer
{
	/*border: solid 2px yellow;*/
	
	height: 1px;
	width: 211px;
	float: left;
	
	font-size: 0px; /* IE6 height fix */
}

#OuterMasterContainer
{
	/*border: solid 2px blue;*/
	clear: right;	

	overflow: hidden;
	min-width: 999px;
}

#MasterContainer
{
	/*border: solid 2px red;*/
		
	margin: 0px auto;
	
	width: 999px;
}

#OuterMainBox
{
	width: 788px;
	float: left;
	
	background-image: url('../_img/MainBoxFill.gif');
	background-repeat: repeat-y;
}

#MiddleMainBox
{
	background-image: url('../_img/MainBoxBottom.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	float:left;
}

#InnerMainBox
{
	/*border: solid 1px red;*/
	
	position: relative;
	
	min-height: 920px;
	background-image: url('../_img/MainBoxTop.gif');
	background-position: left top;
	background-repeat: no-repeat;
	
	padding-left: 18px;
	padding-top: 13px;
	padding-right: 18px;
	padding-bottom: 65px;
	float:left;
}

#SidebarContainer
{
	/*background-color: Aqua;*/
	
	float: left;
	width: 211px;
	padding-top: 30px;
	
	text-align: center;
}

#SidebarContainer img
{
	border: none 0px;
}

.WhiteSpacer
{
	height: 150px;
}

/* -------------------------------------------------------------
// Header image
// ---------------------------------------------------------- */

img.HeaderImage
{
	border: none 0px;
	margin-bottom: 9px;
}

/* -------------------------------------------------------------
// Navigation
// ---------------------------------------------------------- */

#Navigation
{
	/*border: solid 1px red;*/
	
	width: 195px;
	float: left;
	
	background-color: #e9f1f9;
	
	background-image: url('../_img/NavigationBottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	
	padding-top: 0px;
	margin-top: 0px;
	
	font-size: 1px; /* FF bugfix */
}

#Navigation img.NavigationTop
{
	border: none 0px;
	margin-top: 0px;
}

#Navigation div.Items
{
	padding-top: 5px;
	padding-bottom: 20px;
}

#Navigation a
{
	display: block;
	
	text-decoration: none;
}

#Navigation a.Level1
{
	color: #00488e;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	line-height: 22px;
	
	padding-left: 10px;
	padding-right: 10px;
}

#Navigation a.Level1:hover,
#Navigation a.Level1.active
{
	background-color: #cdddee;
}

#Navigation a.Level2
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #00488e;
	line-height: 20px;
	vertical-align: middle;
	border-bottom: solid 1px #cdddee;
	
	/*height: 20px;*/
	background-color: #ffffff;
	padding-left: 25px;
	padding-right: 10px;
	/*margin-top: -10px;
	margin-bottom: 20px;*/
}

#Navigation a.Level2:hover
{
	text-decoration: underline;
}

#Navigation a.Level2.active
{
	background-image: url('../_img/NavigationLevel2Active.gif');
	background-repeat: no-repeat;
	background-position: 10px 7px;
}

#Navigation a.Level2.opened
{
	border-bottom: none 0px;
	font-weight: bold;
}

#Navigation span.Level2End
{
	display: block;
	height: 10px;
	background-color: #ffffff;
	font-size: 0px; /* IE6 fix */
}

#Navigation a.Level3
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #00488e;
	line-height: 20px;
	vertical-align: middle;
	border-bottom: none 0px;
	
	background-color: #ffffff;
	padding-left: 25px;
	padding-right: 10px;
}

#Navigation a.Level3:hover
{
	text-decoration: underline;
}

#Navigation a.Level3.active
{
	background-image: url('../_img/NavigationLevel2Active.gif');
	background-repeat: no-repeat;
	background-position: 10px 7px;
}

#Navigation span.Level3End
{
	display: block;
	height: 1px;
	background-color: #ffffff;
	font-size: 0px; /* IE6 fix */
	border-bottom: solid 1px #cdddee;
}

#Navigation a.Level1
{
	/* IE6 fix so that we don't have the bullet background image on level 1 */
	background-image: none;
}


/* -------------------------------------------------------------
// Banner
// ---------------------------------------------------------- */

#Banner
{
	/*border: solid 1px red;*/
	
	/*position: relative;*/
	width: 195px;
	/*float: left;*/
	
	/*background-color: #e9f1f9;*/
	
	/*background-image: url('../_img/NavigationBottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;*/
	
	padding-top: 0px;
	margin-top: 0px;
	
	margin-top: 0px;
	
	text-align: center;
	
	font-size: 1px; /* FF bugfix */
}

#Banner img
{
	border: none 0px;
}

/* -------------------------------------------------------------
// Content
// ---------------------------------------------------------- */

#Content
{
	width: 505px;
	margin-left: 28px;
	float:left;
	
}

/* -------------------------------------------------------------
// Footer
// ---------------------------------------------------------- */

#Footer
{
	/*border: solid 1px red;*/
	
	width: 505px;
	height: 20px;
	margin-left: 225px;
	position: absolute;	
	
	bottom: 20px;
	left: 20px;
	
	text-align: right;
}

/*hr
{
	height: 1px;
	color: #cdddee;
}

p.Footer,
p.Footer a,
p.Footer a:visited
{
	color: #cdddee;
}*/

/* -------------------------------------------------------------
// Admin container (Search / Language switch)
// ---------------------------------------------------------- */

#AdminContainer
{
	height: 36px;
}

#Search
{
	float: left;
	margin-top: 11px;
	margin-left: 10px;
}

#Search .SearchBox
{
	float: left;
	
	width: 163px;
	height: 16px;
	border: solid 1px #a5acb2;
	/*padding-top: -2px;*/
	
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	vertical-align: middle;
	color: #707070;
}

#Search .SearchButton
{
	float: left;
	
	border: none 0px;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	/*margin-top: 2px;*/
}

#LanguageSwitch
{
	float: right;
	margin-top: 17px;
	margin-right: 226px;
}


/* -------------------------------------------------------------
// Inner content boxes
// ---------------------------------------------------------- */

div.RoundedBox div.Inner
{
	border-left: solid 1px #9a9a9a;
	border-right: solid 1px #9a9a9a;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

div.RoundedBox div.Top,
div.RoundedBox div.Bottom
{
	height: 8px;
	background-repeat: no-repeat;
}

div.RoundedBox div.Top
{
	background-image: url('../_img/RoundedBoxTop.gif');
	background-position: left top;
	font-size: 1px; /* IE6 fix */	
}

div.RoundedBox div.Bottom
{
	background-image: url('../_img/RoundedBoxBottom.gif');
	background-position: left bottom;
	font-size: 1px; /* IE6 fix */
}

div.RoundedBox div.Inner hr
{
	height: 1px;
	color: #9a9a9a;
	background-color: #9a9a9a;
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: none;
}

div.RoundedBox div.Inner div.Partner img
{
	display: block;
	float: left;
	/*position: absolute;*/
}

div.RoundedBox div.Inner div.Partner div.Text
{
	width: 353px;
	/*border: solid 1px red;*/
	margin-left: 120px;
}

img.RoundedBoxImage
{
	position: absolute;
	/*float: right;*/
	right: 20px;
	top: -70px;
}

div.GreenBox,
div.BlueBox
{
	margin-bottom: 12px;
}

div.GreenBox div.Inner,
div.BlueBox div.Inner
{
	margin-bottom: 0px;
	padding-bottom: 8px;
	padding-top: 5px;
	padding-left: 115px;
	padding-right: 15px;
	position: relative;
	background-color: #edf8d1;
}

div.BlueBox div.Inner
{
	background-color: #e9f1f9;
    padding-left: 15px;
}

div.GreenBox div.Inner.NoImage,
div.BlueBox  div.Inner.NoImage
{
	padding-left: 15px;
}

div.GreenBox div.Inner p,
div.BlueBox div.Inner p
{
	margin-bottom: 0px;
}

div.GreenBox div.Top,
div.GreenBox div.Bottom,
div.BlueBox div.Top,
div.BlueBox div.Bottom
{
	height: 8px;
	background-repeat: no-repeat;
}

div.GreenBox div.Top,
div.BlueBox div.Top
{
	background-image: url('../_img/GreenBoxTop.gif');
	background-position: left top;
	font-size: 1px; /* IE6 fix */	
}

div.BlueBox div.Top
{
	background-image: url('../_img/BlueBoxTop.gif');
}


div.GreenBox div.Bottom,
div.BlueBox div.Bottom
{
	background-image: url('../_img/GreenBoxBottom.gif');
	background-position: left bottom;
	font-size: 1px; /* IE6 fix */
}

div.BlueBox div.Bottom
{
	background-image: url('../_img/BlueBoxBottom.gif');
}

img.GreenBoxImage
{
	/*float: left;*/
	margin-left: -100px;
	position: absolute;
	/*float: right;*/
	/*right: 20px;
	top: -70px;*/
}

img.BlueBoxImage
{
	float: right; 
	display: block;
	margin-left: 15px;
	margin-bottom: 30px;
	/*float: left;*/
	/*margin-left: -100px;
	position: absolute;*/
	/*float: right;*/
	/*right: 20px;
	top: -70px;*/
}


/* =============================================================
// Text Styles (Font family, font size, font weight, margin, etc.)
// ========================================================== */

/* -------------------------------------------------------------
// Normal styles
// ---------------------------------------------------------- */

body, p, h1, h2, h3, h4
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}

p
{
	/*padding-top: 0px;*/
	margin-top: 0px;
	margin-bottom: 12px;
}

h1
{
	padding-top: 0px;
	margin-top: 0px;
	
	font-family: Segoe, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
}

h2
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	
	margin-bottom: 12px;
}

h3.Step1,
h3.Step2,
h3.Step3
{
	padding-top: 16px;
	padding-left: 35px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: left top;
	/*line-height: 30px;*/
	vertical-align: top;
	margin-bottom: 0px;
	padding-bottom: 0px;

}

h3.Step1
{
	background-image: url('../_img/Step1.gif');
}

h3.Step2
{
	background-image: url('../_img/Step2.gif');
}

h3.Step3
{
	background-image: url('../_img/Step3.gif');
}

#SidebarContainer h3
{
	margin-bottom: 20px;
}

a, a:hover
{
	color: #00488e;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a.ActionLink
{
	display: block;
	line-height: 28px;
	height: 23px;
	vertical-align: baseline;
	background-image: url('../_img/ArrowRight.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 23px;
	
	font-weight: bold;
}

ul li
{
	list-style-image: url('../_img/BulletPoint.gif');
	list-style-position: outside;
}

img
{
	border: none 0px;
}

.title
{
    font-size:20px;
    color:#00488e;
    font-weight:bold;
}

.subtitle
{
    font-size:11px;
    color:#00488e;
    font-weight:bold;
}

.hr_lehrpersonen
{
    height:1px;
    color:#00488e;    
}

div.BoxTextImage
{
    width:500px;        
}

.italic_blue
{
    color:#00488e;
    font-size:15px;
        
}

.textblue
{
    color:#00488e;
          
}

div.BoxTextImage div.InnTextImage
{
    width:340px;
    float:left;        
}

div.BoxTextImage div.boxtitle
{
    color:#00488e;
    font-size:16px;
    padding-bottom:5px;         
}

.texttitle
{
    color:#00488e;
    font-weight:bold;         
}

/* -------------------------------------------------------------
// Content navigation styles
// ---------------------------------------------------------- */

#ContentNavigationBox
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 12px;
}

#ContentNavigationBox a
{
	/*border: solid 1px red;*/
	
	display: block;
	line-height: 28px;
	height: 23px;
	vertical-align: baseline;
	background-image: url('../_img/ArrowRight.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 5px;
	
	padding-left: 23px;
	
	font-weight: bold;
}

#ContentNavigationBox a.Active
{
	background-image: url('../_img/ArrowDown.gif');
}


/* -------------------------------------------------------------
// Quiz
// ---------------------------------------------------------- */

.Correct
{
	display: block;
	background-color: #edf8d1;
}