body {
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  color: #000033;
  font-family:  Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-align: left;
}

#gb{
  font-family:  Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
  font-weight: normal;
}

a:link , a:visited , a:active{
	color:#FF7F02;
	text-decoration: none;

}
a:hover{
	color:#FF5B02;
	text-decoration: none;
}


/* Layer */

#global {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

#header {
  height: 103px;
  background-image: url(../img/header2.png);
  z-index:1;
}

#headerleft {
  height: 103px;
  width: 419px;
  background-image: url(../img/header1.png);
  float: left;
   z-index:2;
}

#headerright{
  height: 103px;
  width: 271px;
  background-image: url(../img/header3.png);
  float: right;
 z-index:2;
}

#submenucontainer ul {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	
	list-style-type: none;
}

#submenucontainer li {
	margin: 0 0 .2em 0;
	padding-left:10px;
	background-image: url(http://www.das-emsland.net/v2/img/subbg_no.png);
	background-position:left;
	background-repeat:no-repeat;
}

#submenucontainer a {
display: block;
	color: #FF7F02;
	width: 145px;
	height: 15px;
	text-decoration: none;
	border: 0px;

}

#submenucontainer a:hover {
	display: block;
	color: #FF5B02;
	width: 145px;
	height: 15px;
	text-decoration: none;
	background-position: -10px 0px;
	background-repeat:no-repeat;
	background-image: url(../img/subbg_yes.png);
}

#menutitle {
	background-image: url(../img/menutitle.png);
	height: 17px;
	padding-top: 1px;
	padding-left: 5px;
	color: #888888;
  	font-family:  Verdana, Helvetica, Arial, sans-serif;
  	font-size: 13px;
	font-weight: bold;
	
}


#navigation {
	background: #FFEFD0;
	width: 538px;
	padding: 5px;
	margin-left: 1px;
}

#maincontent {
	margin: 10px;
	margin-top: 15px;
}

#mainmenucontainer {
	position:absolute;
    top:21px; 
    height:20px;
    right; 10px;
    width: 100%;
    text-align:right;
    z-index:5;

}

#mainmenucontainer ul
{
cursor: default;
	padding: 0;
	margin: 0;
}

#mainmenucontainer ul li { display: inline; }

#mainmenucontainer a { 
	text-decoration: none;
	padding: .2em 1em;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	
}

#mainmenucontainer a:hover
{
	color: #DD0000;
}

#current  {
	color: #DD0000;
	cursor: default;
	padding: 0px;
}

#navipath {
	COLOR: 			#000000;
	FONT-SIZE: 		12px;
	FONT-WEIGHT: 	BOLD;

}

#mainbody {
	position: absolute;
	top: 110px;
	left: 0px;
	padding-left: 155px;
	padding-right: 10px;
	z-index:1;
}

#funcnavi {
	position: absolute;
	top: 2px;
	right: 10px;
    width: 50%
    COLOR: 			#f7f7ff7;
	FONT-SIZE: 		10px;
	z-index:3;
}

.funcnaiv a {
   COLOR: 			#f7f7ff7;
}

#content {
	padding-top: 10px;
}

#submenu {
	position: absolute;
	top: 103px;
	left: 0px;
	padding-left: 0px;
	background-image: url(../img/submenu.png);
	background-repeat:repeat-y;
	width: 145px;
	height: 800px;
	FONT-SIZE: 		11px;
	z-index:2;
}

.small {
	FONT-SIZE: 		11px;
}

/* Feste Werte in den Templates */
.tb_border
{
	BACKGROUND-COLOR:	#CECFCE;
}

.tr_head
{
	BACKGROUND-COLOR:	#FF8B02	;
	COLOR: 			#FFFFFF;
	FONT-SIZE: 		12px;
	FONT-WEIGHT: 	BOLD;
}

.td_cellA
{
	BACKGROUND-COLOR:	#FAFAFA;
}

.td_cellB
{
	BACKGROUND-COLOR:	#F7F3F7;
}

.qrt_input
{
	FONT-FAMILY: 	Verdana, Arial, Helvetica, Sans-serif;
	FONT-SIZE: 		13px;
	COLOR:			#000000;
	BACKGROUND-COLOR:	#FCFCFC;
	BORDER:			1px solid #808080;
	WIDTH:			140px;
}

.qrt_button
{
	FONT-FAMILY: 	Verdana, Arial, Helvetica, Sans-serif;
	FONT-SIZE: 		11px;
	COLOR:			#000000;
	BACKGROUND-COLOR:	#E7E7E7;
	BORDER:			1px solid #000000;
	WIDTH:			120px;	
}

.qrt_textarea
{
	FONT-FAMILY: 	Verdana, Arial, Helvetica, Sans-serif;
	FONT-SIZE: 		13px;
	COLOR:			#000000;
	BACKGROUND-COLOR:	#FCFCFC;
	BORDER:			1px solid #808080;
	WIDTH:			400px;
	HEIGHT:			150px;
	display: 		inline;
}

