/* CSS-Styles insm */

BODY {
  margin:0px;
  padding-top:5px;
  background-color:#FFFFFF;  
  font-family:Arial;
  font-size:12px;
  color:#575859;
}

.clear {
  float: none;
  clear: both;
  line-height: 1px;
  height: 1px;
  overflow: hidden;
}

H1 {
  font-size:18px;
  font-weight:bold;
  padding:0px;
  margin:0px;
}

h1.balken {
	background-color:#848484;
	color:#ffffff;
	margin:0px;
	padding-left:15px;
	font-size:17px;
	height:33px;
	line-height:41px;
}

H2 {
  font-size:18px;
  font-weight:bold;
  padding:0px;
  margin-bottom:5px; 
}

H3 {
  margin:0px;
  padding:0px;
  font-size:14px;
}

#teaser-right h3 {
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#e5e5e5;
}

a {
	text-decoration:none;
	color:#cf3133;
	outline:none;
}

p {
    margin:0px;
    padding:0px;
}

a:hover {
	text-decoration:underline;
}

#site {
  width: 998px;
  margin: auto;
}

#top {
  width: 998px;
  height:33px;
  background-image: url(../templates/img/lt-round.gif);
  background-repeat: no-repeat;
  background-position:left bottom;
  float:right;
}

#metanavi {
  float:right;
  line-height:32px;
  margin-right:10px;
}

#search {
	float:right;
}

#header {
  width: 955px;
  height: 93px;
  padding-left: 26px;
  border-left: 16px solid #e5e5e5;
  clear:right;
}

#logo {
    float:left;
}

#login {
    float:right;
    width:200px;
    text-align:right;
    padding-top:30px;
}

#login input.login-user {
    width:141px;
    margin-bottom:7px;
    border: 1px solid #9c9d9f;
}

#login input.login-pass {
    width:100px;
    margin-right:10px;
    margin-bottom:8px;
    border: 1px solid #9c9d9f;
}

#rootline {
    clear:both;
  width: 982px;
  height:16px;
  line-height:16px;
  border-left: 16px solid #e5e5e5;
  padding-left:10px;
  color:#9c9d9f;
  padding-top:10px;
  padding-bottom:5px;
}

#mainnavi {
  width: 978px;
  height: 39px;
  border-left: 16px solid #e5e5e5;
  padding-left: 9px;
  background-image: url(../templates/img/bg-menu.png);
  background-position:top right;
  background-repeat:no-repeat;
  text-align:center;
}

#mainnavi UL {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#mainnavi UL LI {
  margin: 0px;
  padding: 0px;
  /*float: left;*/
  display:inline;
  width: 194px;
  height: 39px;
  background-color: #cd4d44;
}

#mainnavi UL LI.mainnavi-bg-l{
  background-image: url(../templates/img/mainnavi-bg-l.gif);
  background-repeat: no-repeat;
  width: 4px;
}

#mainnavi UL LI.mainnavi-bg-r{
  background-image: url(../templates/img/mainnavi-bg-r.gif);
  background-repeat: no-repeat;
  width: 4px;
}

#content {
  width:982px;
  border-left:16px solid #e5e5e5;
  padding-top:12px;
}

#content-left {
  float:left; 
  width:209px;
}

#content-right {
  float:right;
  width:753px;
}

#content-main {
  float:left;
  width:539px;
}

#teaser-right {
  float:right;
  width:193px;
}

#footer {
  width: 998px;
  height: 30px;
  background-image: url(../templates/img/border-right-footer.gif);
  background-repeat: no-repeat;
  background-position:left top;
  clear:both;
  padding-left:35px;
}

/**********************
 *
 *  Rootline
 *
 **********************/

#rootline a {
	text-decoration:none;
	color:#9c9d9f;
	font-size:10px;
}

#rootline a:hover {
	text-decoration:underline;
}

#rootline .rootline-seperator {
	padding-right:3px;
	padding-left:3px;
	font-size:10px;
}


/**********************
 *
 *  Navigation oben
 *
 **********************/

#metanavi ul {
  margin:0px;
  padding:0px;
}

#metanavi li {
  float:left;
  list-style-type:none;
}

#metanavi a {
	text-decoration:none;
	color:#9c9d9f;
	font-size:10px;
}

#metanavi a:hover {
	text-decoration:underline;
}

#metanavi .menu-seperator {
	color:#9c9d9f;
	padding-left:5px;
	padding-right:5px;
	font-family:Arial;
	padding-top:1px;
}

/**********************
 *
 *  Navigation links
 *
 **********************/

#navi-left {
  padding-left:9px;
}

.navi-left-border-top {
  width:200px;
  height:3px;
  background-image:url(../templates/img/navi-left-border-top.gif);
  background-repeat:no-repeat;
  line-height:3px;
  overflow:hidden;
}

.navi-left-border-bottom {
  width:200px;
  height:3px;
  background-image:url(../templates/img/navi-left-border-bottom.gif);
  background-repeat:no-repeat;
  line-height:3px;
  overflow:hidden;
  margin-bottom:15px;
}

ul.navileft {
  margin:0px;
  padding-top:3px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:3px;
  border-left:2px solid #e4e4e4;
  border-right:2px solid #e4e4e4;
  background-color:#e4e4e4;
}

ul.navileft li {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	margin:0px;
}

li.navileft-no {
  	list-style-type:none;
}

li.navileft-no a {
	text-decoration:none;
	color:#464648;
	font-size:14px;
	font-weight:bold;
}

li.navileft-no a:hover {
	color:#cf3133;
}

li.navileft-act {
  	list-style-type:none;
}

li.navileft-act a {
	text-decoration:none;
	color:#cf3133;
	font-size:14px;
	font-weight:bold;
}

li.navileft-act a:hover {
	color:#cf3133;
}

li.navileft-cur {
  	list-style-type:none;
}

li.navileft-cur a {
	text-decoration:none;
	color:#cf3133;
	font-size:14px;
	font-weight:bold;
}

li.navileft-cur a:hover {
	color:#cf3133;
}

ul.navileft2 {
  	margin-top:5px;
  	margin-bottom:0px;
  	margin-left:0px;
  	padding-top:5px;
  	padding-left:0px;
  	padding-right:0px;
  	padding-bottom:5px;
  	background-color:#f1f1f1;
  	list-style-type:none;
}

ul.navileft2 li {
	padding-left:15px;
	margin:0px;
}

li.navileft2-no {
  	list-style-type:none;
  	background-image: url(../templates/img/navileft2.gif);
  	background-repeat: no-repeat;
  	background-position:10px 5px;
  	background-color:#f1f1f1;
}

li:hover.navileft2-no {
  	list-style-type:none;
  	background-image: url(../templates/img/navileft2-cur.gif);
  	background-repeat: no-repeat;
  	background-position:10px 5px;
}

li.navileft2-no a {
	text-decoration:none;
	color:#464648;
	font-size:13px;
	font-weight:bold;
	padding-left:15px;
}

li.navileft2-no a:hover {
	text-decoration:none;
	color:#cf3133;
	font-size:13px;
	font-weight:bold;
}

li.navileft2-act {
  	list-style-type:none;
  	background-image: url(../templates/img/navileft2-cur.gif);
  	background-repeat: no-repeat;
  	background-position:10px 5px;
}

li.navileft2-act a {
	text-decoration:none;
	color:#cf3133;
	font-size:13px;
	font-weight:bold;
	padding-left:15px;
}

li.navileft2-cur {
  	list-style-type:none;
  	background-image: url(../templates/img/navileft2-cur.gif);
  	background-repeat: no-repeat;
  	background-position:10px 5px;
}

li.navileft2-cur a {
	text-decoration:none;
	color:#cf3133;
	font-size:13px;
	font-weight:bold;
	padding-left:15px;
}


/**********************
 *
 *  Navigation FE Benutzer
 *
 **********************/

#navi-left-feuser {
  padding-left:9px;
}

.navi-left-feuser-border-top {
  width:200px;
  height:3px;
  background-image:url(../templates/img/navi-left-feuser-border-top.gif);
  background-repeat:no-repeat;
  line-height:3px;
  overflow:hidden;
}

.navi-left-feuser-border-bottom {
  width:200px;
  height:3px;
  background-image:url(../templates/img/navi-left-feuser-border-bottom.gif);
  background-repeat:no-repeat;
  line-height:3px;
  overflow:hidden;
  margin-bottom:15px;
}

ul.navileft-feuser {
  margin:0px;
  padding-top:3px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:3px;
  background-color:#f1f1f1;
}

ul.navileft-feuser li {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	margin:0px;
}

li.navileft-feuser-no {
  	list-style-type:none;
}

li.navileft-feuser-no a {
	text-decoration:none;
	color:#575859;
	font-size:14px;
	font-weight:bold;
}

li.navileft-feuser-no a:hover {
	color:#cf3133;
}

li.navileft-feuser-act {
  	list-style-type:none;
}

li.navileft-feuser-act a {
	text-decoration:none;
	color:#cf3133;
	font-size:14px;
	font-weight:bold;
}

li.navileft-feuser-act a:hover {
	color:#cf3133;
}

li.navileft-feuser-cur {
  	list-style-type:none;
}

li.navileft-feuser-cur a {
	text-decoration:none;
	color:#cf3133;
	font-size:14px;
	font-weight:bold;
}

li.navileft-feuser-cur a:hover {
	color:#cf3133;
}


/**********************
 *
 *  Navigation unten
 *
 **********************/

#footer ul {
  margin:0px;
  padding:0px;
}

#footer li {
  float:left;
  list-style-type:none;
}

#footer a {
	text-decoration:none;
	color:#9c9d9f;
	font-size:10px;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .menu-seperator {
	color:#9c9d9f;
	padding-left:5px;
	padding-right:5px;
	font-family:Arial;
	padding-top:1px;
}


/**********************
 *
 *  TYPO3 Inhaltselemente
 *
 **********************/

.csc-textpic-caption {
	padding-top:3px;
	padding-bottom:15px;
}


/**********************
 *
 *  FCE Teaser
 *
 **********************/
 
.fce-teaser {
  	width:193px;
  	padding-bottom:15px;
}

.fce-teaser-image {
	width:193px;
	height:162px;
  	text-align:center;
  	margin-top:10px;
  	background-image:url(../templates/img/bg-bild.gif);
  	background-repeat:no-repeat;
  	background-position:center top;
}

.fce-teaser-image img {
	padding-top:10px;
}

.fce-teaser a {
	text-decoration:none;
	color:#575859;
}

.fce-teaser h3 {
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#e5e5e5;
}

.fce-teaser p {
	background-image: url(../templates/img/pfeil-rechts.gif);
  	background-repeat: no-repeat;
  	background-position:0px 1px;
  	padding-left:15px;
}

.fce-teaser-border-top {
  width:193px;
  height:2px;
  background-image:url(../templates/img/teaser-head-top.gif);
  background-repeat:no-repeat;
  line-height:1px;
  overflow:hidden;
}

.fce-teaser-border-bottom {
  width:193px;
  height:2px;
  background-image:url(../templates/img/teaser-head-bottom.gif);
  background-repeat:no-repeat;
  line-height:1px;
  overflow:hidden;
}


/**********************
 *
 *  FCE Teaser Startseite links
 *
 **********************/
 
.fce-teaser-start-left {
  	width:193px;
  	padding-bottom:15px;
}

.fce-teaser-start-left-image {
	width:200px;
  	text-align:center;
  	margin-top:10px;
}

.fce-teaser-start-left-image-img {
	width:160px;
	height:140px;
	margin-left:20px;
}

.fce-teaser-start-left-image img {
	margin-top:10px;
}

.fce-teaser-start-left-video-image {
	width:200px;
  	text-align:center;
  	margin-top:10px;
  	
  	height:162px;
  	text-align:center;
  	margin-top:10px;
  	margin-left:10px;
  	background-image:url(../templates/img/bg-video.gif);
  	background-repeat:no-repeat;
  	background-position:center top;
}

.fce-teaser-start-left-video-image-img {
	width:160px;
	height:140px;
	margin-left:20px;
}

.fce-teaser-start-left-video-image img {
	margin-top:50px;
}

.fce-teaser-start-left-video-text {
    margin-left:20px;
    margin-top:5px;
} 

.fce-teaser-start-left a {
	text-decoration:none;
	color:#575859;
}

.fce-teaser-start-left h2 {
	padding-top:8px;
	padding-bottom:7px;
	background-color:#e5e5e5;
	margin:0px;
	width:189px;
	font-size:17px;
	text-align:left;
}

.fce-teaser-start-left p {
	background-image: url(../templates/img/pfeil-rechts.gif);
  	background-repeat: no-repeat;
  	background-position:0px 1px;
  	padding-left:15px;
  	margin-left:10px;
}

.fce-teaser-start-left-text {
    margin-left:20px;
    margin-top:5px;
}  

.fce-teaser-start-left-text p {
    background-image:none;
    padding:0px;
  	margin:0px;
}  

.fce-teaser-start-left-border-top {
  width:209px;
  height:2px;
  background-image:url(../templates/img/fce-teaser-start-left-border-top.gif);
  background-repeat:no-repeat;
  line-height:2px;
  overflow:hidden;
}

.fce-teaser-start-left-border-bottom {
  width:209px;
  height:2px;
  background-image:url(../templates/img/fce-teaser-start-left-border-bottom.gif);
  background-repeat:no-repeat;
  line-height:2px;
  overflow:hidden;
}



/**********************
 *
 *  FCE Teaser Startseite rechts
 *
 **********************/
 
.fce-teaser-start-right {
  	width:380px;
  	padding-bottom:2px;
  	text-align:left;
}

.fce-teaser-start-right h3 {
	color:#cf3133;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
}

.fce-teaser-start-right p {
}

.fce-teaser-start-right-content {
	border-left: 2px solid #99cc00;
	border-right: 2px solid #99cc00;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	background-color:#fafaf5;
}

.fce-teaser-start-right-content-left {
	float:left;
	width:170px;
}

.fce-teaser-start-right-content-left h3 {
	float:left;
	width:170px;
}

.fce-teaser-start-right-content-right {
	float:right;
	width:161px;
	height:162px;
	background-image:url(../templates/img/bg-bild.gif);
  	background-repeat:no-repeat;
  	text-align:center;
  	margin-top:5px;
  	overflow:hidden;
}

.fce-teaser-start-right-content-right img {
	padding-top:5px;
}

.fce-teaser-start-right-border-top {
  width:380px;
  height:3px;
  background-image:url(../templates/img/fce-teaser-start-right-border-top.gif);
  background-repeat:no-repeat;
  line-height:3px;
  overflow:hidden;
}

.fce-teaser-start-right-border-bottom {
  width:380px;
  height:3px;
  background-image:url(../templates/img/fce-teaser-start-right-border-bottom.gif);
  background-repeat:no-repeat;
  line-height:3px;
  overflow:hidden;
}


/**********************
 *
 *  FCE Startseite
 *
 **********************/

#fce-start {
	
}

#fce-start-left {
	width:370px;
	float:left;
	background-color:#e5e5e5;
	background-image:url(../templates/img/fce-start-left-border-top.gif);
	background-position:top;
  	background-repeat:no-repeat;
}

#fce-start-content {
	background-color:#e5e5e5;
}

#fce-start-left-content {
	padding-left:13px;
	padding-top:10px;
	margin:0px;
}

#fce-start-left-content img {
	padding-top:10px;
	padding-bottom:10px;
}

#fce-start-left a {
	padding-left:15px;
	background-image:url(../templates/img/pfeil-rechts.gif);
  	background-repeat:no-repeat;
  	background-position:0px 1px;
  	color:#cf3133;
  	height:10px;
  	line-height:10px;
}

#fce-start-right {
	width:383px;
	float:right;
}

#fce-start-right .tx-vgetagcloud-pi1 {
    border-left:2px solid #e5e5e5;
    border-right:2px solid #e5e5e5;
    margin-left:3px;
}

#fce-start-right h2 {
    background-color:#e5e5e5;
    margin-top:2px;
    margin-bottom:0px;
    padding-left:15px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    text-align:left;
    margin-left:3px;
    background-image:url(../templates/img/tags-border-top.gif);
  	background-repeat:no-repeat;
}

#fce-start-right-content-top {
	width:383px;
	background-color:#ffffff;
}

#fce-start-right-content-bottom-border-top {
	width:383px;
	height:5px;
	background-image:url(../templates/img/fce-start-right-content-bottom-border-top.gif);
  	background-repeat:no-repeat;
  	line-height:5px;
  	overflow:hidden;
}

#fce-start-right-content-bottom {
  	width:383px;
  	padding-top:10px;
}

.fce-start-border-bottom {
	width:753px;
	height:2px;
	line-height:2px;
	clear:both;
  	background-image:url(../templates/img/fce-start-border-bottom.gif);
  	background-repeat:no-repeat;
  	overflow:hidden;
}

#fce-start h1 {
	background-color:#848484;
	color:#ffffff;
	margin:0px;
	padding-left:15px;
	padding-bottom:0px;
	padding-top:0px;
	font-size:17px;
	height:33px;
	line-height:33px;
}

#fce-start img {
	border:none;
}

.fce-start-header-border-top {
  width:753px;
  height:3px;
  background-image:url(../templates/img/fce-start-header-border-top.gif);
  background-repeat:no-repeat;
  line-height:3px;
  overflow:hidden;
}

.fce-start-header-border-bottom {
  width:753px;
  height:3px;
  background-image:url(../templates/img/fce-start-header-border-bottom.gif);
  background-repeat:no-repeat;
  line-height:3px;
  padding-bottom:5px;
  overflow:hidden;
}

 
/**********************
 *
 *  Extensions
 *
 **********************/
 
.tx-insmprojects-pi1 h1 {
	background-color:#848484;
	color:#ffffff;
	margin:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:17px;
}

.tx-insmprojects-pi1 h2 {
	color:#99cc00;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
}

.tx-insmprojects-pi1 h2 a {
	color:#99cc00;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-decoration:none;
}

.tx-insmprojects-pi1 h3 {
	color:#575859;
	font-size:13px;
}

.tx-insmprojects-pi1 h3.tx-insmprojects-header-green {
	color:#99cc00;
	font-size:14px;
}

.tx-insmprojects-pi1 h3.tx-insmprojects-header-red {
	color:#cf3133;
	font-size:14px;
}

.tx-insmprojects-pi1 h4 {
	font-size:14px;
	margin:0px;
	padding-bottom:10px;
	padding-top:5px;
}

#tx-insmprojects-searchform-small {
	padding-left:20px;
	padding-bottom:10px;
}

#tx-insmprojects-searchform-small h5 {
	padding:0px;
	margin:0px;
	font-size:14px;
}

#tx-insmprojects-searchform-small ul {
	padding:0px;
	padding:0px;
	list-style:none;
}

#tx-insmprojects-searchform-small ul li {
	padding-bottom:10px;
}

#tx-insmprojects-searchform-small ul li a {
	background-image: url(../templates/img/pfeil-rechts.gif);
  	background-repeat: no-repeat;
  	background-position:0px 1px;
  	padding-left:15px;
}

.tx-insmprojects-searchform-small-header {
	background-color:#e5e5e5;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}

#tx-insmprojects-searchform-small form {
	padding:0px;
	margin:0px;
}

.tx-insmprojects-searchform-small-header h4 {
	margin:0px;
	padding:0px;
}

.tx-insmprojects-searchform-border-top {
	width:209px;
	height:2px;
  	background-image:url(../templates/img/search-border-top.gif);
  	background-repeat:no-repeat;
  	line-height:2px;
  	overflow:hidden;
}

.tx-insmprojects-searchform-border-bottom {
	width:209px;
	height:2px;
  	background-image:url(../templates/img/search-border-bottom.gif);
  	background-repeat:no-repeat;
  	line-height:2px;
  	overflow:hidden;
  	margin-bottom:15px;
}

.tx-insmprojects-search-select select {
	width:170px;
	margin-top:5px;
	margin-bottom:4px;
	border: 1px solid #575859;
	color:#575859;
}

input.tx-insmprojects-search-word {
	width:135px;
	border: 1px solid #575859;
	color:#575859;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	padding:2px;
	/* height:18px; */
	font-size:13px;
}

.tx-insmprojects-search--button {
	width:30px;
	height:33px;
	border:none;
	background-color:transparent;
	background-image:url(../templates/img/searchbutton.gif);
  	background-repeat:no-repeat;
  	cursor:pointer;
}

.tx-insmprojects-list-item {
	padding:0px;
	margin-bottom:5px;
}

.tx-insmprojects-green-border-top {
	width:539px;
	height:3px;
  	background-image:url(../templates/img/green-border-top.gif);
  	background-repeat:no-repeat;
  	line-height:3px;
  	overflow:hidden;
}

.tx-insmprojects-list-item-content {
	border-left: 2px solid #99cc00;
	border-right: 2px solid #99cc00;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	background-color:#fafaf5;
}

.tx-insmprojects-list-left {
	width:335px;
	float:left;
}

.tx-insmprojects-list-left h2 a {
	font-size:14px;
	padding:0px;
	margin:0px;
	color:#cf3133;
}

.tx-insmprojects-list-right {
	float:right;
	width:161px;
	height:162px;
	background-image:url(../templates/img/bg-bild.gif);
  	background-repeat:no-repeat;
  	text-align:center;
  	margin-top:5px;
}

.tx-insmprojects-list-right img {
	padding-top:10px;
}

.tx-insmprojects-list-klecks {
	float:right;
	padding-bottom:10px;
}

.tx-insmprojects-list-bottom {
	padding-top:8px;
	padding-bottom:8px;
	padding-left:15px;
	border-left: 2px solid #99cc00;
	border-right: 2px solid #99cc00;
	border-top: 2px solid #99cc00;
}

.tx-insmprojects-macher-bottom {
	padding-top:8px;
	padding-bottom:8px;
	padding-left:15px;
	border-left: 2px solid #99cc00;
	border-right: 2px solid #99cc00;
	border-top: 2px solid #99cc00;
}

.tx-insmprojects-list-bottom a {
	background-image: url(../templates/img/pfeil-rechts.gif);
  	background-repeat: no-repeat;
  	background-position:0px 1px;
  	padding-left:15px;
  	margin-right:20px;
}

.tx-insmprojects-macher-bottom a {
	background-image: url(../templates/img/pfeil-rechts.gif);
  	background-repeat: no-repeat;
  	background-position:0px 1px;
  	padding-left:15px;
  	margin-right:20px;
}

.tx-insmprojects-green-border-bottom {
	width:539px;
  	height:3px;
  	background-image:url(../templates/img/green-border-bottom.gif);
  	background-repeat:no-repeat;
  	line-height:3px;
  	overflow:hidden;
  	padding:0px;
  	margin:0px;
}

.tx-insmprojects-header {
	background-color:#848484;
}

.tx-insmprojects-headline {
	float:left;
	background-color:#848484;
}

.tx-insmprojects-header-border-top {
	height:3px;
  	background-image:url(../templates/img/headline-border-top.gif);
  	background-repeat:no-repeat;
  	line-height:3px;
  	overflow:hidden;
}

.tx-insmprojects-header-border-bottom {
	height:3px;
  	background-image:url(../templates/img/headline-border-bottom.gif);
  	background-repeat:no-repeat;
  	line-height:3px;
  	overflow:hidden;
  	clear:left;
  	margin-bottom:5px;
}

.tx-insmprojects-pagebrowser {
	background-color:#848484;
	float:right;
	width:300px;
}

.tx-insmprojects-pagebrowser ul {
	list-style-type:none;
	margin:0px;
	padding-right:10px;
	padding-left:0px;
	float:right;
}

.tx-insmprojects-pagebrowser li {
	float:left;
}

li.tx-insmprojects-pagebrowser-page {
	/* width:11px; */
	width:20px;
	height:33px;
	line-height:33px;
	float:left;
	text-align:center;
	margin:0px;
	padding:0px;
}

li.tx-insmprojects-pagebrowser-active {
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	width:20px;
	height:33px;
	line-height:33px;
	/* background-image:url(../templates/img/page-active.gif); */
  	/* background-repeat:no-repeat; */
  	text-align:center;
  	/* margin-left:7px; */
	padding:0px;
}

li.tx-insmprojects-pagebrowser-page-next {
  	text-align:center;
  	margin:0px;
  	width:20px;
	padding-top:9px;
	/* padding-left:20px; */
}

li.tx-insmprojects-pagebrowser-page-previous {
  	text-align:center;
  	margin:0px;
	padding-top:9px;
	padding-right:10px;
}

.tx-insmprojects-pagebrowser a {
	color:#e5e5e5;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

.tx-insmprojects-link-list {
	padding-top:4px;
	text-align:center;
}

.tx-insmprojects-link-list a {
  	color:#575859;
}

.tx-insmprojects-link-list-prev {
	float:left;
	width:185px;
  	text-align:left;
}

.tx-insmprojects-link-list-prev a {
	background-image:url(../templates/img/pfeil-links.gif);
  	background-repeat:no-repeat;
  	backround-position:0px 2px;
  	padding-left:19px;
}

.tx-insmprojects-link-list-tolist {
	float:left;
	width:230px;
  	text-align:left;
}

.tx-insmprojects-link-list-tolist a {
	background-image:url(../templates/img/doppelpfeil.gif);
  	background-repeat:no-repeat;
  	backround-position:0px 2px;
  	padding-left:22px;
}

.tx-insmprojects-link-list-next {
	float:left;
	width:120px;
  	text-align:left;
}

.tx-insmprojects-link-list-next a {
	background-image:url(../templates/img/pfeil-rechts.gif);
  	background-repeat:no-repeat;
  	backround-position:0px 2px;
  	padding-left:19px;
}

.tx-insmprojects-details-submenu {
	background-color:#fafaf5;
	border-left:2px solid #b9cf37;
	border-right:2px solid #b9cf37;
	border-bottom:2px solid #b9cf37;
	padding:15px;
}

#tx-insmprojects-details {
	background-color:#fafaf5;
	border-left:2px solid #b9cf37;
	border-right:2px solid #b9cf37;
	padding:15px;
}

.tx-insmprojects-details-submenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.tx-insmprojects-details-submenu ul li {
	margin:0px;
	padding-bottom:5px;
	list-style-type:none;
	background-image:none;
}

.tx-insmprojects-details-submenu ul li a {
	background-image:url(../templates/img/pfeil-rechts.gif);
  	background-repeat:no-repeat;
  	backround-position:0px 5px;
  	padding-left:17px;
  	color:#575859;
  	font-weight:bold;
}

.tx-insmprojects-macher {
	background-color:#fafaf5;
	border-left:2px solid #b9cf37;
	border-right:2px solid #b9cf37;
	padding:15px;
}

.tx-insmprojects-details-header-left-active {
	width:268px;
	float:left;
	background-image:url(../templates/img/details-header-border-top.gif);
  	background-repeat:no-repeat;
}

.tx-insmprojects-details-header-left-active h2 {
	border-left:2px solid #b9cf37;
	border-right:2px solid #b9cf37;
	margin-top:2px;
	padding-left:10px;
}

.tx-insmprojects-details-header-left h2 {
	padding-left:10px;
	margin-top:2px;
}

.tx-insmprojects-details-header-left h2 a {
	color:#ffffff;
	text-decoration:none;
	padding:0px;
}

.tx-insmprojects-details-header-left {
	width:268px;
	float:left;
	background-color:#d2e083;
	background-image:url(../templates/img/details-header-active-border-top.gif);
  	background-repeat:no-repeat;
}

.tx-insmprojects-details-header-right-active {
	width:268px;
	float:right;
	background-image:url(../templates/img/details-header-border-top.gif);
  	background-repeat:no-repeat;
}

.tx-insmprojects-details-header-right-active h2 {
	border-left:2px solid #b9cf37;
	border-right:2px solid #b9cf37;
	margin-top:2px;
	padding-left:10px;
}

.tx-insmprojects-details-header-right h2 {
	padding-left:10px;
	margin-top:2px;
}

.tx-insmprojects-details-header-right h2 a {
	color:#ffffff;
	text-decoration:none;
	padding:0px;
}

.tx-insmprojects-details-header-right {
	width:268px;
	float:right;
	background-color:#d2e083;
	background-image:url(../templates/img/details-header-active-border-top.gif);
  	background-repeat:no-repeat;
}

.tx-insmprojects-details-header-left-border-bottom {
    background-image:url(../templates/img/details-header-active-right-border-bottom.gif);
  	background-repeat:no-repeat;
  	background-position:right;
  	clear:both;
    height:2px;
    line-height:2px;
    overflow:hidden;
    border-left:2px solid #b9cf37;
}

.tx-insmprojects-details-header-right-border-bottom {
    background-image:url(../templates/img/details-header-active-left-border-bottom.gif);
  	background-repeat:no-repeat;
  	clear:both;
  	background-position:left;
    height:2px;
    line-height:2px;
    overflow:hidden;
    border-right:2px solid #b9cf37;
}

#tx-insmprojects-table-details {
	width:100%;
	background-color:#fafaf5;
}

.tx-insmprojects-details-text {
	float:left;
	width:340px;
}

.tx-insmprojects-details-image {
	float:right;
	width:162px;
	text-align:center;
}

.tx-insmprojects-details-image-border-top {
	width:162px;
	height:5px;
	background-image:url(../templates/img/details-image-border-top.gif);
  	background-repeat:no-repeat;
  	line-height:5px;
}

.tx-insmprojects-details-image-bg {
	width:162px;
	background-image:url(../templates/img/details-image-bg.gif);
  	background-repeat:repeat-y;
}

.tx-insmprojects-details-image-text {
	width:162px;
	background-image:url(../templates/img/details-image-bg.gif);
  	background-repeat:repeat-y;
  	text-align:left;
  	font-size:11px;
  	padding-top:3px;
  	padding-left:11px;
}

.tx-insmprojects-details-image-border-bottom {
	width:162px;
	height:7px;
	background-image:url(../templates/img/details-image-border-bottom.gif);
  	background-repeat:no-repeat;
  	line-height:7px;
}

#tx-insmprojects-table-details td {
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#tx-insmprojects-table-macher td {
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#tx-insmprojects-table-macher td.tx-insmprojects-table-macher-label {
	font-weight:bold;
	width:100px;
}

#tx-insmprojects-table-details td.tx-insmprojects-table-details-label {
	font-weight:bold;
	padding-right:10px;
}

.tx-insmprojects-comments-item {
	padding-top:10px;
}

#content-main .tx-insmprojects-comments-item a {
	padding-right:30px;
	background-image:url(../templates/img/icon-mail.gif);
  	background-repeat:no-repeat;
  	background-position:right;
  	line-height:20px;
}

#content-main .tx-insmprojects-comments-item a:hover {
	padding-right:30px;
	background-image:url(../templates/img/icon-mail-hover.gif);
  	background-repeat:no-repeat;
  	background-position:right;
  	line-height:20px;
}

.tx-insmprojects-comments-item p {
	padding-left:10px;
	margin:0px;
}

textarea.tx-insmprojects-comments-textarea {
	width:500px;
	height:100px;
	font-family:Arial;
	font-size:12px;
	color:#575859;
}

input.tx-insmprojects-comments-button {
	width:121px;
	height:44px;
	background-image:url(../templates/img/submitbutton.gif);
  	background-repeat:no-repeat;
  	border:none;
  	background-color:transparent;
}

input:hover.tx-insmprojects-comments-button {
	cursor:hand;
}

.tx-insmprojects-related {
    padding-top:10px;
}

.tx-insmprojects-related-item {
    padding-bottom:5px;
}

.tx-insmprojects-related-image-bg {
	width:76px;
	height:86px;
	float:left;
	background-image:url(../templates/img/related-image-bg.gif);
  	background-repeat:repeat-y;
}

.tx-insmprojects-related-image-bg img {
	padding-left:9px;
	padding-top:4px;
}

.tx-insmprojects-related-name {
    float:right;
    width:110px;
}

.tx-insmprojects-related-link-all {
    margin-top:5px;
    margin-bottom:10px;
}

.tx-insmprojects-related-link-all a {
    background-image: url(../templates/img/pfeil-rechts.gif);
  	background-repeat: no-repeat;
  	background-position:0px 1px;
  	padding-left:15px;
}

.tx-insmprojects-macher h2 {
    color:#99cc00;
	font-size:14px;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
}

table.macher-detail {
    border-spacing:0px;
    border:none;
    padding:0px;
    margin:0px;
}

table.macher-detail td.tx-insmprojects-macher-detail-label {
    font-weight:bold;
    padding-right:30px;
}


/**********************
 *
 *  Sitemap
 *
 **********************/
 
 
#sitemap ul {
  margin-top:15px;
  padding:0px;
  list-style-type:none;
}
 
#sitemap li.csc-sitemap-level1 {
  padding-bottom:5px;
  padding-left:15px;
}
 
#sitemap li.csc-sitemap-level1 a, li.csc-sitemap-level2 a, li.csc-sitemap-level3 a, li.csc-sitemap-level4 a {
  text-decoration:none;
  color:#cf3133;
}

#sitemap li.csc-sitemap-level1 a:hover, li.csc-sitemap-level2 a:hover, li.csc-sitemap-level3 a:hover, li.csc-sitemap-level4 a:hover {
  text-decoration:underline;
}

#sitemap li.csc-sitemap-level2 {
  padding-left:25px;
  padding-bottom:5px;
}

#sitemap li.csc-sitemap-level3 {
  padding-left:35px;
  padding-bottom:5px;
}

#sitemap li.csc-sitemap-level4 {
  padding-left:45px;
  padding-bottom:5px;
}

/**********************
 *
 *  Suche
 *
 **********************/

.tx-indexedsearch .form {
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
}

.tx-indexedsearch label {
	padding-right:10px;
	height:55px;
	line-height:55px;
	float:left;
}

.tx-indexedsearch h3 {
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.tx-indexedsearch-result {
	padding-left:15px;
	margin:0px;
	background-image: url(../templates/img/pfeil-rechts.gif);
  	background-repeat: no-repeat;
  	background-position:0px 1px;
}

.tx-indexedsearch-descr {
	padding-left:15px;
}

.tx-indexedsearch-whatis {
	padding-left:15px;
}

.tx-indexedsearch-browsebox {
	padding-left:15px;
}

ul.browsebox {
    list-style:none;
}

ul.browsebox li {
    display:inline;
    padding-left:10px;
}

input.search-button {
	width:108px;
	height:44px;
	border:none;
	margin-top:5px;
	padding:0px;
}

input.search-word {
	width:100px;
	height:18px;
	margin-bottom:18px;
	margin-right:5px;
	margin-left:0px;
	margin-top:0px;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:0px;
	border: 1px solid #9c9d9f;
	color:#9c9d9f;
	font-size:11px;
}

input.searchbox-button {
	width:30px;
	height:33px;
	border:none;
}

input.searchbox-word {
	width:100px;
	height:18px;
	margin-bottom:13px;
	margin-right:5px;
	margin-left:0px;
	margin-top:0px;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:0px;
	border: 1px solid #9c9d9f;
	color:#9c9d9f;
	font-size:11px;
}

.tx-indexedsearch-searchbox-button {
	width:30px;
	border:none;
}

fieldset {
	border:none;
	margin:0px;
	padding:0px;
}


/**********************
 *
 *  Formulare
 *
 **********************/
 
form {
	padding:0px;
	margin:0px;
}
 
.form {
	background-color:#f1f1f1;
	padding:15px;
	border-left:2px solid #dedede;
	border-right:2px solid #dedede;
}

.form p {
	margin:0px;
	padding:0px;
}

.form-border-top {
	height:3px;
  	background-image:url(../templates/img/form-border-top.gif);
  	background-repeat:no-repeat;
  	line-height:3px;
  	overflow:hidden;
}

.form-border-bottom {
	height:3px;
  	background-image:url(../templates/img/form-border-bottom.gif);
  	background-repeat:no-repeat;
  	line-height:3px;
  	overflow:hidden;
  	margin-bottom:5px;
}

h1.grau {
	background-color:#848484;
	color:#ffffff;
	margin:0px;
	padding-left:15px;
	font-size:17px;
	padding-top:7px;
	padding-bottom:7px;
}

.form h2 {
	color:#99cc00;
	font-size:14px;
	margin:0px;
	padding-bottom:10px;
	padding-top:0px;
}
 
.form form {
	width:470px;
}

.form-row label {
	float:left;
	width:200px;
}

.form-row {
	padding-bottom:10px;
}

.form-row input {
	width:260px;
	border:1px solid #575859;
}

.form-row select {
	width:260px;
	border:1px solid #575859;
}

.form-row textarea {
	width:260px;
	height:100px;
	border:1px solid #575859;
	font-family:Arial;
	font-size:12px;
	color:#575859;
}
 
#mailform label {
	float:left;
	width:200px;
}

#mailform input {
	width:200px;
	border:1px solid #575859;
}

#mailform textarea {
	width:200px;
	height:150px;
	border:1px solid #575859;
	font-family:Arial;
	font-size:12px;
	color:#575859;
}

#mailform input.csc-mailform-submit {
	width:122px;
	height:46px;
	padding:0px;
	background-color:transparent;
	border:none;
	margin-left:280px;
	background-image:url(../templates/img/submitbutton.gif);
  	background-repeat:no-repeat;
  	cursor:pointer;
}

#mailform input:hover.csc-mailform-submit {
  	cursor:pointer;
}

.csc-mailform-field {
	padding-bottom:10px;
}

/**********************
 *
 *  Login
 *
 **********************/

#login-left .login-left-login-form {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
}

.content-left-headline {
	background-color:#e5e5e5;
	padding-left:20px;
}

#login-left h2 {
	padding-top:8px;
	padding-bottom:7px;
	background-color:#e5e5e5;
	margin:0px;
	width:189px;
	font-size:17px;
	text-align:left;
}

#login-left input {
	margin-bottom:5px;
	width:170px;
}

#login-left input.login-left-submit {
	margin:0px;
	padding:0px;
	width:97px;
	height:44px;
}

#login-left a {
	background-image: url(../templates/img/pfeil-rechts.gif);
  	background-repeat: no-repeat;
  	background-position:0px 1px;
  	padding-left:15px;
  	padding-bottom:0px;
  	margin:0px;
}

.login-left-link {
  	padding-bottom:3px;
}


/**********************
 *
 *  Anmeldung
 *
 **********************/

.tx-srfeuserregister-pi1-gender input {
    width:20px;
    margin:0px;
    padding:0px;
}

.tx-srfeuserregister-pi1-gender label {
    float:none;
}

input.tx-srfeuserregister-pi1-checkbox {
	padding:0px;
	margin:0px;
	width:20px;
	border:none;
}

p.tx-srfeuserregister-pi1-error {
	color:#cf3133;
	padding-bottom:3px;
}

.form-row-image label {
    float:none;
}

input.tx-srfeuserregister-pi1-delete-icon {
    width:20px;
    height:20px;
    margin-left:10px;
    border:none;
}

input.tx-srfeuserregister-pi1-uploader {
  
}


a.tx-srfeuserregister-pi1-file-view {
    margin-left:10px;
    background-image: url(../templates/img/pfeil-rechts.gif);
  	background-repeat: no-repeat;
  	background-position:0px 1px;
  	padding-left:15px;
}

a.tx-srfeuserregister-pi1-link-delete {
    margin-left:10px;
    background-image: url(../templates/img/delete.gif);
  	background-repeat: no-repeat;
  	background-position:0px 1px;
  	padding-left:15px;
}


/**********************
 *
 *  Sitemap
 *
 **********************/

.csc-sitemap-level1{
	font-size:13px;
	font-weight:bold;
	padding-top:10px;
}
 
.csc-sitemap-level1 a {
	font-size:13px;
	font-weight:bold;
}


.tx-mlmaps-pi1 p {
	background-color:#ffffff;
	padding:3px;
	border:1px solid #fef9f9;
}


/**********************
 *
 *  News
 *
 **********************/
 
#news-details {
	background-color:#fafaf5;
	border-left:2px solid #b9cf37;
	border-right:2px solid #b9cf37;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
}
 
.news h1 {
	background-color:#848484;
	color:#ffffff;
	margin:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:17px;
}

.news-list h1 {
	background-color:#848484;
	color:#ffffff;
	margin:0px;
	padding-left:15px;
	font-size:17px;
	height:33px;
	line-height:33px;
}
 
.news h2 {
	color:#99cc00;
	font-size:14px;
	padding-bottom:10px;
	margin:0px;
	text-decoration:none;
}

.news-list h2 {
	color:#99cc00;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-decoration:none;
}
 
.news h2 a, .news-list h2 a {
	color:#99cc00;
	text-decoration:none;
}

dl.news-single-related {
	margin:0px;
	padding-bottom:10px;
}

dl.news-single-related dd {
	margin:0px;
	padding:0px;
}

dl.news-single-related dt {
	margin:0px;
	padding:0px;
}

dl.news-single-files {
	margin:0px;
	padding-bottom:10px;
}

dl.news-single-files dd {
	margin:0px;
	padding:0px;
}

dl.news-single-files img {
	padding-right:5px;
}

dl.news-single-files dt {
	margin:0px;
	padding:0px;
}

dl.news-single-links {
	margin:0px;
	padding-bottom:10px;
}

dl.news-single-links dd {
	margin:0px;
	padding:0px;
}

dl.news-single-links dt {
	margin:0px;
	padding:0px;
}

.news-link-list-tolist {
  	text-align:center;
}

.news-link-list-tolist a {
	background-image:url(../templates/img/doppelpfeil.gif);
  	background-repeat:no-repeat;
  	backround-position:0px 2px;
  	padding-left:22px;
}

.news-comments {
	background-color:#fafaf5;
	border-left:2px solid #b9cf37;
	border-right:2px solid #b9cf37;
	padding-left:15px;
	padding-right:15px;
}

.news-comments textarea {
	width:500px;
	height:100px;
	font-family:Arial;
	font-size:12px;
	color:#575859;
}

.tx-ttnews-browse {
	background-color:#848484;
	width:540px;
	height:37px;
}

.tx-ttnews-browsebox {
	background-color:#848484;
	width:540px;
	height:37px;
}

.tx-ttnews-browsebox table {
	margin-right:10px;
	padding:0px;
}

.tx-ttnews-browsebox td {
	height:32px;
	width:32px;
	text-align:right;
	margin:0px;
	padding:0px;
}

.tx-ttnews-browsebox td p {
	vertical-align:top;
	margin:0px;
	padding:0px;
}

.tx-ttnews-browsebox td a {
	color:#e5e5e5;
	font-weight:bold;
}

.tx-ttnews-browsebox td a:hover {
	text-decoration:none;
}

.tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell {
	font-size:14px;
	font-weight:bold;
	color:#717171;
	width:32px;
	/* background-image:url(../templates/img/page-active.gif); */
  	/* background-repeat:no-repeat; */
  	text-align:right;
}

.tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell a {
	color:#ffffff;
}


/**********************
 *
 *  Videobox und Slimbox
 *
 **********************/


#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; 
	text-align: center; 
	padding: 5px;
}

.lbLoading {
	background: #fff url(../templates/img/slimbox/sb_loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbCanvas {
	border: 10px solid #fff;
	z-index: 1000;
}

#lbCanvas iframe, #lbCanvas img {
	border:1px solid #999;
	margin:0; padding:0;
	z-index: 1000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../templates/img/slimbox/sb_prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../templates/img/slimbox/sb_nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	background: transparent url(../templates/img/slimbox/sb_closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	background:url(../templates/img/slimbox/sb_anchor_spacer.gif);
}

#lbPrevLink:hover {
	background: transparent url(../templates/img/slimbox/sb_prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink:hover {
	background: transparent url(../templates/img/slimbox/sb_nextlabel.gif) no-repeat 100% 15%;
}

#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../templates/img/slimbox/sb_printicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../templates/img/slimbox/sb_saveicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}

/**********************
 *
 *  Tagcloud
 *
 **********************/
 
.tx-vgetagcloud-pi1 {
    line-height:200%;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5px;
}
		
.tx-vgetagcloud-pi1 ul {
    margin:0px;
    padding:0px;
    list-style:none;
}

.tx-vgetagcloud-pi1 li {
    display:inline;
    float:left;
}

.tx-vgetagcloud-pi1 li a {
    padding:4px;
}


/**********************
 *
 *  Tooltip
 *
 **********************/

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

