/***********************************************/
/* 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-left:   0px;
   margin-right:  0px;
   margin-top:    0px;
   margin-bottom: 0px;

   padding-left:  0px;
   padding-right: 0px;
   padding-top:   0px;
   padding-bottom:0px;

	background-image: url(../pic/bg.png);
	background-repeat: repeat;
}

/******* hyperlink and anchor tag styles *******/

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

a:hover{
	text-decoration: none;
	color: #FF0000;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
nav {
	margin: auto; 
	text-align: 10px left;
}
nav1 {
	margin: auto; 
	text-align: 10px right;
}

nav ul ul {
	display: none;

}


	nav ul li:hover > ul {
	display: block;		position: absolute;
	}

nav ul {
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 4 ;
	border-radius: 10px;  
	list-style: none;
	position: static;
	}
nav ul:after {
		content: ""; clear: both; display: block;
	}
	
	nav ul li {
		float: left; display: block;
	}
		nav ul li:hover {
			background: #4b545f;
			background: linear-gradient(top, #4f5964 0%, #5f6975 100%);
			background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 100%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 100%);
		}
			nav ul li:hover a {
				color: #fff;
			}
		
		nav ul li a {
			display: block; padding: 3px 20px;
			color: #757575; text-decoration: none;
		}
			
		
	nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: relative; top: auto;
	}
		nav ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			nav ul ul li a {
				padding: 3px 10px;
				color: #fff;
			}	
				nav ul ul li a:hover {
					background: #4b545f;
				}
		
	nav ul ul ul {
		position: absolute;left:100%;top:0;
	}

/*************** list tag styles ***************/


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 Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	left: 46px;
	right: 2%;
	width:95%;
	background-color: #FFFFFF;
	z-index: 5;
	top: 39px;
}
#globalnav{
	position: absolute;
	top: 0px;
	color: #000000;
	left: 1px;
	right: 2%;
	width:90%;
	z-index: 1;
	height: 0;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #FFFFFF;
	font: small Verdana,sans-serif;
}
#zurueck{
	float: left;
	position: absolute;
	top: 5px;
	color: #000000;
	left: 8px;
	z-index: 3;

}

#content{
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}
#content1{
	padding: 0px 10px 0px 0px;
	margin:0px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #000000;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Arial,sans-serif;
	position: absolute;
	color: #000000;
	left: 78%;
	z-index: 4;
	
}

#utility a{
	color: #005FA9;
}

#utility a:hover{
	text-decoration: none;
	color: #fff;
}

/************** pageName styles ****************/

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

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 2px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	left: 75px;
	width: 214px;
	height: 44px;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 34px 0px 5px 0px;
	font: small Verdana,sans-serif;
	color: #000000;
	border-bottom: 1px solid #ccd2d2;
}

#breadCrumb a{
	color: #0000000;
}

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


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: 44px;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

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


/*************** story styles ******************/

.story {
	padding: 20px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

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

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

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

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


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 0px 8px 0px 5px;
	margin-top: 0px;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	overflow: visible;

}

#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("");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#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;
}

.Stil2 {
	font-size: 18px;
	color: #000000;
}

.Stil3 {font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;}
.Stil3 {font-size: 12px}
.Stil3 {font-size: 24px}
.kalSchrift {font-family: Arial, Helvetica, sans-serif}

.Stil4 {font-size: 10px}
.Stil5 {padding: 10px 0px 0px 10px}
.Stil5 {font-size: 10px}
.Stil6 {font-size: 12px}
.Stil7 {color: #000000}
.Stil8 {font-size: 9px}
.Stil1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.Stil3 {font-family: Arial, Helvetica, sans-serif}
.Stil7 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.Stil8 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.Stil9 {font-size: small}
.Stil11 {color: #666666}
.Stil12 {font-size: medium}
.Stil13 {color: #999999}
/********************* end **********************/
