body{margin:0; padding:0; font-family: Verdana !important; color: #404040; background:#FFFFE2;}

textarea, table, select, label{
    font-family: Verdana !important;
    text-align: left;
    font-size: 11px !important;
}

input{
    font-family: Verdana !important;
    font-size: 11px !important;
}

.ui-layout-resizer-north        {background: url('images/y-resizer.png');}
.ui-layout-resizer-south        {background: url('images/y-resizer.png');}
.ui-layout-resizer-east-open    {background: url('images/x-resizer.png');}
.ui-layout-resizer-east-closed  {background: url('images/toggle.png');}
.ui-layout-resizer-west-open    {background: url('images/x-resizer.png');}
.ui-layout-resizer-west-closed  {background: url('images/toggle.png');}
.ui-layout-toggler              {background: url('images/toggle.png');}
.ui-layout-toggler-west         {background: url('images/arrowsToRight.png') no-repeat center 2px;}
.ui-layout-toggler-east         {background: url('images/arrowsToLeft.png') no-repeat center 2px;}
.ui-layout-toggler-west:hover   {background: url('images/arrowsToRightHover.png') no-repeat center 2px;}
.ui-layout-toggler-east:hover   {background: url('images/arrowsToLeftHover.png') no-repeat center 2px;}
.ui-layout-pane-center          {background:inherit;}

#lamacms-page{overflow:auto; padding:2px 8px;}

#lamacms-leftmenu, #lamacms-rightmenu{
    font-size:11px;
    padding-left:6px;
    line-height:150%;
}
#lamacms-closeWest, #lamacms-closeInnerWest{
    margin:2px 6px 0 0;
    height:16px;
    background:url('images/arrowsToLeft.png') no-repeat right;
    cursor:pointer;
}
#lamacms-closeWest:hover, #lamacms-closeInnerWest:hover{background:url('images/arrowsToLeftHover.png') no-repeat right;}
#lamacms-closeEast{
    margin:2px 0 0 0;
    height:16px;
    background:url('images/arrowsToRight.png') no-repeat left;
    cursor:pointer;
}
#lamacms-closeEast:hover{background:url('images/arrowsToRightHover.png') no-repeat left;}
#lamacms-header, #lamacms-footer{
    line-height:150%;
    font-size:11px;
    padding: 0 6px 0 6px;
}

.ui-layout-west{
    overflow:auto;
}

#lamacms-header{padding-top: 2px;}
#lamacms-footer{border-top: 1px solid #D4D7AD;}
#lamacms-westmodulelist{color:#584F29;}
#lamacms-westmodulelist a{color:#584F29;}
#lamacms-westmodulelist a:hover{text-decoration:none;color:orange;}
body#lamacms-dialog{background:#FFFFE2;}
td.lamacms-labelcell{width:90px;}
#lamacms-navitemlist{width: 50%; margin:auto;}
.lamacms-button, .lamacms-modbuttons select{
    border:1px solid #CED0E4;
    background-color: #E6E9FF;
    padding: 3px 4px;
    margin:0;
    text-decoration: none;
    font-size: 11px;
    line-height: 14px;
    color: #576470;
}

.lamacms-button:hover, .lamacms-modbuttons select:hover{
    color:orange;
    background-color: #D5D8EC;
    border-top-color: #E2E2E2;
    border-left-color: #E2E2E2;
    border-right-color: #ACACAC;
    border-bottom-color: #ACACAC;
}

.lamacms-button:active{
    color:orange;
    border-top-color: #ACACAC;
    border-left-color: #ACACAC;
    border-right-color: #E2E2E2;
    border-bottom-color: #E2E2E2;
}

.lamacms-button a{
    text-decoration: none;
    font-size: 11px;
    color: #576470;
}

.lamacms-button:hover a{
    color:orange;
}

.lamacms-button-new,    .lamacms-button-edit,     .lamacms-button-delete, .lamacms-button-remove,
.lamacms-button-moveup, .lamacms-button-movedown, .lamacms-button-logout, .lamacms-button-preview{
    background-repeat: no-repeat;
    background-position: 1px 1px;
    padding-left: 20px;
}

/* IE7 Only */
*+html .lamacms-button-new,    *+html .lamacms-button-edit,     *+html .lamacms-button-delete, *+html .lamacms-button-remove,
*+html .lamacms-button-moveup, *+html .lamacms-button-movedown, *+html .lamacms-button-logout, *+html .lamacms-button-preview{
    background-position: 2px 2px;
}

.lamacms-button-new{background-image: url('images/button.new.png');}
.lamacms-button-edit{background-image: url('images/button.edit.png');}
.lamacms-button-remove{background-image: url('images/button.remove.png');}
.lamacms-button-delete{background-image: url('images/button.delete.png');}
.lamacms-button-moveup{background-image: url('images/button.moveup.png');}
.lamacms-button-movedown{background-image: url('images/button.movedown.png');}
.lamacms-button-logout{background-image: url('images/button.logout.png');}
.lamacms-button-preview{background-image: url('images/button.preview.png');}

.lamacms-imgbutton{background-repeat: no-repeat;background-position: 1px 1px;padding: 2px 0 2px 20px;}
*+html .lamacms-imgbutton{background-position: 2px 2px;}
.lamacms-button-page{background-image: url('images/icon.pages.small.png');}
.lamacms-button-portal{background-image: url('images/icon.portals.small.png');}
.lamacms-button-nav{background-image: url('images/icon.nav.small.png');}
.lamacms-button-file{background-image: url('images/icon.media.small.png');}
.lamacms-button-user{background-image: url('images/icon.user.small.png');}
.lamacms-button-lang{background-image: url('images/icon.langs.small.png');}
.lamacms-button-themes{background-image: url('images/icon.themes.small.png');}
.lamacms-button-lamacms{background-image: url('images/icon.lamacms.small.png'); color:#584F29;}
.lamacms-button-lamacms:hover{text-decoration:none;color:orange;}



.lamacms-modbuttons{
    text-align:left;
    padding-bottom: 4px;
    padding-top:4px;
}


.lamacms-modulelist a{
    float:left;
    margin:0;
    padding:58px 4px 0 4px;
    height:20px;
    width:64px;
    text-align:center;
    font-family:verdana;
    border:1px solid transparent;
    font-size:11px;
    cursor:pointer;
    color:#584F29;
    text-decoration:underline;
    background: transparent center top no-repeat;
}
.lamacms-modulelist a:hover{
    border:1px solid #CED0E4;
    background-color: #E6E9FF;
    text-decoration:none;
}
.lamacms-link{
    color: #576470;
    text-decoration:underline;
}
.lamacms-link:hover{
    color: orange;
    text-decoration:none;
}
.lamacms-mod-headline{
    padding:0px 0px 0 66px;
    margin:0;
    font-size:20px;
    line-height:64px;
    background: no-repeat top left;
}

#lamacms-module-page {background-image: url('images/icon.pages.big.png');}
#lamacms-module-nav  {background-image: url('images/icon.menus.big.png');}
#lamacms-module-lang {background-image: url('images/icon.langs.big.png');}
#lamacms-module-file {background-image: url('images/icon.media.big.png');}
#lamacms-module-user {background-image: url('images/icon.user.big.png');}
#lamacms-module-themes {background-image: url('images/icon.themes.big.png');}
#lamacms-module-portal {background-image: url('images/icon.portals.big.png');}
#lamacms-module-lamacms{background-image: url('images/icon.lamacms.big.png');}

table.lamacms, table.lamacms td, table.lamacms th{
    border: 1px solid #A4A387;
    border-collapse:collapse;
}

table.lamacms td{background-color:#FFFECB;}
table.lamacms th{background-color:#EBEABB;}

table.lamacms td, table.lamacms th{
    line-height:200%;
    padding: 4px;
}

table.subtable th{
    line-height:100%;
}

.lamacms-online, .lamacms-offline{
    position:relative;
    top:0;
    margin-right:2px;
    margin-left:2px;
    width:16px;
    height:16px;
    cursor:pointer;
    float:left;
}

.lamacms-outerwest-page{
    width:100%;
}
.lamacms-outerwest-pagelink{
    position:relative;
}

.lamacms-online{ background-image: url('images/icon.online.png'); }
.lamacms-offline{ background-image: url('images/icon.offline.png'); }

.lamacms-marked{
    border:1px solid red;
    background-color:#FFF3A5;
}

.lamacms-error, .lamacms-success, .lamacms-infotext{
    width: 90%;
    padding: 2px;
    margin: 4px auto;
    text-align: justify;
    font-size:11px;
    line-height:150%;
}

.lamacms-error{
    background-color: #ECCBCA;
    border : 2px solid #AD3030;
    color: #AD3030;
}

.lamacms-success{
    background-color: #CFECCC;
    border : 2px solid #39AD30;
    color: #39AD30;
}

.lamacms-infotext{
    background-color: #FFFDCB;
    border : 2px solid #9B9974;
}

.lamacms-editableItem{
    position:relative;
}



.lamacms-editableItem .lamacms-funcbuttons{
    position:absolute;
    top:0;
    right:0;
    width: auto;

    text-align:left;
    padding:2px 4px;
    opacity:0.75;
    color: #666;
    cursor:pointer;
    border-bottom: 1px solid #BBB;
    border-left: 1px solid #BBB;
    background-color:#FFFDCB;
}

.lamacms-editableItem:hover .lamacms-funcbuttons{
    opacity:1;
}

.lamacms-funcbuttons .lamacms-chonoff, .lamacms-funcbuttons .lamacms-dropdown{
    float:right;
}

/*
.lamacms-articleInfo{
    padding:0;
    border-bottom: 1px solid #999;
    text-align:right;
    color: darkred;
    background: #E1E6F7;
}*/

.lamacms-movable{
    cursor: move;
    margin:0;
    padding:0;
    border:1px solid transparent;
}

.lamacms-movable:hover{
    background-color:rgba(255,255,226,0.5);
    border: 1px dashed #ACACAC;
}

ul.lamacms-list{
    list-style-type:none;
}

ul.lamacms-list li {
    border: 1px solid #888;
    width: 200px;
    margin-bottom: 8px;
}

div#lamacms-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:black;
    display:none;
    filter:alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity:0.6;
}

a.lamacms-link{
    color: #576470;
    font-size:11px;
    text-decoration: underline;
}

a.lamacms-link:hover{
    color: orange;
}

ul.lamacms-dropdown{

}

ul.lamacms-dropdown, ul.lamacms-dropdown li ul{
    list-style-type:none;
    margin:0;
    padding:0;
    line-height:14px;
}

ul.lamacms-dropdown .lamacms-dropdown-button{
    background-image:url('images/dropdownArrow.png');
    background-repeat:no-repeat;
    background-position: right 1px;
    padding-right: 18px;
}
/* IE7 only */
*+html ul.lamacms-dropdown .lamacms-dropdown-button{
    background-position: right 2px;
}

ul.lamacms-dropdown li{
    position:relative;
    display:inline;
    line-height:20px;
    margin-right:6px;
}

ul.lamacms-dropdown li ul{
    margin:0;
    padding:0;
    position:absolute;
    left:-1px;
    top:19px;
    display:none;

    text-align:left;
    background:#E6E9FF;
    border:1px solid #CED0E4;
    color: #576470;
    font-size: 11px;
}

ul.lamacms-dropdown li:hover ul{
    display:block;
}

ul.lamacms-dropdown li ul li{
    display:block;
    width:80px;
    margin-right:0;
}
ul.lamacms-dropdown li a{
    padding-left:8px;
}

.lamacms-button:hover li a{
    color: #576470;
}

.lamacms-button:hover li a:hover{
    color: orange;
}

ul.lamacms-dropdown li ul li:hover{
    background-color: #D5D8EC;
}

.lamacms-dropdown-button ul{
    z-index:3000;
}

iframe#lamacms-files{
    margin-top:6px;
    width:800px;
    height:600px;
    border:1px solid #7385A7;
}

#lamacms-noFrameContent{
    text-align:center;
}

.lamacms-frontpage{
    width: 500px;
    margin:10px auto;
    padding: 10px;
    background:#FCFFC5;
    border: 2px ridge #D4D7AD;
}

.lamacms-frontpage table{
    margin: auto;
}

h2.lamacms-headline{
    color:#86793F;
    font-family: georgia;
    text-decoration:underline;
    border:0;
}
.lamacms-frontpage h2.lamacms-headline{
    text-align:center;
    padding-top: 20px;
}

#lamacms-pagelist{text-align:left;font-size:11px;}

#lamacms-leftheader{
    float:left;
}

#lamacms-rightheader{
    float:right;
}

.lamacms-contentAreaLabel{
    position:absolute;
    top:50%;
    width:100%;
    height:0;
    line-height:0;
    text-align:center;
    color:#ddd;
    font-size:200%;
    font-weight:bold;
    overflow:show;
}

.lamacms-contentArea{
    position:relative;
    min-height:50px;
    border: 1px solid #aaa;
}

.lamacms-contentArea:hover{
    border: 1px solid #a55;
}

.lamacms-contentArea .lamacms-modbuttons{
    display:none;
    position:absolute;
    top:0;
    right:0;
}

.lamacms-contentArea:hover .lamacms-modbuttons{
    display:block;
}

#lamacms-pageaccordion{
    margin-top:10px;
}

#lamacms-pageaccordion .lamacms-container{
    padding:6px;
}

.lamacms-pageplugin{
    float:left;
    margin:0;
    padding:34px 4px 0 4px;
    height:16px;
    width:54px;
    text-align:center;
    font-family:arial,verdana;
    border:1px solid transparent;
    font-size:11px;
    cursor:move;
    background: transparent center top no-repeat;
}

.lamacms-pageplugin:hover{
    border:1px solid #CED0E4;
    background-color: #E6E9FF;
}

#lamacms-newitem-article{background-image: url('images/icon.newarticle.png');}
.lamacms-additem-article{background-image: url('images/icon.addarticle.png');}

#lamacms-newitem-impressum{background-image: url('images/icon.newimpressum.png');}
.lamacms-additem-impressum{background-image: url('images/icon.addimpressum.png');}

#lamacms-newitem-includeurl{background-image: url('images/icon.newincludeurl.png');}
.lamacms-additem-includeurl{background-image: url('images/icon.addincludeurl.png');}


#lamacms-newitem-impressum:hover, .lamacms-additem-impressum:hover{
    border:1px solid #CED0E4;
    background-color: #E6E9FF;
}

#lamacms-newitem-impressum:hover, .lamacms-additem-impressum:hover{
    border:1px solid #CED0E4;
    background-color: #E6E9FF;
}

.lamacms-accordion-headline{
    clear:both;
    font-size:12px;
    color:#666;
}

.lamacms-accordion-headline:hover a{text-decoration:none;}

.lamacms-accordion-headline .lamacms-error{
    color:red !important;
    font-weight:bold;
    font-size:110%;
}

.lamacms-accordion-container{
    background:#f0f0ff;
}

.lamacms-contentHighlight{
    position:absolute; top:0; left:0; width:100%; height:100%;
    background: #F0EFBF;
    display:none;
}

.lamacms-moveHighlight{
    -border:1px dashed #CED0E4;
    background: #F0EFBF;

}

/******* IMPRESSUM CMS CSS ********/

.lamacms-imp-fset{
	position:relative;
	width:510px;
	margin-bottom:10px;
}
#lamacms-imp-firmtable{
	margin-top:5px;
	width:300px;
	float:left;
}
#lamacms-imp-resP{
	margin-top:12px;
	float:right;
	width:205px;
}
#lamacms-imp-resParea{
	width:205px;
	margin-top:8px;
	height:50px;
}
#lamacms-imp-inputduty{
	margin-top:5px;
	margin-bottom:15px;
}
#lamacms-imp-register{
	margin-top:20px;
	margin-left:-8px;
}

#lamacms-imp-taxtable{
	margin-top:20px;
}
#lamacms-imp-journalism{
	margin-top:20px;
	position:relative;
}
.lamacms-imp-journalsimnRadios{
	position:absolute;
	right:0px;
	bottom:0px;
}
#lamacms-imp-journalism input{
	position:relative;
	top:2px;
}
#lamacms-imp-journalist{
	margin-top:10px;
}
#lamacms-imp-authinfo{
	margin:0;
	padding:0;
	margin-top:20px;
	width:100%;
	position:relative;
}
#lamacms-imp-authinput{
	margin-top:10px;
}
.lamacms-imp-authinfoRadios input{
	position:relative;
	top:2px;
}
.lamacms-imp-authinfoRadios{
	position:absolute;
	right:0px;
	bottom:0px;
}
#lamacms-imp-jobregl{
	margin:0;
	padding:0;
	margin-top:20px;
	width:100%;
	position:relative;
}
.lamacms-imp-jobreglRadios{
	position:absolute;
	right:0px;
	bottom:0px;
}
#lamacms-imp-jobreglinfo{
	margin-top:10px;
}
.lamacms-imp-jobreglRadios input{
	position:relative;
	top:2px;
}
/***** IMPRESSUM CMS CSS ENDE *****/
