/*CVS Add-ins*/
/*
$Revision: 1.27 $
$Date: 2005/09/14 10:06:09 $
$RCSfile: content.css,v $
Author: JDE
Copyright images(/fileadmin/humana-unternehmensgruppe.com/imagesc) A&B. face2net GmbH

/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*
	content.css for Milchunion
	03.06.2005 JDE
*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* principally used colours:

	colour code		colour			usage
	-----------		--------------	-------------------------------
	#013B8A			dark blue		container background, headlines	
	#E2ECF7			light blue		site background
	#EBF2F9			very light blue	container background
	#FF0033			red				links
	#C10B12			dark red		headline
	#000			black			text	
	#fff			white			background
        #013B8A 
*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */


/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* 	Global and general styles:
*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* general content text elements :*/
h2{
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #013B8A;
}

h3{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

h4{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

p{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

p.subhead{
	font-weight: bold;
}

/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* styles referring to certain pages or elements
*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * HOMEPAGE* * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/*Home page teaser container*/

div#row3rd .contentTeaserTable{
	width: 100%;
	background: #E2ECF7;
}

div#row3rd .contentTeaserTable td{
	border: 1px solid #013B8A;
	min-height: 115px;
	background: #fff;
}

div#row3rd .contentTeaserTable td#teaser1,
div#row3rd .contentTeaserTable td#teaser2,
div#row3rd .contentTeaserTable td#teaser3,
div#row3rd .contentTeaserTable td#rightCol{
	border-top: 0;
}

div#row3rd .contentTeaserTable td#teaser1{
	width: 230px;
}
div#row3rd .contentTeaserTable td#teaser2{
	width: 230px; 
}
div#row3rd .contentTeaserTable td#teaser3{
	width: 348px; 
}

div#row3rd .contentTeaserTable td div{
	min-height: 109px;
}

div#row3rd .contentTeaserTable td.empty{
	background: #E2ECF7;
	border:0;
	border-left: 1px solid #E2ECF7;
}

/*customstyle: empty teaser or teaser with content */
div#row3rd .contentTeaserTable td div.mitText{
	padding: 3px 8px 3px 8px;
	
}
div#row3rd .contentTeaserTable td#teaser1 div,
div#row3rd .contentTeaserTable td#teaser4 div,
div#row3rd .contentTeaserTable td#teaser7 div{
	border-left: 1px solid #013B8A;
	margin: 0;
}

div#row3rd .contentTeaserTable td#teaser1,
div#row3rd .contentTeaserTable td#teaser4,
div#row3rd .contentTeaserTable td#teaser7{
	border-left:0px solid #013B8A;
}

div#row3rd .contentTeaserTable td#teaser1 div.go,
div#row3rd .contentTeaserTable td#teaser4 div.go,
div#row3rd .contentTeaserTable td#teaser7 div.go{
	border-left: 0px solid #fff;
}


div#row3rd .contentTeaserTable td div.brands{
	width: 183px;
}
/*end of teaser container for home page :*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*Home page teaser text elements:*/

.contentTeaserTable h2, .contentTeaserTable h2 a, .contentTeaserTable h2 a:visited  {
	font-weight: bold;
	font-size: 11px;
	color: #013B8A;
	text-transform: uppercase;
	padding:0 0 0 2px;
}

.contentTeaserTable td#teaser1 h2, .contentTeaserTable td#teaser1 h2 a, .contentTeaserTable td#teaser1 h2 a:visited  {
	color: #C10B12;
}

.contentTeaserTable p {
	color: #000;
	font-weight: normal;
	font-size: 11px;
	padding:0 0 0 3px;
}

.contentTeaserTable p a, .contentTeaserTable p a:visited {
	color: #C10B12;
	font-weight: bold;
	font-size: 11px;
}

.contentTeaserTable div.go {
 padding: 0;
 display: block;
 float: right;
}

.contentTeaserTable div.go a {
display: block;
width: 11px;
height: 11px;
margin-top: 8px;
}

/*end of Home page teaser text elements:*/


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * STANDARDPAGES * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*content Table structure*/

div#row3rd .contentTable{
	width: 100%;
	background: #E2ECF7;
}

div#row3rd .contentTable td{
	border: 1px solid #013B8A;
	min-height: 115px;
}

div#row3rd .contentTable td.content_td{
	background: #fff;
	min-width: 346px;
	min-height: 345px;
	height: 345px;
}

div#row3rd .contentTable td.content_td div.content{
	padding: 10px 24px;
	clear: both;
}


div#row3rd .contentTable td#rightCol{
	border: 0;
	width: 185px;
}
div#row3rd .contentTable td#rightCol div{
	border-right: 1px solid #013B8A;
	border-bottom: 1px solid #013B8A;
}
/*end of content Table structure*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* sub navigation*/
div#row3rd .contentTable td.navSub_td
{
	background-color:#E2ECF7;
	border-left: none;
	border-bottom: none;
} 

div#row3rd .contentTable td.navSub_td div.navSub
{
	background-color: #013B8A;
	/*padding:4px 5px 5px 4px; */
	padding: 1px 5px 1px 4px; 
	margin: 0;	
} 
/* end of sub navigation*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*text paddings :*/
div#row3rd .contentTable h1, h2, h3, h4{
	margin: 8px 0;
}


div#row3rd .contentTable p{
	padding: 6px 0 10px 0;
	font-size: 12px;
}

div#row3rd .contentTable p.subhead{
	font-size: 12px;
	padding: 0 0 8px 0;
}

/*end of text paddings */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*content pictures*/
div.leftPic{
	float: left;
	border: 0;
	padding: 10px 20px 8px 0;
}

div.rightPic{
	float: right;
	border: 0;
	padding: 10px 0 8px 20px;
}

/*end of content pictures*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*content text*/

div#row3rd .contentTable div.content a {
	color: #C10B12;
	font-weight: bold;
}

div#row3rd .contentTable div.content a:visited {
	color: #013B8A;
	font-weight: bold;
}

/*lists*/
div#row3rd .contentTable div.content ol {
	list-style: decimal;	
	list-style-position: outside;
	margin:0;
	padding: 5px 0 12px 25px;
}

div#row3rd .contentTable div.content ol li {
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: normal;
}

div#row3rd .contentTable div.content ul {
	list-style: none;	
	list-style-position: outside;
	padding: 5px 0 12px 0;
}

div#row3rd .contentTable div.content ul li {
	background-image: url(/fileadmin/humana-unternehmensgruppe.com/images/icon_ullist.gif);
	background-repeat: no-repeat;
	background-position:4px 4px;
	padding-left: 22px;
	font-size: 12px;
	font-weight: normal;
}


/*end of content text*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*back link*/
div.back {
	 padding:0;	
	 margin: 8px 20px 0 16px;
	 float: right;
}

div.back a {
	display: block;
	background-image: url(/fileadmin/humana-unternehmensgruppe.com/images/bg_back.gif);
	background-repeat: no-repeat;
	background-position:10px 2px;
	padding:0 0px 0 20px;
	font-size:13px;
	font-weight: bold;
	line-height:1.2em;
	color: #013B8A;
}

#content div.back a:visited {
	color: #013B8A;
}

div.backTop {
	 padding:0;	
	 margin: 8px 20px 0 0;
	 float: right;
}

div.backTop a {
	display: block;
	font-size:11px;
	font-weight: bold;
	color: #013B8A;
	background-color: #fff ;
	background-image: url(/fileadmin/humana-unternehmensgruppe.com/images/bg_back.gif);
	background-repeat: no-repeat;
	background-position:10px 2px;
	padding:0 0px 0 18px;
	text-align: right;
}

div.backTop a:hover,
div.backTop a:active,
div.backTop a:focus{
	color: #013B8A;
	text-decoration: underline;
}

div.backBottom {
	 padding:0;	
	 margin: 0 0 16px 20px;
	 float: left;
}

div.backBottom a {
	display: block;
	font-size:11px;
	font-weight: bold;
	color: #013B8A;
	background-color: #fff ;
	background-image: url(/fileadmin/humana-unternehmensgruppe.com/images/bg_back.gif);
	background-repeat: no-repeat;
	background-position:10px 2px;
	padding:0 0px 0 18px;
	text-align: right;
}

div.backBottom a:hover,
div.backBottom a:active,
div.backBottom a:focus {
	color: #013B8A;
	text-decoration: underline;
}
/*end of back link*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*swap function for list pages with more entries than possibly written on this page*/
div#row3rd .contentTable div.swapFooter  {
	margin: 0 0 30px 21px; 
	padding: 0 0 0 15px;
	font-weight: bold;
	font-size: 11px;
	color: #013B8A;
	text-align: left;
}


div#row3rd .contentTable div.swapFooter a {
	display: inline;
	font-weight: bold;
	color: #013B8A;
	line-height:1.8em;
	padding:0 4px 0 0;
	margin: 0;
}

div#row3rd .contentTable div.swapFooter a.count {
}

/*active*/
div#row3rd .contentTable div.swapFooter span {
	display: inline;
	font-weight: bold;
	background-color: #013B8A;
	color: #fff;
	line-height:1.8em;
	padding-left: 1px;
	padding-right: 1px;
	margin:0 4px 0 0;
	
}

div#row3rd .contentTable div.swapFooter a:hover {
	text-decoration: underline;
}
/*back arrow*/
div#row3rd .contentTable td.content_td div.swapFooter a.back{
	background-image: url(/fileadmin/humana-unternehmensgruppe.com/images/bg_back.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
}
/*vorward arrow*/
div#row3rd .contentTable td.content_td div.swapFooter a.forward{
	background-image: url(/fileadmin/humana-unternehmensgruppe.com/images/bg_forward.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
}


/*end of swap function*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*pdf Downloadlink for standardpages and pressdetail*/
div.pdfDownload{
	margin: 21px 0 30px 0px; 
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

div.pdfDownload a{
	background-image: url(/fileadmin/humana-unternehmensgruppe.com/images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	display: block;
	margin: 0 15px 15px 0px; 
	padding: 0 0 0 15px;
	font-weight: bold;
	font-size: 12px;
	color: #C10B12;
	text-align: left;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * Forms * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*content forms in general*/

form{
	display: block;
	padding-bottom:16px;
	margin: 20px 8px 8px 8px;
}

label{
	background:#fff;
	color: #013B8A;
	font-weight: bold;
	font-size: 11px;
	margin-right: 10px;
}

input.formElement{
	color:#013B8A;
	border-style: solid;
	border: 1px solid #013B8A;
	background-color: #FFF;
	width: 260px;
	margin: 1px 0 0 0;
	padding: 2px; 
}

input.sendButton{
	display: block;
	width: 136px;
	height: 30px;
	color: #013B8A;
	font-size: 1px;
	border: 0px solid #fff;
	cursor: pointer;
}

/*end of forms in general*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*error messages*/
div#row3rd .contentTable div.content p.errorMessages{
	color: #ff0033;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#row3rd .contentTable div.content p.errorMessages span{
	text-transform: uppercase;
}

/*end of error messages*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*searchform */

form#searchForm{
	display: block;
	padding-left: 12px;
	margin: 20px 8px 8px 16px;
}

form#searchForm fieldset{
	display: block;
	border: 0px solid #fff;
}
form#searchForm label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#013B8A; 
}

#searchField{
	border: 1px solid #013B8A;
	background-color : #fff;
	color:#000;
	width: 17.5em;
	font-size:12px;
	padding:3px 2px 4px 4px;
	
}

form#searchForm input#searchButton{
	vertical-align: top;
}

/*search result list*/
div#row3rd .contentTable div.content div.searchResult ol {
	font-size: 11px;
	line-height: 20px;
	margin:6px 14px 10px 0;
	padding:0;
	list-style: decimal inside;
	font-weight:bold;
}

div#row3rd .contentTable div.content div.searchResult ol li {
	background-color:#ededed;
	padding:10px 0 10px 14px;
	border-bottom: 6px solid #fff;
	font-weight:bold;
	color: #013B8A;
}

div#row3rd .contentTable div.content div.searchResult ol li a{
	padding: 0; margin: 0;
	color: #013B8A;
	
}

div#row3rd .contentTable div.content div.searchResult ol p{
	font-weight:normal;
	margin:0 14px 0 21px;
	padding:5px 0 0 0;
	line-height: 14px;
}

div#row3rd .contentTable div.content div.searchResult div.listhead {
	margin: 0 14px 0 0;
	background-color:#ededed;
	color:#000;
	font-weight:bold;
	font-size:12px;
	padding:6px 3px 6px 14px;
}
/*end of searchform*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*login form */

form#loginForm{
	display: block;
	padding-left: 0;
	margin: 20px 8px 8px 0;
}

div#row3rd .contentTable div.content form#loginForm table{
	width: 100%;
	background-color: #ededed;
	margin: 0;
}

div#row3rd .contentTable div.content form#loginForm table td{
	border: 4px solid #fff;
	vertical-align: middle;
}

form#loginForm fieldset{
	display: block;
	border: 0px solid #fff;
}
form#loginForm label{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#013B8A; 
	background-color: #ededed;
	margin: 8px;
}

form#loginForm input.textField{
	display: block;
	border: 1px solid #013B8A;
	background-color : #fff;
	color:#000;
	width: 17.5em;
	font-size:12px;
	padding:3px 2px 4px 4px;
	margin: 5px 8px;
	float: left;
}

div#row3rd .contentTable div.content form#loginForm a{
	display: block;
	font-size: 11px;
	color: #013B8A;
	margin: 8px 10px;
	font-weight: normal;
}

form#loginForm input#loginButton{
	vertical-align: top;
	float: right;
	margin: 7px 3px 0 0;
	
}


/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*contact form */

form#contactForm{
	display: block;
	padding-left: 0;
	margin: 20px 0 45px 0;
}

/*layout tables*/
div#row3rd .contentTable div.content form#contactForm table{
	width: 100%;
	background-color: #ededed;
	margin: 0;
	border: 2px solid #fff;
}

div#row3rd .contentTable div.content form#contactForm table td{
	border: 4px solid #fff;
	vertical-align: middle;
}

div#row3rd .contentTable div.content form#contactForm table td.first{
	border-left: 0;
	width: 8.5em;
}

div#row3rd .contentTable div.content form#contactForm table td.all{
	border-left: 0;
}

div#row3rd .contentTable div.content form#contactForm table tr.messageFieldRow td.first{
	vertical-align: top;
	width: 8.5em;
}


/*end of contact form */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*legends, labels & Co.*/

form#contactForm label{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#013B8A; 
	background-color: #ededed;
	margin: 8px;
}

form#contactForm label.rightLabel{
	display: inline;
	margin: 0; padding: 0;
	color: #000;
}

form#contactForm label.rightLabel#lconsent{
	display: block;
	width: 90%; 
	padding-bottom: 30px;
	
}

form#contactForm span.legendAlias,
form#contactForm legend.dataPolicy{
	display: block;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#013B8A; 
	background-color: #ededed;
	padding: 12px 0 0 0;
	margin: 8px;
}

form#contactForm span.legendAlias{
	display: block;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#013B8A; 
	background-color: #ededed;
	padding: 2px 0 0 0;
	margin: 8px 0px 8px 8px;
}

form#contactForm legend.dataPolicy{
	margin: 8px;
	padding-left: 12px;
}

form#contactForm span.consent{
	display: block;
	color: #000;
	font-size: 11px;
	padding: 0 12px 12px 12px;
}

/*end of legends, labels & Co.*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*fields, radios & Co.*/


form#contactForm fieldset{
	display: block;
	border: 0px solid #fff;
}

form#contactForm input.textField,
form#contactForm textarea.textField{
	display: block;
	border: 1px solid #013B8A;
	background-color : #fff;
	color:#000;
	width: 30em;
	font-size:12px;
	padding:3px 2px 4px 4px;
	margin: 5px 8px;
}

form#contactForm input.radio{
	display: inline;
	width: 40px;
	vertical-align: bottom;
	border:0; margin: 0; padding:0;
}


form#contactForm input.checkboxes{
	display: block;
	float: left;
	margin: 2px 5px 6px 12px;
}

form#contactForm input#contactButton{
	vertical-align: top;
	float: right;
	margin: 16px 3px 0 0;
	
}
/*end of fields, radios & Co.*/


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * PRESS SECTION * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/*press release / detail/ press photo :*/

div#row3rd .contentTable div.content h2 span.dateElem {
	background-color: #013B8A;
	color: #fff; 
	font-weight: bold;
	font-size: 12px;
}

div#row3rd .contentTable div.content div#press{
	padding-top: 8px;
}

div#row3rd .contentTable div.content div.teaser_press_left{
	padding-top: 8px;
	margin-top: 8px;
}

div#row3rd .contentTable div.content div.teaser_press{
	margin: 3px 0;
}

div#row3rd .contentTable div.content div.teaser_press{
	background-color:#ededed;
	border: 0px solid #ededed;
	padding: 8px;
}

div#row3rd .contentTable div.content div.teaser_press h3{
	color:#013B8A;
	padding: 10px 12px 0 10px;
	margin:0;
	line-height: 15px;
}

div#row3rd .contentTable div.content div.teaser_press h3 a{
	color:#013B8A;
}

div#row3rd .contentTable div.content div.teaser_press h3 a:visited{
	color: #013B8A;
}

div#row3rd .contentTable div.content div.teaser_press h3 a:visited span{
	background-color: #013B8A;
	color:#fff;
}

div#row3rd .contentTable div.content div.teaser_press p{
	padding: 10px 12px 0 10px;
	margin:0;
}

div#row3rd .contentTable div.content div.teaser_press h3 span.dateElem {
	background-color: #013B8A;
	color: #fff; 
	font-weight: bold;
	font-size: 11px;
	padding: 0px 3px 1px 3px;
}


div#row3rd .contentTable div.content div.teaser_press_left table,
div#row3rd .contentTable div.content div.teaser_press_right table,
div#row3rd .contentTable div.content div.teaser_press_left table td,
div#row3rd .contentTable div.content div.teaser_press_right table td
{
	background-color:#ededed;
	border: 0px solid #ededed;
}

div#row3rd .contentTable div.content div.teaser_press_left table img,
div#row3rd .contentTable div.content div.teaser_press_right table img {
	margin: 12px;
}

div#row3rd .contentTable div.content div.teaser_press_left table p,
div#row3rd .contentTable div.content div.teaser_press_right table p{
	padding: 10px 12px 0 10px;
}

div#row3rd .contentTable div.content div.teaser_press_left table h3{
	color:#013B8A;
	padding: 10px 12px 0 10px;
	margin:0;
}

.frontpage-teaser {
	padding: 3px 8px 3px 8px;
}

.frontpage-teaser a {
	display: block;
	width: 100%;
	background: transparent url(../images/startseite/btn_arrow.gif) 100% 50% no-repeat;
}

/*end of press release / detail/ press photo :*/

div.map{
	float: right;
	margin-top: 20px;
}

div.map img{
	margin-right: 0px;
	padding-right: 0px;
	height: 100%;
}

div.maplinks{
	margin-top: 20px;
}

span.mailerrors {
	color: red;
}

div.mininews_teaser {
	display: inline;
}
