/* ------------------------------------------------------------------------- */


* {
	background-color:transparent !important;
	background-image:none !important;
	text-align:left !important;
}

#metanavi, 
#mainnavi, 
.skipnav,
#searchline, 
#leftColumn,
#footer, 
.atmoimage, 
#atmoimage,
#keyvisual,
#pagefunctions,
#pagefunctions_top {
	display: none !important;
	clear:both;
}

#contentWrapper {
	margin: 0px;
	padding: 0px;
}
#contentWrapperOneCol {
	margin: 0;
	padding: 0;
}

#content {
	width: 620px;
}

#breadcrumb {
	margin: 20px;
	padding: 0px;
}

#content .list a.internal-link,
#content .csc-sitemap ul li a,
#content .csc-menu a {
	color: #00589C;
	padding-left: 0px;
}

#logo-awi { display:none; }
#logo-hh { display:none; }
#logo-print { display:block !important;  float:left;  clear:left; margin-top:20px; }
#logo-hh-print { display:block !important; float:right; clear:right; margin-top:0px; margin-bottom:100px;}
#polaryear-counter { display: none; }
#breadcrumb { display: none; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*default werte von tags setzen*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

* {
  margin: 0px;
	padding: 0px;
	text-align:left !important;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, caption, form, fieldset, label, select, input, textarea, address, blockquote, nobr {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

img {
	border: none;
	color: #333333;
	font-size: 0.7em;
}

.hrclearboth {
	clear: both;
	position: absolute;
	top:-1000px;
	font-size: 0em;
	height: 0em;
	visibility: hidden;
}

hr[class = "hrclearboth"] {
	position: static;
}
.cleaner {
    	clear: both;
    	margin: 0;
    	border: 0px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

html {
	height: 100%;
}

body {
	color: #333333;
	font-size: 100.01%;
	text-align: left;
	height: 100%;
}

#wrapper {
	text-align: left;
   	/* margin: 0px auto; */
   	margin: 0px;
	min-width: 48em;
	max-width: 80em;
}

.sitetitle, .printdate {
	display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* mother`s little helpers */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.hidden,
dfn.menu,
.searchbox label {
	position: absolute;
	left: -1000px;
	top:-1000px;
	width:0px;
	height: 0px;
	overflow:hidden;
	display:inline;
}

#logo {
	width: 320px;
	height: 57px;
	position: absolute;
 	top: 22px;
    left: 24px;
	z-index: 10;
}

.pipewrap {
	padding: 0 5px;
	font-weight: bold;
}

#helmholtz-logo {
	color: #00589C;
	font-size: 0.7em;

	position: absolute;
	top: 40px;
	right: 15px;
	z-index: 5;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  			main with 3 columns                    */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mainWrapper {
	position: relative;
		
}

#bluebar{
	height: 20px;
	color: #000000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*                  main content                       */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#contentWrapper {
	color: #333333;
	clear: both;
	margin-top: 50px;
}

#contentWrapperOneCol {
	color: #333333;
}

#content {
	width: 100%;
	padding-bottom: 30px;
}


.atmocontent {
	margin: 0 0 30px 0;
}

#atmoimage {
	margin: 0 0 15px 0;
	background-repeat:no-repeat; 
	background-position:top center;
}

.atmocontent p {
	font-size: 0.9em;
}


#breadcrumb {
	padding-bottom: 10px;
	
}

#breadcrumb p {
	font-size: 0.7em;
	color: #999999;
	line-height: 140%;
}

#breadcrumb a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}

#breadcrumb a:hover,
#breadcrumb a:active,
#breadcrumb a:focus {
	border-bottom: 1px solid #00589C;
   	color: #00589C;
}
#breadcrumb strong {
	color: #00589C;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*                 right column                        */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#rightColumn {
	position: relative;
	width: 620px;
	clear: both;
	margin: 0 0 0 20px;
	z-index: 2;
}

#rightColumn .contentWrap {
	margin: 0 0 15px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*                  contents                           */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#content .contentWrap {
	margin: 100px 0 20px 0;
}

h1 {
	font-size: 1em;
	color: #00589C;
	margin: 10px 0;
	padding: 0;
}

h2, h3, h4 {
	font-size: 0.85em;
	color: #333333;
	margin: 6px 0 10px 0;
	padding: 0;
	border-bottom: 0px solid #CCCCCC;
}

p.pageintro {
	font-size: 0.85em;
	line-height: 125%;
	margin: 22px 0 30px 0;
}

p {
	font-size: 0.8em;
	line-height: 135%;
	margin: 0 0 15px 0;
}

.csc-caption {
	font-size: 0.7em;
	line-height: 110%;
	margin: 4px 0 4px 0;
}

p.csc-linkToTop {
	font-size: 0.7em;
}

.csc-textpic {
	border: 1px solid #FFFFFF;
}

.csc-header {
	clear:both;
}

#content a,
.browseBoxWrap .pagenavi ul li a,
#content .csc-sitemap ul li a {
	color: #00589C;
	text-decoration: none;
	border-bottom: 1px dotted #00589C;
}
#content a:hover,
#content a:active,
#content a:focus,
.browseBoxWrap .pagenavi ul li a:hover,
.browseBoxWrap .pagenavi ul li a:active,
.browseBoxWrap .pagenavi ul li a:focus,
#content .csc-sitemap ul li a:hover,
#content .csc-sitemap ul li a:active,
#content .csc-sitemap ul li a:focus {
	border-bottom: 1px solid #00589C;
}

#content .list a.internal-link,
#content .csc-sitemap ul li a,
#content .csc-menu a {
	color: #00589C;
	padding: 0px;
	text-decoration: none;
}

#content a.email {
	color: #333333;
	padding:0px;
}

#content a.cemark {
	display: none;
}

.csc-menu {
	list-style-type: none;
	font-size: 0.8em;
	line-height: 145%;
}

li.csc-section {
	list-style-type: none;
	line-height: 145%;
}


ul.csc-bulletlist {
	font-size: 0.8em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.csc-bulletlist li {
	color: #333333;
	margin: 0;
	padding: 0px;
	line-height: 145%;
}

.contenttable {
	font-size: 0.75em;
}

.contenttable caption {
	color: #333333;
}

.contenttable td,
.contenttable th {
	padding: 2px 6px;
	margin: 0;
}

.contenttable th {
	color: #333333;
}

.contenttable td {
	border: 1px solid #C2D7E7;
}

.contentWrap ol {
	font-size: 0.8em;
	margin: 0 0 0 30px;
}

.contentWrap ul {
	font-size: 0.8em;
	margin: 0 0 0 24px;
}

.contentWrap ol li,
.contentWrap ul li {
	line-height: 145%;
}

/*************************   mailform     ****************************/

.csc-mailform {
	display:block;
	padding-top:15px;
	padding-bottom:15px;
}

#mailform LABEL {
	width:10em; float:left;
}

#mailform fieldset {
	border: 1px solid #CCCCCC;
	margin: 20px 0 0 0;
}

#mailform .csc-mailform-field {
	display:block;
	clear:both;	

}

#mailform .csc-mailform-field * {
	font-size:13px;
}


#mailform .csc-mailform-field .csc-mailform-input,
#mailform .csc-mailform-field .csc-mailform-selection,
#mailform .csc-mailform-field .csc-mailform-textarea {
	width:20em;
	border:1px solid #538DBD;
	margin-bottom:5px;
}


#mailform .csc-mailform-field .csc-mailform-submit {
	width:20em;
	margin-bottom:5px;
}

#mailform .csc-mailform-field #mailformformtype_mail {

}


#mailform .csc-mailform-submit {
	
}

/*******************************  indexed_search  ****************************/
.tx_indexedsearch {
	padding-top:15px;
	padding-bottom:15px;
}

.tx-indexedsearch fieldset {
	border: 1px solid #cccccc;
}

.tx-indexedsearch fieldset * {
	font-size:13px;
	line-height:16px;
	vertical-align:middle;
}

.tx-indexedsearch .browsebox LI {
	display:inline;
	border:5px solid #ffffff;
}


.tx-indexedsearch .browsebox {
	list-style-type: none;
	display:inline;
	margin-left:0px;
	
}

.tx-indexedsearch .browsebox A {
	display:inline;
	
}

.tx-indexedsearch select {
	width:150px;
	border:1px solid #538DBD;
	margin-bottom:5px;
}

.tx-indexedsearch legend {
	font-weight:bold;
	color:#333333;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	width:100px;
	margin-bottom:5px;
}

.tx-indexedsearch .tx-indexedsearch-form LABEL {
	font-weight:bold;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	width:200px;
	border:1px solid #538DBD;
	margin-bottom:5px;
	padding-left:4px;

}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT[checkbox] {
	margin-top:-5px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top:10px; margin-bottom:5px;
}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight:bold; font-style:italic;
}
.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align:left; font-weight:bold;
}
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
	font-style:italic;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #ff0000;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	font-size: 0.75em;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top:20px; margin-bottom:5px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	margin-top:0px; margin-bottom:0px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	vertical-align:middle;
	color: #333333;
}
.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color:#666666;
}
.tx-indexedsearch .tx-indexedsearch-category {
	color: #333333;
	font-weight:bold;
}
/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css {
	clear:both; margin-bottom:1em;
}
.tx-indexedsearch .searchbox-tmpl-css LABEL {
	margin-right:0em; width:10em; float:left;
	/*margin-left:1em;*/

}
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
	letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right;
}
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd {
	float:left;
}
.tx-indexedsearch .info-tmpl-css dd.item-mtime {
	float:none;
}
.tx-indexedsearch .info-tmpl-css dd.item-path {
	float:none;
}

.tx-indexedsearch-browsebox {
	margin-bottom:10px;

}

.filelinks div {
	margin: 0 0 5px 0;
	font-size: 0.8em;
}

.filelinks span {
	margin: 0 0 3px 0;
	display: block;
}




/*******************************  lists  ****************************/
.tx-list-pi1-selectorbox0 {
	font-size: 0.8em;
	margin: 20px 0 0 0;
}

.tx-list-pi1-selectorbox0 option {
	width: 14em;
}

.resultcount {
	margin: 15px 0 0 0;
}

.pagenavi ul {
	margin: 20px 0 20px 0;
	clear:both;
}

.pagenavi ul li {
	display: inline;
	margin-right: 2em;
}


/*******************************  press-list ****************************/
.press .list {
	margin: 0;
}

.press .list p {
	margin: 0 0 6px 110px;
}

.press .list img {
	float: left;
	margin-right: 10px;
}

.press h2 .date {
	font-weight: normal;
	font-size: 0.8em;
}


.press .list .highlight {
	margin-top: 20px;
}

.press .list .highlight h2{
	font-size: 1em;
	color: #00589C;
	margin: 10px 0 10px 210px;
	padding: 0;
	border: none;
}

.press .list .highlight .date {
	font-size: 0.75em;
	margin: 0 0 0 210px;
	display: block;
}

.press .list .highlight p {
	font-size: 0.85em;
	margin: 0 0 6px 210px;
}

.press .floatleft {
	margin: 0 10px 0 0;
}

.press .floatright {
	margin: 0 0 0 10px;
}

.press .detail .cleaner {
	height: 10px;
}

.press .detail h3 {
	clear: both;
	margin: 20px 0 15px 0;
}

.press .detail h4 {
	font-size: 0.75em;
	border: none;
	margin: 0 0 3px 0;
	padding: 0;
}

.press .detail .downloadlist .cleaner {
	height: 0px;
}

.press .detail .download {
	margin: 0 0 20px 0;
}

/*******************************  event-list ****************************/
.event .list {
	margin: 0;
}

.event .category {
	font-size: 0.8em;
	border-bottom: 1px solid #CCCCCC;
}

.event h2 {
	border-bottom: none;
	color: #333333;
}

.event .detail h2 {
	margin: 15px 0;
}

p.nomargin {
	margin: 0;
}

.event p {
	clear: both;
}

.event p strong {
	float: left;
	width: 4em;
	font-weight: bold;
}

.event p span {
	margin: 0 0 0 4em;
}


/*******************************  job-list ****************************/
.job .top {
	font-size: 0.8em;
	height: 1.2em;
	border-bottom: 1px solid #CCCCCC;
}

.job .code{
	float: left;
	width: 10em;
}

.job .deadline {
	float: right;
	width: 15em;
	text-align: right;
}

.job h2 {
	border-bottom: none;
	color: #333333;
	line-height: 140%;
}

.job p {
	margin: 0 0 8px 0;
}

.job .detail h2 {
	margin: 15px 0;
}


/*******************************  galery-list ****************************/
.galery .list {
	float: left;
	width: 128px;
	height: 9.5em;
	border: 1px solid #C2D6E7;
	margin: 6px 14px 6px 0;
	padding: 7px;

	color: #333333;
}

.galery .list p {
	margin: 0 0 8px 0;
	line-height: 140%;
}

#content .galery .list p a {
	color: #333333;
}

.galery .list img {
	float: left;
}

#content .galery .list div a {
	border:none;
}

.galery .detail p {
	margin: 15px 0 0 0;
}


/*******************************  video-list ****************************/
.video h2 {
	border: none;
}

.video .list img {
	float: left;
	margin: 0 10px 0 0;
}

.video .list p {
	/*margin-left: 110px;*/
}

.video .detail #film {
	float: left;
	margin-right: 10px;
}


/*******************************  audio-list ****************************/
.audio h2 {
	border: none;
}


/*******************************  sitemap   ****************************/

.csc-sitemap ul {
	list-style-type: none;
	font-size: 0.95em;
}

.csc-sitemap ul li a {
	line-height: 160%;
	font-weight: bold;
}

.csc-sitemap ul li ul li a {

	margin-left: 23px;
}

.csc-sitemap ul li ul li ul li a {
	margin-left: 46px;
	font-weight: normal;
}

.csc-sitemap ul li ul li ul li ul li a {
	margin-left: 69px;
}

.csc-sitemap ul li ul li ul li ul li ul li a {
	margin-left: 92px;
}

.csc-sitemap ul li ul li ul li ul li ul li ul li a {
	margin-left: 115px;

}

.csc-sitemap ul li ul li ul li ul li ul li ul li ul li a {
	margin-left: 138px;
}

/*******************************  glossary   ****************************/
acronym, dfn, abbr, span.abbr {
		cursor: help;
		font-style: normal;
		border-bottom: 1px dotted #000000;
		color: #333333;
}

dl.glossary {
	font-size: 0.8em;
}

dl.glossary p {
	font-size: 1em;
}

dl.glossary dt {
	font-weight: bold; margin: 0 0 3px 0; font-style: normal;
}
dl.glossary dd {
	margin: 0 0 15px 20px;
}
dl.glossary .description {
	margin: 0; padding: 0;
}
dl.glossary .type {
	font-style: italic; padding: 0 3px 0 0;
}

/*******************************  rightColumn ****************************/
#rightColumn h1,
#rightColumn h2,
#rightColumn h3,
#rightColumn h4 {
	font-size: 1em;
	font-weight:bold;
	color: #000000;
	padding: 10px 0px 2px 0px;
	margin: 0 ;
}
#rightColumn p {
	font-size: 0.72em;
	line-height: 140%;
	padding: 5px 0 4px 0;
}

#rightColumn .csc-textpic {
	border: 0px solid #E5EEF5;
}

#rightColumn a {
	color: #333333;
	font-weight: bold;
	padding-left: 0;
	text-decoration: none;
	border-bottom: 1px dotted #00589C;
}

#rightColumn a:hover,
#rightColumn a:active,
#rightColumn a:focus {
	border-bottom: 1px solid #00589C;
}

#rightColumn a.cemark {
	display: none;
}

#rightColumn .floatleft  img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}


/*******************************  adress-list ****************************/
#rightColumn .adress-list {
	border-bottom: 1px solid #7FAACE;
	color: #333333;
	position: relative;
	clear: both;
	padding: 15px 0 15px 0;
}

#rightColumn .adress-list .photo {
    position: absolute;
    bottom: 0px;
    right: 0px;

	width: 45px;
}

#rightColumn .adress-list p {
	margin: 0;
	padding: 0 0 3px 4px;
}

#rightColumn .adress-list p a {
	color: #333333;
}

#rightColumn .adress-list p a.email {
	color: #333333;
}


/*******************************  adress-list ****************************/
#rightColumn .press .list p {
	margin: 0;
}

#rightColumn .press .list {
	margin: 0 0 5px 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*                 default styles for extension "tx_cssstyledcontent"                        */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 2px solid #C2D7E7;
	padding: 0px 0px;
}

DIV.csc-textpic-imagewrap { padding: 0; }

DIV.csc-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csc-textpic-image { margin: 0; }
DL.csc-textpic-image DT { margin: 0; display: inline; }
DL.csc-textpic-image DD { margin: 0; }

/* Clearer */
DIV.csc-textpic-clear { clear: both; }

/* Margins around images: */
/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 10px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 10px !important;
}

/* Positioning of images: */

/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

/* Center (above or below) */
DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

/* Left (above or below) */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

/* Left (in text) */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

/* Right (in text) */
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */