@charset "utf-8";
/* CSS Document */


/* Liste */
.list_table {
	border: 1px solid #EFEFEF;
	margin-bottom: 15px;
	clear:both;
}

.list_table tbody td, .list_table tbody th {
	padding: 5px;
	text-align: left;
}

.list_table tbody .bg1 td, .list_table tbody .bg1  th {
	background-color: #FFFFFF;
}
.list_table tbody .bg2 td, .list_table tbody .bg2  th {
	background-color: #f3f3f3;
}

.list_table thead td {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background:url(../../images/admin/bg-headline.jpg) repeat-x #EFEFEF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.list_table tfoot td {
	color: #000000;
	background-color: #d3eaa2;
	padding: 5px;
}
.list_table tfoot a {
	color: #000000;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}
.list_table tfoot .inactive {
	color: #666666;
	margin-left: 15px;
	margin-right: 15px;
}


.list_table  .options {
	text-align: right;
} 
.list_table tbody .options a, .optionlink {
	color: #003399;
	text-decoration: none;
	margin-left: 5px;
	font-size: 10px;
}
.list_table .noitemfound {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	padding: 20px;
}

/* Order Links in Headerzeile */
.list_table .orderlink{
	color: #333333;
	text-decoration: underline;
	
}
.list_table .orderlink:Hover{
	color: #000000;
	text-decoration: underline;
}

.list_table .orderlink_active{
	color: #333333;
	text-decoration: none;
}
.list_table .orderlink_active:Hover{
	color: #333333;
	text-decoration: none;
}

/* Eingabefelder */
textarea {
	width:550px;
	height:150px;
}
.form_table input.normal{
	width:550px;
}
input.order {width:30px;}

.disabled  td {
	text-decoration: line-through;
	font-size:10px;
	color:#666666;
}
.groupheadline {
	font-weight:bold;
}
/**********************Thumbnails*********************/
div.preview,  div.over{
	border:1px solid #666666; 
	background:#FFFFFF; 
	width:180px; 
	height:240px; 
	float:left; 
	margin:5px; 
	padding:5px;
}
div.over, .menubar div.menubar_item_active {
	background:#e8f7ca;
	border-right:1px solid #a0db27 !important;
	border-bottom:1px solid #a0db27 !important;
}
/******************** Navi-Icons *********************************/
div.menubar {
	border:1px solid #EFEFEF;
	margin-bottom:10px;
	
}
.menubar {margin-bottom:10px;}
.menubar legend{ color:#a0db27; font-size:18px;}
.menubar div.menubar_item, .menubar div.menubar_item_active {
	margin:0 5px 0 0;
	float:left;
	border:1px solid #EFEFEF;
	padding:5px;
}
.menubar div.menubar_item a , .menubar div.menubar_item_active a{
	display:block;
	font-size:11px;
	text-decoration:none;
}
.menubar div.menubar_item input, .menubar div.menubar_item_active input  { border:none; background:none; font-size:11px; margin:0; padding:0; display:block; color:blue}
.tiny {
	width:700px; height:500px;
}

.page_path {
	padding:5px 0px;
	background:#EFEFEF;
	margin: 5px 0px; 
}

input.tab, img.tab {
	background:url(../../images/tab.gif) no-repeat top left #FFFFFF;
	padding:5px 77px 4px 5px;
}
input.tab-active, img.tab-active{
	background:url(../../images/tab-active.gif) no-repeat top left #FFFFFF;
	padding:6px 77px 5px 5px;
}

/***********************************************************************/
div.panelboard
{
	background:#efefef;
}
div.panelboard div {
	padding:5px;
}
div.panelboard div.headline {
	background:url(../../images/admin/bg-headline.jpg) repeat-x #EFEFEF;
	padding:5px !important;

	color:#FFFFFF;
}
div.panelboard div.headline h3 {margin:0px; display:inline;font-size:12px;}
div.panelboard div label {width:100px;display:block;float:left}
div.panelboard div select {
	float:left;
	margin-right:20px;
}
#show_times table th		{text-align:left}
div.progress {
	background:url(../../images/icon16/bg-progress.png) no-repeat left top;
}
#show_comments h4 {
	margin:10px 0 5px 0px;
	border-top:1px solid #999999;
}