.fe-form-error {
	padding:4px;
	border:1px dashed #FF0000;
	background-color:#FFEEEE;
}

/*  Styles for plugins */

/* ve_guestbook */

.tx-guestbook-list-header {
	background-color:#DDDDDD;
	color:#000000;
}

.tx-guestbook-form-error {
	font-weight:bold;
}


.news-latest-item {
	border-bottom:1px dashed #BBBBBB;
	background-color:#FFFFFF;
	padding:2px;
	padding-left:0px;
	padding-right:3px;
	margin-top:10px;
	margin-bottom:10px;
}

.news-latest-subheader {
	font-style:italic;
	margin-bottom:5px;
}

.news-latest-date, .news-list-date {
	width:100%;
	font-size:10px;
	color:#999999;
	margin-bottom:2px;
}

.news-latest-title, .news-single-title {
	margin:0px;
	margin-bottom:0px;

}

.news-latest-title a, .news-single-title a {
	text-decoration:none;
}

.news-latest-bodytext {
	line-height: 15px;
	font-weight:none;
}

.news-latest-morelink, .news-latest-category {
	margin-top:5px;
}

.news-single-backlink {
	margin-top:5px;
	margin-bottom:5px;
}

.news-single-subheader {
	font-weight:bold;
	margin-bottom:7px;
}

.news-single-bodytext {
	line-height: 18px;
}

.news-single-author-date {
	margin-top:1px;
	margin-bottom:5px;
	font-size:10px;
	color:#999999;
}
.news-single-author-date a { 
	color:#999999;
	text-decoration:none;
}

.news-latest-gotoarchive {
	margin-top:10px;
	margin-bottom:10px;
}

    /**** EDITMENU STYLES ****/
    .tx-newsfeedit-pi1-editmenu-list {
      padding-top:1em;
      padding-left:1em;
      display: inline;
    }

    .tx-newsfeedit-pi1-editmenu-list div {
      padding:2px;
      display: inline-block;
      width:250px;
      border:1px solid #FFFFFF;
      background-color: #EEEEEE;
      list-style: none;
    }
    
    .tx-newsfeedit-pi1-editmenu-list div a {
    	width:100%;
    }
    
    .tx-newsfeedit-pi1-link div {
    	display:inline-block;
    	list-style:none;
    }
    
.tx-newsfeedit-pi1-message-editmenu {
	font-weight:bold;
}

.tx-newsfeedit-pi1-form-field, .tx-newsfeedit-pi1-form-label {
	margin-top:3px;
	margin-bottom:3px;
}

.tx-newsfeedit-pi1 div.editorWrap {
      float: none;
    }

/**** FORM AND PREVIEW STYLES ****/
.tx-newsfeedit-pi1-form-label, .tx-newsfeedit-pi1-preview-label {
  float:left;
  width:100px;
}

.news-single-links dt, dd { display:inline; margin:0px; }
.righttopbox p, table { font-size:11px; }
/*
DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: none; }
*/

DIV.csc-textpic-clear { clear: none; }
div#rightcolumn div.csc-textpic-clear { clear:both; }

/*styles for lz_gallery*/

.lz-gallery-list-title {
	background-color:#bbbbbb;
	padding:2px;
	margin-top:2px;
	margin-bottom:0px;
	border:1px solid #666666;
	border-bottom: 0px;
	width:500px;
}

.lz-gallery-list-body {
	border-top:0px;
	border:1px solid #666666;
	padding:2px;
	margin-top:0px;
	margin-bottom:2px;
	width:500px;
}

.lz-gallery-list-pagination {
	text-align:center;
	border:1px solid #eeeeee;
	width:500px;
	padding:2px;
}

.lz-gallery-list-sorting {
	width:95%;
	padding:2px;
}

.lz-gallery-list-preview {
	margin:0px;
	padding:0px;
}

.lz-gallery-list-info {
	padding:0px;
	margin:0px;
}

.lz-gallery-single-image {
	text-align:center;
}

table.typo3-editPanel { border: none; background-color: #eee; width: auto;}
table.typo3-editPanel TD.typo3-editPanel-controls { border: 0px solid #ccc; background-color: #eee;}


/* File links formatting: Layout 0, 1: alle untereinander, Layout 2,3: alle nebeneinander */

div.filelinks-layout0, div.filelinks-layout1, div.filelinks-layout2, div.filelinks-layout3 {
	display:block;
}

div.filelinks-layout0 div, div.filelinks-layout1 div, div.filelinks-layout2 div, div.filelinks-layout3 div {
	margin-right:30px;
}

div.filelinks-clear {
	/*clear:left;*/
}

div.filelinks-layout2 div, div.filelinks-layout3 div {
	float:left;
}
table.css-filelinks-table tr.even { background-color:#EEEEEE; }
