/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */

/************************************/
/*body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	background-image:  url("bg_grad.jpg");
	background-attachment: fixed;
}

*/
/************************************/

/************************************/
/* hyperlink and anchor tag styles  */
/************************************/
/*  haengt die Labels rechtsbuendig an 
    einer imaginaeren Mittelachse 5em 
    von links auf und kontrolliert den 
    Abstand zu den Kontrollelementen: */
body, html {
font-size:100%;
}

label.left
{
    float            : left;
    text-align        : right;
/*  die naechsten zwei sind beliebig anpassbar,
    um in das jeweilige Gestaltungsraster (Sie 
    verwenden doch ein Gestaltungsraster, oder?) 
    zu passen. Bei Aenderungen aber nicht 
    vergessen, die margins bei input.right 
    entsprechend anzupassen: */
    width            : 8em;
    margin-right    : .3em;
}

/*  positioniert die Text- und 
    Auswahlboxen rechts daneben: */

input[type=text],
select
{
    float            : left;
}

/*  dann werden alle checkboxen und radiobuttons,
    die mit der Klasse "right" versehen wurden,
    um den errechneten linken Abstand der input
    und select-Elemente (s.o.) nach rechts
    verschoben: */

input.right
{
    float                    :    left;
    width                    :    auto;
    clear                    :    both;
    margin-left                :    5.3em;
    margin-right            :    .3em;
}

/*  Extrawurst fuer Mozilla, keine Ahnung, 
    warum das so ist. Feedback und 
    Loesungsvorschlaege willkommen */

input[type=checkbox].right,
input[type=radio].right,
input[type=submit].right
{
    margin-left                :    6.3em;
}

/*  Nicht vergessen, die floats wieder aufzuheben,
    sonst floatet es munter weiter */

form br
{
    clear                    :    both;
}

/*  fuer grafische UAs und DAUs der Hinweis, dass
    die Label anklickbar sind. Weil's so schoen ist, 
    die Kontrollelemente gleich mit. Mit einer Ausnahme: 
    fuer Textfelder macht der Pointer natuerlich keinen 
    Sinn, dort sollte nach wie vor die Text-Einfuegemarke 
    als Cursor erscheinen. Daher hier die Einschraenkung 
    auf die input-Elemente des Typs checkbox, radiobutton, 
    button und submit: */

label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
    cursor                    :    pointer;
}

/*  legt den vertikalen Abstand der 
    einzelnen Elemente zueinander fest */

form
{
    line-height                :    180%;
}
a{
	color: #005FA9;
	text-decoration: none;
}

a:link{
	color: #005FA9;
	text-decoration: none;
}

a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************************************/


/************************************/
/* Header tag styles                */
/************************************/

h1{
 font-family: 'Vonness Medium',Arial,sans-serif;
 font-size: 1.2em;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 1.1em;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: 'Vonness Medium',Arial,sans-serif;
 font-size: 0.6em;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/************************************/

/************************************/
/* List Tags                        */
/************************************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/************************************/

/************************************/
/* Form and related Tags            */
/************************************/  
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}
/************************************/


/* HTML tag styles                             */
/***********************************************/



/***********************************************/
/* Layout Divs                                 */

/************************************/
#pagecell1{
	position:absolute;
	top: 7.5em;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
	color: #000000;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	background-image: url(http://www.xn--sonderpdagogik-cib.net/glbnav_background.gif);

}
#th {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	background-image: url(http://www.xn--sonderpdagogik-cib.net/glbnav_background.gif);

}

/************************************/

/************************************/
#row1{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

/************************************/



/************************************/
#pageNav{
	position: absolute;
	top: 72px;
	right: 0px;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-bottom: 1px solid #cccccc;
	border-left: #ECF2F2;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
}
/************************************/



/************************************/
#col2{
	margin:0px 178px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #ccd2d2;
}
/************************************/


/* End Layout Divs                             */
/***********************************************/



/***********************************************/
/*Component Divs                               */

/************************************/
#submit
    {
background-image:  url("glbnav_background.gif");
height: 32px;
	margin-bottom: 0px;

    border:0px outset; 
    width:150px;
    } 
.unnamed1 {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.unnamed2 {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
}

#siteName h1{
	color: #ffffff;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-variant: normal;
	text-transform: lowercase;
}

/************************************/

#utility{
	font-family: Verdana,sans-serif;
	font-size: 9pt;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************************************/
#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font-family: Arial,sans-serif;
	font-size: 16pt;
	color: #a9a9a9;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************************************/


/************************************/
#globalNav{
position: absolute;
width: 100%;
height: 2em;
color: #cccccc;
padding: 0px;
margin-bottom: 0.5em;
background-image:  url("glbnav_background.gif");
}



#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 1.2em;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	overflow: hidden;
	width: 100%;
}

#globalLink img{
	/*display: block;*/
	}

a.glink:link{
  	font-size: 0.8em;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 8px 4px 8px;
	border-right: 1px solid #8FB8BC;
}

a.glink:visited{
  	font-size: 0.8em;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 8px 4px 8px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  /*font-size: 80%;*/
	margin: 0px;
	font-weight: bold;
	padding: 2px 8px 4px 8px;
  	background-image:  url("glblnav_selected.gif");
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
	color: #000000;
}



/************************************/


/************************************/
.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	width: 100%;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;

}

.subglobalNav a:link{
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:visited{
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	font-size: 80%;
	color: #cccccc;
}
/************************************/

/************************************/
#search{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link{
  font-size: 80%;
	font-weight: bold;
	
}

#search a:visited{
  font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
  font-size: 80%;
	margin: 0px;
	font-weight: bold;
	
}


/************************************/

/************************************/
#breadCrumb{
	padding: 5px 0px 5px 10px;
	font-family: Verdana,sans-serif;
	font-size: 10pt;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
	}

/************************************/


/************************************/
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	line-height:20px;
}

.feature h3{
	font-family: Arial,sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.style2 {font-size: xx-small}

/************************************/



/************************************/
.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 140%;
}

.story h3{
	font-family: Arial,sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
}

.story p{
padding: 0px 0px 10px 0px;

}

.story a.capsule{
	font-family: Arial,sans-serif;
	font-size: 12pt;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	font-weight: bold;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}
/************************************/




/************************************/
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/************************************/

/************************************/
#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 10pt;
}

#sectionLinks a:link{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:visited{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	display: block;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	text-decoration: none;
}
/************************************/



/************************************/
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 10pt;
}

.relatedLinks a{
	display: block; 
}
/************************************/



/************************************/
#advert{
	padding: 10px;
}

#advert img{
	display: block;
}
/************************************/



/***********************************************/
/*End Component Divs                           */
/***********************************************/

h1 {font-size:20px;color:#00487F;margin-bottom:0px;}
h2 {font-size:18px;color:#000000;text-decoration:underline;}
h3 {
	font-size:18px;
	color:#666666;
}
h4 {font-size:14px;color:#666666;}
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	margin:10px;
	background-color:#00487F;
	color:#00487F ;	
	background-image:  url(dkback.gif);
	background-attachment: fixed;


}

hr
{ color:#00487F ;}
#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	
}

#pageName h2{
	font-family: Arial,sans-serif;
	font-size: 16pt;
	color: #000000;
	margin:0px;
	padding: 0px;
}
 ul.left {
    float: left;
    width: 400px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
  /*  list-style-position: inside;
    list-style-type: square;*/
    position: relative;
    left: 50px;
  }
  
  ul.right {
    float: right;
    width: 400px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
   /* list-style-position: inside;
    list-style-type: square;*/
  }
  #div {width: 800px;}
  .no-space {
    margin: 0px;
    padding: 0px;
  }
