/***************************/
/* General element styles: */
/***************************/
body {
	font-size: 12px;/*62.5%;  Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006FB8;
	margin:0;
	padding:0;
}

P, TD, UL, OL, BLOCKQUOTE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

PRE {
	font-family: monospace;
	font-size: 1.4em;
}

A, A:hover {
	font-size: 12px;
	text-decoration: none;
	
}

A {
	color: #EB9000;
}

A:hover {
	color: #FBB342;
}

P A { font-size: 12px; }

P A:hover { font-size: 12px; }

P, PRE {
	margin: 0;
	padding: 0;	
}

TABLE { font-size: 12px; }

P, UL, OL { font-size: 12px; }

TR, TD { font-size: 12px; }

TABLE P, TABLE A, TABLE A:hover { font-size: 12px; }

FORM { margin: 0px; font-size: 1.1em; }

FORM P { font-size: 1em; }

FORM P.bodytext { font-size: 1em; }

INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #E9E9E9;
	color: #222126;
	border: 1px solid #D9D9D9;
}

IMG {
	margin: 0;
	padding: 0;
	border: 0;	
}

.hidden {
	display: none;
}



/*****************/
/* Float Clearer */
/*****************/
hr.clearColumns {	
	display: block;
	height: 0;
	line-height: 0px;
	clear: left; 
	visibility: hidden;
	border: 0;
	padding: 0;
	/*margin: -20px 0 0 0;*/
}



/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { }

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #D9D9D9; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #D9D9D9; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: #FBA01B; padding: 2px 4px 2px 4px; border: 1px solid #D9D9D9; }
DIV.csc-frame-frame2 { background-color: #E9E9E9; padding: 2px 4px 2px 4px; border: 1px solid #D9D9D9; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }
				


/******************/
/* Headers, plain */
/******************/
H1 { font-size: 11px; color: #fff; }
H2 { font-size: 1.2em; color: #fff; }
H3 { font-size: 1.1em; color: #222126; }
H4 { font-size: 1.1em; color: #222126; }
H5 { font-size: 1.1em; color: #222126; }
H6 { font-size: 1.1em; color: #222126; }
H1, H2, H3, H4, H5, H6 { margin: 1.2em 0 1em 1em; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0; }

/* Header date */
P.csc-header-date { color: #222126; }

/* Subheader, general */
P.csc-subheader { background-color: #FFFFFF; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #222126; }
P.csc-subheader-2 { color: #222126; }
P.csc-subheader-3 { color: #222126; }



/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext { font-size: 12px; color: #fff; }
P.bodytext A { font-size: 12px; }
P.bodytext A:hover { font-size: 12px; }

/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI {  }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/* RTE / Table styling */
/* nach "Tables, generally" verschoben */



/**********/
/* Images */
/**********/
/* Images / Captions */
P.csc-caption { font-size: 1.1em; font-style: italic; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }



/***************/
/* Bulletlists */
/***************/
/* Bulletlists, general */
/*UL { list-style-image: url(../img/orange_bullet.gif); }*/
UL LI { margin-left: -1.8em;}

UL.csc-bulletlist LI { font-size: 12px; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 {  }
UL.csc-bulletlist-1 { list-style-type : decimal; }
UL.csc-bulletlist-2 { list-style-position : inside; }
UL.csc-bulletlist-3 { }



/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable { margin: 0px; width: 100%; font-size: 1.1em; }
TABLE.contenttable TR TD { padding: .3em; }
TABLE.contenttable TR TH { padding: .4em; color: #000000 }
TABLE.contenttable TR { background-color: #ffffff; }
TABLE.contenttable CAPTION { display: none; }
/*TABLE.contenttable THEAD { text-align: left; }
TABLE.contenttable TH { text-align: left; }*/

TABLE.contenttable TR.tr-even { background-color: #E9E9E9; }
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
TABLE.contenttable-0 { }

TABLE.contenttable-1 THEAD TR TH { background-color: #F7A11A;  font-weight: bold;}
TABLE.contenttable-1 TBODY TR TH { background-color: #F7A11A;  font-weight: bold;}
 
TABLE.contenttable-2 THEAD TR TH { background-color: #8B8B8B;  font-weight: bold; }
TABLE.contenttable-2 TBODY TR TH { background-color: #8B8B8B;  font-weight: bold; }

TABLE.contenttable-3 THEAD TR TH { font-weight: normal; }
TABLE.contenttable-3 TBODY TR TH { font-weight: normal; }



/************************/
/* Filelinks, generally */
/************************/
UL.csc-uploads { margin: 0; padding: 0; list-style: none inside none; }
UL.csc-uploads LI.tr-even P, LI.tr-odd P { font-size: 1em; }
UL.csc-uploads LI.tr-even { margin: 0; padding: 0; background-color: #E9E9E9; }
UL.csc-uploads LI.tr-odd { margin: 0; padding: 0; background-color: #FFFFFF; }
UL.csc-uploads DIV.csc-uploads-icon { float: left; margin: 0; padding: .7em .5em .5em .5em; }
UL.csc-uploads DIV.csc-uploads-fileName { float: left; margin: 0; padding: .5em; }
UL.csc-uploads DIV.csc-uploads-fileName P A { font-weight: bold; }
UL.csc-uploads DIV.csc-uploads-fileName P.csc-uploads-description { font-style: normal; }
UL.csc-uploads DIV.csc-uploads-fileSize { float: right; margin: 0; padding: .5em; }
UL.csc-uploads DIV.csc-uploads-clearer { clear: left; font-size: .1em; margin: 0; padding: 0; }

/* Filelinks, specifically */
UL.csc-uploads-1 { }

UL.csc-uploads-2 { }

UL.csc-uploads-3 { }
UL.csc-uploads-3 LI.tr-even DIV.csc-uploads-icon IMG { border: 2px solid #333333; }
UL.csc-uploads-3 LI.tr-odd DIV.csc-uploads-icon IMG { border: 2px solid #333333; }



/*****************/
/* Various Forms */
/*****************/
/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding: 2px 20px 15px 5px }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color: #FFFFFF; }
FORM TABLE TR TD.csc-form-fieldcell { background-color: #FFFFFF; }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

/* Search form, specifically */
FORM TABLE.csc-searchform { width: 100%; }
FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width: 100%; }

/* Login form, specifically */
FORM TABLE.csc-loginform { width: 70%; }

/* NEU FUER TYPO3 4.0 */


#mailform FIELDSET.csc-mailform {
	position: relative;
	display: block;
	border: none;
	padding: 0;
	color: #000;

}

#mailform DIV.csc-mailform-field {
	margin: 0 0 2px 0;
	width:570px;
	float:left;
}


#mailform .csc-mailform-radio fieldset {
	border: none;
	padding: 0;
  float:none;
}

#mailform .csc-mailform-radio label{
  float:none;
  display:inline;
}
#mailform .csc-mailform-radio input {
  width:20px;
  border:none;
}

#mailform .csc-mailform-radio legend {
	display: none;
	clear:left;
}


#mailform label {
	width: 250px;
  float:left;
  display:block;

}

#mailform input, #mailform textarea {
  position:relative;
	/*left: 180px;*/
	border: 1px solid #A1A1A1;
	background-color: #FFF;
	margin: 2px;
	width:300px;
	
}

#mailform input, #mailform textarea {
	padding: 1px 2px 1px 4px;
}


#mailform select {
	position: relative;
	/*left: 20px;*/
	border: 1px solid #A1A1A1;
	background-color: #FFF;
	margin: 2px;
	padding: 0;
}

#mailform .csc-mailform-check {
	border: none;
	width: auto;
	/*left: 22px;*/
	border: 1px solid #A1A1A1;
	padding: 0;
	margin: 2px 0 5px 0;
}

#mailform button {
	clear: left;
	position: relative;
	display: block;
	left: 200px;
	width: auto;
	background-color: #FFF;
}


#mailform .csc-mailform-label {
	position: relative;
	width: 100px;
	text-align: right;
	padding: 2px;
	margin: 2px;
	font-weight: bold;
}


#mailform .csc-mailform-submit {
	clear: left;
	position: relative;
	display: block;
	left: 250px;
	width: auto;
	background-color: #FFF;
}

/*****************/
/* Search result */
/*****************/
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; background-color: #F0EEEF; border: 1px solid #DDDDDD; color: #0F1B4A; color: #0F1B4A; font-size: 1em; margin: 0 0 .5em 0; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; background-color: #F0EEEF; border: 1px solid #DDDDDD; color: #0F1B4A; color: #0F1B4A; font-size: 1em; margin: 0 0 .5em 0; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#FFC56A; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title A { color: #000; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title A:hover { color: #000; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#F0EEEF; }
.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 TABLE { background:#F7A11A; padding: 3px; color: #FFF; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE A, H2 { color: #FFF; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE A:hover { color: #FFF; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #222126; }



/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
UL.csc-menu { list-style-type: none; }
UL.csc-menu LI { font-size: 12px; font-weight: bold; margin: .1em 0 0 0; padding: .2em .2em .2em 1em; background-color: #FFFFFF; }
UL.csc-menu LI A { color: #006FB8; text-decoration: none; }
UL.csc-menu LI A:hover { color: #5BBEFF;; text-decoration: none; }
UL.csc-menu LI.csc-section { font-weight: normal; margin-left: 2em; font-style: italic; }


/* Menu / Sitemap, "Menu of these pages" */
UL.csc-menu-def LI {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
UL.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-sitemap UL { list-style-type: none; list-style-image: none; padding: 5px; margin: 0 0 3px 0; }
DIV.csc-sitemap LI { padding: 5px; margin: 0 0 3px 0; }

DIV.csc-sitemap UL LI { background-color: #E9E9E9; border: 1px solid #D9D9D9; }
DIV.csc-sitemap UL LI UL LI { margin-left: 0; background-color: #F2F2F2; border: 1px solid #D9D9D9; }
DIV.csc-sitemap UL LI UL LI UL LI { margin-left: 10px; background-color: #E9E9E9; border: 1px solid #D9D9D9;}
DIV.csc-sitemap UL LI UL LI UL LI UL LI { margin-left: 20px; background-color: #F2F2F2; border: 1px solid #D9D9D9; }
DIV.csc-sitemap UL LI UL LI UL LI UL LI UL LI { margin-left: 10px; background-color: #E9E9E9; border: 1px solid #D9D9D9;}
DIV.csc-sitemap UL LI UL LI UL LI UL LI UL LI UL LI { margin-left: 20px; background-color: #F2F2F2; border: 1px solid #D9D9D9; }

DIV.csc-sitemap UL LI A { color: #006FB8; font-weight: bold; }
DIV.csc-sitemap UL LI UL LI A { color: #006FB8; font-weight: bold; }
DIV.csc-sitemap UL LI UL LI UL LI A { color: #006FB8; font-weight: normal; }
DIV.csc-sitemap UL LI UL LI UL LI UL LI A { color: #006FB8; font-weight: normal; }
DIV.csc-sitemap UL LI UL LI UL LI UL LI UL LI A { color: #006FB8; font-weight: normal; }
DIV.csc-sitemap UL LI UL LI UL LI UL LI UL LI UL LI A { color: #006FB8; font-weight: normal; }

DIV.csc-sitemap UL LI A:hover { color: #5BBEFF; }
DIV.csc-sitemap UL LI UL LI A:hover { color: #5BBEFF; }
DIV.csc-sitemap UL LI UL LI UL LI A:hover { color: #5BBEFF; }
DIV.csc-sitemap UL LI UL LI UL LI UL LI A:hover { color: #5BBEFF; }
DIV.csc-sitemap UL LI UL LI UL LI UL LI UL LI A:hover { color: #5BBEFF; }
DIV.csc-sitemap UL LI UL LI UL LI UL LI UL LI UL LI A:hover { color: #5BBEFF; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
UL.csc-menu-3 { }
UL.csc-menu-3 LI.csc-section { margin-left: 0; }
UL.csc-menu-3 LI.csc-section A { color: #006FB8; }
UL.csc-menu-3 LI.csc-section A:hover { color: #5BBEFF; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
UL.csc-menu-4 { }
UL.csc-menu-4 LI { margin-top: 2px; }
UL.csc-menu-4 LI.csc-abstract { font-weight: normal; font-style: italic; margin-top: 0px; padding: 0px 2px 2px 20px; }

/* Menu / Sitemap, "Recently updated pages" */
UL.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
UL.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
UL.csc-menu-7 { }
UL.csc-menu-7 LI { font-weight: bold; }
UL.csc-menu-7 LI.csc-section A { color: #9E1D14; }
UL.csc-menu-7 LI.csc-section A:hover { color: #666; }



/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 1em; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 1em; color: black; }			
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }



/**************************************************/
/* css-styled-imgtext bzw. jetzt cssstyledcontent */
/**************************************************/
/* Captions */
.csc-textpic-caption{font-style:italic;}

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: 1px solid #E9E9E9;
	padding: 0px 0px;
}
*/

DIV.csc-textpic-imagewrap { padding: 0; }



/*DIV.csc-textpic IMG { border: 1px solid #85858 }*/

/* 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; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px; }

/* 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;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 10px;
}

/* 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 */



/*************/
/* Debugging */
/*************/
/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #999999;}
TD TABLE { border: 1px dotted #000099;}
DIV { border: 1px dotted #990000;}
IMG.spacer-gif { border: 1px solid black; }
*/
