 /**
 *	general text formatting
 **/

.chap{
	font-weight:bold;
	font-size: 16px;
	line-height: 1.0;
}

.chapBlue{
	font-weight:bold;
	font-size: 16px;
	color: #0c4a83;
	line-height: 1.0;
}

.sect{
	font-weight:bold;
	font-size: 12px;
}


.sectbox{
	font-weight:bold;
	font-size: 11px;
}

.p {
	font-weight:normal;
	font-size: 12px;
}

.pbox {
	font-weight:normal;
	font-size: 11px;
}

.smaller {
	font-weight:normal;
	font-size: 9px;
	/* Teaser Unterschrift*/
}
 
div.mainTeaserText span.p{
	font-size:11px;
	line-height: 1.3;
}
 
 /***
 *	Font settings
 ***/
 
.teaserText {
	font-weight:normal;
	font-size: 11px;
	color: #FFFFFF;
}

.teaserTextHeadline {
	font-weight:bold;
	font-size: 11px;
	color: #FFFFFF;
}

.textRed {
	font-weight:normal;
	color: #b3280c;
	font-size: 11px;
}

div.mainContentSnippet div.textRed{
	font-weight:normal;
	color: #b3280c;
	font-size: 12px;
}

.textGreen {
	font-weight:normal;
	font-size: 11px;
	color: #609b61;
}

.textBlue {
	font-weight:normal;
	font-size: 11px;
	color: #0c4a83;
}

.textImgDesc {
	font-weight:normal;
	font-size: 10px;
}

.textCopyright {
	font-weight:normal;
	font-size: 10px;
	color: #9594ad;
}

.textWhite {
	font-weight:normal;
	font-size: 11px;
	color: #FFFFFF;
}

/***
 *  Links
 ***/
 
a.headnav:active, a.headnav:visited, a.headnav:link, a.headnav:focus, a.headnav:hover  {  
	font-style: normal; 
	color: #ffffff; 
	font-weight:normal;
	text-decoration: none; font-size: 11px;
}
a.headnavleft:active, a.headnavleft:visited, a.headnavleft:link, a.headnavleft:focus, a.headnavleft:hover  {  
	font-style: normal; 
	color: #E4EFFE; 
	font-weight:normal;
	text-decoration: none; font-size: 11px;
}
 
 
a.teaser:link, a.teaser:visited, a.teaser:active, a.teaser:focus  {  
	font-style: normal; 
	color: #0c4a83; 
	text-decoration: none; 
	font-weight: normal;
	font-size: 11px;
}

a.teaser:hover  {  
	font-style: normal; 
	color: #0c4a83; 
	text-decoration: underline; 
	font-weight: normal;
	font-size: 11px;
}

a.content:link, a.content:visited, a.content:active, a.content:focus, a.content:hover  { 
	font-style: normal;
	font-weight:normal;
	color: #0c4a83; 
	text-decoration: underline;
}

a.contentSmall:link, a.contentSmall:visited, a.contentSmall:active, a.contentSmall:focus, a.contentSmall:hover  { 
	font-style: normal; 
	color: #3366CC; 
	text-decoration: none; 
	font-size: 12px;
}

a.overImage:link, a.overImage:visited, a.overImage:active, a.overImage:focus, a.overImage:hover {
	font-style: normal; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 12px;
}
a.footertext:link, a.footertext:visited, a.footertext:active, a.footertext:focus { 
	font-style: normal; 
	color: #484848; 
	text-decoration: none; 
	font-size: 11px;
}
a.footertext:hover{
	font-style: normal; 
	color: #484848; 
	text-decoration: underline; 
	font-size: 11px;
}



a.chap:link, a.chap:visited, a.chap:active, a.chap:focus { 
	font-weight:bold;
	font-size: 16px;
	color: #333333;
	line-height: 1.0;
	text-decoration:none;
}
a.chap:hover{
	font-weight:bold;
	font-size: 16px;
	color: #333333;
	line-height: 1.0;
	text-decoration:underline;
}


a.chapBlue:link, a.chapBlue:visited, a.chapBlue:active, a.chapBlue:focus { 
	font-weight:bold;
	font-size: 16px;
	color: #0c4a83;
	line-height: 1.0;
	text-decoration:none;
}
a.chapBlue:hover{
	font-weight:bold;
	font-size: 16px;
	color: #0c4a83;
	line-height: 1.0;
	text-decoration:underline;
}


a.smaller:link, a.smaller:active, a.smaller:focus, a.smaller:visited {
	font-size: 9px;
	font-weight:normal;
	color: #333333;
	text-decoration:none;
	background:none;
}

a.smaller:hover {
	text-decoration:underline;
}


/**
 * Search
 **/

.searchHighlight{
	font-weight:bold;
}
