/* Farben:

outlines gruen: #78b430
header bg gruen:#81ba37
content bg:     #eef2db
content border: #d3d5ce

*/

* {
	padding: 0;
	margin: 0;
}

html {
	background: #ffffff;
}

body {
	font: normal 75.01% helvetica, arial, verdana, sans-serif;
	margin: -20px auto 40px auto;
	padding-top: 18px;
	color: #333;
	background: #fff url(../img/bgVerlaufBody.jpg) left 40px repeat-x;
	width: 100%;
}

body#loginscreen {
	font: normal 75.01% helvetica, arial, verdana, sans-serif;
	margin: -20px auto 0 auto;
	padding-top: 18px;
	color: #333;
	background: #fff url(../img/cycro-logo-login.png) center -47px no-repeat;
	width: 100%;
}



body div {
	text-align: left;
}

a {
	color: #D7682F;
	outline: none;
	cursor:pointer;
}
a:hover { color: #3533B5;}

img { border: none; }

.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	content: ".";
	visibility: hidden;
}

#session_time_div {
	margin-left: 30px;
	float: left;
	padding-top: 4px;
}

#menu {
	display: none;
}

#main-menu {
	position: absolute;
	z-index: 100;
	width: 99.3%;
	top: 0;
	left: 0;
	height: 28px;
	background: #c6caaf url(../img/bg_main_navi.gif) left top repeat-x;
	border-bottom-left-radius: 5px;
	padding: 0 5px;	
	-moz-box-shadow: -5px 5px 5px 0px #777;
	-khtml-box-shadow: 0px 10px 5px -5px #777;
	-webkit-box-shadow: 0px 10px 5px -5px #777;
	box-shadow: 0px 10px 5px -5px #777;
}

#main-menu-holder {
	width: 1160px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: transparent;
}

#menu-box {
	width: 100%;
}

#menu-box p {
	padding: 4px 20px 4px 10px;
	margin-bottom: 15px; 
	font-size: 14px; 
	background:#c6caaf;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


#breadcrumbs {
	float: right;
	color: #666; 
	font-size: 0.9em;
	padding: 7px 10px;
}

#menuLangChange {
	position: absolute; 
	margin: 0 0 0 50%;
	top: 0.4em; 
	left: 0;
	z-index: 80;
	position: absolute;
	width: 220px;
	color: #666; 
	font-size: 0.9em;
	padding: 0 10px;
}

#menuLangChange #langMenuActiveId, #menuLangChange #langInhaltActiveId{
	z-index: 90;
	position: absolute;
	color: #666; 
	font-size: 0.9em;
	padding: 0 10px;
	background-color: #fff;
}

#menuLangChange #langInhaltActiveId{
	border: 1px solid #C6CAAF;
	padding: 2px;
	width: 60px;
	right: 32px;
}

#menuLangChange #langMenuActiveId{
	border: 1px solid #C6CAAF;
	padding: 2px;
	width: 60px;
	left: 44px;
}


#menuLangChange #langInhaltActiveId a ,
#menuLangChange #langMenuActiveId a {
	text-decoration: none;
}



#quicksearch {
	position: relative; 
	left: 50%;
	margin-left: 233px;
	top: 0; 
	z-index: 1000; 
	padding: 5px 20px 7px 20px;
	background: #c6caaf url(../img/bg_main_navi.gif) left top repeat-x;
	width: 310px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-box-shadow: 0px 10px 5px -5px #777;
	-khtml-box-shadow: 0px 10px 5px -5px #777;
	-webkit-box-shadow: 0px 10px 5px -5px #777;
	box-shadow: 0px 10px 5px -5px #777;
}

#quicksearch input {
	font-size: 0.9em;
}

#quicksearch label {
	color: #666;
}

/* Login Backend */

#login-wrapper {
	margin: 170px auto 0 auto; 
	width: 600px;
}

.login-content {
	padding: 0px 0px 18px 0px;
	margin: 0 ;
}

#login-form fieldset { border: none; }

#login-form legend {
	font-size: 100%;
	font-weight: normal;
	color: #222;
	text-shadow: 1px 1px 5px #ffffff;
}

#login-form input.block {
	width: 35.5%;
	padding: .3em .3em;
	margin: 5px 7px 5px 0px;
	font-size: 110%;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#login-form input.block:focus {
	-moz-box-shadow: 0px 0px 10px 3px #333;
	-khtml-box-shadow: 0px 0px 10px 3px #333;
	-webkit-box-shadow: 0px 0px 10px 3px #333;
	box-shadow: 0px 0px 10px 3px #333;
}

#login-form .accept-btn {
	width: 19%;
	padding-left: 40px;
	padding-right: 40px;
}

#login-wrapper .cycro-rss {
	background: #fff;
	margin: 20px 10px 60px 10px;
	padding: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#login-wrapper #div_feed_news fieldset { 
	border: none;
}

#login-wrapper #div_feed_news fieldset legend a { 
	color: #333;
	text-decoration: none;
}


#login-wrapper #div_feed_news fieldset legend a:hover { 
	text-shadow: 1px 1px 3px #777;
}

#login-wrapper #feed_pictogram  { 
	float: left; 
	padding: 16px 0 0 0; 
	margin-right: 20px;
}
#login-wrapper #feed_item_content { 
	float: left; 
	width: 450px; 
}

#login-wrapper .cycro-rss .feed-updates,
#login-wrapper .cycro-rss .feed-author {
	display: none;
}



#login-form .infobox {
	border: none;
	background: transparent url(../img/peak.png) 100px 0px no-repeat;
	padding: 13px 0 0 0;
}

#login-form p{
	color: #333;
	background: #C0DD9B url(../img/infobox_gradient.gif) 0px 0px repeat-x;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#login-footer {
	position: fixed;
	height: 33px;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background: #efefef;
	border-top: 1px solid #efefef;
}

.login-footer-left {
	padding-top: 8px;
	width: 48%;
	float: left;
	text-align: left;
}

.login-footer-left ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.login-footer-left ul li{
	float: left;
}

.login-footer-left ul li a{
	padding: 0 10px;
	color: #333;
	text-decoration: none;
}

.login-footer-left ul li a:hover{
	text-shadow: 1px 1px 3px #777;
}


.login-footer-middle {
	width: 46px;
	height: 38px;
	float: left;
	padding: 3px 5px 5px 5px;
}

.login-footer-middle a{
	display: block;
	width: 36px;
	height: 33px;
	background: url(../img/cycro-logo-footer.png) left top no-repeat
}

.login-footer-middle a:hover{
	background: url(../img/cycro-logo-footer-hover.png) left top no-repeat
}

.login-footer-right {
	padding-top: 8px;
	width: 45%;
	float: right;
	text-align: right;
	padding-right: 10px;
}




/** =Header **/
#cycro {
	margin: 0 auto;
	padding: 0 0 10px 0;
}

	#cycro img { float: left; }

	#cycro dfn {
		display: block;
		float: right;
		text-align: left;
		padding: 6px 10px 0 0px;
		color: #2f2f2f;
		font: bold 100% helvetica, arial, verdana, sans-serif;
	}

#layout-wrapper {
	margin: 1em auto 0 auto;
	width: 1160px;
}

#menu-header {
	position: relative;
	background: transparent url(../img/bg_mainmenu_left.gif) left top no-repeat;
}

#menu-outer-header {
	position: relative;
	margin: 0 0 0 8px;
	background: transparent url(../img/bg_mainmenu_right.gif) right top no-repeat;
}

#menu-inner-header {
	position: relative;
	margin: 0 0 0 0;
	background: transparent url(../img/bg_mainmenu.gif) left top repeat-x;
}

.header {
	width: 100%;
	margin-bottom: 0px;
}

.outer-header { padding: 10px 0 0 0;
	margin: 0 0 10px 8px;
}

.inner-header {
	margin: 0 8px 0 0;
}

.inner-header h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #939ba0;
	margin: 0;
	text-align: right;
}

h1#application-name {
	width: 1180px;
	font-size: 2.5em;
	font-weight:100;
	margin-top: 2px;
}

h1#application-name.filedesk {
	margin-top: -10px;
	height: 48px;
	background: transparent url(../img/filedesk-logo.gif) no-repeat right top;
}

h1#application-name.filedesk span {
	display: none;
}

.content-wrapper {}

.content-wrapper .contentLeft {  padding: 0 0.8em 0 0; }
.content-wrapper .contentRight { padding: 0 0 0 0.8em; width: 100% }


.header-content-wrapper {
	background: #eef2db;
	border-left: 1px solid #d3d5ce;
	border-right: 1px solid #d3d5ce;
}

.header-content {
	padding: 20px 10px 20px 10px;
	background: #eef2db;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.menubox-content {
	padding: 20px 10px 18px 10px;
	background: #eef2db;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-color: #aeb2a3;
}

.header-content-close, .login-content-close {
	height: 15px;
	margin-bottom: 7px;
	background: #eef2db url(../img/bg_content_close_left.gif) left bottom no-repeat;
}

.header-inner-content-close, .login-inner-content-close {
	margin: 0 0 0 8px;
	height: 15px;
	background: #eef2db url(../img/bg_content_close_right.gif) right bottom no-repeat;
}


.content-close {
	/*border-top: 1px solid #aeb2a3;*/
	height: 15px;
	margin-bottom: 7px;
	/*background: #eef2db url(../img/bg_content_close_left.gif) left bottom no-repeat;*/
}

.content-close {
	margin: 0;
	height: 15px;
	/*background: #eef2db url(../img/bg_content_close_right.gif) right bottom no-repeat;*/
}

/* DESK */

#desk {
	padding: 15px 0px;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

#desk_tab div.content-close,
#desk_tab div.content { background: #fff!important; }

#desk_tab #sCol-1 { width: 37%!important; padding: 0; }
#desk_tab #sCol-2 { width: 37%!important; }

#desk h1 {
	font-size: 140%;
	margin: 10px 0 15px 0;
}

#desk p {
	font-size: 100%;
	margin-bottom: 20px;
}

#desk a {
	color: #78b430;
}

#desk-col-01 {
	float: left;
	width: 70%;
}

#desk-col-02 {
	float: right;
	width: 30%;
}

#desk-col-02 .info-content {
	padding: 15px;
	background: #eef2db;
	border: 1px solid #d3d5ce;
	color: #666;
}

#desk-col-02 .info-content p {
	line-height: 140%;
}

#desk-col-02 .info-content strong {
	font-weight: bold;
	color: #333;
}

#desk-col-02 .info-content p {
	padding-bottom: 7px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #d3d5ce;
}
#dialogbox .label {
	margin-right: 30px;
	line-height: 25px;
}
#dialogbox .input {
	position: absolute;
	right: 20px;
	margin-bottom: 2px;
}
.sCol
{
	margin: 0px 10px 10px 10px;
	min-height: 400px;
}

#iToolCol {
	position: relative;
	margin-right: 1%;
	width: 19%;
	min-height: 400px;
	background: #C6CAAF;

}

#iToolCol .left-right {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#iToolCol .left-right a {
	color: #333;
	font-size: 87%;
	text-decoration: none;
}

.itcLeft {
	float: left;
}

.itcRight {
	float: right;
}

#iToolCol p {
	margin: 10px;
}

#iToolCol h1{
	margin: 10px;
	color: #666;

}

#iToolCol strong  {
	color: #666;
}

#iToolCol div, #iToolCol label  {
	color: #333;
	font-size: 87%;
	font-weight: normal
}

#iToolCol p a {
	text-decoration: none;
	color: #444;
	font-size: 77%;
	border-bottom: 1px dotted #000;
}
#iToolCol p a:hover {
	border-bottom: 1px dotted #C6CAAF;
}


#iToolCol .left-right {}


.sBox
{
	margin-bottom: 20px;
	background: #fff;
}

.sBox .sBoxHeader
{
	position: relative;
	width: 100%;
	/* background: #c6caaf url(../img/bg_beige_gradient.gif) left top repeat-x; */
	background: #8DC14B;
	cursor: move;
	-moz-border-radius-topleft: 5px;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.sBox .sBoxTools
{
	position: absolute;
	right: 7px;
	top: 5px;
}

.sBox .sBoxHeader a
{
	margin-left: 2px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.sBox .sBoxHeader img {
	vertical-align: bottom;
}

.sBox table {
	width: 100%;
}


.sBox table th {
	background: #EFF2DF!important;
	color: #666!important; 
}

.sBox table  {
	border: 1px solid #ccc!important;
	border-bottom: none!important;
}
.sBox table tr td {
	background: #fff!important;
	border-bottom: 1px solid #ccc!important;
}

.sBox p.widget-action a {
	text-decoration: none;
	font-size: 0.8em!important;
}




#desk .sBoxHeader a {
	color: #fff;
}

#desk .outer-header {
	margin: 0 0 0 8px;
	-moz-border-radius-topright: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

#desk .sBox .widget-action {
	margin: 0;
}

#desk_tab .sBox { 
	-moz-border-radius-topleft: 5px;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	background: #c6caaf!important; 
}

#desk .sBox .widget-action a {
	display: block;
	height: 16px;
	padding: 4px 0 0 0;
	margin: 0;
	color: #666;
	font-size: 92%;
	font-weight: bold;
}

#desk .sBox .inner-header, #iToolCol .sBox .inner-header, #dragHelper .sBox .inner-header {
	margin: 0 8px 0 0;
	padding: 0;
}

#desk .sBox .inner-header h3, #iToolCol .sBox .inner-header h3, #dragHelper .sBox .inner-header h3 {
	display: block;
	color: #6b6b6b;
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px;
}

.sBoxContent {
	border: 1px solid #c6caaf;
	border-top: none;
	padding: 10px;
	background: #fff;
	margin-top: -0px;
}

.sortHelper
{
	border: 3px dashed #ccc;
	background: #ededed;
	width: auto !important;
}

#desk .sCol p, #iToolCol p, #dragHelper p
{
	font-size: 120%;
	margin-bottom: 10px;
}

#desk .sCol p.detector, #iToolCol p.detector
{
	height: 1px; 
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#mbox {
	position: absolute;
	z-index: 600;
	border: 1px solid #666;
	background: #fff;
	padding: 4px;
}

#mbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mbox li {
    padding: 3px;
    border-bottom: 1px solid #ccc;
}

#mbox li.last {
    padding: 3px;
    border-bottom: none;
}

/* MMG TOOLBAR ---------------------------------------- */

#mm-wrapper-toolbar {
    padding: 15px 10px 0 10px;
    /*padding: 15px 10px 0 10px;*/
	border-left: 1px solid #aeb2a3;
	border-right: 1px solid #aeb2a3;
}

#mm-toolbar {
    position: relative;
    height: 40px;
	background: #fff url(../img/bg_toolbar_left.gif) left top no-repeat;
}

#mm-inner-toolbar {
    position: relative;
    height: 40px;
	background: url(../img/bg_toolbar_right.gif) right top no-repeat;
	margin-left: 8px;
}

#mm-toolbar #mm-inner-toolbar div {
    float: left;
}

#mm-toolbar-placeholder {
	height: 15px;
	border-left: 1px solid #aeb2a3;
	border-right: 1px solid #aeb2a3;
}

#btn-listView {
    cursor: pointer;
    margin: 5px 0 0 0;
    width: 27px;
    height: 21px;
}    

    .list-view {
        background: transparent url(../img/assets-list-view.gif) 0px 0px no-repeat;
    }
    
    .list-view-active {
        background: transparent url(../img/assets-list-view.gif) -27px 0px no-repeat;
    }

#btn-thumbView {
    cursor: pointer;
    margin: 5px 0 0 0;
    width: 26px;
    height: 21px;
}

    .thumb-view {
        background: url(../img/assets-thumbnail-view.gif) 0px top no-repeat;
    }
    
    .thumb-view-active {
        background: url(../img/assets-thumbnail-view.gif) -26px top no-repeat;
    }

#btn-reload {
    cursor: pointer;
    margin: 5px 0 0 20px;
    width: 27px;
    height: 21px;
    background: transparent url(../img/assets-refresh.gif) 0px 0px no-repeat;
}

#toolbar-filter, #toolbar-quicksearch {
    margin: 5px 0 0 20px;
}

#mm-toolbar label {
    margin: 0 5px 0 0;
    font-weight: bold;
    color: #666;
}

#mm-toolbar select, #mm-toolbar input{
    margin-top: 2px;
    height: auto;
    font-size: 11px;
    line-height: 11px;
}

.sliderbar {
    width: 180px;
    height: 20px;
    background-image: url(../img/slider_bg.gif);
    position: absolute;
    top: 6px;
    right: 30px;
    border: 0px hidden #000;
}

#slider {
    background-image: url(../img/slider.gif);
    height: 20px;
    width: 10px;
}

#doc-small {
    width: 11px;
    height: 20px;
    background-image: url(../img/doc_small.gif);
    position: absolute;
    top: 6px;
    left: 10px;
}

#doc-big {
    width: 15px;
    height: 20px;
    background-image: url(../img/doc_big.gif);
    position: absolute;
    top: 6px;
    right: 8px;
}

#page-navi-top, .result_rows {
	display: none;
}

#page-info {
	margin: 5px 0 0px 0;
	padding: 0;
}

#result-info {
	float: left;
	color: #666;
}

#page-navi-bottom {
	padding-top: 7px;
	margin-top: 15px;
	border-top: 1px solid #d3d5ce;
}

#page-navi, #page-navi-bottom div {
	float: right;
	margin: 0 10px 10px 0;
}

.p-navi, .p-navi-link {
	margin-left: 4px;
	display: block;
	float: left;
} 

.p-navi {
	/*background: #81ba37 url(../img/bg_page_navi.gif) left top no-repeat;*/
	font-size: 113%;
}

.p-navi span {
	color: #81ba37;
}

.p-navi-link {
	/*background: #eef2db url(../img/bg_page_navi_selected.gif) left top no-repeat;*/
	font-size: 113%;
}

.p-navi-link a {
	color: #81ba37;
	text-decoration: none;
}

.p-navi-link a:hover {
	color: #333;
	text-decoration: none;
}

.p-navi-link a, .p-navi span {
	display: block;
	font-weight: bold;
	padding: 2px 0 0 5px;
} 

/* Mediamanager File Data ---------- In diesen Bereich werden die Daten auf dem Desk geladen */

#fileDesk-left {
	float: left;
	width: 20%;
}
#fileDesk-right {
	float: right;
	width: 79%;
}

#mmg_file_data {

}

.filedesk-actions {
	float: right;
	margin: 0 13px 5px 0;
	padding: 3px 15px 5px 0;
	color: #666;
	font-size: 120%;
	background: transparent url(../img/file-actions-connector.gif) right 10px no-repeat;
}

.filedesk-actions a {
	font-weight: bold;
}

/* ASSESTS VIEW --------------------------------------- */

ul#assetlist {
	margin: 5px 0 0 0;
	padding: 0;
}

.ui-selecting {
  background-color: #eee;
}
.ui-selected {
  background-color: #E6F7D4;
}

#assetsHolder {
}

.thumbView .assetBox {
    float: left;
    margin: 0 10px 10px 0;
    padding: 4px;
    border: 2px solid #fff;
    background: #fff;
}

.thumbView ul#assetList li {
	float: left;
	display: block;
	height: 120px;
	background-color: transparent;
	margin: 7px;
}

.thumbView .asset-over {
    background: #fff;
    border: 2px solid #ccc;
}

.thumbView .sel-asset {
    background: #fff;
    border: 2px solid #666;
}

.thumbView .assetThumb {
	position: relative;
}

.thumbView .assetTools {
	position: absolute;
	right: 0px;
	top: 0px;
	background: transparent url(../img/bg-asset-tools.gif) bottom left no-repeat;
	padding: 3px;
	display: none;
}

.thumbView .assetInfo {
    text-align: center;
    height: 35px;
    color: #666;
    margin: 3px 0;
}

.thumbView .assetInfo .thumbinfo div {
    text-align: center;
	overflow: hidden;
	width: 50px;
	height: 11px;
	margin: 2px 0 0 0;
	font-size: 90%;
	line-height: 100%;
}

.thumbView .listinfo, .thumbView #listViewHeader {
	display: none;
}

.thumbView .assetInfo span {
    display: block;
}

.thumbView .assetInfo .atype {
    font-weight: bold;
}

.thumbView table,
.thumbView span.aname, 
.thumbView span.aowner, 
.thumbView span.adate, 
.thumbView span.asize, 
.thumbView span.ameta {
    display: none;
}

.thumbView .linebreak {
	height: 0;
}


.listView ul#assetList li {
	padding: 5px 0;
	list-style-type: none;
}

.listView .assetBox {
    position: relative;
    background: #fff;
    border: none;
	height: 1%;
}

.listView .zebra {
    background: #e4e9ca;
}

.listView .zebra-over {
    background: #d5dbb1;
}

.listView .nozebra-over {
    background: #eff2df;
}

.listView .asset-over {
    background: #f0a782;
}


.listView .sel-asset, .listView .ui-selected .sel-asset {
    background: #abcd7e;
    border: none;
}

.listView .assetThumb {
    float: left;
    width: 25px;
    height: 25px;
    background: #fff;

}

.listView .assetTools {
	position: absolute;
	right: 5px;
	top: 2px;
	background: transparent;
	padding: 2px;
}

.listView #listViewHeader .assetTools {
	position: absolute;
	right: 5px;
	top: 0;
	background: transparent;
	padding: 2px;
    font-size: 88%;
	font-weight: bold;
	color: #666;
}


.listView .assetThumb .atools {
	display: none;
}

.listView div.assetThumb img {
    vertical-align: bottom;
    border: none;
}

.listView .assetInfo {
    float: left;
    padding: 4px;
}

.listView .thumbinfo {
	display: none;
}

.listView #listViewHeader {
	position: relative;
	padding: 1px 0 1px 30px;
	border-bottom: 1px solid #fff;
	background: #ededed;
}

.listView .assetInfo span, .listView #listViewHeader span {
    float: left;
    padding-left: 3px;
    color: #333;
    width: 120px;
    display: block;
    margin-right: 2px;
}

.listView .assetInfo span {
	padding-top: 1px;
}

.listView #listViewHeader span {
    font-size: 88%;
	font-weight: bold;
	border-left: 1px solid #ccc;
	padding: 2px 0 2px 3px;
	color: #666;
}

.listView #listViewHeader .asc {
	color: #000;
	background: #ccc url(../img/asc.gif) right center no-repeat;
}

.listView #listViewHeader .desc {
	color: #000;
	background: #ccc url(../img/desc.gif) right center no-repeat;
}

.listView span.atype {
    width: 42px;
}

.listView span.atitle {
    width: 172px;
	color: #000;
}

.listView span.aname {
    width: 172px;
	color: #000;
}

.listView span.awhen {
    display: none;
}

.listView span.aowner {
    width: 101px;
}

.listView span.adate {
    width: 121px;
}

.listView span.asize {
    width: 91px;
}

.listView span.ameta {
    width: 90px;
    text-align: right;
/*    display: none;*/
}

.listView #listViewHeader span.atype {
    width: 40px;
}

.listView #listViewHeader span.atitle {
    width: 170px;
}

.listView #listViewHeader span.aname {
    width: 170px;
}

/* Muss nach der Implementierung angezeigt werden */
.listView #listViewHeader span.awhen {
    display: none;
}

.listView #listViewHeader span.aowner {
    width: 100px;
}

.listView #listViewHeader span.adate {
    width: 120px;
}

.listView #listViewHeader span.asize {
    width: 90px;
}

/* Hieraus die Aktion machen */

.listView #listViewHeader span.ameta {
    width: 90px;
    text-align: right;
    display: none;
}

.listView .assetInfo span.ameta img {
    margin-top: 2px;
}
/* ------------------------------------ */


.listView .sel-asset span {
    color: #000;
}

.listView .linebreak {
	clear: both;
}

.assetBox .hr, #mm-toolbar .hr {
    float: none;
    clear: both;
    height: 0px;
}

.assetBox hr, #mm-toolbar hr {
    visibility: hidden;
    height: 0px;
}

#upl-box {
}

#upl-box #filename {
	border: 0;
	width: auto;
}

#upl-box p {
    margin-bottom: 7px;
}

#upl-box iframe {
    width:100%;
    height:0px;
    border:0px;
    margin:0px;
}

#upl-box #upload_bar { 
    height: 16px;
    padding: 0px;
    margin: 0px; 
    background: #ccc;
	border: 1px solid #666;
}

#upl-box #upload_bar div {
    height: 16px; 
    line-height:16px; 
    font-size:10px; 
    margin: 0px; 
    padding: 0px; 
    background: transparent url(../img/progressbar.gif) left top repeat-x;
}

#upl-file {
	margin-top: 10px;
}

.upl-meta-preview {
	float: left;
	width: 280px;
}

.upl-meta-preview h3 {
	font-size: 160%;
	color: #999;
	margin: 0 0 7px 0;
	padding: 0;
}

.upl-meta-preview h3.g {
	color: #81ba37;
}

.upl-meta-input {
	margin-bottom: 10px;
}

.close-box {
    background: transparent url(../img/close-click-box-right.gif) right bottom no-repeat;
    height: 18px;
}

.close-box div {
    background: transparent url(../img/close-click-box-left.gif) left bottom no-repeat;
    height: 18px;
}

#click-list-box {
    padding: 15px;
    padding-top: 0;
	border: 1px solid #aeb2a3;
	border-top: none;
	margin-bottom: 15px;
}

#click-list-container {
    float: right;
}

#cat-box {
	position: relative;
	margin-right: 10px;
}

#topic-box {
	position: relative;
	margin-right: 10px;
}

#project-box {
	margin-right: 0px;
}

.click-list-wrapper {
    position: relative;
    float: left;
    margin: 0 0 1px 0;
    background: transparent url(../img/click-list-head-right.gif) right top no-repeat;
    color: #fff;
}

.click-list-wrapper .newItem {
	position: absolute;
	top: 0;
	right: 0;
}

.click-list-wrapper h3 {
    margin: 0 7px 1px 0;
    padding: 5px 0px 5px 10px;
    background: transparent url(../img/click-list-head-left.gif) left top no-repeat;
    color: #fff;
	font-size: 110%;
}

.click-list-wrapper h3 span {
    display: block;
	background: transparent url(../img/icons/add.png) no-repeat 50% right;
	cursor: pointer;
}

#div_mmg_file_upload_id ul.click-list {
    margin: 0;
    padding: 0;
    list-style: none;
	border-left: 1px solid #cdcdcb;
	border-right: 1px solid #cdcdcb;
}

#div_mmg_file_upload_id ul.click-list li {
	display: block;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #fff;
	background: #eff2df;
	color: #4d4d4d;
	font-size: 90%;
}

#div_mmg_file_upload_id ul.click-list li.cl-over {
	background: #e4e9ca;
}

#div_mmg_file_upload_id ul.click-list li.selected {
	background: #d5dbb1 url(../img/icons/click_selected.png) right center no-repeat;
	color: #000;
	font-weight: bold;
}


/* skalierbare Buttons
 * ------------------------------------------------------ */

/*
.btn:link,
.btn:visited,
.btn:hover {border:none;}
.btn:link,
.btn:visited { /* Top left corner, top edge */
/*
	float:left;
	color:#fff;
	font:12px/12px helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	text-decoration:none;
	margin: none;
}

.btn * {
	margin: none;
	display:block;
}

a.btn {
	display: block;
	white-space: nowrap; /* required in IE 6 */
/*
	min-width: 150px;
	text-align: center;
}

.btn span span span span {
	padding: 6px;
	margin: none;
}
*/
.green {
	background: #81ba37 url(../img/button-green.gif) left top repeat-x;
}

.green:hover,
.green:focus,
.green:active {
	margin: none;
	background-position: left -400px;
	background-color: #73ad27;
}

.green span {
	background:url(../img/corners-green.gif) no-repeat left top;
}

.green span span {
	background:url(../img/corners-green.gif) no-repeat left bottom;
}

.green span span span {
	background:url(../img/corners-green.gif) no-repeat right top;
}

.green span span span span {
	background:url(../img/corners-green.gif) no-repeat right bottom;
}

.red {
	background: #d76830 url(../img/button-red.gif) left top repeat-x;
}

.red:hover,
.red:focus,
.red:active {
	background-position: left -400px;
	background-color: #d25e24;
}

.red span {
	background:url(../img/corners-red.gif) no-repeat left top;
}

.red span span {
	background:url(../img/corners-red.gif) no-repeat left bottom;
}

.red span span span {
	background:url(../img/corners-red.gif) no-repeat right top;
}

.red span span span span {
	background:url(../img/corners-red.gif) no-repeat right bottom;
}



/* SHORTCUTS BAR -------------------------------------- */

div#shortcuts {
	z-index: 600;
	overflow: auto;
    width: 100%;
    height: 25px;
    line-height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
	background: #e4e9c9;
	border-top: 2px solid #c6caaf;
	padding: 2px 6px;
	font-size: 1.1em;
}

@media screen {
	body>div#shortcuts {
    	position: fixed;
	}
}


/* LITTLE HELPERS ------------------------------------- */

.clear {
	clear: both;
}

.selectableitem
{
}
.selecteditem
{
	border: 2px solid #999;
}

.selecthelper
{
	background-color: #000;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

/*** DANIEL ************************************/
.p100{width: 99%;}
.p90{width: 89%;}
.p80{width: 79%;}
input.error, select.error, textarea.error, fieldset.error{
	background-color:#FFC0CB;
}
label.error, div.error, span.error{
	background-color: #f00;
	color: #fff;
	font-weight: bold;
	padding: 3px 6px;
}
div.error label {color: #fff; font-weight: bold;}
label.success{
	background-color: #0f0;
}
.markedSegment{ background-color: #CC0000 ! important; }

/***************************************/
.err_box_attention {
	background: url(../img/icon_achtung.gif) 10px 0 no-repeat;
	padding: 10px 0 20px 60px;
}
.err_box_success {
	background: url(../img/icon_erfolg.gif) 10px 0 no-repeat;
	padding: 10px 0 20px 60px;
}
/***************************************/


#menu .menu-head a {
	color: #333;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
}

#menu .menu-head a:hover {
	color: #333;
	text-decoration: none;
}



/**************************************/

			.loading {
				background : url('../img/indicator.gif') right center no-repeat;
			}
			#wrap {
				margin: 10px 0;
			}

			#popupSelectList {
				padding-top: 5px;
			}

			#popupSelectList h1 {
				font-size: 160%;
				margin: 0 0 10px 0;
				padding: 0;
			}
			
			#popupSelectList h2 {
				margin: 0 0 5px 0;
				padding: 0;
				font-weight: bold;
				color: #666;
				font-size: 120%;
			}
			
			#popupSelectList #leftCol {
				width: 49%;
				float: left;
			}

			#popupSelectList #rightCol {
				width: 49%;
				float: right;
			}
			
			#results, #selectedResults {
				border: 1px dotted #666;
				height: 300px;
				overflow : auto;
			}
				
			#results h3, #selectedResults h3 {
				margin: 0;
				padding: 0;
				font-weight: bold;
			}

			.entry {
				cursor: pointer;
				margin-bottom: 2px;
				padding:5px;
				background-color: #eff2df;
			}
			
			#dialogbox .entry p {
				margin: 0;
				padding: 0;
				padding: 3px;
				font-size:90%;
				color: #000;
				background-repeat: no-repeat;
				background-position: right 50%;
			}
			
			.entry .itemname {
				font-weight: bold;
			}
			
			#results .itemname {
				background-image: url(../img/icons/add.png);
			}
			
			#selectedResults .itemname {
				background-image: url(../img/icons/delete.png);
			}

			.itemSelected {
				background: #c00;
			}
			.sel {
				display: none;
			}
			.unsel {
				display: normal;
			}

#login-wrapper .login-error {
	height: 128px;
	background: url(../img/alert.png) no-repeat;
	padding-left: 128px;
}

/* select box */
.selectbox {
    position: relative;
    width: 250px;
    background: transparent url(../img/selectbox-right-filled.gif) right top no-repeat;
}

#mmg_search_div .openSelectList {
	display: block;
}

.selectbox h3 {
	margin: 0;
	padding: 0;
    color: #fff;
    font-size: 108%;
    font-weight: bold;
    background: transparent url(../img/selectbox-left-filled.gif) left top no-repeat;
}

.selectbox h3 a.openSelectList {
	display: block;
	color: #fff;
	text-decoration: none;
	background-image: url(../img/selectbox-add.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	padding: 6px 20px 3px 10px;
	margin-right: 4px;
}

.selectbox h3 a.openSelectList:hover {
	background-image: url(../img/selectbox-add-over.gif);
}

.selectbox .selection-wrapper {
	background: transparent url(../img/selectbox-head-filled.gif) left top repeat-x;
}

.selection {
	padding: 4px 0 0 0;
	background: #transparent url(../img/selectbox-head-filled.gif) left top repeat-x;
}

.selectbox .selection ul {
	margin: 0;
    list-style: none;
	background: #eff2df;
	border-left: 1px solid #cdcdcb;
	border-right: 1px solid #cdcdcb;
	height: auto;
}

.selectbox .selection ul li {
	display: block;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #fff;
	background: #eff2df url(../img/selectbox-remove.gif) right 50% no-repeat;
	color: #4d4d4d;
	font-size: 90%;
}

.selectbox .selection ul li.itemOver {
	background: #eff2df url(../img/selectbox-remove.gif) right 50% no-repeat;
}

.selectbox .empty {
	background: transparent url(../img/selectbox-close-head-left.gif) left top no-repeat;
}

.selectbox .empty .selection {
	background: transparent url(../img/selectbox-close-head-right.gif) right top no-repeat;
	padding-top: 4px;
}

.selectbox .selection div.textField {
	padding: 10px;
	background: #eff2df;
	border-left: 1px solid #cdcdcb;
	border-right: 1px solid #cdcdcb;
}

.selectbox .selection div.textField label {
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}

#projectListBox input.remove, #addressListBox input.remove {
	width: 98%;
	height: 18px;
	background: url(../img/selectbox-remove.gif) right 50% no-repeat;
}

.selectbox .empty div.textField {
	background: transparent url(../img/selectbox-close-head-right.gif) right top no-repeat;
	padding-top: 4px;
	border: none;
}

.selectbox .empty-close, .selectbox .empty-close div, .selectbox .empty ul {
	display: none;
}

/* advanced search */

#mmg_search_div {

}

	#mmg_search_div #searchBox {
		margin: 0 10px 10px 10px;
		padding: 10px 12px;
		background: #eff2df;
	}
	
	#searchBox #startSearch {
		float: left;
	}

	#searchBox #loadSearch {
		float: right;
	}

	#mmg_search_div #advancedSearchBox {
		margin: 15px 10px 10px 10px;
		padding: 10px 12px;
	}

	#mmg_search_div #advancedSearchBox h2 {
		color: #333;
		margin-bottom: 5px;
	}
		
	#mmg_search_div input, #mmg_search_div select {
		background: #f4f4f4;
		border: 1px solid #b2b2b2;
		color: #333;
		margin: 0;
		padding: 0;
	}

	#mmg_search_div label {
	}

	#mmg_search_div input:focus, #mmg_search_div textarea:focus, #mmg_search_div label:focus {
		background: #fff;
		border: 1px solid #686868;
	}

	#mmg_search_div #txtSearchTerm {
		font-size: 14px;
		padding: 3px 7px;
		margin: 0;
	}
	
	#mmg_search_div #btnCommit{
		background: url(../img/advanced_search_button.gif) no-repeat;
		border: none;
		width: 186px;
		font-size: 14px;
		text-align: center;
		font-weight: bold;
		color: #fff;
		cursor: pointer;
		height: 27px;
	}

table.list-tbl {
}

table.list-tbl tr.head {
	background: #d0dbaa url(../img/table_head.gif) repeat-x;
}

table.list-tbl th {
	height: 28px;
	vertical-align: middle;
	text-align: left;
	color: #333;
	//background: transparent;
	background: #d0dbaa url(../img/table_head.gif) repeat-x;
	border-bottom: 1px solid #ccc; 
}

table.list-tbl .l {
	padding-left: 5px;
}

table.list-tbl th.l {
	background: #d0dbaa url(../img/table_head.gif) repeat-x;
}

table.list-tbl th.r {
	background: #d0dbaa url(../img/table_head.gif) repeat-x;
	text-align: center;
}

table.list-tbl td.r {
	text-align: center;
}

.list-tbl .input-fld {
	width: 300px;
}

table.list-tbl td {
	height: 24px;
	vertical-align: middle;
	font-size: 88%;
}

table.list-tbl tr.firstLine {
	background: #fff;
}

table.list-tbl tr.secondLine {
	background: #eff2df;
}

table.list-tbl tr.firstLine td, tr.firstLine td {
	height: 26px;
}

table.list-tbl tr.secondLine td, tr.secondLine td {
	border-top: 1px solid #d5dbb1;
	border-bottom: 1px solid #d5dbb1; 
}
	
/* Contextmenu ausblenden */
#fileActions {
	display:none;
}

.spacer-20px {
	height: 20px;
}


#fileDataHeadline {
	width: 786px;
	margin: 10px auto 20px auto;
}

#fileDataBox {
	width: 786px;
	margin: 10px auto;
}

#fileDataBox .fileData {
	float: left;
	position: relative;
	margin: 5px;
	width: 250px;
	background: #eef2db;
	border: 1px solid #d3d5ce;
}

#fileDataBox .fileData .fileTitle, 
#fileDataBox .fileData .fileDescription, 
#fileDataBox .fileData .fileTags, 
#fileDataBox .fileData .fileContainers,
#fileDataBox .fileData .fileSettings {
	width: 230px;
	margin: 5px auto;
} 

#fileDataBox .fileData .fileSettings {
	margin: 10px auto;
}
#fileDataBox .fileData .fileSettings a {
	text-decoration: underline;
}

#fileDataBox .label {
	font-weight: bold;
	color: #999;
}

#fileDataBox .fileData input, #fileDataBox .fileData textarea  {
	width: 100%;
	margin: 5px 0;
	padding: 0px;
	color: #333;
}

#fileDataBox .fileData input.fileTitle {
	font-size: 14px;
}

#fileDataBox .fileData .filePreview {
}

#fileDataBox .fileData label {
	display: block;
	font-weight: bold;
	color: #999;
	font-size: 10px;
	margin-top: 4px;
}

#fileDataBox .fileData .fileDataExtended {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;	
}

#div_mmg_file_upload_id	h1 {
	font-size: 160%;
	font-weight: normal;	
	margin-bottom: 5px;
}

#div_mmg_file_upload_id	#multiUploader {
	border: 1px solid #999;
	margin: 10px 0;
	width: 100%;
	height: 300px;
}

#multi-edit-thumbs {
	border: 1px solid #999;
	padding: 5px 5px;
}

#multi-edit-thumbs img {
	border: none;
	margin: none;
	padding: none;
}

#multi-edit-thumbs .edit-thumb {
	position: relative;
	float: left;
	margin: 5px 5px;
	cursor: pointer;
	border: 3px solid #9fadb7;
}

#multi-edit-thumbs .edit-thumb-active {
	border: 3px solid #cc6633;
}

#multi-edit-thumbs .edit-thumb-saved {
	border: 3px solid #81ba37; 
}

#multi-edit-thumbs .edit-thumb .number {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	background: #9fadb7;
	color: #fff;
	padding: 2px 4px 2px 7px;
}

#multi-edit-thumbs .edit-thumb .remove {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	background: transparent url(../img/icons/edit_remove.gif) left top no-repeat;
	width: 16px;
	height: 16px;
}

#multi-edit-thumbs .edit-thumb-active .number {
	color: #333;
}

#multi-edit-thumbs .edit-thumb .action {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	background: #fff url(../img/loading.gif) 50% 50% no-repeat;
}

#multi-edit-navi {
	margin: 10px 0;
	padding: 5px;
	background: #666;
	color: #fff;
	text-align: center;
}

#multi-edit-navi a, #multi-edit-navi a:hover {
	color: #fff;
	text-decoration: underline;
}

#multi-edit-navi #show-details {
	padding: 2px 0 0 7px;
}

#men-controls {
	margin: 0 auto;
	width: 140px;
}

#men-controls .prev {
	display: block;
	float: left;
	width: 20px;
}

#men-controls .next {
	display: block;
	float: right;
	width: 20px;
}

#men-controls div.numbers {
	display: block;
	width: 100px;
	float: left;
	text-align: center;
	font-size: 12px;
	padding: 2px 0 2px 0;
	color: #333;
	background: url(../img/filenavi-numbers.gif) center top no-repeat;
}

#multi-edit-box .thumb, #fb-dialog .thumb {
	position: relative;
	width: 252px;
	margin: 5px 0;
	text-align: right;
}

#multi-edit-box img, #fb-dialog img {
	display: block;
	border: 1px solid #999;
	margin-bottom: 7px;
}
#multi-edit-box .ui-tabs-nav img , #fb-dialog .ui-tabs-nav img{
	display: inline;
	border: 0;
	margin: 0;
}
#multi-edit-box .thumb .ext, #fb-dialog .thumb .ext {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	margin: 0;
	padding: 5px 8px;
	background: #81ba37;
	color: #fff;
	font-size: 12px;
}

#multi-edit-box .filename, #fb-dialog .filename {
	display: block;
	color: #333;
	font-weight: bold;
	padding-right: 3px;
	margin: .5em 0 1.3em 0;
	font-size: 120%;
}

#multi-edit-box .filename em, #fb-dialog .filename em {
	color: #666;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	font-size: 90%;
}

#multi-edit-box .fileDataSettings {
	float:right;
	width:74%;
	margin: 0;
}

#multi-edit-box .fileLanguages {
	width: 65%;
	float: left;
}

/* Design der Datei-Einordnungsbox (fileStorage)
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 
#multi-edit-box .fileStorageBox {
	float:right;
	width: 30%;
}

#multi-edit-box .fileStorage {
	margin: 5px 2px 0 0;
	background: #e4e9c9;
	border: 1px solid #c9cdb2;
	padding-top: 7px;
}
#multi-edit-box .fileStorage h3 {
	margin: 3px 0 7px 0;
}

#multi-edit-box .fileStorage h3 a.add {
	padding: 1px 0 3px 20px;
	margin: 0 0 0 7px;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	background: transparent url(../img/icons/add_new.gif) left top no-repeat;
}

/* (?) muss perspektivisch noch durch ein nettes Icon ersetzt werden */
#multi-edit-box .fileStorage a.help {
	margin: 2px 0 0 5px;
	padding: 1px 0 4px 0px;
	color: #999;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

#multi-edit-box .fileStorage p,#multi-edit-box .fileStorage div {
	color: #000;
	position: relative;
	padding: 2px 7px;
	margin: 7px 0 0 0;
}

#multi-edit-box .fileStorage p.addBox {
	position: relative;
	margin: 7px 0 7px 0;
	padding: 3px 16px 3px 5px;
	border: 1px solid #c9cdb2;
	border-left: none; 
	border-right: none;
	background: #f0f3dc;
	font-size: 11px;
}

#multi-edit-box .fileStorage p.addBox a.edit-remove {
	position: absolute;
	top: 3px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;	
	background: transparent url(../img/icons/edit_remove.gif) left top no-repeat;
}

#multi-edit-box .fileStorage p.addBox a.edit-remove span {
	display: none;
}

#multi-edit-box .fileStorage p.private {
	color: #000;
	font-size: 11px;
}

#multi-edit-box .fileStorage p.private label {
	color: #000;
	font-weight: normal;
}

#multi-edit-box .fileStorage p.privileges span {
	display: block;
	margin: 0 0 3px 0;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#multi-edit-box .fileStorage p.privileges label {
	font-weight: normal;
	color: #000;
	font-size: 11px;
}

#multi-edit-box .fileStorage label {
	margin: 0 0 3px 0;
	display: inline;
}

#multi-edit-box .fileStorage input.ac_input,
#multi-edit-box .fileStorage select {
	margin: 3px 0 0 0;
	display: block;
	width: 100%;
}

#multi-edit-box .fileStorage a.setGlobal {
	margin-top: 10px;
	padding: 10px 10px 10px 40px;
	background: #abce75 url(../img/icons/check.gif) 10px 45% no-repeat;
	font-size: 14px;
	display: block;
}

#multi-edit-box .fileStorage a.setGlobal {
	color: #000;
	text-decoration: none;
}

#multi-edit-box .fileStorage a.setGlobal strong {
	/*text-decoration: underline;*/
}

#multi-edit-box .fileStorage h3 a,
#multi-edit-box .fileStorage p.addBox {
	margin-left: 7px;
	margin-right: 7px;
}

#multi-edit-box label {
	color: #666;
	font-size: 100%;
	display: block;
	margin: 10px 0 3px 0;
	font-weight: bold;
}

#multi-edit-box textarea {
	height: 80px;
}

#multi-edit-box .textarea-max {
	text-align: right;
	font-size: 96%;
	color: #666;
	margin: 3px;
}


.step_by_step {
	margin: 10px 0 10px 0;
	font-weight: normal;
	font-size: 160%;
}

.step_by_step a , .step_by_step a:hover {
	text-decoration: underline;
	color: #81ba37;
}

a.backlink, a.backlink:hover {
	display: block;
	text-decoration: underline;
	color: #81ba37;
	margin: 10px 0 15px 0;
	font-size: 120%;	
}

#grey-bar {
	margin: 10px 0 1px 0;
	padding: 5px;
	background: #C6CAAF;
	color: #fff;
}

.grey-border {
	margin: 10px 0 0 0;
	padding: 15px;
	border: 1px solid #666;
}

.flash-replaced .alt {
	display: none;
}

/* ::::::: CATEGORIEN ::::::::::::::::::: */
.select_cat .cat_level_1{ padding-left: 0;}
.select_cat .cat_level_2{ padding-left: 10px;}
.select_cat .cat_level_3{ padding-left: 20px;}
.select_cat .cat_level_4{ padding-left: 30px;}
.select_cat .cat_level_5{ padding-left: 40px;}

li.spzArea {background: #C6CAAF!important;}
li.spzArea li {background: #DBDFC3!important;}
li.spzArea li li {background: #EDEFE0!important;}
li.spzArea li li li {background: #EFEFEF!important;}

/* --- iTool-Tip ---------------------------------------------- */

#itooltip {position: absolute; display: none; width: 334px; z-index: 666; margin: -7%  0 0 -12%; }
#itooltip #itt-header, #itooltip #itt-content, #itooltip #itt-bottom {background-position: top left;background-repeat: no-repeat;}
#itooltip #itt-header {background-image: url(../img/itooltip/itooltip-top.png);height: 11px;}
#itooltip #itt-content {background-image: url(../img/itooltip/itooltip-middle.png);padding: 5px 10px 5px 40px;min-height: 100px;}
#itooltip #itt-bottom {background-image: url(../img/itooltip/itooltip-bottom.png);height: 22px;}
* html #itooltip #itt-header {background-image: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/itooltip/itooltip-top.png',sizingMethod='crop');}
* html #itooltip #itt-content {background-image: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/itooltip/itooltip-middle.png',sizingMethod='crop');}
* html #itooltip #itt-bottom {background-image: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/itooltip/itooltip-bottom.png',sizingMethod='crop');}

#itooltip h3 {
	float: left;
	margin: 5px 0 7px 0;
	font-size: 120%;
	font-weight: normal;
	color: #7b7b7b;
}

#itooltip h3 span {
	padding: 2px 3px;
	background: #a1ca6c;
	color: #333;
	font-weight: bold;
}


#itooltip p {
	margin: 3px 15px 5px 3px;
	font-size: 96%;
	color: #363636;
}

#itooltip #itt-content p {
	margin: 7px 0;
	padding: 0;
	font-size: 100%;
}

#itooltip p.ready {
	margin: 7px 15px 5px 3px;
	text-align: right;
}


.clearfloat { clear: both; }

.cms_info_desk {
padding-top: 22px;
}

.infobox { 
	background-color: #fff5bc; 
	border: 1px solid #AEB2A3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 6px; 
	margin: 0 0 10px 0;
	color: #333;
	padding-left: 20px;
	background-image: url(../img/info.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.5em;
}

.infobox p {
	font-size: 1em;
	padding: 0.5em;
}

.infobox.success { 
	border: 2px solid #81ba37;
	background-color: #b7e281;
	color: #447504;
	padding-left: 20px;
	background-image: url(../img/success.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.5em;
}
.infobox.error { 
	border: 2px solid #cc0000;
	background-color: #fa4d4d;
	padding-left: 20px;
	background-image: url(../img/alert.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.7em;
}
.infobox-tmpl {
	margin: 0 0 10px 0!important;
}



.empty_content_info { padding: 15px; }
.empty_content_info h2 { color: #666;}


/* H A C K S */

#TB_window {

}

/* * * *  N E W * * * */

.cleaner1, .cleaner2 {
	float:none; display: block; clear: both; font-size: 0px; line-height: 0px; background: transparent; 
}

.cleaner1 {	height: 0px; }
.cleaner2 {	height: 1px; }

/* Thanks to Danny Otto, pixelbrand.net */
.clearfix { display: block; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.floatbox { overflow: hidden; margin-bottom: .8em; }

.hidden{ display: none;}

.info-line {
	overflow: hidden;
	padding: 5px 0;
}

.instruction {
	color: #81ba37;
}
.instruction h1 {
	margin: 20px 0;
	font-size:1.6em;
	font-weight: normal;
}

.wysiwyg, .statebox {
	border: 1px solid #AEB2A3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #EFF2DF;
	margin: 0 0 20px 0;
	padding: 7px;
}
#stateboxId, #cat_new_edit_id .statebox{
	border: 1px solid #AEB2A3;
	margin: 1px 0 20px 0!important;
	background: #E4E9C9;
}

.tab-alternate {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	margin: -7px 0 20px 0;
	padding: 0 1em 1em 1em;
	}
#div_searchwords input, #main_tab input, #main_tab textarea{
	background: #EFF2DF;
	border: 1px solid #AEB2A3;
}
.wysiwyg .ct-label {
	float: left;
	margin: 0 0 3px 0;
	padding: 0 0 0 2px;
} 

.statebox {
	margin-top: 2.81em;
	border: 1px solid #c6caaf;
} 

.add-media {
	float: right;
	text-align: right;
}

.add-media a {
	height: 20px;
	padding-right: 63px;
	background: url(../img/add_media.gif) no-repeat right 50%;
	color: #c45923;
}

.info-line .backButton, .info-line h1 { float: left; }
.info-line .backButton {padding: 2px 8px 0 0;}
.info-line h1, h1.panel-headline {
	color: #666666;
	font-weight: normal;
	font-size: 140%;
}

h1.panel-headline {
	margin: 7px 0 10px 0;
}

.howto{
	display: block;
	color: #666;
	font-style: italic;
	margin: 3px 0;
}

.tpl-desc {
	display: block;
	color: #666;
	font-style: italic;
	margin: 5px 0 5px 25px;
}

.tpl_select{ float: left; width: 300px; }
.tpl_count{ float: left; width: 80px; text-align: right; margin-right: 10px; padding-top: 1.7em}
.tpl_img{ float: left; width: 150px; }
.info-line{ 
	margin: 5px; 
	padding: 5px 7px; 
	background-color: #fff; 
	border: 1px solid #AEB2A3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.odd{ 
	margin-bottom: 5px; 
	padding: 10px 7px; 
	background-color: #eff2df; 
	border: 1px solid #AEB2A3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.even{
	margin-bottom: 5px;  
	padding: 10px 7px;
	background-color: #fff;
	border: 1px solid #AEB2A3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.odd_ajapp{ padding: 10px 7px; background-color: #fefd2f; border-top: 1px solid #ccc;}
.even_ajapp{ padding: 10px 7px; background-color: #dcdb2c; border-top: 1px solid #ccc;}


.lightcolor {background-color: #e4e9c9}

.round-3px {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	 border-radius: 3px;
}

.round-5px {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.round-10px {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* T A B L E S */

td {
	padding: 0.3em;
}

tr.header td, 
tr.header th {
	padding: 0.3em;
	background: #666;
	color: #fff;
}

tr.header h3 {
	color: #ededed;
}

tr.privs td {
	border-bottom: 1px solid #333;
	font-size: 11px;
	font-weight: bold;
	vertical-align: bottom;
}
tr.even, 
td.even {
	background: #dedede;
}
tr.odd,
td.odd {
	background: #ccc;
}



td.spacer {
	height: 20px;
}

tr.priv_odd td.even {
	background: #ececec;
}

tr.priv_odd td.odd {
	background: #dad8d8;
}

tr.priv_even td.even {
	background: #f2f2f2;
}

tr.priv_even td.odd {
	background: #e5e5e5;
}

td.tools {
	width: 50px;
}


table#category_show_design {
	width: 100%;
}

table#topic_show_design {
	width: 100%;
}

/* C A T E G O R Y - T R E E  */

td#cms_cat_nav {  }		
#cms_cat_box{ float: left; }
#cat_actions {
	display: none;
	position: absolute;
	z-index: 777;
	padding: 1px;
	border: 1px solid #c7c7c7;
	background: #e9e9e9;
}

#cat_actions ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#cat_actions li {
	padding: 1px;
}

#cat_actions a, #new_cat a, .new-template a, .mirror-content a, .preview-site a, .new-cms-content a, .top-spacer {
	display: block;
	height: 16px;
	padding: 4px 5px 3px 18px;
	margin-bottom: 1px;
	color: #383236;
	font-size: 92%;
	font-weight: bold;
}

.top-spacer {
	font-size: 110%;
	margin-bottom: 5px;
}


.preview-site a {
	background: url(../img/icons/preview.png) left 50% no-repeat;
	font-size: 110%;
	margin: 3px;
}

.preview-site a:hover {
	background-color: #e9e9e9;
}

.mirror-content a {
	background: url(../img/icons/elem_action_copy.gif) left 50% no-repeat;
	font-size: 110%;
	margin: 3px;
}

.mirror-content a:hover {
	background-color: #e9e9e9;
}

.preview-site a {
	background: url(../img/icons/preview.png) left 50% no-repeat;
	font-size: 110%;
	margin: 3px;
}

.preview-site a:hover {
	background-color: #e9e9e9;
}

#new_cat a, .new-template a, .new-cms-content a {
	background: url(../img/icons/elem_action_add.gif) left 50% no-repeat;
	font-size: 110%;
	margin: 3px;
}

#new_cat a:hover, .new-template a:hover, .new-cms-content a:hover {
	background: url(../img/icons/elem_action_add_over.gif) left 50% no-repeat;
	background-color: #e9e9e9; 
}

#cat_actions a.cat_add {
	background: url(../img/icons/elem_action_add.gif) left 50% no-repeat;
	background-color: #e9e9e9; 
}

#cat_actions a.cat_add:hover {
	background: url(../img/icons/elem_action_add_over.gif) left 50% no-repeat;
	background-color: #dedede;
}

#cat_actions a.not-allowed {
	color: #666;
	background: url(../img/icons/elem_action_add.gif) left 50% no-repeat;
	background-color: #e9e9e9; 
}

#cat_actions a.cat_edit {
	background: url(../img/icons/elem_action_edit.gif) left 50% no-repeat;
	background-color: #e9e9e9; 
}

#cat_actions a.cat_edit:hover {
	background: url(../img/icons/elem_action_edit_over.gif) left 50% no-repeat;
	background-color: #dedede;
}

#cat_actions a.cat_del {
	background: url(../img/icons/elem_action_del.gif) left 50% no-repeat;
	background-color: #e9e9e9; 
}

#cat_actions a.cat_del:hover {
	background: url(../img/icons/elem_action_del_over.gif) left 50% no-repeat;
	background-color: #dedede;
}

#cat_actions a.cat_info {
	background: url(../img/icons/elem_info.gif) left 50% no-repeat;
	background-color: #e9e9e9; 
}

#cat_actions a.cat_info:hover {
	background: url(../img/icons/elem_info_over.gif) left 50% no-repeat;
	background-color: #dedede;
}

#cms_cat_box {
	width: 266px;
	margin-bottom: 50px;
	/*padding-bottom: 3px;
	background: #e4e9ca url(../img/cat_box_bg.gif) bottom left no-repeat;*/
}

#cms_cat_menu {
	width: 266px;
	background: #fff;
}

#cms_cat_id {
	width: 260px;
	margin: auto;
}

#cms_cat_id ul{
	list-style-type: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#cms_cat_id ul li {
	margin: 0 0 5px 0;
}

#cms_cat_id ul ul {
	/*display: none;*/
}

#cms_cat_id ul ul li {
	margin: 0 0 0 20px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
	
#cms_cat_id .cw {
	position: relative;
}

#cms_cat_id .c {
	padding-bottom: 3px;
	padding-left: 12px;
}

#cms_cat_id .cw img {
	border: none;
	vertical-align: bottom;
	margin-right: 1px;
}

#cms_cat_id .cw .c_state {
	position: absolute;
	top: 4px;
	right: 20px;
}

#cms_cat_id .cw .c_actions {
	position: absolute;
	top: 4px;
	right: 3px;
}


#cms_cat_id .cl_0 li{
	background: #8dc14b url(../img/cat_0_corners_top.gif) bottom left no-repeat;
	padding-bottom: 2px;
}

#cms_cat_id .cl_0 li.expanded {
	padding-bottom: 4px;
}

#cms_cat_id .cl_0 .cw {
	background: transparent url(../img/cat_0_corners_top.gif) top left no-repeat;
	padding: 3px 3px 0 3px;
}

.catView .cl_0 {
	background: #8dc14b;
}

#cms_cat_id .cl_1 li {
	background: #a7cf73;
}

.catView .cl_1 {
	background: #a7cf73;
}

#cms_cat_id .cl_2 li {
	background: #c0dc9b;
}

.catView .cl_2 {
	background: #c0dc9b;
}

#cms_cat_id .cl_3 li {
	background: #daebc5;
}

.catView .cl_3 {
	background: #daebc5;
}

.soft-cl_0 {
	background-color: #c6e0a5;
}

.soft-cl_1 {
	background-color: #d3e7b9;
}

.soft-cl_2 {
	background-color: #e0eecd;
}

.soft-cl_3 {
	background-color: #edf5e2;
}

.cl_0 a {
	color: #31461b;
	text-decoration: none;
}

.cl_1 a {
	color: #3d5324;
	text-decoration: none;
}

.cl_2 a {
	color: #4e6435;
	text-decoration: none;
}

.cl_3 a {
	color: #63774e;
	text-decoration: none;
}

#cms_cat_id a:hover {
	text-decoration: underline;
}

#cms_cat_id .cl_1 .cw, #cms_cat_id .cl_2 .cw, #cms_cat_id .cl_3 .cw {
	background: none;
}

#cms_cat_id .c_active a {
	color: #000;
}

ul#cat-tree {
	display: block;
	margin: 1.12em 0;
	list-style: none;
}

ul#cat-tree li {
	display: list-item;
	display: block;
	padding: 0;
	margin: 4px 0;
}
ul#cat-tree li li {
	margin: 0;
	border-top: 1px solid #fff;
}

ul#cat-tree li div {
	padding: 0.4em 0.5em;
}

ul#cat-tree ul {
	margin-left: 2em;
	margin-top: 0; margin-bottom: 0
	list-style: none;
}

ul.element-list {
	padding: 1em 0 1em 1em;
}

ul.element-list li {
	margin: 0.3em 0 0.3em 1em;
	font-size: 1.2em;
}

p.delete-object {
	font-size: 1.2em;
	font-weight: bold;
	background: rgb(239, 242, 223);
	padding: 0.5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 1em 0;
}

.drag { 
	background: #000;
	border: 2px solid #000;
}
.ui-sortable-helper {
	background: #c00;
	background-color: #c00;
	width: 100%;
}

.draghelp, .helperbox {
	position: absolute;
	left: 3px;
	top: 6px;
	height: 11px;
	width: 11px;
	background: url(../img/move.gif) left top no-repeat;
	cursor: move;
}

.helperbox {
	background: none;
	cursor: normal;
}

#tTips {
	display: none;
	position: absolute;
	margin: 0;
	width: 250px; 
	padding: 0 0 0 8px;
	background-image: url(../img/tail.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	font-size: 88%;
}

#tTips div#tTips_inside {
	margin: 0;
	padding: 8px 12px;
	text-align: left;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 2px;
}

#tTips div#tTips_inside {
	background-color: #ccc;
	color: #333;
}

#tTips div#tTips_inside p strong {
	background-color: #a1ca6c;
	color: #333;
	font-weight: bold;
	font-size: 120%;
}

#itoolTipp {
	padding: 0 0 0 20px;
	background: url(../img/itooltipp-tail.png) repeat-y left center;
}

#itoolTipp_content {
	background: url(../img/itooltipp-top.png) no-repeat left top;
	height: 200px;		
}

#itoolTipp_bottom {
	background: url(../img/itooltipp-bottom.png) no-repeat left bottom;
	height: 17px;
}

#in-progress {
	background:#fff url(../img/loadingAnimation.gif) left top no-repeat;
	height: 16px;		
}

#cms_cat_id .cl_0 li.cat-sort-msg, 
#cms_cat_id .cl_1 li.cat-sort-msg, 
#cms_cat_id .cl_2 li.cat-sort-msg, 
#cms_cat_id .cl_3 li.cat-sort-msg {
	background: #fff5ba;
	padding: 3px;
	border: 1px solid #e5ddab;
	font-weight: normal;
	color: #333;
	margin-bottom: 0;
}

/* C O N T E N T - O V E R V I E W */

#pool {
	padding: 0.5em;
	margin-top: 1em;
}
#templates {
	padding: 0 0 0 0;
	margin: -5px 0 0 -5px!important;
}


/* differs from project to project */

#pool h3,
#templates h3 {
	position: relative;
	background: #a4ce6e;
	padding: 5px 20px;
	margin: 0;
}

#templates .tpl-master {
	background: #fff;
	border: 1px solid #aaaaaa;
	padding: 6px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        margin: 0;
}

#templates .tpl-master .master-box {
	background: none;
	padding: 0px;
}
.bmarks-header{
	position: relative;
	background: #a4ce6e;
	padding: 5px 20px;
	margin: 0;
	}

.content-template, .bookmark-panel {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #e4e9c9;
	position: relative;
	margin-bottom: 10px;
	padding: 0.5em; 
}

.bookmark-segment {
	padding: 0.7em;
	background: #ffcc00;
}
.content-segment {
	padding: 0 0 10px 0!important;
	background: none!important;
}

.new-content {
	background: #81ba37;
}

.ct-placeholder {
	border: 1px solid #C6CAAF!important;
	background: #fff!important;
	font-size: 1.1em!important;
	color: #999;
	text-align: center;
	margin: 4px;
	padding-top: 8px!important;
	letter-spacing: 0.1em;
}

.ct-placeholder a {
	font-weight: bold;
	color: #999;
	text-decoration: none;
	display: block;
}

.ct-placeholder a:hover {
	color: #999;
}

.hoverClass {
	background: #c00;
}

.content-tools {
	overflow: hidden;
	border: 1px solid #c6caaf;
	background: #c6caaf;
	padding: 5px 5px 3px 5px;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.content-tools .edit-tools {
	display: block;
	width: auto;
	overflow: hidden;
	padding: 0;
}

.content-tools .edit-tools .infobox-todo{
	background: #E4E9C9;
	padding: 4px 2px;
	margin-left: 3px;
}

.content-tools .state {
	float: right;
	margin: 0;
}
.content-tools .state img, .content-tools .state span {
	vertical-align: middle;
}

.content-tools .state .version, span.version {
	color: #ededed;
	background: #666;
	padding: 2px 3px;
	font-size: 0.8em;
	font-weight: bold;
}

span.version {
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-color: #666;
}

.ct-help {
	position: absolute;
	left: 0.8em;
	top: 0.95em;
	height: 11px;
	width: 11px;
	background: url(../img/move.gif) left top no-repeat;
	cursor: move;
}

.cs-help {
	display: block;
	width: 20px;
	margin: 2px 0 0 2px;
	background: url(../img/move.gif) left top no-repeat;
	cursor: move;
	float: left;
}

.contEinSpalter{}

.contZweiSpalterR{ float: right; width: 49%; }
.contZweiSpalterL{ float: left; width: 49%; }

.contZweiSpalterR70{ float: right; width: 69%; }
.contZweiSpalterL30{ float: left; width: 29%; }

.contZweiSpalterR30{ float: right; width: 29%; }
.contZweiSpalterL70{ float: left; width: 69%; }

.contZweiSpalterR_B{ float: right; width: 29%; border: 3px solid #bbb; margin: 2px 0 0 0;}
.contZweiSpalterL_B{ float: left; width: 69%;  margin: 5px 0 0 0;}

.contZweiSpalterR2_3{ float: right; width: 33%; }
.contZweiSpalterL2{ float: left; width: 66%; }

.contZweiSpalterR2_3_1,.contZweiSpalterR2_3_2,.contZweiSpalterR2_3_3{float: right; width: 100%;}

.contDreiSpalterR1,.contDreiSpalterR2,.contDreiSpalterR3{float: right; width: 100%;}


.contDreiSpalterR{ float: right; width: 33%; }
.contDreiSpalterL{ float: left; width: 33%; }
.contDreiSpalterM{ float: left; width: 33%; margin-left: 3px; }

.contDreiSpalterR40{ float: right; width: 39%; }
.contDreiSpalterL30{ float: left; width: 30%; }
.contDreiSpalterM30{ float: left; width: 30%; margin-left: 3px; }

.contDreiSpalterR30{ float: right; width: 30%; }
.contDreiSpalterL40{ float: left; width: 39%; }
.contDreiSpalterM30{ float: left; width: 30%; margin-left: 3px; }


.itc {
	border: 1px solid #c6caaf;
	border-top: none;
	background: #fff;
	padding: 0.7em;
}

.itc-headline, .itc-short {
	border-left: 1px solid #c6caaf;
	border-right: 1px solid #c6caaf;
	background: #ededed;
	padding: 0.7em;
}

.itc-headline {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.4em 0.7em 0.2em 0.7em;
}

.itc-short {
	font-size: 1em;
	padding: 0.1em 0.7em 0.4em 0.7em;
}

.bottom-grey-1px {
	border-bottom: 1px solid #ccc;
}

/* M O D U L C O L O R S */

.underline {
	text-decoration: underline;
}

.light-grey {
	background-color: #ededed;
}
/* B O O K    M A R K S */

#bmarks .imgFunct {
	margin-top: 5px; 
	width: 45px; 
	float: left;
}
#bmarks .textFunct {
	padding-top: 1px;
}
#bmarks-header {
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

/* A D R E S S  M A N A G E R */

.option_cont { 
	border: 1px solid #ccc; 
	margin-top:1px;
	background: #fff;
}
.option_span { 
	display: block; 
	padding: 1px 4px; 
	border-bottom: 1px solid #fff;
	cursor:pointer;
	background:#81BA37; 
}

#div_adress_mg_id_1 input { border: 1px solid #aaa}

/* N E W S L E T T E R */

#div_theme_nav #cms_cat_box,
#div_groups_nav #cms_cat_box { margin-top: 22px; }

.nl_list_box { margin-top: 45px!important; }

/* F E E D S */

.feed_cont {
	border-bottom: 1px solid #ccc!important;
}

.feed_cont .feed_hl a{

	margin-top: 2px;
	padding: 2px 10px 2px 0;
	display: block!important;
	color: #000!important;
	font-weight: normal!important;
	text-decoration: none; 

}

.feed_cont .feed_hl a.hide_show{
	padding: 2px 0 2px 10px;
}

/* U S R  T O P I C S */

.usr-topic-parent { padding: 5px 0;}

.usr-topic-parent-box { float: left; width: auto; padding: 0 0 10px 0; overflow: hidden;}
.usr-topic-parent-input { float: left; margin-right: 5px; }
.usr-topic-parent-label { float: left; margin-right: 25px; }

.usr-topic-type-box { overflow: hidden; padding: 10px 0 15px 0; border-top: 1px solid #AAAAAA; }
.usr-topic-type-label { padding:0 0 10px 0; }

/* F U N C T I O N  C R O S S O V E R */

#check_cross_over_div { overflow: hidden; }

fieldset#functCrossModul,
fieldset#fcoOptionId { border: none; }

fieldset#functCrossModul { width: 27%!important; border-right: 1px solid #AAA; } 
fieldset#functCrossModul div { float: none; width: auto; padding: 2px 0; }

fieldset#fcoOptionId { width: 68%!important; }
fieldset#fcoOptionId div, fieldset#fcoOptionId li { padding: 2px 0; }
fieldset#fcoOptionId li label { padding: 0 0 0 3px; }


/* H E L P  I C O N */
.help_icon {
	position:inline;
}
.help_box {
	position:absolute;
	display:none;
	min-height:50px; 
	width: 200px;
	padding:5px;
	background-color:white;
	border: 1px solid grey;
	z-index: 1000;
}

/* Content Links Sprachbezug Tabs // lang-tabs */

#lang_tabsLinkExt{
    width: 70%;
    overflow: hidden;
}

#lang_tabsLinkExt input.p100{
    width: 80%;
    margin: 5px 0;
    float: none;
}
#lang_tabsLinkExt div {
    wdith: 80%;
    display: block;
    float: left!important;
}



/* ONLINE HELP BOX fuer das wiki */

.infoHelpButton{
    position: absolute;
    right: 0px;
    border: 1px #AEB2A3 solid;
    -moz-border-radius: 3px;
    padding: 2px 4px; 
    background: #EFF2DF;
}
.infoHelpButton img{ vertical-align: middle; }
#helpBox{ 
    position: fixed; 
    top: 0px; 
    right: -500px; 
    background: #fff; 
    z-index: 1001; 
    -moz-box-shadow: -5px 8px 8px #666;
    border-left: 1px solid #AEB2A3;
    border-bottom: 1px solid #AEB2A3;
}
#helpBoxHeadline{
    padding: 2px; 
}
#helpBoxContent{
    padding: 0 10px; 
    overflow: auto;
}

/* TWITTER MANAGER */

ul.twitterList { border: none!important; }
