﻿/******************************** 
   EC - ENTRY CONTROL 
   Stylesheets für Hauptelemente
********************************/

.EC_EntryTop
{
	margin:0px; 
	height:10px; 
	padding:0px; 
	background-image:url(topEntry.gif); 
	background-repeat:no-repeat; 
	background-position: bottom left;
}

.EC_EntryBottom
{
	margin:0px; 
	height:10px; 
	padding:0px; 
	background-image:url(bottomEntry.gif); 
	background-repeat:no-repeat; 
	background-position: top left;
}

.EC_panelEntry
{
	position:relative;
	width: 550px;
    margin-top: 5px;
	margin-bottom:5px;
}

.EC_panelEntry_Titel
{
	position: relative;
	width: 300px;
    height: 25px;
   /* color:#011F49;*/
	color:#011E48;
    float:left;
    /* background-image:url(titelLine.jpg); 
    background-repeat:no-repeat;
    background-color:#FFD500; */
  
    padding-left: 5px;
    vertical-align:middle;
    padding-top: 3px; 
    margin-top: 10px;
    margin-left: 3px;
    font-weight: bold;
    font-size: 17px;
    letter-spacing:1px;
}

.EC_panelEntry_Datum
{
	position: relative;
	width: 170px;
    height: 25px;
	float:left;
    text-align:right;
    padding-right: 5px;
    background-image:url(datumLine.jpg);  
    background-repeat:no-repeat;
    background-position:right top;
    vertical-align:text-bottom;
    margin-top: 10px;
    margin-left: 5px;
    padding-top: 3px;
}

.EC_panelEntry_Beschreibung
{
	clear:both;
	position: relative;
	width: 482px;
	padding: 10px;
}

.EC_panelEntry_Beschreibung_Mehr
{
    
}


.EC_lblZeitsteuerungEntry
{
    position:absolute;
    width: 202px;
    height: 22px;
    background-image:url(zeitsteuerung.gif);
    background-repeat:no-repeat;
    background-position:top left;
    font-size:10px;
    font-family: Arial;
    font-weight:normal;
    padding-left:13px;
    padding-bottom:2px;
    color:#000;
    top: -20px;
    left:30px;
}

.EC_AdminEntry
{
	position:absolute;
	height:25px;
	right:10px;
	width:170px;
	top:4px;
	text-align:right;
}

.EC_panelEntry_loadBeschreibung
{
     z-index:1000001; 
     padding:5px; 
     color:#000; 
     text-align:center; 
     font-size:9px; 
     display:none;
}

.EC_zurUebersicht
{
	position:relative;
}

.EC_zurUebersicht a
{
	color:#FFD500;
	text-decoration:none;
}

.EC_zurUebersicht a:hover
{
	 text-decoration:underline;
}