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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
*{
margin: 0px;
padding: 0px;
}

body{
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: 11pt/16px Verdana, Arial, sans-serif;
	overflow: hidden;
}

a:link {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #666667;
	font-size: 11pt;
} 

a:visited {
	text-decoration: none;
	font-size: 11pt;
	color: #666667;
}


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

a.aktiv {
	text-decoration: none;
	color: #999900;
}

a.navi:link {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #666667;
	font-size: 10pt;
} 

a.navi:visited {
	text-decoration: none;
	font-size: 10pt;
	color: #666667;
}

a.navi:hover {
	text-decoration: none;
	color: #999900;
	font-size: 10pt;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3 {
	margin: 0px;
	padding: 0px 0 11px 0;
}

h1{
	color: #666666;
	font-weight: normal;
	font-size: small;
	line-height: 0.1em;
	text-transform: lowercase;
}
h3{
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
}

h1.name {
	color: #666666;
	font-weight: normal;
	font-size: small;
	line-height: .1em;
	text-transform: capitalize;
}

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

#masthead{
	height: 288px;
	width: auto;
}


#navBar{
	margin: 0 0 0 20px;
	padding: 0px;

}
#container{
	text-align: left;
	margin-left: 150px;
	display: block;
	margin-right: auto;
	margin-top: 15px;
}

#content{
	top: 290px;
	right: 0;
	bottom: 0;
	left: 150px;
	position: fixed;
	overflow: auto;
	
}

#content a {
	font-size: 10pt;
}


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

#siteName{
	padding: 0px 0px 0px 610px;
	margin-top: -15px;
}


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

#langbar {
	margin: 80px 0px 0px -83px;
	overflow: visible;
}

#menu 
{
	color: #666666;
	white-space: nowrap;
	text-align: left;
	padding: 0 0 0 30px;
	margin: 92px 0 0 0;
}

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


#submenu{
	white-space: nowrap;
	width: 380px;
	margin: 0 0 0 40px;
}
		

/************* #breadCrumb styles *************/
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	color: #000000;
	display: block;
	padding: 20px;
	width: 575px;
	
}

.story p{
		
}

li {
	list-style-type: none;
	list-style-position: outside;
	font-size: 10pt;
	list-style-image: none;
}

em  { 
	color:#666666;
}

.csc-menu-3 a, .csc-linkToTop a {
	
}

.contentelement {
	margin-top: 20px;
}

.csc-textpic-caption {
	font-size: 8pt;
}
