/***********************************************/

body{

}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #00619C;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

a:hover{
	text-decoration: none;
	color: #D64910;
}

/************** header tag styles **************/

h1{
	color: #035FAC;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: 125%;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2{
	color: #005DAD;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h3{
 font: bold 100% Georgia, "Times New Roman", Times, serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Georgia, "Times New Roman", Times, serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	font-style: normal;
	display: inline;
	background-color: #0065A5;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Georgia, "Times New Roman", Times, serif;
 color: #333333;
}
				
input{
font-family: Georgia, "Times New Roman", Times, serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	width:100%;
	background-color: #121210;
	background-image: url(pic/hg3.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
}

#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;
	color: #000000;
}

#masthead{
	width:660px;
	height: 123px;
	float: right;
	
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	width: 1000px;
	margin-right: 0px;
	padding-left: 80px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #333333;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	width: 950px;
	height: 310px;
}

#pageName h2{
	font: italic normal 175% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
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: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
	font-size: small;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	line-height: 13px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #333333;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #333333;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	height: 35px;
	width: 660px;
	float: right;
	margin-top: 62px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#breadCrumb a{
	color: #005D9C;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}

#breadCrumb a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0064B2;
}
#navotton-akiv {
	color:#003399;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
}
html>body .feature {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 120%;
	padding-top: 10px;
	color: #333333;
	width: 70%;
	margin-left: 280px;
}

.feature h3{
	font: italic normal 155% Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	float: left;
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 10px;
}

.story h3{
	font: italic normal 125% Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

td.storyLeft{
	padding-right: 12px;
	color: #000000;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #005DAD;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	height: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 980px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F78621;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F78621;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #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: #666666;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}
#tabelle {
	font: small/130% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding-left: 10px;
	width: 89%;
}
#inhalt8 {
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(bilder/8.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
}
#inhalt7 {
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(bilder/3.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
}
#inhalt1 {
	color: #000000;
	font-size: small;
	line-height: 130%;
	width: 915px;
	display: block;
	height: 280px;
	margin-left: 20px;
}
#inhalt2 {
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(bilder/2.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
}
#inhalt3 {
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(bilder/2.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
}
#inhalt4 {
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(bilder/4.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
}
#inhalt5 {
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(bilder/5.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
}
#inhalt6 {
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(bilder/2.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
}
#inhalt7 {
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(bilder/7.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
}
#inhalt8 {
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(bilder/8.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
}
#inhalt {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
	width: 890px;
	margin-left: 20px;
	background-color: #FBD5BB;
	padding: 10px;

}
#content1 {
	width: 1000px;
	float: left;
}
.story1 {
	float: left;
	width: 332px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-top: 10px;
}
#masthead1 {
	width:339px;
	height: 123px;
	background-image: url(pic/bg_nav.png);
	background-repeat: no-repeat;
	float: left;
}
#masthead2 {
	width:1000px;
	height: 123px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFA64A;
}
.breadcrumba {
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #0367A3;
	font-size: 12px;
	color: #FFFFFF;
}
#content2 {
	width: 245px;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #035FAC;
	padding-left: 10px;
	margin-top: 10px;
}
#masthead3 {
	width:730px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0062A4;
	line-height: 16px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFA24A;
}
#masthead4 {
	width:730px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0062A4;
	line-height: 16px;
	padding-right: 10px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFA24A;
}
.story2 {
	float: left;
	width: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
}
#mastheadre {
	width:245px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0062A4;
	line-height: 16px;
	height: 98px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFA24A;
}
