/*
Default Style für WettbewerbsAnwendung

Christian Soldat
SIMAJA OHG

*/
body {
	font-family:arial;
	font-size:1em;
	color:black;
}


.warning_msg {
	color:red;
	font-weight:bold;
}
.success_msg {
	color:green;
	font-weight:bold;
}

a.navi_top_act {
    color:white;
}

a{
	text-decoration:none;
	color:#384E63;
	font-size:12px;
	font-weight:bold;
}

td.navi_no {
	background-image: url(../images/hg_vw.gif);
	padding:3 3 3 3px;
	border:1px solid #B6B6B6;
}
td.navi_act {
	/*background-image: url(../images/hg_vw_act.gif);*/
	padding:3 3 3 3px;
	border:1px solid #B6B6B6;
}

td.liste {
	font-size:0.8em
}
td.vw_headline {
	background-image: url(../images/hg_vw.gif);
	border:1px solid #CBCBCD;
	padding-left:3px;
	font-size:0.8em;
	font-weight:bold;
}

tr.headline {
    background-color:#384E63;
}
div.header{
	background-color:#384E63;
	color:white;
	line-height:30px;
	padding-left:10px;
}
td.groupeheadline {
	background-color:#384E63;
	padding-left: 3px;
	color:white;
	
}

input.kalender {
	width:70px;
}

td.slogan {
	font-size:20px;
	font-weight:bold;
	height:55px;
	color:white;
}
td.navigationtop {
     background-image: url(../images/service94_org_hg_green.gif);
     border:2px solid #68B02B;
}
td.header {
	 background-image: url(../images/service94_org_hg_green.gif);
    border:2px solid #68B02B;
	 font-size:0.8em;
	 color:#384E63;
	 font-weight:bold;
}


td.menu_top {
    padding-right:8px;
}
div,td {
	font-size:1em;
}

.order_asc{
	border:none;
	background-image: url(../images/order_asc.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}

.order_desc{
	border:none;
	background-image: url(../images/order_desc.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}
.order_{
	border:none;
	background-image: url(../images/order_.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}


.order_active_asc{
	border:none;
	background-image: url(../images/order_asc.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}

.order_active_desc{
	border:none;
	background-image: url(../images/order_desc.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}
.order_inactive{
	border:none;
	background-image: url(../images/order_.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}

/*
Style für die TOP-Navigation
*/

#header {
      float:left;
      width:100%;
      background:#DAE0D2 url("../images/bg.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
}
#header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
}
#header li {
      float:left;
      background:url("../images/tabnavi/left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
}
#header a {
      display:block;
      background:url("../images/tabnavi/right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
}
#header a:hover {
      color:#333;
}
#header #current {
      background-image:url("../images/tabnavi/left_on.gif");
}
#header #current a {
      background-image:url("../images/tabnavi/right_on.gif");
      color:#333;
      padding-bottom:5px;
}


/*
Ende Styles für die TOP-Navigation
*/
.toolbar{
	background-color: #D1D1D1;
	width:25%;
}

.toolbar td{
	border-style: solid;
	border-color:black;
	border-width: 1px;
}

ul .errors{
	/*display: block;*/
	background-color: #DA3E3E;
	color: black;
	size:8px;
	list-style:none;
}




/**SEARCH FORM STYLES**/


.searchBox{
	border: 2px solid Black;
}

.searchLab{
	width: 150px;
}

.toolbox{
	display: block;
	border: 1px solid Black;
	padding:4px;
	margin-top:4px;
	margin-bottom:4px;
}
.toolbox a{
	
	
}


/*AUFGABEN START*/

/*neu*/
.task_1{
	background-color: #72ff6f;
}

/*bearbeitet*/
.task_2{
	background-color: #ffd650;
}
/*reaktiviert*/
.task_3{
	background-color: #86c3ff;
}

/*gelšscht*/
.task_4{
	background-color: #ff7946;
}



/*AUFGABEN ENDE*/

