* {
	margin:0;
	padding: 0;
	outline: none;
	/*behavior: url(http://template.friendlycms.de/css/iepngfix.htc);*/
}

body {
	background:#c5c6c5 url(/images/bg.jpg) repeat-x;
	text-align: center;
	font: 0.85em/180% Arial, Verdana, sans-serif;
}

.hidden {
	display: none;
}

img {
	border: none !important;
}

#content a {
	color: #466783;
	text-decoration: underline;
}

#wrapper {
	width:950px;
	margin:20px auto 0px auto;
	border:5px solid #FFF;
	text-align: left;
	background:url(/images/main_bg.jpg) repeat-y;
}

#header {
	width:950px;
	height:143px;
	border-bottom:1px solid #FFF;
	background:url(/images/header_bg.jpg) no-repeat;
}

#header h1 {
	font-size: 17px;
	padding:90px 10px 0 0;
	font-weight: bold;
	color:#999;
	text-align: right;
}

#header .blau {
	color:#446784;
	font-size: 17px;
	font-weight: normal;
}

#header .gold {
	color:#C7B24F;
	font-size: 17px;
	font-weight: normal;
}

#main {
	width:950px;
}

#topnav {
	width:932px;
	height:30px;
	background:#c2c2c2;
	line-height:30px;
	padding-left:18px;
	color:#fff;
}


#topnav .right {
	float:right;
}

#topnav .left {
	float:left;
}

#topnav a {
	float:left;
	display:block;
	color:#FFF;
	text-decoration: none;
	border-left:1px solid #dcdcdc;
	padding:0 15px 0 15px;
}

#topnav .door {
	background:url(/images/door.jpg) 8px 7px no-repeat;
	padding-left: 30px;
}

#topnav .page {
	background:url(/images/page.jpg) 8px 7px no-repeat;
	padding-left: 30px;
}

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

#nav {
	float:left;
	width:210px;
	background:#c2c2c2;
	text-indent: 18px;
	color:#FFF;
}

#nav a {
	color:#FFF;
	text-decoration: none;
	display:block;
}
#nav .uebersicht {
	background:#bf7052;
	height:30px;
	line-height:30px;

}

#nav li {
	display:block;
	list-style-type: none;
	background:#547ba5;
	border-top:1px solid #c2c2c2;
	line-height:30px;
}

#nav .sub {
	background:#7b8ea4;
	line-height:30px;
	text-indent: 28px;
}

#nav ul ul li {
	background:#a2a2a2 !important;
	text-indent: 38px;
	font-size:13px;
	line-height:30px;
	display:block;
}

#nav ul ul li a:hover {
	text-decoration: underline;
}

#nav ul ul ul li {
	background:#ccc !important;
	text-indent: 48px;
	font-size:12px;
	line-height:30px;
	display:block;
}

#nav .neue_seite {
	background:#a2a2a2 url(/images/neue_seite.jpg) 8px 8px no-repeat !important;
	padding-left:10px;
}
#nav .navigation_edit {
	background:#A7B4BF url(/images/settings.gif) 8px 8px no-repeat !important;
	padding-left:10px;
}

#nav .settingsModule {
	background:#A7B4BF url(/images/settings.gif) 8px 8px no-repeat !important;
}

#nav ul.admin {
	margin-bottom:30px;
}

#nav ul.admin li {
	background-color:#dbab44
}

#content {
	background:#FFF;
	width:690px;
	/*margin-left:215px;*/
	float:right;
	color:#666;
	padding:20px 20px 20px 20px;
}
	#content.overlay {
		background:#FFF;
		color:#666;
		width: auto !important;
		float: none !important;
		padding:20px 20px 20px 20px;
	}

#content #mod-container li {
	list-style: none;
}

#content #mod-container li hr {
	border-bottom: 1px solid #547BA5;
	margin: 8px 0 9px 0;
}

#content #mod-container .langflag {
}

#content #mod-container .contenticons {
	margin-right: 28px;
}

#content #mod-container .contenticons img {
	margin-bottom: -4px;
	_margin-bottom: 0;
}

#content #mod-container fieldset, .overlayContent fieldset {
	background: #efefef url(/images/for_fieldset.gif) top repeat-x;
	padding-right: 12px !important;
	margin-bottom: 16px !important;
	border: none;
}

#content #mod-container legend, .overlayContent legend {
	color: #436781;
	padding: 3px 10px !important;
	margin-left: 12px;
	font-weight: bold;
	background: #EFEFEF;
}

#content #mod-container {
	padding-left: 0;
	margin-top: 18px;
}
	
#content #mod-container .lang-tabs {
	margin-top: 6px;
	margin-bottom: 18px;
	margin-left: -6px;
}

content #mod-container .lang-tabs li {
	display: inline !important;
	margin-right: 1px;
	padding: 3px !important;
	background: #fff !important;
}

#content #mod-container .lang-tabs li.active {
	margin-right: 3px;
	background-color: #547BA5 !important;
	color: #fff !important;
	font-weight: bold !important;
}

#content #mod-container .lang-tabs li.active a {
	color: #fff !important;
	font-weight: bold !important;
}

#content #mod-container .lang-tabs li a {
	display: inline;
	padding-left: 20px;
	text-decoration: none;
}

#content #mod-container input, #content #mod-container select, #content #mod-container textarea, .overlayContent input   {
	border: 1px solid #C2C2C2;
	width: 75% !important;
	margin: 0;
	padding: 2px;
	background: #fff;
}

#content #mod-container form p, #content #mod-container form ul.lang-tabs {
	margin-left: 12px !important;
	margin-bottom: 12px !important;
}

#content #mod-container form span.changer {
	background: url(/images/arrow_refresh.png) top left no-repeat;
	padding-left: 21px;
	cursor: pointer !important;
}

#content #mod-container label, .overlayContent label {
	display: block;
	margin-bottom: 4px;
	margin-top: 6px;
	color: #547BA5;
}


#content #mod-container .box label {
	display:inline;
	color: #666;
}

#content #mod-container .textareafield select {
	width: auto !important;
	padding: 2px;
}

#content #mod-container .dateinput input {
	width: auto !important;
	padding: 2px;
}

#content #mod-container textarea {
	height: 120px;
}

#content #mod-container .boxarea input {
	border: none !important;
	width: auto !important;
	margin: 8px 0 0 0 !important;
	padding: 2px !important;
}

#content #mod-container .submitarea, .overlayContent .submitarea {
	text-align: left;
	padding-right: 25%;
	margin-top: 12px;
}

#content #mod-container .submitare a {
	text-align: left;
	padding-right: 25%;
	margin-top: 12px;
}

#content #mod-container .submitarea input, .overlayContent .submitarea input  {
	width: auto !important;
	background: #7B8EA4;
	color:#fff;
	border-top: 2px solid #99A4AF;
	border-top: 2px solid #99A4AF;
	border-left: 2px solid #7B8EA4;
	border-right: 2px solid #7B8EA4;
}

#content #mod-container .submitarea a {
	margin-left: 20px;
}

#content #mod-container .selectParent {
	position:relative;
}

#content #mod-container .selectParent input {
	font-weight: bold;
}

#content #mod-container .selectBox {
	border: 1px solid #C8B24F;
	border-top: none !important;
	z-index:100;
	background: #fff;
	position:absolute;
	margin-left:12px;
	_margin-left:0 !important;
	width: 500px !important;
	height: 200px;
	margin-top: -1px;
	_margin-top: -12px;
	overflow: auto;
	font-weight: normal;
}

form h5 {
	border-bottom: 1px solid #C8B24F;
	font-size: 115%;
	color: #547BA5;
	margin-bottom: 12px;
	padding-bottom: 3px;
}

/* virtual dropwdown */

.dropdown {
	background: #FFF url(/images/arrow-down.gif) right 4px no-repeat !important; 
	cursor: pointer;
}

/** Formulare **/

#content .small {
	font-size: 90%;
}

#content #siteinfo {
	margin-bottom: 6px;
	background: #D9E6F3;
	margin-top:5px;
	padding: 10px;
}

.saveditem, .true {
	border: 1px solid #80B252;
	background: #f2fee6 url(/images/accept.png) 8px 50% no-repeat;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333;	
	margin-bottom: 12px;
}

.hint {
	border: 1px solid #FFAE00;
	background: #FFF5DF url(/images/note.png) 8px 50% no-repeat;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333;	
	margin-bottom: 12px;
}

.failitem, .false {
	border: 1px solid #FA2000;
	background: #FFE8DF url(/images/delete.png) 8px 50% no-repeat;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333;	
	margin: 12px 0;
}





#menu {
	width: 300px;
	margin:10px;
	padding:0;	
}

#menu ul {
	margin: 0 5px 0 0;
}

#menu .edit {
	_height:60px;
	min-height:40px;
	padding:3px;
	margin-bottom: 20px;
	background: #D1E2EF;
}

#menu li {
	padding:10px 5px 10px 15px;
	border: none;
	margin-bottom: 5px;
	background: #fff;
	cursor:move;
	position: relative;
}

#menu div {
	display: block;
	float: left;
	height: 25px;
	width: 25px;
}

#wrapper #main #menu div input {
	height: 20px !important;
	cursor: pointer;
	border: none !important;
	width: 20px;
	border: 1px solid #fff;
}

#menu ul li {
	margin-bottom:5px;
	
}

ul.editNavigation ul ul ul {
	display:none;
}






.clear, #footer  {
	clear:both;
}	

#client input {
	background:#fff url('/images/arrow-down.gif') right center no-repeat;
	border:none;
	padding:3px 18px 3px 3px;
	width:183px;
}

table td {
	padding:0 5px;
	background:#efefef;
}

.lang-tabs li {
	width: 100px;
	float: left;
	padding: 0 3px;
	margin:0 5px;
	text-align:center;
}

.lang-tabs {
	height: 1.8em;
	border-bottom: 2px solid #547BA5;
}

/*
	BilderPool
	
*/

#PopupBilderpool a {
	padding-left:10px;
}

/*
	Galerie
*/

#overlayFull {
	/*background-color: #fff;
	back\ground-color: transparent;*/
	background-image: url(http://template.dimento-media.de/images/overlay.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://template.dimento-media.de/images/overlay.png", sizingMethod="scale");
	_background:none !important;
}

.ueberschriftpool {
}

.poolclose {
	display:block;
	background: url(http://template.dimento-media.de/images/close.png) top left no-repeat;
	float:right;
	height:24px;
	width:24px;
	text-indent:-4999em;
}

#ImageHasBeenAppended {
	width: 500px;
	height: 50px;
	z-index:111;
	border: 2px solid #80B252;
	background: #f2fee6;
	text-align:center;
	font-size: 110%;
	margin: 10px 0 10px 0;
	padding: 10px 0;
	position: absolute;
}
li.parental {
	position: relative;
	cursor: move;
	width: 80px;
	height: 125px;
	float: left;
	margin-right: 6px !important;
	margin-bottom: 6px !important;
	border: 1px solid #333 !important;
	padding: 3px;
}
li.parentalNew {
	position: relative;
	cursor: move;
	width: 80px;
	height: 125px;
	float: left;
	margin-right: 6px !important;
	margin-bottom: 6px !important;
	border: 2px solid #FA2000 !important;
	padding: 2px;
}
a.children {
	font-size: 80%;
	font-weight: bold;
	position: absolute;
	bottom: 21px;
	left: 27px;
	cursor: pointer;
}
a.children2 {
	font-size: 80%;
	font-weight: bold;
	position: absolute;
	bottom: 2px;
	left: 18px;
	cursor: pointer;
}
#overlayFull {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
}
#lightboxFull {			
	position: absolute;
	background: #FFF;
	padding: 10px;
	color: #003300;
	height: 500px;
	width: 700px;
	z-index: 100;
	overflow: auto;
	border:5px solid #C2C2C2;
	text-align:left !important;	
}

.hinzufuegen {
	/*display:block;*/
	display:inline;
	padding-left:26px;
	width:120px;
	height:30px;
	line-height:30px;
	margin-left:14px;
	text-align:center !important;
	color:#666;
	font-size:110%;
	text-decoration:none;
	background: url(http://template.dimento-media.de/images/add.png) 5px 0px no-repeat;
	text-indent:10px;
}

.hinzufuegen:hover {
	text-decration: underline;
}

/*
	Kaegorien Overlay
*/
#overlayCategorys {
	/*background-color: #fff;
	background-color: transparent;*/
	background-image: url(http://template.dimento-media.de/images/overlay.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://template.dimento-media.de/images/overlay.png", sizingMethod="scale");
	_background:none !important;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
}

#lightboxCategorys {			
	position: absolute;
	padding: 15px;
	color: #003300;
	text-align: center;
	height: auto;
	width: 490px;
	z-index: 100;	
	overflow: auto;
	/*background: url(http://template.dimento-media.de/images/categoryOverlayBackground.png) top left no-repeat;*/
	background: #fff;
	border:5px solid #C2C2C2;
}
.overlayContent {
	text-align: left !important;
}
.overlayContent p {
	padding: 2px 5px 4px 5px !important;
}

.overlayContent p a.close {
	background: url(http://template.dimento-media.de/images/close.png) top left no-repeat;
	float:right;
	height:24px;
	width:24px;
	text-indent:-4999em;
}

#newcat {
	margin-top:-5px;
}

#client {
	margin-bottom:25px;
	display:block;
}

#clientList a {
	color:#000;
}

#clientList ul  {
	background:#fff;
	color:#000;
	max-height:200px;
	overflow:auto;
	width:auto;
}

#clientList ul li {
	background:none;
	overflow:auto;
	line-height:20px;
}

#clientList ul li a {
	background:none;
	overflow:auto;
}

#clientList ul li.current {
	background:#A7B4BF;
}

#clientList ul li.current a {
	color:#fff !important;
}

#clientList ul li.selected {
	background:#eee;
}
#clientList ul li.selected a {
	color:#000 !important;
}

.mceSelectList {
	z-index:1 !important;
	border:1px solid red;
	background:red;
}

/*
	�bersichsseite
*/

.aufeinenblick {
	float:right;
}

#uebersichtstatistik {
	width:658px;
	border:1px solid #e1e1e1;
	padding:10px 15px;
	float:left;
	margin-bottom:5px;
}

.kurzstatistik {
	width:270px;
	float:left;
	padding-right:20px;
}

.topseiten {
	background:#EFEFEF;
	width:250px;
	padding:6px;
	border-right: 4px solid #efefef;
	margin:0 2px 0 2px;
	overflow: hidden;
}

.topseiten li {
	list-style-type:decimal !important;
	margin-left:20px;
}

#uebersichtinfo {
	clear:both;
}

#content #uebersichtinfo li {
	list-style-type:square !important;
	margin-left:20px;
}

.uebersichtlinks {
	border:1px solid #e1e1e1;
	width:250px;
	padding:10px 15px;
	float:left;
}

.uebersichtmodule {
	border:1px solid #e1e1e1;
	padding:10px 15px;
	margin-left:5px;
	float:left;
	width:370px;
}

.gallery-picture {
  width: 30%;
  float:left;
  margin-left: 20px;
  margin-bottom: 20px;
}

.gallery-picture img {
  width: 100%;
  background: #cecece;
  display: block;
  margin: 10px 0;
}

.gallery-image {
	width: 200px; 
	height: 150px;
	overflow: hidden;
}

#wrapper #content .gallery-picture .submitarea {
  padding: 0 !important;
  margin: 10px 0 0 0 !important;
}

#wrapper #content .gallery-picture .submitarea input {
  margin: 0 !important;
  width: auto !important;
}

#content .gallery-picture a {
  margin: 0 !important;
}

#wrapper #content .gallery-picture textarea {
  font-family: Arial;
  font-size: 13px;
  width: 202px !important;
  margin-top: 10px;
}

#wrapper #content .gallery-picture input {
  font-family: Arial;
  font-size: 13px;
  width: 202px !important;
}

.clear {
  clear: both;
}

#content .delete-pic {
  color: #d00;
}
                                                 