﻿@CHARSET "UTF-8";

/**
 *
	Farbschema:
	Hintergrundrot:		#D1111E;
	
	h1:				#666666;
	h1-border:			#cccccc;
	
	Logo lila:			#A3233C;
	Logo rot:			#DB261D;
	
	Trennlinien:		#FF0044;

 *
 */

* {
	margin: 0;
	padding: 0;
}

/* Scrollbar soll immer erscheinen */
html {overflow-y: scroll;}
html[xmlns] {
	height: 100%;
	padding-bottom: 0.005em;
}

body {
	text-decoration: none;
	text-align:center;
	color: #000;
	font: 12px arial, verdana, sans-serif;
	line-height: 1.4em;
	background: #fff;
}

h1 {
	font-size:15px;
	font-weight:bold;
	color:#666;
	display:block;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
	border-bottom:1px solid #ccc;
}

.teaserBox span.teaserBox-header { /* wie h1 */
	display:block;
	font-size:20px;
	font-weight:normal;
	color:#fff;
	margin: 0 0 5px 0;
	padding:20px 0 0 0;
	border:0;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#666;
	display:block;
	margin: 20px 0 3px 0;
	border:0;
}

h3 {
	font-size:13px;
	font-weight:bold;
	color:#666;
	display:block;
	margin: 10px 0 1px 0;
}
h3 a {
	color:#D1111E;
}

p {
	margin-bottom:8px;
}
a {
	outline:0;
	text-decoration:underline;
	color:#000;
}
input {
	padding:1px 0;
	font: 11px arial, verdana, sans-serif;
	color:#666;
}

ol {
	margin-left:17px;
	!margin-left:25px;
	padding-bottom:15px;
}

ul {
	margin-left:14px;
	!margin-left:17px;
	padding-bottom:15px;
	list-style-type:square;
}

table.contenttable th,
table.contenttable td {
	vertical-align:top;
}
table.contenttable th {
	padding-left:20px;
	width:30px;
}

/* general layout BEGIN*/
#stage {
	width:900px;
	margin:0 auto;
	text-align:left;
}
#headerArea {
	float:left;
	position:relative;
	width:900px;
  	height:227px;
	/*background:#fff url(../images_layout/logo_comnet.png) no-repeat 693px bottom;*/
}
#headerArea #headerLogo{		/*nicht Startseite*/
	position:absolute;
	width:114px;
  	height:164px;
	left:617px;
	bottom:0;
	/*background:#fff url(../images_layout/logo_comnet.png) no-repeat 693px bottom;*/
}
#headerImageArea {	/*nur Startseite*/
	float:left;
	position:relative;
	width:900px;
  	height:325px;
	background:#fff url(../images_layout/comnet-erp_header.gif) no-repeat bottom right;
}
#terNavContainer {
	position:absolute;
	width:900px;
	height:37px;
	top:0;
	left:0;
	background:#fff url(../images_layout/terNav_bg.jpg) no-repeat;
}
#searchBox {
	position:absolute;
	width:220px;
	height:18px;
	right:20px;
	top:7px;
	background:#fff;
	border:1px solid #FF0044;
}

#primNavContainer {
	position:absolute;
	width:auto;
	min-width:560px;
	height:56px;
	top:37px;
	left:0;
	border-bottom:1px solid #ccc;
}
#page-startseite #primNavContainer {
	border-bottom:0!important;
}
#breadcrumbContainer {
	position:absolute;
	width:540px;
	height:30px;
	padding-left:20px;
	top:95px;
	left:0;
	font-size:10px;
	font-weight:bold;
	
}
#breadcrumbContainer a {
	color:#000;
	text-decoration:underline;
}
#breadcrumbContainer .active {
	color:#D1111E;
}
#logoContainer {
	position:absolute;
	width:313px;
	height:204px;
	top:107px;
	left:20px;
	background: url(../images_layout/logo_claim.png) no-repeat;
}
#teaserArea {
	float:left;
	width:900px;
	height:74px;
	margin-bottom:30px;
	background:#fff url(../images_layout/teaser_bg.jpg) no-repeat;
}
.teaserBox {
	float:left;
	width:300px;
	height:74px;
	color:#fff;
	cursor:pointer;
}
#teaserArea .left span.teaserBox-item, #teaserArea .right span.teaserBox-item{
	display:block;
	width:260px;
	height:54px;
	margin:10px 0;
	padding:0 20px;
}
#teaserArea .middle span.teaserBox-item{
	display:block;
	width:258px;
	height:54px;
	margin:10px 0;
	padding:0 20px;
	border: solid #FF0044;
	border-width:0 1px;
}
#teaserArea .middle span.teaserBox-item .tx-psmhighlight-sword-1,
#teaserArea .middle span.teaserBox-item .tx-psmhighlight-sword-2,
#teaserArea .middle span.teaserBox-item .tx-psmhighlight-sword-3 {
	color:#000;
}
#contentArea {
	float:left;
	width:900px;
	padding-bottom:30px;
	background:#fff;
}
#mainContentContainer {
	position:relative;
	float:left;
	width:560px;
	padding: 0 40px 1px 0;
	overflow: hidden;
}
#mainContentContainer .csc-textpic-imagewrap {
	padding-left:20px;
}
#mainContentContainer h2,
#mainContentContainer h3,
#mainContentContainer ol,
#mainContentContainer ul,
#mainContentContainer p {
	padding-left:20px;
}
#mainContentContainer .date {
	position:absolute;
	top:9px;
	right:40px;
	color:#666666;
}

#infoContainer {
	float:left;
	width:300px;
	overflow: hidden;
}
#footerArea {
	float:left;
	width:900px;
	margin-bottom:50px;
}
#footerContainer {
	float:left;
	width:900px;
	height:180px;
	margin-bottom:50px;
	padding:10px 0;
	overflow: hidden;
	background:#f4f4f4 url(../images_layout/footer_bg.jpg) no-repeat left bottom;
	font-size:11px;
}
* html #footerContainer {
	height:200px;
}
.footerBox {
	float:left;
	width:300px;
	height:160px;
}
#footerArea .left div, #footerArea .right div{
	width:260px;
	height:160px;
	margin:10px 0;
	padding:0 20px;
}
#footerArea .middle div{
	width:258px;
	height:160px;
	margin:10px 0;
	padding:0 20px;
	border: solid #FF0044;
	border-width:0 1px;
}
#footerArea .pnc-logo {
	padding-top:0
}

/************************************/
/* ---------- Navigation ---------- */
/************************************/
#primNavBox {
	position:relative;
	padding:10px 0 10px 10px;
	color:#ccc;
	font-size:19px;
}

#primNavBox a {
	position:relative;
	top:7px;
	margin:0 10px;
	color:#666;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
#primNavBox a:hover, #primNavBox a.active {
	color:#D1111E;
}

#secNavBox {
	list-style:none;
	margin-bottom:20px;
	padding:30px 0 0 0;
	border-bottom:1px solid #ccc;
}
#secNavBox li {
	border-top:1px solid #ccc;
}
#secNavBox a {
	display:block;
	width:280px;
	padding:8px 20px;
	color:#666;
	font-size:13px;
	font-weight:normal;
	color:#666;
	text-decoration:none;
}
#secNavBox a:hover, #secNavBox li.active a{
	font-weight:bold;
	color:#D1111E;
}

#terNavBox {
	padding:8px 0 0 45px;
	color:#FF0044;
}
#terNavBox .terNavFon {
	margin:0 5px;
	color:#fff;
}
#terNavBox a {
	margin:0 5px;
	color:#fff;
	text-decoration:none;
}
/* Navigation END*/

/******************************/
/* ---------- NL_LINK ---------- */
/*****************************/
.nlLink {
	position:absolute;
	top:0;
	left:396px;
	width:173px;
	height:37px;
	background:url(../images_layout/nlBox_bg.jpg) no-repeat;
	border-right: 1px solid #e7e7e7;
}
.nlLink a {
	display:block;
	width:200px;
	height:29px;
	margin:0!important;
	padding:8px 0 0 32px;
}

/******************************/
/* ---------- LOGIN_LINK ---------- */
/*****************************/
.loginLink {
	position:absolute;
	top:0;
	left:570px;
	width:77px;
	height:37px;
	background:url(../images_layout/loginBox_bg.jpg) no-repeat;
}
.loginLink a {
	display:block;
	width:45px;
	height:29px;
	margin:0!important;
	padding:8px 0 0 32px;
}

/********************''**/
/* ---------- LINKS ---------- */
/*********************''*/
a {
	color:#D1111E;
	text-decoration:none;
}
.external-link {
	background: url("../images_layout/external_link.gif") left no-repeat;
	padding-top:1px;
	padding-left: 12px;
	border-bottom: 1px dotted #D1111E;
}
.external-link:hover{
	border-bottom: 1px solid #D1111E;
}

.external-link-new-window {
	background: url("../images_layout/external_link.gif") left no-repeat;
	padding-top:1px;
	padding-left: 12px;
	border-bottom: 1px dotted #D1111E;
}

.external-link-new-window:hover {
	border-bottom: 1px solid #D1111E;
}
.internal-link , .news-list-morelink a, .news-latest-morelink, .news-single-backlink a {
	color:#D1111E;
	background: url("../images_layout/internal_link.gif") left no-repeat;
	padding-top:1px;
	padding-left: 12px;
	border-bottom: 1px dotted #D1111E;
}
.internal-link:hover , .news-list-morelink a:hover, .news-latest-morelink:hover, .news-single-backlink a:hover {
	border-bottom: 1px solid #D1111E;
}

.download {
	border-bottom: 1px dotted #D1111E;
	background: url("../images_layout/download.gif") left no-repeat;
	padding-left: 14px;
}
.download:hover{	border-bottom: 1px solid #D1111E;}

.mail , .tx_lumogooglemaps_pi1_infobox .spanmail a {
	background: url("../images_layout/mail.gif") left 2px no-repeat;
	padding-left: 20px;
	border-bottom: 1px dotted #D1111E;
}
#footerContainer .mail {
	background-position: left 1px;
}
.mail:hover, .tx_lumogooglemaps_pi1_infobox .spanmail a:hover{
	border-bottom: 1px solid #D1111E;
}

.teaserLink {
	position:absolute;
	bottom:5px;
	right:10px;
	background: url("../images_layout/internal_link.gif") left no-repeat;
	padding-top:1px;
	padding-left: 12px;
	border-bottom: 1px dotted #D1111E;	
}
.teaserLink:hover{
	border-bottom: 1px solid #00abeb;
}
a.print {
    background: url("../images_layout/icon_printer.gif") left no-repeat;
    padding-left: 18px;
}

a.printlink {
    position:relative;
	left:460px;
	display:inline-block;
	width:100px;
	height:28px;
	padding-top:12px;
	background:url("../images_layout/button_bg.gif") no-repeat;
	color:#fff;
	text-align:center;
}
/* Linkformatierung  END*/


/**********************/
/* ---------- News ---------- */
/**********************/
#news-latest-container {
	position:relative;
	float:left;
	width:540px;
	height:34px;
	margin-left:20px;
	margin-bottom:20px;
	overflow: hidden;
	!display:inline;
}
.news-latest-item {
	padding-bottom:5px;
}
.news-latest-item a {
	color:#000;
}
.news-latest-content {
	display:block;
	width:540px;
	/*cursor:pointer;*/
}
.news-latest-date, .news-latest-title {
	font-weight:bold;
}


.news-list-container {
	padding-left:20px;
}
.news-list-item {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}
.news-list-item h2 a{
	text-decoration:none;
	color:#D1111E;
}
.news-list-date {
	float:right;
	font-size:10px;
	font-weight:normal;
	text-align:right;
	width:180px;
}
.news-list-morelink  a{
	color:#D1111E;
}
.tx-ttnews-browsebox table {
	float:left;
}
.tx-ttnews-browsebox p {
	padding-left:0!important;
}
.tx-ttnews-browsebox-strong {
	font-weight:bold;
}
.tx-ttnews-browsebox table td.tx-ttnews-browsebox-SCell a{
	font-weight:bold;
	color:#000;
}
.tx-ttnews-browsebox table td p {
	margin:0;
	padding-right:10px;
	
}
.tx-ttnews-browsebox table td p a{
	padding:5px 7px 7px 7px;
	background:#f4f4f4;
}


.news-single-item h2 {
	padding-left:20px;
	color:#D1111E;
}
.news-single-item p {
	padding-left:0;
}
.news-single-backlink {
	padding-left:20px;
}

/********************************/
/* ---------- Kontaktformular ---------- */
/*******************************/
.tx-thmailformplus-pi1 {
	float:left;
}
#kontaktform {
	float:left;
	padding: 0 0 0 20px;
	margin: 0;
	width: 100%;
}
#kontaktform #messageColumn {
	float:left;
	padding-top:18px;
}
#kontaktform .formRow {
	float:left;
	position:relative;
	width:540px;
	padding-top:10px;
}
#kontaktform .textAreaRow {
	float:left;
	position:relative;
	width:540px;
	padding-top:10px;
}
#kontaktform .formItem {
	float:left;
	position:relative;
	width:270px;
}
#kontaktform .right {
	width:260px!important;
	padding-left:10px;
}
#kontaktform .formItem label {
	float:left;
	display:block;
	width:100%;
	padding:0;
}
#kontaktform .formItem .plzLabel {
	display:inline-block;
	width:62px;
}
#kontaktform .textAreaRow label {
	float:left;
	display:block;
	width:540px;
	padding:0;
}
#kontaktform em {
	font-weight:bold;
	color:#D1111E;
	padding-left:5px;
}
#kontaktform input, #kontaktform select, #kontaktform textarea{
	padding:2px 0;
	border:1px solid #ccc;
	font-size:11px;
	color: #666666;
	font: 12px verdana, sans-serif;
	background: url(../images_layout/kontaktform_input_bg.png) top left repeat-x;
}
#kontaktform .inputTextArea {
	width:538px;
	height:150px;
	overflow:auto;
}
#kontaktform .inputText {
	width:258px;
}
#kontaktform .inputShortText {
	width:196px;
}

#kontaktform .inputNumber {
	width:47px;
	margin-right:10px;
}
#kontaktform .inputSelect {
	width:258px;
}
#kontaktform .inputRadio {
	border:0 none;
	display:inline;
	height:14px;
	padding:0;
	width:14px;
	vertical-align:middle;
}
#kontaktform #anrede_herr,
#kontaktform #contact_nein,
#kontaktform #subscribe_nein {
	margin-left:20px;
}

#kontaktform .submitRow {
	float:left;
	position:relative;
	width:518px;
	height:30px;
	padding-top:30px;
	font-size:9px;
	color:#666;
	line-height:1.25em;
}
#kontaktform .submitRow input {
	width:85px;
	float:none;
	border:0;
	background: #D1111E;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}
#kontaktform #inputReset {
	position:absolute;
	bottom:10px;
	right:100px;
}
#kontaktform #inputSubmit {
	position:absolute;
	bottom:10px;
	right:0;
}
#kontaktform .status {
	color:#D1111E;
}
/*Kontaktformular END*/


/*************************/
/* ---------- Loginbox ---------- */
/*************************/
.tx-felogin-pi1 {
}

.tx-felogin-pi1 h2 {
	padding-left:20px;
}
.tx-felogin-pi1 h2, .tx-felogin-pi1 p {
	color: #000;
	font-size: 11px;
}

.tx-felogin-pi1 input{
	width: 140px;
	border:1px solid #666;
	padding:1px 5px;
}
.tx-felogin-pi1 .logoutForm input {
	background-color:#eee;
}

.tx-felogin-pi1 label {
	padding:0;
	margin:0;
	width:130px;
	float:left;
}

.tx-felogin-pi1 form div  {
	padding:3px 0;
	margin:0;
}

.tx-felogin-pi1 fieldset  {
	padding-left:20px;
	margin:0;
	border:0;
}


.tx-felogin-pi1 .submit {
	padding-left: 150px;
	margin: 0;
}
.tx-felogin-pi1 #inputSubmit  {
	width:152px !important;
	padding:2px 0;
	border: 0;
	font-size:12px;
	font-weight:bold;
	background:#D1111E;
	color:#fff;
	margin:0 ;
	cursor:pointer;
}
.pwdHinweis {
	padding-top:10px;
}




/*******************************************/
/* ---------- Suche / Suchergebnisse ---------- */
/*******************************************/
#tx-macinasearchbox-sword, #tx-indexedsearch-sword {
	float:left;
	width:191px;	
	height:16px;
	padding:2px 5px 0 5px;
	font-size:11px;
	color:#666;
	border:0;
	background: url(../images_layout/inputSearch_bg.gif) repeat-x;
}
#tx-macinasearchbox-button-submit, #tx-indexedsearch-button-submit {
	float:left;
	width:19px;
	height:18px;
	border:0;
	background: url(../images_layout/icon_search.gif) no-repeat;
	cursor:pointer;
}
.tx-indexedsearch-form {
	width:248px;
	height:18px;
	right:30px;
	top:7px;
	background:#fff;
	border:1px solid #FF0044;
}
.tx-indexedsearch-searchbox fieldset {
background:#D1111E;
margin-left:20px;
border:1px solid #FF0044;
padding:10px 20px;
}


.tx-indexedsearch .tx-indexedsearch-browsebox p {
margin-bottom:20px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox li {
display:inline;
margin:0pt 3px 0pt 0pt;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
width:100px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
width:150px;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
margin-bottom:5px;
margin-top:5px;
padding-left:20px;
}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
font-style:italic;
font-weight:bold;
}
.tx-indexedsearch .tx-indexedsearch-noresults {
font-weight:bold;
text-align:center;
}

.tx-indexedsearch-res {
clear:both;
}
.tx-indexedsearch-res .res{
padding-left:20px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr {
padding-left:0!important;
padding-bottom:5px;
border-bottom:1px solid #eee;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
color:black;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
background:#EEEEEE none repeat scroll 0%;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
margin-bottom:5px;
margin-top:20px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead h2 {
margin-bottom:0px;
margin-top:0px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead td {
background:#CCCCCC none repeat scroll 0%;
vertical-align:middle;
}
.tx-indexedsearch .tx-indexedsearch-res .noResume {
color:#666666;
}
.tx-indexedsearch .tx-indexedsearch-category {
background:#CCCCCC none repeat scroll 0%;
font-size:16px;
font-weight:bold;
}
.tx-indexedsearch-search-submit input.tx-indexedsearch-searchbox-button {
background:#F1F1F1 none repeat scroll 0%;
border:1px solid #939393;
font-size:9px;
height:21px;
margin:0pt 0pt 0pt 5px;
width:100px;
}
.tx-indexedsearch .res-tmpl-css {
clear:both;
margin-bottom:1em;
}
.tx-indexedsearch .searchbox-tmpl-css label {
float:left;
margin-right:1em;
width:10em;
}
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
float:right;
font-weight:normal;
letter-spacing:0pt;
margin-top:-1.2em;
}
.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;
}


/*************************/
/* ---------- Sitemap ---------- */
/************************/
div.csc-sitemap {
	padding-left:20px;
}
div.csc-sitemap a {
	color:#666666;
	text-decoration:none;
	margin-bottom:8px;
	display:block	
}
div.csc-sitemap a:hover {
	color:#D1111E;
}
div.csc-sitemap ul	{
	list-style-type : none;
	padding-left : 0;
}
div.csc-sitemap ul li a{
	background : transparent url(../images_layout/page.png) no-repeat;
	padding : 2px 0 0 20px;
}
div.csc-sitemap ul li a:hover{
	background : transparent url(../images_layout/page_active.png) no-repeat;
}
div.csc-sitemap ul li img{
	padding-right : 2px;
}
div.csc-sitemap ul li ul li	{
	margin-left : 10px;
	padding-left : 10px;
}
/*Sitemap END*/


/************************/
/* ---------- Partner ---------- */
/***********************/
#page-startseite #infoContainer {
	text-align:center;
}
#page-startseite #infoContainer .csc-textpic-text p {
	text-align:left;
	padding-left:20px;
}

#page-startseite #infoContainer .csc-textpic-image {
	margin-bottom:20px;
}
#page-startseite #infoContainer .csc-textpic-imagewrap dl {
	padding-left:10px;
}
/* Seite 'Partner' */
#comnet-page-4 .csc-textpic {
	float:left;
	width:280px;
	height:100px;
	padding-top:20px;
}
#comnet-page-4 .csc-textpic-clear {
	clear:none;
	display:none;
}


/*************************/
/* ---------- Presente ---------- */
/************************/
.gift-name {
	font-size:15px;
	font-weight:bold;
	padding-bottom:10px;
}
.gift-image {
	float:left;
	width:140px;
	height:140px;
	margin:0 10px 10px 0;
	!padding-bottom:10px;
}
.gift-text {
	float:left;
	width:290px;
	white-space:normal!important;
}
.giftRadio {
	clear:both;
	float:left;
	margin:6px 0;
}
.giftItem {
	float:left;
	padding:3px 27px 3px 2px;
	background:url(../images_layout/gift_icon.jpg) no-repeat right top;
	cursor:default;
}
#kontaktform .tooltip {
	display:none;
}









/* wrap um Seitenelement "Nur Text" */
.onlyText {
	clear:both;
	float:left;
	width:560px;
}

/* ToolTip */
#tooltip {
background:transparent url(../images_layout/tooltip_bg.png);
border:1px solid #D1111E;
padding:10px 10px 0 10px;
position:absolute;
color:#fff;
text-align:left;
z-index:3000;
white-space:nowrap;
}
#tooltip ul {
	margin-left:20px;
	margin-bottom:0;
}

#tooltip span.pnc-module {
	display:inline-block;
	width:62px;
}

#tooltip h3, #tooltip div {
margin:0pt;
}

#teaserArea .tooltip {
display:none;
}




/**********************************/
/* ---------- Default CSS Style ---------- */
/*********************************/
/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
	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 black;
		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 */
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }
/* default styles for extension "tx_psmhighlight" */
	.tx-psmhighlight-sword {  background-color: green; }
	.tx-psmhighlight-sword-1 { background-color: yellow; border-top:1px dashed #ccc; border-bottom:1px dashed #ccc; }
	.tx-psmhighlight-sword-2 { background-color: aqua; border-top:1px dashed #ccc; border-bottom:1px dashed #ccc; }
	.tx-psmhighlight-sword-3 { background-color: lime; border-top:1px dashed #ccc; border-bottom:1px dashed #ccc; }









