/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

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

body{
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:14px;
	line-height: 1.5;	
	margin: 0px;
	padding: 0px;
	background-color:#FFFF99;
	background-image: url("Images/logo_bg2.jpg");
	background-repeat: no-repeat;
  	background-attachment: fixed;
}

a:link, a:visited, a:hover {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #CC3300;
	color: ##D67526;
	background-color: FFFF99#;
	background-color:#D67526;
	background-color:#FF9933;
	background-color:#FECB4B;
	padding-right: 20%;
	padding-left: 5px;
}

h2{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 1.2em;
 color: #666666;
}

h3{
 color: #666666;

}

h4{
 font-weight: normal;
 color: #333333;
}

h5{
 color: #334d55;
}

ul{
 list-style-type: square;
}

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

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

label{
	font-family:Georgia, "Times New Roman", Times, serif;	
 	color: #334d55;
}
				

.Stil2 {
	font-size: 160%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

.MainHeading {font-size: 1.5em}

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

#masthead{
	font: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0px;
	width: 100%;
	margin-top: 2em;
	padding-bottom: 20px;
	background-color:#FECB4B;
}
/*
#navBar{
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #D77629;
	color: #000000;
	float: right;
	clear: right;
	z-index: 7;
	width: 25%;
	padding: 10px;
	margin-right: 5px;
	margin-left: 0px;

	position: absolute;
	top: 8em;
	right: 1em;
	
	position: fixed;
}
*/

#facebook{
	clear: both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	color: #666666;
	position: absolute;
	width: 100%;
	right: 0px;
	bottom: 50px;
	position: fixed;
}


#navBar{
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #D77629;
	color: #000000;
	clear: right;
	z-index: 11;
	width: 25%;
	padding: 10px;
	margin-right: 5px;
	margin-left: 0px;
	padding-top: 37px;
	position: fixed;
	top: 120px;	
	right: 1em;
}


#navBar a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#navBar h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #333333;
	
}

#content{
	float:left;
	width: 62%;
	clear: left;
	padding-left: 4em;
	padding-top: 0em;
	padding-bottom: 0px;
	position: absolute;
	padding-right: 0px;
	margin: 0;
	margin-right: 0pt;
	margin-bottom: 0;
	margin-left: 0;
	top: 140px;
	z-index: 0;
}

/*
#bodyContent ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

#bodyContent ul li{
	display: inline;
}

#bodyContent ul li a {
	padding-right: 2em;
}
*/

#content #p-cactions ul {
	list-style-type: none; 
	padding: 0;
	margin: 0;
}

#content #p-cactions ul li {
	display: inline;
}

#content #p-cactions ul li a {
	padding-right: 1em;
}

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

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	background-attachment: fixed;

}


  #fixed {
	position: absolute;
	top: 0em;
	left: 4em;
	right: 0em;
	background-color: #FFFF99;
	z-index: 10;
  }
  
  html>body #fixed {  /* nur fuer moderne Browser! */
    position: fixed;
  }


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

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#thpNav{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	padding: 0px 4px 0px 0px; 
}


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

#breadCrumb{
	width:100%
	font-size: 0.8%;
	padding-top: 0px;
	padding-right: 0%;
	padding-left: 0%;
	float: left;
	clear: left;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	padding-left: 0;
}

.feature h3{
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

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

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


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

#siteInfo{
	clear: both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	color: #666666;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

html>body #siteInfo {  /* nur fuer moderne Browser! */
    position: fixed;
}



/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

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


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}

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

#footer ul li {
	display: inline;
}

#footer ul li a {
	padding: .2em 1em;
}


.box {
	background-color: #D25213;
	position: fest;
	clip: rect(auto,auto,auto,auto);
	margin: 0px;
	padding: 5px;
	page-break-before: auto;
	width: 30%;
}

/************** #headlines styles **************/
/*
#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
*/

