/* GENERAL fonts */

.re { color:#cdcc02; }

.gmf { color:#f7ae42; }

FIELDSET { 
	border: 0px;
	margin: 0px;
	padding: 0px;
}

P, OL, UL, DIV, H1, H2, FORM, INPUT, INPUT.Submit, INPUT.Button, INPUT.Radio, TEXTAREA, SELECT, TD {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
H1 { 
	font-size: 15px;
	color: #256e91;
	border-bottom: 2px solid #CCCCCC;
	padding-top: 5px;
}
H2 { 
	font-size: 13px; 
}
H3 {
	font-size: 10px;
}
P, H1, H2, H3 {
	margin: 0px 0px 5px 0px;
}

A {
	color: #000000;
	text-decoration: underline;	
}

body {
	text-align:center;
	background: #fff url("/fileadmin/template/main/images/back.gif") repeat-x;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

#mysubmit {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#frame {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
}
	
#header_1 {
}

#container {
	padding: 0px;
	margin: 0px;
	float: left;
	vertical-align: top; 
}

#pagetitle {
	margin-left: 5px;
	margin-top: 10px;
}

#content {
	width: 409px;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-top: 10px;
	line-height:1.3;
}

#footer {
	width: auto;
	margin-right: 0px;
	text-align: right;
	color: #CCCCCC;
}

#footer A {
	text-decoration: none;
	color: #CCCCCC;	
}

#contentitem {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px;
}

#rightcontent {
	width:170px;
	padding:0px;
	float:right;
	margin-top: 5px;
	vertical-align: top
}

#rightstatic {
}

#right {
}

#leftcontent {
	width:179px;
	padding:0px;
	float:left;
	background:#fff;	
	vertical-align: top; 	
	background-repeat : no-repeat;
	padding-top: 0px;
	margin-top: 10px;
}

#left {
	margin-top: 10px;
}

/* Menu 1 column */
#menu_1 {	
}

#menu_1 DIV {
	width: 95%;
}
#menu_1 DIV A {
	color: black;
	text-decoration: none;
}
#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
  padding-top:5px;
  padding-left:2px;
}
/*  MENU 1, level 1, active state (ACT) */
#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
  padding-top:5px;
  padding-left:2px;
  background-color: #256e91;
  filter:alpha(opacity='70', style='0');
}
#menu_1 DIV.menu1-level1-act A {
  color:#ffffff;
  font-weight:bold;
}

/*  MENU 1, level 2, normal state (NO) */
#menu_1 DIV.menu1-level2-no {
  font-size: 11px;
  padding-left:10px;
  padding-bottom: 4px;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_1 DIV.menu1-level2-act {
  font-size: 11px;
  font-weight:bold;
  padding-left:10px;
  padding-bottom: 4px;
}

/*  MENU 2, level 1, general for all table cells: */
#menu_2 DIV {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
#menu_2 DIV A {
  color: white;
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
  text-decoration: none;
}
#menu_2 DIV A:hover {
  text-decoration: underline;
}
#menu_2 DIV.oddcell {
  background-color: #666699;
}
#menu_2 DIV.menu2-level1-act {
  background-color: #88292A;
}

/* Style for the Path-menu: */
#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
#path A {
  text-decoration: none;
  color:black;
}
#path A:hover {
  text-decoration: underline;
}


