/**
 * Basics
 */

* { margin:0; padding: 0 }
* html body * { overflow:visible }
html * { font-size: 100.01% }

body {
   font-family:  Trebuchet MS, Rockwell, Times New Roman, Times, serif ;
	font-size: 75.00%;
	color: #494848;
	background-color: #ffece5;
	text-align: left;
        overflow-y:scroll;
}
 
.hidden{
	left:-1000em;
	position:absolute;
}
 
a,
a.visited{
	color: #6a99d2; 
	text-decoration: underline;
}
 
#logo{
	margin-bottom: 2em;
}

#header {
	background-image:url(../images/head.jpg);
	background-color: #ffece5;
	background-repeat: no-repeat;
	background-position: center top;
	height:122px;
	width:100%;
}
 
#footer {
	text-align:left;
	color: #949494;
	margin:0.5em;
}

p.bodytext{
	font-size: 1em;
	margin-bottom: 1.5em;
	/*margin-left: 1em;*/
	line-height: 1.5em;
} 
 
h1{
	font-size: 1.4em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif, Georgia;
	margin-bottom: 1em;
	border-bottom: 1px solid #6a99d2;
} 
#rootline {
font-size:90%;
padding-bottom:20px;
padding-top:10px;
text-align:left;
}
/**
 * Navigation
 */
#navi {
	padding-top:40px;
}

#navi strong{font-weight:bold; text-decoration:underline;}

#navi ul, #navi li{ list-style: none; }

#navi ul{
	width: 180px;
	/*border-bottom: 1px solid #7cb0ee;
	border-top: 1px solid #5d85b5;*/
}

#navi ul li{
	/*border-bottom: 1px solid #5d85b5;
	border-top: 1px solid #7cb0ee;*/
	text-align:left;
}

#navi ul ul{
	border:0;
	width: 169px;
}

#navi ul ul li {
	border:0;
}

#navi li{ padding: 0.3em; }

#navi a{	font-size: 1em; text-decoration: none; color: #000;}
#navi a:hover{	color: #466891; text-decoration: none; }

div.csc-textpic dl{
	padding-bottom: 1em;
}

div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap{
	padding-right:1em;
}

.csc-frame-rulerAfter {
 border-bottom: 1px solid #6a99d2;
}

.csc-form-fieldcell {
	padding-bottom:0.5em;
}

label {
  margin:0.5em;
  }


#language_menu{
 padding-top:2em;
}

#language_menu td{}

#language_menu td img{ }
#language_menu td a img{ padding-right:1em; }

/*.csc-textpic, .csc-linkToTop {margin-left:0.8em;}*/


