body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #424242;
	margin: 0;
	padding: 0;
	/* These work in IE only, changes the look of the scrollbar + textareas	 
	scrollbar-base-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #EFEFEF;
	scrollbar-3dlight-color: #A6A6A6;
	scrollbar-shadow-color: #A6A6A6;
	scrollbar-arrow-color: #333333;
    */
}

table {
    font-size: 100%;
}

a {
	text-decoration: underline;
	color: #14270C;
	background-color: transparent;
	font: normal;
}

img {
    border: none;
}

p {
	margin: 0em 0em 1em 0em;
	text-align: justify;
	/*line-height: 1.5em;*/
}

p strong {
	margin: 0;
	padding: 0;
}

p a {
    text-decoration: underline;
}

p a:visited {
	color: Black;
    background-color: transparent;
}

p a:active {
	color: Red;
    background-color: transparent;
}

p img {
    border: 0;
    margin: 0;
}


hr {
    clear: both;
    height: 1px;
    color: #CCCCCC;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: #424242;
    clear: left;
    font: 80% Verdana, Helvetica, Arial, sans-serif;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 5px;
}

h1 {
    font-size: 100%;
	font-weight: bold;
}

h2 {
    font-size: 130%;
	font-weight: bold;
}

h3 {
    font-size: 115%;
	font-weight: bold;
}

h4 {
    font-size: 80%;
	font-weight: bold;
}

h5 {
    font-size: 80%;
}

h6 {
    font-size: 70%;
}

B, STRONG {
	font-weight:bolder;
	}


ul { 
    line-height: 15px;
    list-style-image: "bullet.gif"; 
    margin-left: 20px;
    margin-top: 0px;
    padding:0;
}

ol {
    line-height: 10px;
    margin-left: 10px;
    padding:0;
    margin-top: 0px;
}

ul a, ol a {
    text-decoration: underline;
}

dl {
}


dt {
    font-weight: bold;    
}


dd {
    line-height: 10px;
    margin-bottom: 10px;
}


fieldset {
    border: 1px solid #CCCCCC;
    margin: 10px 0px 10px 0px;
    padding: 10px 0px;
}

legend {
    background: White;
    padding: 5px;
}


form {
    border: none;
    margin: 0;
}

textarea {
    border: 1px solid #CCCCCC;  
    color: Black;
    background-color: white;
    padding: 0.1em;
}

input {
	border: 1px solid #CCCCCC;
	color: Black;
	background-color: white;
	vertical-align: middle;
	margin-bottom: 1px;
	/* IE bug fix */
	padding: 0.1em;
}

select {
    border: 1px solid #CCCCCC;  
    vertical-align: top;
}

abbr, acronym, .explain {
    border-bottom: 1px dotted #C0C0C0;
    color: #424242;
    background-color: transparent;
    cursor: help;
}

q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}

blockquote {
}

code {
	font-size: 120%;
	color: #424242;
	background-color: #FAFAFA;
	margin : 0px 10px 0px 10px;
}

pre {
    font-size: 100%;
    border: 1px solid #DBDAD4;
    color: #424242;
    background-color: #FAFAFA;
    padding: 5px 0px 0px 0px;
    margin: 5px 0px 5px 0px;
}

.netscape4 {
    display: none;
}

div.document {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0px 0px 0px 0px;
}

div.editableDocument {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  margin: 0em 0em 0em 0em;
  padding: 0px 5px 10px 0px;
}

div.documentActions {
  float: right; 
  margin-top: 1em;
}

div.message {
  background: #B30000;
  border: 1px solid WHITE;
  color: WHITE;
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  margin: 5px 0px 5px 5px;
  padding: 2px 5px 2px 2px;
  vertical-align: middle;
}

div.message a {
	color: Black;
  text-decoration: underline;
}



div.title {
    margin-top: 1em;
}

.description {
    /* The summary text describing the document */
    font: bold 100% Verdana, Helvetica, Arial, sans-serif;
    display: block;
    margin: 1.5em 0em;
    line-height: 1.5em;
}

/*
** Widgets
*/
input.context {
    background: #CCCCCC;
    color: Black;
    border: 1px solid #666666;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 1px 1px 1px 1px;
    text-transform: lowercase;
}
input.goToButton {
    background: #CCCCCC;
    color: Black;
    border: 1px solid #666666;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 1px 1px 1px 1px;
    text-transform: lowercase;
}

input.noborder {
    border: none;
    margin: 0;
    background-color: transparent;
}

div.row {
    clear: both;
    min-height: 4em;
    margin: 0em 0em 1em 0em;
    position: relative;
}

.group {
    border: 1px solid #808080;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em;
}
span.legend {
    font-size: 11px; 
    color: #999999;
	padding: 0px 0px 0px 0px;
}

div.label {
    font-weight: bold;
    display: inline;
    padding-right: 0.5em;
}

div.field {
    margin-top: 0.2em;
}

.error {
    /* Class for error indication in forms */
    background: #B30000;
    border: 1px solid WHITE;
    padding: 1em;
    margin: 0;
    /*width: 68% !important;*/
}

.required {
    /* Used in addition to class "label" on required elements */
    background:  url(http://localhost/intra01/Intra01/required.gif) right no-repeat;
}

span.card {
    background: #CCCCCC;
    border-color: #A6A6A6;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 1em;
    padding: 1em;
    text-align: center;
    width: 15%;
}

table.cleanListing {
    margin: 0px 0px 5px 0px;
    clear: both;
}

table.cleanListing td {
    padding: 0px 5px 0px 0px;
    text-align: left;
}

table.cleanListing img {
	vertical-align: left;
    border: 0;
    margin: 0;
}

/* stx table formatting
*/
table.box {
    background: transparent;
    border-collapse: collapse;
    border-bottom: 1px solid #A6A6A6;
	border-left : 1px solid #A6A6A6;
    margin: 5px 0px 5px 0px;
}

table.box th {
    background: #FAFAFA;
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
    border-right: 1px solid #A6A6A6;
    color: Black;
    font-weight: normal;
    padding: 0px 2px 0px 2px;
    text-align: left;
}

table.box th.empty {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #A6A6A6;
}

table.box tr.odd {
    background: #EFEFEF;
}

table.box tr.even {
    background-color: #E8E8E8;
}

table.box td {
    border-right: 1px solid #A6A6A6;
    padding: 2px;
}

table.cleanBox {
    background: transparent;
    margin: 5px 0px 5px 0px;
}

table.cleanBox th {
    background: #CCCCCC;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    color: #424242;
    font-weight: bold;
    padding: 0px 3px 0px 3px;
    text-align: left;
}

table.cleanBox tr.subtitle {
    background: #FAFAFA;
    font: 85% Verdana, Arial, Helvetica, sans-serif;
    color: #818181;
    font-weight: bold;
    padding: 0px 2px 0px 2px;
    text-align: left;
}

table.cleanBox tr {
    background: transparent;
    color: #424242;
    font-weight: normal;
    padding: 0px 2px 0px 2px;
    text-align: left;
}

table.cleanBox th.empty {
    background-color: transparent;
    border: none;
}
table.cleanBox td {
    padding: 2px;
}

table.cleanBox img{
	vertical-align: middle;
}


table.box img{
	vertical-align: middle;
}

div.box {
	background: #FFFFFF;
	border-top : 1px solid #EFEFEF;
	border-bottom : 1px solid White;
	border-left : 1px solid White;
	border-right : 1px solid White;

}


.boxDetails {
    text-align: right;
}

.boxTitle {
	color: White;
	padding: 0em 190px 0em 0em;
	font-weight : bold;
	margin: 0em 0em 2em 0em;
}

div.box .content {
    padding: 1em;
}

div.box a.close {
    float: right;
    text-transform: none;
    padding: 0em 0.2em;
}

div.box h1, 
div.box h2, 
div.box h3, 
div.box h4, 
div.box h5, 
div.box h6 {
    margin: 0;
}

.subtitle {
  color: #C0C0C0;
  font-style: italic;
}

div.spacer {
	margin: 1em;
}

.private {
    color: Black;
}

.published {
    color: #74AE0B;
}

.publicCompany {
    color: #74AE0B;
}

.publicDivision {
    color: #74AE0B;
}

.pending {
    color: #FFA500;
}

.inWork {
    color: RED;
}

.syndicated {
    color: #008000;
}

.expired {
    color: Red;
}

.even {
    background-color: #E8E8E8;
}

.odd {
    background-color: #EFEFEF;
}

.highlight {
    background-color: #EFEFEF;
}

div.listingBar {
    background: #CCCCCC;
    border-color: #A6A6A6;
    border-style: solid;
    border-width: 1px;
    padding: 0em 1em;
    text-align: center;
    text-transform: lowercase;
    clear: both;
    vertical-align: top;
    margin: 1em 0em;
}

div.listingBar span.previous {
    text-align: left;
    float: left;
}

div.listingBar span.next {
    text-align: right;
    float: right;
}

div listingBar img {
	vertical-align: middle;
}

/*
** Structural Elements
*/
div.mainTitle {
	padding: 35px 20px 0px 20px;
}
div.mainHeader {
	padding: 5px 20px 5px 20px;
}
#mainContent {
  padding: 40px 40px 0px 20px;
}
div.mainContent a {
  color: BLACK;
}
div.mainContent a:hover {
  color: RED;
}

div.mainFooter {
	font-size: 8pt;
  padding: 0px 20px 5px 20px;
}

.tabSpace{
  padding: 0px 10px 0px 10px;	
}

.whiteFatLink {
  font-weight: bold;
  text-decoration : none;
  color : White;
  white-space: nowrap;
}

.whiteFatLink:hover{
	text-decoration : underline;
}
.grayFatLink {
  font-size: 100%;
  font-weight: bold;
  color : #424242;
  text-decoration : none;
  white-space: nowrap;
}
.graySmallLink {
  font-size: 100%;
  font-weight: normal;
  color : #424242;
  text-decoration : none;
}
.graySmallLink a {
  font-size: 100%;
  font-weight: normal;
  color : #424242;
  text-decoration : none;
}
.blackFatLink {
  font-size: 100%;
  font-weight: bold;
  color : BLACK;
  text-decoration : none;
  white-space: nowrap;
}
.blackFatLink a {
  font-size: 100%;
  font-weight: bold;
  color : BLACK;
  text-decoration : none;
  white-space: nowrap;
}
.blackFatLink a:hover {
  text-decoration : underline;
}

.blackSmallLink {
  font-size: 90%;
  font-weight: normal;
  text-decoration : none;
  color : BLACK;
  white-space: nowrap;
}
.blackSmallLink:hover{
  text-decoration : underline;
}


div.leftSlot {
    height: 100%;
    color: #EAEAEA;
	padding: 0px 0px 0px 0px;
	width:270px;
}

div.rightSlot {
	width: 200px;
	height: 100%;
    color: #EAEAEA;
	padding: 10px 0px 0px 0px;
}

div.boxSlot {
	padding: 15px 0px 0px 10px;
}

div.i01BoxTitle {
	width: 200px;
	height: 25px;
    color: #D5D5D5;
	font-weight : bold;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;		
}
div.i01BoxTitle a {
	color: #D5D5D5;
	font-weight : bold;
    text-decoration: none;		
}
div.i01BoxBodySubTitle {
    width: 195px;
    color: WHITE;
	font-weight : bold;
	padding: 0px 0px 0px 5px;
}
div.i01BoxBodySubTitle a {
    color: WHITE;
	font-weight : bold;
    text-decoration: none;
}
div.i01BoxBodySubTitle a:hover {
    color: WHITE;
    text-decoration: none;
}
div.i01BoxBody {
    font: 90% Verdana, Arial, Helvetica, sans-serif;
    width: 195px;
    color: #D5D5D5;
	font-weight : normal;
	padding: 0px 0px 0px 5px;
}
div.i01BoxBody a {
	color: #D5D5D5;
	font-weight : normal;
    text-decoration: underline;
}
div.i01BoxBodyNewsLink {
	height: 25;
    font: 70% Verdana, Arial, Helvetica, sans-serif;
    color: #ABABAB;
	padding: 0px 0px 0px 5px;
}
div.i01BoxBodyNewsLink a {
	height: 25;
    color: #ABABAB;
    text-decoration: none;
}
div.i01BoxBodyNewsLink a:hover {
	height: 25;
    color: WHITE;
    text-decoration: none;
}

/*
** naviTree
*/
div.navigationBox {
	height: 100%;
}


.naviLink a { 
  font-size: 9pt;
  font-weight : normal;
  text-decoration: none;
  cursor: hand;
  color: #EAEAEA;
  white-space: nowrap;
  line-height: 1.9em;
}
.naviLink a:link {
  text-decoration: none;
  cursor: hand;
  color: #EAEAEA;
}
.naviLink a:visited {
  text-decoration: none;
  cursor: hand;
  color: #EAEAEA;
}
.naviLink a:hover {
  font-weight : bold;
  text-decoration: none;
  color: WHITE;
}
.naviLinkActive a {
  font-size: 9pt;
  font-weight : bold;
  text-decoration: none;
  cursor: hand;
  color: WHITE;
  white-space: nowrap;
  line-height: 1.9em;
}
.naviLinkActive a:hover {
  font-weight : bold;
  text-decoration: none;
  color: WHITE;
  font-weight: bold;
}

div.editSlot {
}
table.editSlotTable {
}
table.editSlotTable td{
	white-space: nowrap;
	padding: 4px 20px 2px 0px; 
}
form.editSlot input {
  border: 0px;
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.editAction {
	padding: 0px 0px 0px 0px;
}
form.editSlot img {
  border: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.lang a { 
    font-size: 10pt;
    font-weight : normal;
    text-decoration: none;
    cursor: hand;
    color: #EAEAEA;
	padding: 0px 0px 0px 8px;
}
.lang a:hover {
    text-decoration: none;
    font-weight: bold;
    color: WHITE;
}
.langActive a { 
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    cursor: hand;
    color: WHITE;
    padding: 0px 0px 0px 8px;
}
.langActive a:hover {
    text-decoration: none;
    font-weight: bold;
    color: WHITE;
}
.background {
	background: #42525B;
}

/*
** End Structural Elements
*/


/* pageManager Styles */

/* style fuer absatzformat link */
.link {
	margin: 0;
	}

/* styles fuer bild */
.bildLinks {
	float:left;
	padding-right:10px;
	}

.bildMitte {
	}

.bildRechts {
	float:right;
	padding-left:10px;
	}

.legende {
	font-size: smaller;
	}

/* styles der index-itema */
.indexItem {
	margin: 0;
	margin-top: 5px;
	}

.indexMarker {
	float: left;
	}

.indexTitle {
	font-weight:normal;
	color: black;
	/* text-transform: uppercase; */
	}

.indexPict {
	margin-right: 0.5em;
	float: left;
	width:220px;
	}

small.indexItem {
	font-size: smaller;
	}

a.indexItem {
	}

/* pM-Tabellen-Styles */
.tabellenAbsatz {
	width:100%;
	margin-left:-2px;
	}
.tabellenZelle1 {
	}
.tabellenZelle2 {
	width:300px;
	white-space: nowrap;
	}

.pmBox {
	font-family: Courier, serif;
	font-size: 100%;
	border: 1px solid #DBDAD4;
	color: #424242;
	background-color: #FAFAFA;
	padding: 5px 10px 5px 10px;
	margin: 5px 0px 15px 0px;
	}

#copy {
	padding: 0px 0px 5px;
	text-align:left;
	margin-left:10px;
	font-size: 80%;
	color: #EAEAEA;
	}

/* versteckter admin-link */
a.adminLink {
	color: #EAEAEA;
	text-decoration: none;;
	}

/* vorwaerts-, zurueck- und skip-links */
p.moreLink {
	}

a.moreLink {
	font-size: smaller;
	margin-left: 10px;
	}

p.backLink {
	}

a.backLink {
	font-size: smaller;
	}

p.skipLink {
	font-size: smaller;
	}

a.skipLink {
	font-size: smaller;
	}

/* druckversion-link */
a.printLink {
	}

/* Fehlermeldung */
.error {
	}

strong.error {
	color: #c31136;
	font-weight:800;
	}

