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

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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #231F20;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FAA61A;
	border: none;
	font-size: 14px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
/*	font-weight: bold;*/
}

a:hover {
	color: #FFFFFF;
}
/* overrides decoration from previous rule for hovered links */

ul{
 list-style-type: square;
}

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

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


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

#all{
	background-color: #FAA61A;
	margin: 0px;
	padding: 0px;
	border: 0;
	width: 770px;
	_width: 768px;
	text-align:center;
}

#masthead{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	background-color: #FAA61A;
	text-align:left;	
}

#mittel{
	background-image:url(../images/startBkg.gif);
	padding-top: 0.1px;
	text-align: left;
}

#fotos{
	margin-left: 56px;
}


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


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

#globalNav{
	color: #666666;
	padding: 3px 3px;
	white-space: nowrap;
	background-color: #F7941D;
	margin-right: 18px;
	_margin-right: 16px;
	margin-left: 195px;
	_margin-left: 194px;
	border: 0;
}
/* '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 {
	font-size: 80%;
	padding: 3px 2px; 
}

#globalNav a:hover {
	padding: 3px 2px; 
}

.choise {
	font-size: 80%;
	padding: 2px 2px 3px;
	color: #FFFFFF;
	font-weight: bold;
}


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

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

#rola {
	height:425px;
	_height:430px;
	_margin-right: 8px;
	padding-right: 120px;
	overflow:auto;
}

.story p{
	padding: 0px 0px 10px 0px;
	line-height: 1.54;
}

.story h3{
	color:39B44A;
}

.story h4{
	color: 39B44A;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

.vert {
	color: #39B44A;
	font-weight: bold;
}

.firstP {
	padding-top: 0;
	margin-top: 0;
	margin-top: -3px;
}

.PDFs a:link, .PDFs a:visited {
	font-style: italic;
	font-weight: normal;
	color: #39B44A;
}

.PDFs a:hover {
	color: #FAA61A;
}

.eMailLink a:link, .eMailLink a:visited {
	font-weight: normal;
	color: #39B44A;
}

.eMailLink a:hover {
	color: #FAA61A;
}


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

#siteInfo{
	clear: both;
	border: 0;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* 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;
}


/*********** #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 #FBB848;}

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


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

#sectionLinks{
	position: relative;
	margin: 76px 0px 0px;
	_margin: 94px 0px 0px;
	padding: 0px;
	border: 0;
	font-size: 80%;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 5px;
	border: 0;
	width: auto;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

.choiseLink {
	padding: 3px 0px 3px 5px;
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
}

#sectionLinks a:visited{
	border: 0;
	padding: 2px 0px 2px 5px;;
}

#sectionLinks a:hover{
	border: 0;
	background-color: #FBB848;
	padding: 2px 0px 2px 5px;
}


/************** #headlines styles **************/

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

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




