* {/*Set's border, padding and margin to 0 for all values*/
padding : 0;
margin  : 0;
border  : 0;
}
body, html {
color            : #000; 
font-family      : Verdana, Arial, Tahoma, sans-serif;
background-color : #fff; 
text-align       : center; /*** Centers the design in old IE versions ***/
height           : 100%;
}
body {
font-size : 12px;
}
p {padding: 7px 0 7px 0;}

a {
color : #000099;
}
a:hover{
color           : #0000FF;
text-decoration : none;
}

h1, h2, h3 {
font-weight    : bold;
padding-bottom : 5px;
}
h1 {
font-size : 12px;
}
h2 {
font-size : 13px;
}
h3 {
font-size : 14px;
}
h1 a, #header h2{
color : #fff;
}
.clear { 
clear: both; 
}
input {
   border : 1px solid orange;
}
textarea {
   border : 1px solid orange;
}
/*** This is our faux columns ***/
#mainContainer {
width      : 760px;
margin     : 0 auto; /*** Centers the design ***/
min-height : 100%;
text-align : left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
background: #fff url(../images/contentbg.gif) repeat-y;
}
* html #mainContainer {
height : 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
   background: #fff;
}
.topimages {
   margin     : 0px;
   padding    :10px 0 0 0;
   height     : 95px;
   text-align : left;
}
.topimagebox {
   float : left;
   width : 100px;
}
.topimgspace {
   float : left;
   width : 10px;
}
.titelimage {
   float:left;
   height     : 35px;
   text-align : left;
}
.fontsize {
   height     : 35px;
   padding-right:10px;
   text-align: right;
   line-height:35px;  
}
.fontsize .txtsmall{
   text-decoration:none;
   font-weight:bold;
   font-size : 8px;  
}
.fontsize .txtnormal{
   text-decoration:none;
   font-weight:bold;
   font-size : 12px;  
}
.fontsize .txtbig{
   text-decoration:none;
   font-weight:bold;
   font-size : 16px;  
}
/**************************
MAIN MENU
**************************/
.menu {
   background-color :#2B3D8E;
}
#nav, #nav ul {
	float            : left;
	width            : 100%;
	list-style       : none;
	font-weight      : bold;
	padding          : 0;
	margin           : 0;
   border           : 0px;
	border-width     : 0px;
	background-color : #2B3D8E;
}
#nav li {
	float   : left;
	padding : 0px;
}
#nav a {
	display         : block;
	color           : #fff;
	text-decoration : none;
	padding         : 0.25em 2em;
	text-align      : left;
}
#nav a.child {
	background: url(./images/rightarrow2.gif) center right no-repeat;
}
#nav li ul {
	position         : absolute;
	left             : -999em;
	height           : auto;
	width: 250px/*14.4em*/;
	w\idth: 250px/*13.9em*/;
	font-weight      : normal;
	border-width     : 0em;
	margin           : 0px 0 0 0;
	background-color : #2B3D8E;
   border           : 1px solid #000;
}
#nav li li {
	padding-right : 1em;
	width       : 239px;
}
#nav li ul a {
/*	width: 13em;
	w\idth: 9em;*/
	
}

#nav li ul ul {
	margin: -1.75em 0 0 150px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	color:red;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: orange;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 165px;  
}
* html .outer {
padding-right: 120px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
padding-bottom: 30px;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
   float       : left;
   width       : 630px;
   margin-left : -35px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
   float : right;
   width : 760px;
   
}
* html #content {
   position: relative;  /*** IE needs this  ***/
}
.coverline {
   background-color : #fff;
   height           : 10px;
}
.contentWrap{
   margin : 0px 9px 0px 9px;   
}

.contentWrap ol, .contentWrap ul {
   margin : 3px 0 5px 35px;
}
.contentWrap li {
   padding-bottom : 2px;
}
.leftcontent {
   float: left;
   width : 357px;
   padding : 0 7px 0 7px;
}
.rightcontent {
   float: left;
   width : 357px;
   padding : 0 7px 0 7px;
}
/**************************
FOOTER
**************************/
#footer {
   width: 760px;
   height: 41px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
   margin: 0 auto;
   margin-top: -41px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
   text-align: center;
   background-color: #fff;
}
.copyright {
   height     : 30px;
   border-top: 1px solid #2B3D8E;
   
   text-align:right;
}
.copyright a {
   color : #999;
   text-decoration:none;
}
.copyright a:hover {
   color : #999;
   text-decoration:none;
}

