/* CREAWORK CSS 22.11.2010 */

/* Reset aller CSS Styles*/
/* -----------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
	border:0;
}

/* -----------------------------------------*/
/* CREAWORK Basic Styles */

html,body {
	color: #000;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 119%;
	margin: 0;
	padding: 3px;
	border: 0 none;
	/* rausgenommen wegen doppelten Scrollbalken */
	/*height: 100%;*/
	background-color: #EBEBEB;
	letter-spacing: 0.04em;
	scrollbar-base-color:#ffffcc;
	overflow-x: hidden;
	text-align: left;
}

fieldset {
	border: 1px solid grey;
	padding: 5px;
	background: #CCC;
}

p {
    margin: 5px;
}

/* Allgemeine Links */

a:link {
    color: #f58400;
	/*font-size: 11px;*/
	/*background-repeat: no-repeat;
	background-position: left center;*/
	text-decoration: none;
	/*font-weight: bold;*/
	/*padding-right: 19px;*/
	/*border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #15428B;
	padding-left: 7px;*/
	line-height: 150%;
}

a:visited {
	color: #f58400;
}

a:hover {
	color: #000;
	border-left-color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
}

/* -----------------------------------------*/
/* ï¿½berschriften */

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* -----------------------------------------*/
/* Link Bilder */

a img {
	border:none;
}

/* -----------------------------------------*/
/* Klassen */

.warnung {
	color: red;
	background-image: url(../images/icons/loeschen_2.png);
	background-repeat: no-repeat;
	text-indent: 25px;
	font-weight: bold;
	height: 30px;
	line-height: 14px;
}

.hinweis {
	color: black;
	background-image: url(../images/icons/weiter.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	font-weight: bold;
	height: 30px;
	line-height: 15px;
}

.erfolg {
	color: green;
	background-image: url(../images/icons/icon_erledigt.png);
	background-repeat: no-repeat;
	text-indent: 25px;
	font-weight: bold;
	height: 32px;
	line-height: 15px;
	margin-top: 10px;
}


/* -----------------------------------------*/
/* Tabellen Styles */

table {
	margin-top: 10px;
}

th, td {
	padding: 5px;
	border: #888 1px solid;
}

th {
	background-color: #f58400;
    font-weight: bold;
	color: #FFF;
	font-size: 11px;
}

/* td auskommentiert wg .odd
td {
	background-color: #eaeaea;
}
*/
td a {
	margin: 0px;
	padding: 0px;
	border-left-width: 0px;
}

td a:hover{
	text-decoration: underline;
	color: #000;
}

th a {
	color: #fff;
	border-left-width: 0px;
	background-image: url(../images/icons/expand_kl.gif);
	background-position-x: right;
}

th a:active {
	color: #fff;
	background-image: none;
}

th a:hover {
	color: #000;
}

th a:visited {
	color: #fff;
}

/* Sonstiges */

#unlink {
	background-image: none;
	padding-left:7px;
	border-left-width: 0px;
}

input {
	background-color: #FFF;
    color: #000;
	font-size: 11px;
	padding: 2px;
	padding-left: 3px;
}

.radio {
	color: #000;
	font-weight: normal;
}

select {
	background-color: #FFF;
    color: #000;
	font-size: 11px;
	padding-left: 3px;
}

label input,td input {
	background-color: #FFF;
}

.button {
	background-color: #f58400;
	font-size: 11px;
	font-weight: bold;
	margin: 2px;
	color: #fff;
	border-right: thin solid #666;
	border-bottom: thin solid #666;
	cursor: pointer;
	padding: 3px;
}

.odd 	{
	background:#CCC;
}

.neu 	{
	background:white;
}

.klein {
	font-size: 10px;
}

.editor {
	font-size: 10px;
	color: #666666;
}

a#top {
	padding: 0px;
	border: 0px;
}

/* -----------------------------------------*/
/* Queue-Liste */

.cuediv {
	padding: 5px;
	width: 97%;
	float: left;
	text-align: left;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	border-bottom: #000 1px dotted;
	height: 40px;
	background-color: #999;
}
.cuedivgelesen {
	padding: 5px;
	width: 97%;
	float: left;
	text-align: left;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	border-bottom: #000 1px dotted;
	height: 40px;
	background-color: #FFF;
}
.cuedivlang {
	display: none;
	border-bottom: #000 1px solid;
	background-color: #eaeaea;
	line-height: 20px;
	padding: 8px;
}
.cuelinks {
	float: left;
	width: 15%;
	font-size: 14px;
	font-weight: bold;
	color: #006;
}
.cuerechts {
	float: left;
	width: 85%;
}
.headline {
	font-size: 11px;
	font-weight: bold;
}
.datum {
	color: #999;
}
.hover {
	background-color: #eaeaea;
}
.gelesen {
	background-color: #FFF;
}


/* -----------------------------------------*/
/* Queue-Detail / File */

.filediv {
	padding: 5px;
	width: 97%;
	float: left;
	text-align: left;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	/*border-bottom: #000 1px solid;*/
}

.fileheader {
	width: 100%;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
	background-color: #eaeaea;
}

.filelinks {
	float: left;
	width: 10%;
	font-size: 14px;
	font-weight: bold;
	color: #006;
}

.filerechts {
	float: left;
	width: 90%;
}

.fileheadline {
	font-size: 12px;
	font-weight: bold;
}

.filedatum {
	color: #999;
}

.filecontent {
	padding: 5px;
	padding-top: 20px;
	width: 97%;
	float: left;
	text-align: left;
	font-size: 11px;
	/*border-top: #999 1px solid;*/
}

.filemenu {
	/*padding: 3px;*/
	/*padding-top: 3px;*/
	width: 100%;
	float: left;
	text-align: right;
	font-size: 11px;
	color: #999;
	border-top: #999 1px solid;
	border-bottom: #999 1px solid;
	/*background-color: #eaeaea;*/
}

#filemenu a {
	font-size: 11px;
	font-weight: normal;
	color: #f58400;
}

#filemenu a:hover {
	color: #000;
	text-decoration: none;
}

/* -----------------------------------------*/
/* Wiedervorlage */

#heute {
	width: 101%;
}
#heute_headline {
	background-color: #303030;
	padding-top: 5px;
	padding-bottom: 5px;
}
#morgen {
	width: 101%;
}
#morgen_headline {
	background-color: #303030;
	padding-top: 5px;
	padding-bottom: 5px;
}
#woche {
	width: 101%;
}
#woche_headline {
	background-color: #303030;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wvl_headline {
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	color:#FFF;
}

/* -----------------------------------------*/
/* Queue-Detail Dropdown */

#jsddm
{	margin: 0;
	padding: 0;
	float: left;
}
#jsddm li {
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
}
#jsddm li a	{
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	width: auto;
	color: #f58400;
	font-weight: bold;
	white-space: nowrap;
}
#jsddm li a img {
	vertical-align: -4px;
}

#jsddm li a:hover {
	background: #eaeaea;
}
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#jsddm li ul li {
	float: none;
	display: inline;
	text-align: left;
}
#jsddm li ul li a {
	width: auto;
	background: #CCC;
	border-bottom: 1px solid #999;
}
#jsddm li ul li a:hover {
	background: #eaeaea;
	color: #000;
}

/* -----------------------------------------*/
/* Context Menu */

/* Generic context menu styles */
.contextMenu {
	position: absolute;
	width: 140px;
	z-index: 99999;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	background: #CCC;
	padding: 0px;
	margin: 0px;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.contextMenu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu a {
	color: #f58400;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
	font-size: 10px;

}

.contextMenu li.hover a {
	color: #000;
	background-color: #CCC;
}

.contextMenu li.disabled a {
	color: #AAA;
	cursor: default;
}

.contextMenu li.hover.disabled a {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: solid 1px #999;
}

/*
Icons zu den einzelnen Klassen
*/

.contextMenu LI.wvl A { background-image: url(../images/icons/wiedervorlage_wo.png); }
.contextMenu LI.done A { background-image: url(../images/icons/icon_erledigt.png); }
.contextMenu LI.del A { background-image: url(../images/icons/loeschen_2.png); }
.contextMenu LI.cat A { background-image: url(../images/icons/cat.png); }
.contextMenu LI.subcat A { background-image: url(../images/icons/cat.png); }
.contextMenu LI.for A { background-image: url(../images/icons/vor.png); }
.contextMenu LI.undel A { background-image: url(../images/icons/undel.png); }
.contextMenu LI.back A { background-image: url(../images/icons/zurueck.png); }
.contextMenu LI.quit A { }


/* -----------------------------------------*/

#submenu1 {
	display: none;

}
#submenu2 {
	display: none;

}
.submenu1 {
	padding-left: 10px;
}
.submenu2 {
	padding-left: 10px;
}


.artikel_anzeige {
	display: none;
	width: 300px;

}

.datei_icon {
	vertical-align: -3px;
}