* {
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;	
}

H1 {
	color:#004488;
	font-size:18px;
	margin:0 0 12px 0;
	line-height:1.45em;
}

H2 {
	color:#004488;
	font-size:14px;
	margin:0 0 0.25em 0;
	padding:0;
	line-height:1.45em;
}

H3 {
	color:#000000;
	font-size:13px;
	margin:0 0 0 0;
	line-height:1.45em;
}

SUP {
	font-size:9px;
	line-height:100%;
}

/* LINKS */
A {
	text-decoration:none;
	color:#2280bb;
	/* color:#009be1; */
}
A:hover {
	text-decoration:underline;
}

H2 A {
	color:#000000;
	font-size:14px;
}
H2 A:hover {
	color:#2280bb;
}

A.more {
}

A IMG {
	border:none;
}

H1 A {
	font-size:18px;
}

IMG.picto {
	margin-right:5px;
}

A:hover IMG.picto {
	background-color:#336699;
}

TABLE TR TD {
	vertical-align:top;
}

DIV#content TABLE {
}

/* Test: 2007-09-20 */
DIV#content A {
	text-decoration:underline;
}
DIV#content A:hover {
	color:#004488;
}
DIV#content H2 A {
	text-decoration:none;
}
DIV#content H2 A:hover {
	text-decoration:none;
}


UL {
	margin: 0 0 1em 1.5em;
	padding:0;
/*	padding-left:1.5em; */
}
OL {
	margin: 0 0 1em 2em;
	padding:0;
/*	padding-left:2em; */

}
LI {
	margin:0;
	padding:0;
}

P {
	margin:0 0 1em 0;
	padding:0;
}

P:first-child {
	margin-top:0;
}


/**********
* HR Tag
**********/
DIV.hr {
	background-image:url('../img/border-bottom.gif');
	background-repeat:repeat-x;
	border:2px;
	height:1px;
	padding:0;
	margin:20px 0;
	clear:both;
}
/* Modul Quotes */
DIV.hr-top {
	margin-bottom:0;
}
DIV.hr-bottom {
	margin-top:0;
}
/* HR in TD, z.B. im Modul MemberSociety */
DIV.hr-td {
	margin:2px 0;
}
DIV.hr hr {
	display:none;
}


/*******************************************************************************
* TABLE (TableCreator.class.php
*******************************************************************************/ 
TABLE.style_1 {
	width:100%;
	border-collapse: collapse;
}

TABLE.style_1 TH {
	text-align:left;
	background: #fff url('../images/col_head_bg.gif') repeat-x top;
	border: 1px solid #ccc;
	padding: 3px 8px;
	white-space: nowrap;
}

TABLE.style_1 TD.odd {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 8px;
}

TABLE.style_1 TD.even {
	background-color: #f3f3f3;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 8px;
}

TABLE.style_1 TD.foot {
	background-color: #ededed;
	border: 1px solid #ccc;
	padding: 0px;
}

TABLE.style_1 TD.button {
	border-left: 1px solid #ccc;
}


/*******************************************************************************
* INFOBOX 01
*******************************************************************************/ 
.infobox01 {
	background-color:#F4F8FB;
	border: 1px solid #006699;
	margin: 10px 0 2px 0;
}

.infobox01 H2 {
	font-size:12px;
	color:white;
	background-color:#006699;
	padding: 2px 0 2px 5px;
	margin: 0;
}

.infobox01 P {
	line-height:1.3em;
	padding:5px 5px 0 5px;
}

.infobox01 P A.more {
	color:#006699;
}

/*******************************************************************************
* INFOBOX 02
*******************************************************************************/ 
DIV.infobox02 {
	background-color:#FFFFFF;
	border: 1px solid #3377bb;
	margin: 0 0 12px 0;
	padding: 0.5em 0.5em;
	font-size:11px;
}
DIV.infobox02 * {
	font-size:11px;
}
DIV.infobox02 H2 {
	font-size:12px;
	color:#004488;
	/* background-color:#006699; */
	padding: 0;
	margin: 0;
}

DIV.infobox02 P {
	line-height:1.1em;
	margin-top:0.75em;
	margin-bottom:0;
}

DIV.infobox02 P A.more {
}

DIV.banner {
	border-bottom: 1px dotted #006699;
	padding: 0 0 10px 0;
	margin: 0;
}

/*******************************************************************************
* INFOBOX 03
*******************************************************************************/ 
TABLE.infobox03 {
	margin:0 0 12px 0;
	padding:0;
	background-color:#F0F0F0;
	border-bottom:10px solid #F0F0F0;
}
TABLE.infobox03 FORM {
	margin:0;
	padding:0;
}

/* Title */
TABLE.infobox03 THEAD TR TD {
	background-color:#DFDFDF;
	padding:3px 0 2px 10px;
	border-bottom:1px solid white;
}
TABLE.infobox03 TBODY * {
	font-size:11px;
}
TABLE.infobox03 TBODY TR TD {
	min-height:15px;
	padding:9px 10px 0 10px;
}
TABLE.infobox03 TBODY TR TD P IMG {
	margin-bottom:4px;
}
TABLE.infobox03 TBODY TR TD P {
	margin-bottom:0;
}
TABLE.infobox03 A {
	text-decoration:none;
	color:#2280bb;
}
TABLE.infobox03 A.noImage {
	background-image:none;
	padding-left:0;
}
TABLE.infobox03 A:hover {
	text-decoration:underline;
}

/*******************************************************************************
* News
*******************************************************************************/
DIV.news {
}

DIV.news P {
}

DIV.news H2 {
	padding: 0;
}

DIV.news H2 A {
	color:#004488;
}
DIV.news H2 A:hover {
	color:black;
}

DIV.news P A.more {
}

DIV.news P.date {
	font-size:9px;
}

/*******************************************************************************
* Module "Images with text"
*******************************************************************************/ 
/* fuer erstes H1- oder P-tag innerhalb des Bildtextes */
DIV.imageswithtext * {
	margin-top:0;
}

DIV.imageswithtext TABLE TD {
	vertical-align:top;
	padding-bottom:1em;
}
DIV.imageswithtext-caption {
	line-height:normal;
	background-color:#eeeeee;
	margin:0;
}
DIV.imageswithtext-caption * {
	font-size:10px;
}

/* intext left */
DIV.imageswithtext-intextleft TABLE {
	float:left;
}
DIV.imageswithtext-intextleft TABLE TD {
	padding-right:1em;
}

/* intext right */
DIV.imageswithtext-intextright TABLE {
	float:right;
}
DIV.imageswithtext-intextright TABLE TD {
	padding-left:1em;
}

/* above left */
DIV.imageswithtext-aboveleft TABLE TD {
	padding-right:1em;
}

/* above center */
DIV.imageswithtext-abovecenter TABLE {
	margin-left:auto;
	margin-right:auto;
}
DIV.imageswithtext-abovecenter TABLE TD {
	padding-left:0.5em;
	padding-right:0.5em;
}

/* above right */
DIV.imageswithtext-aboveright TABLE {
	margin-left:auto;
}
DIV.imageswithtext-aboveright TABLE TD {
	padding-left:1em;
}

/* below left */
DIV.imageswithtext-belowleft TABLE {
	padding-top:1em;
}	
DIV.imageswithtext-belowleft TABLE TD {
	padding-right:1em;
}

/* below center */
DIV.imageswithtext-belowcenter TABLE {
	padding-top:1em;
	margin-left:auto;
	margin-right:auto;
}
DIV.imageswithtext-belowcenter TABLE TD {
	padding-left:0.5em;
	padding-right:0.5em;	
}

/* below right */
DIV.imageswithtext-belowright TABLE {
	padding-top:1em;	
	margin-left:auto;
}
DIV.imageswithtext-belowright TABLE TD {
	padding-left:1em;
}

/* intext left nowrap */
DIV.imageswithtext-intextleftnowrap TABLE TABLE {
	padding-right:0.5em;
}
DIV.imageswithtext-intextleftnowrap TABLE TABLE TD {
	padding-right:1em;
}

/* intext right nowrap */
DIV.imageswithtext-intextrightnowrap TABLE TABLE {
	padding-left:0.5em;
}
DIV.imageswithtext-intextrightnowrap TABLE TABLE TD {
	padding-left:1em;
}

/*******************************************************************************
* Module "Image with text"
*******************************************************************************/ 
/* fuer erstes H1- oder P-tag innerhalb des Bildtextes */
DIV.imagewithtext *:first-child {
	margin-top:0;
}

TD.imagewithtext-caption {
	line-height:normal;
	font-size:10px;
	background-color:#eeeeee;
	padding:0.4em;
}
TD.imagewithtext-caption * {
	line-height:normal;
	font-size:10px;
}

/* intext left */
DIV.imagewithtext-intextleft TABLE {
	float:left;
	margin-right:1em;	
}

/* intext right */
DIV.imagewithtext-intextright TABLE {
	float:right;
	margin-left:1em;	
}

/* above left */
DIV.imagewithtext-aboveleft TABLE {
	margin-bottom:1em;
}

/* above center */
DIV.imagewithtext-abovecenter TABLE {
	margin-bottom:1em;
	margin-left:auto;
	margin-right:auto;
}

/* above right */
DIV.imagewithtext-aboveright TABLE {
	margin-left:auto;
	margin-bottom:1em;
}

/* below left */
DIV.imagewithtext-belowleft TABLE {
	margin-top:1em;
	margin-right:1em;	
}	

/* below center */
DIV.imagewithtext-belowcenter TABLE {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;	
}

/* below right */
DIV.imagewithtext-belowright TABLE {
	margin-top:1em;
	margin-left:auto;
}

/* intext left nowrap */
DIV.imagewithtext-intextleftnowrap TABLE TABLE {
	margin-right:1em;
	margin-bottom:1em;
}

/* intext right nowrap */
DIV.imagewithtext-intextrightnowrap TABLE TABLE {
	margin-left:1em;
	margin-bottom:1em;
}

/*******************************************************************************
* Module "Simple gallery"
*******************************************************************************/ 
TABLE.simplegallery TD {
	vertical-align:top;
	padding-right:1em;
	padding-bottom:1em;	
}

DIV.simplegallery-image {

}

DIV.simplegallery-caption {
	line-height:normal;
	background-color:#eeeeee;
	font-size:10px;
}
DIV.simplegallery-caption P {
	padding: 0.4em;
	margin:0;
}

/*******************************************************************************
* Quotes
*******************************************************************************/ 
/* style 1 */
DIV.quotes-1 {
	padding: 15px 0 15px 2em;
}
DIV.quotes-1 IMG.quote-image {
	margin-right:1em;
}
DIV.quotes-1 P.quote-statement {
	font-size: 17px;
	font-style: italic;
	font-family: Georgia, serif;
	color:#004488;
	line-height:140%;
}
DIV.quotes-1 P.quote-person {
	font-size: 10px;
	margin-bottom:0;
}

/* style 2 */
DIV.quotes-2 {
	background-color:#F0F0F0;
	padding: 1em 1em 1em 1em;
	border:1px solid #F6F6F6;
}
DIV.quote-statement, DIV.quote-statement * {
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, serif;
	color: #006699;
	line-height:140%;
	padding:0;
	margin:0;
}
DIV.quote-statement {
	padding-bottom:1em;
}
DIV.quotes-2 IMG.quote-image {
	margin-right:1em;
}
DIV.quotes-2 P.quote-person {
	font-size: 11px;
	margin-bottom:0;
}


/* style 3 */
DIV.quotes-3 {
	padding: 0;
}
DIV.quotes-3 P.quote-statement {
	font-size: 17px;
	font-style: italic;
	font-family: Georgia, serif;
	color:#004488;
	line-height:140%;
}
DIV.quotes-3 IMG.quote-image {
	margin-right:1em;
}
DIV.quotes-3 P.quote-person {
	font-size: 10px;
	margin-bottom:1em;
}

/*******************************************************************************
* Quotes NEU
*******************************************************************************/ 
cite {
	font-size:11px;
}



/*******************************************************************************
* Boxes
*******************************************************************************/ 
/* grey */
DIV.box-1 {
	clear:both;
	padding: 1em;
	background-color:#F0F0F0;
}
DIV.box-1 h2 {
	margin-top: 0;
}

/* blue */
DIV.box-2 {
	clear:both;
	background-color:#e9edf0;
	padding: 1em 1em 0.25em 1em;
	margin:1em 0;	
}
DIV.box-2 h2 {
	margin-top: 0;
}


/*******************************************************************************
* Small font
*******************************************************************************/ 
.small  {
	font-size:11px;
}


/*******************************************************************************
* Images (used in FCKeditor)
*******************************************************************************/ 
IMG.left {
	float: left;
	margin: 0 1em 1em 0;
}

IMG.right {
	float: right;
	margin: 0 0 1em 1em;
}


/*******************************************************************************
* TABLE risktest
*******************************************************************************/ 
TABLE.style5 {
	border:medium none;
}
TABLE.style5 TR TD {
	padding-top:0.5em;
	padding-bottom:0.5em;
	background-image:url('../img/border-bottom.gif');
	background-repeat:repeat-x;
}
TABLE.style5 THEAD TR {
	background-color:#f0f0f0;
}
TABLE.style5 TFOOT TR {
	background-color:#f0f0f0;
}


/*******************************************************************************
* TABLE data-listing
*******************************************************************************/ 
TABLE.style6 {
	border:medium none;
}
TABLE.style6 TR TD {
	padding-top:0.2em;
	padding-bottom:0em;
	background-image:url('../img/border-bottom.gif');
	background-repeat:repeat-x;
}
TABLE.style6 THEAD TR TD {
	padding-top:0.5em;
	background-color:#dadde0;
	background-image:none;
}
TABLE.style6 #top{
	background-image:none;
	border-top:1px solid #ffffff;
}
TABLE.style6 TFOOT TR {
	background-color:#dadde0;
}
TABLE.style6 TBODY TR {
	background-color:#e9edf0;
}


SPAN.fileinfo {
	font-size: 0.9em;
}


/* Event */
DIV.event-categorized-list {
}

DIV.event-categorized-list-row {
	clear:both;
}


/*******************************************************************************
* IMAGE WITH CAPTION (FCKeditor)
*******************************************************************************/ 
table.image-with-caption {
	width:50px;
}

table.image-with-caption td.image {
	background-color:#f9f9f9;
}

table.image-with-caption td.caption {
	background-color:#eeeeee;
	padding:0.25em;
	font-size:10px;
	line-height:1.25em;
}

table.image-with-caption-left-top {
	float:left;
	margin:0 1em 1em 0;
}

table.image-with-caption-left {
	float:left;
	margin:1em 1em 1em 0;
}

table.image-with-caption-right-top {
	float:right;
	margin:0 0 1em 1em;
}

table.image-with-caption-right {
	float:right;
	margin:1em 0 1em 1em;
}

/*******************************************************************************
* ARTICLE
*******************************************************************************/ 
div.article-list-row h2.title {
	margin:0 0 0.25em 0;
}
div.article-list-row p.reference {
	margin:0 0 0.25em 0;
	font-style:italic;
}
div.article-list-row p.teaser {
	margin:0;
}

/*******************************************************************************
* MODULE SEARCH BOX
*******************************************************************************/
DIV.modulesearchbox {
	margin-bottom:1.25em;
}
DIV.modulesearchbox TABLE td {
	padding-right:1em;
	padding-bottom:0.25em;
}

/*******************************************************************************
* MODULE FACTSHEET
*******************************************************************************/ 
dl.factsheet {
	margin:0 0 1em 0;
}
dl.factsheet dt {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
dl.factsheet dd {
	padding:0 0 1em 0;
}

/*******************************************************************************
* IMAGE WITH CAPTION (FCKeditor)
*******************************************************************************/ 
div.editor-switcher {
	background-color:white;
	border:1px solid #990000;
	padding:2px 5px;
}
div.editor-switcher * {
	font-size:10px;
}
div.editor-switcher a {
	font-weight:bold;
	text-decoration:none;
	color:#990000;
}

/*******************************************************************************
* STYLE References 1
*******************************************************************************/ 
DIV.references-1 {
	background-color:#f9f9f9;
	padding: 1em 1em 0.25em 1em;
	margin:1em 0;
}
DIV.references-1 h2 {
	color:#444;
	font-size:12px;
}
DIV.references-1 li {
	font-size:11px;
	color:#444;
	padding-bottom:4px;
}


OL.ol-vertical-spacing LI {
	margin-bottom:1em;
}

/*******************************************************************************
* Did you know box (recipe database)
*******************************************************************************/ 
div.slogan {
	color:#004488;	
	background-color:#F0F0F0;
	font-family: Georgia, serif;
	padding: 1em;
	margin: 0 0 1em 0;
}
div.slogan h2 {
	font-size: 12px;
}
div.slogan p {
	line-height:1.5em;
	margin:0;
	padding:0;
}



/* Image Map fuer Latinoamerica */
IMG.map {
	margin-right: 1em;
	padding: 5px;
	border: 1px solid #000
}


/*******************************************************************************
* Flags on http://www.iofbonehealth.org/mena.html
*******************************************************************************/ 
table.mena-flags {
	width:100%;
	background-color:#f6f6f6;
}
table.mena-flags td {
	padding:10px;
}
table.mena-flags a {
	color: black;
	text-decoration:none;
}


/*******************************************************************************
* ARABIC
*******************************************************************************/ 
DIV.arabic {
	direction:rtl;
	font-size:1.25em;
}

DIV.arabic * {
	font-size:1.25em;
}

/*******************************************************************************
* Patient Checklist
* /patients-public/more-topics/staying-on-treatment/patient-checklist.html
*******************************************************************************/ 
TABLE.patient-checklist {
	border:1px solid #c9cdd0;
	border-collapse:collapse;
}
TABLE.patient-checklist TR.odd TD {
	background-color:#e9edf0;
	padding:12px;
	border-bottom:1px solid #c9cdd0;
}
TABLE.patient-checklist TR.even TD {
	background-color:#fff;
	padding:12px;
	border-bottom:1px solid #c9cdd0;
}

