/*

blue: #0063b6 
1px blue: #118fe3 //for borders
darkblue: #004e81
orange: #ff9900
darkorange: #ff7200
darkgray for text : #525252
darkgray for background : #1e1e1e


/* CSS Document */
BODY {
    color: #525252;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
    background : url("../images/background/body_bg.jpg") repeat-x;
	background-color: #1e1e1e;
	
}

ul { 
  list-style-image: url("../images/bullet.gif");
  padding-left:20px;
  margin-top:0px;
}

TD{
	font-size: 12px;
}

.siteheader_right {
  background-image: url('fileadmin/images/background/header_right.jpg');
	border-bottom:1px solid #E3E3E3;
}

A {
	color: #0063b6;
	text-decoration: none;
}

A:HOVER {
	color: #004e81;
	text-decoration: none;
}


A.menu_2_no {
	color: #000000;
	text-decoration: none;
}

A:HOVER.menu_2_no {
	color: #0063b6;
	text-decoration: none;
}

A.menu_2_cur {
	color: #0063b6;
	text-decoration: none;
}

A.menu_3_no {
	color: #818181;
	text-decoration: none;
}
A:HOVER.menu_3_no {
	color: #0063b6;
	text-decoration: none;
}

A.menu_3_cur {
	color: #0063b6;
	text-decoration: none;
}

.menu_1{
  color: #0063b6;
  border-bottom: solid 1px #118fe3;
	font-size: 15px;
}

.menu_2{
	color: pink;
	font-size: 12px;
}

.menu_3{
  padding-left: 5px;
	color: #BDBDBD;
	font-size: 11px;
}

/******** PCM MENU  ********/
A.menu_2_no_pcm {
	color: #000000;
	text-decoration: none;
}

A:HOVER.menu_2_no_pcm {
	color: #ff7200;
	text-decoration: none;
}

A.menu_2_cur_pcm {
	color: #ff7200;
	text-decoration: none;
}

A.menu_3_no_pcm {
	color: #818181;
	text-decoration: none;
}
A:HOVER.menu_3_no_pcm {
	color: #ff7200;
	text-decoration: none;
}

A.menu_3_cur_pcm {
	color: #ff9900;
	text-decoration: none;
}

.menu_1_pcm{
  color: #ff7200;
  border-bottom: solid 1px #ff9900;
	font-size: 15px;
}

.menu_2_pcm{
	color: pink;
	font-size: 12px;
}

.menu_3_pcm{
  padding-left: 5px;
	color: #BDBDBD;
	font-size: 11px;
}

/******** KOMSERV MENU  ********/

.umenu{
	color: #BDBDBD;
	font-size: 11px;
}


.rightline{
	border-right:1px solid #dddddd;
}

.topline{
	border-top:1px solid #E3E3E3;
}

.bottomline{
	border-bottom:1px solid #E3E3E3;
}

.smallfont{
	font-size:10px;
	color: #ADABAB;
}

.titlefont{
	font-size:24px;
	font-weight: bold;
	color: #B4B4B4;
}

.textfeld{
	border: 1px solid #0063b6;
	text-decoration: none;
	color: #525252;
	background-color: White;
  border-spacing: ;
}

.button {
	border: 1px solid #0063b6;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background-color: #0063b6;
	height:20px;
}

.frmInfo {
    	font-size:10px;
	    color: #ADABAB;
}
.frmInput {
  border: 1px solid #0063b6;
  color : #000000;
}

.frmCmd {
	border: 1px solid #0063b6;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background-color: #0063b6;
	height:20px;
}

.teasertitle{
  color_: #5C5C5C;
	font-size: 15px;
	font-weight: bold;
}

.teaserabstract{
  color: #5C5C5C;
  font-size: 13px;
	margin-left: 5px;
	margin-botomm_: 0px;
}

.content_title_layout1{
	color: #5C5C5C;
	font-weight: bold;
	font-size:16px;
}

.content_title_layout2{
	color: #5C5C5C;
	font-weight: bold;
	font-size:18px;
}

.content_title_layout3{
	color: #660033;
	font-weight: bold;
	font-size:16px;
}

.content_title_layout4{
	color: #660033;
	font-weight: bold;
	font-size:18px;
}

.content_title_layout5{
	color: #5C5C5C;
	font-size:20px;
}


/* ### LOGIN ### */
.edit_login
{
  width:100px;
  border: 1px solid #0063b6;
  color:#525252;
}

.edit
{
  width:150px;
  border: 1px solid #0063b6;
  color:#525252;
}

.btn
{
  width:150px;
  border: 1px solid #0063b6;
  color:#ffffff;
  background-color:#0063b6;
}
}

