/* CI-Farben: blau_schrift:  #002D5B, blau_hintergrund_1:# CCD8E6, blau_hintergrund_2: #E6F0FA*/
/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, table {
	font-family: verdana, arial;
	font-size: 12px;
}

P#w3c {
    margin-top: 7px;
}

/* Die nächsten beiden css-tags werden definiert, um die xhmtl-valierung */
/* erfolgreich abzuschließen */
*.nobr {
    white-space: nowrap;
}

P#center {
    text-align: center;
}

th, H1 { font-size: 15px; color: #002D5B; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

*.typo3table {
        text-align: left;
        padding-left: 30px;
}

*.label_right{
	border-top: solid 1px #FFFFFF;
	height: 32px;
	background-color: #002D5B;
	color: #CCD8E6;
	font-family: verdana, arial;
	font-style: italic;
	padding-left: 23px;
	padding-right: 10px;
}

*.text_right{
	color: #002D5B;
	font-family: verdana, arial;
	padding-left: 23px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom: 5px;
}

*.text_bold_right{
	color: #002D5B;
	font-family: verdana, arial;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom: 5px;
}


A#right{
	color: #002D5B;
	text-decoration: none;
}

A#right:hover {
	text-decoration: underline;
}
	
TD#header_1 {
	width: 250px;
    height: 167px;
	background-image: url(../pics_urologie/logo3.jpg);
	background-repeat : no-repeat;
	vertical-align: middle;
}

TD#header_2 {
	width: 500px;
    height: 167px;
	background-image: url(../pics_urologie/anmeldung.jpg);
	background-repeat : no-repeat;
	vertical-align: top;
	border-right: solid 1px #FFFFFF;
}

TD#header_3 {
	width: 250px;
    height: 167px;
	background-image: url(../pics_urologie/fueller.jpg);
	background-repeat : no-repeat;
	vertical-align: top;
}

*.headerCaps {
        font-size: 30px;
        font-variant: small-caps;
}

/* Content column */
TD#content {	
padding-left: 15px;
padding-right: 15px;
	padding-top: 15px;
    padding-bottom: 15px;
	vertical-align: top;
	width: 470px;
    background-color: #FFFFFF;
}


/* Menu 1 column #D9D5D1 */
TD#menu_1 {
        vertical-align: top;
	width: 250px;
        height: 613px;
	background-repeat : no-repeat;
       background-color: #002D5B;
        padding-top: 10px;
		border-right: solid 1px #FFFFFF;
}
TD#menu_1 DIV {
	width: 225px;
 }

 TD#menu_1 DIV A {
        	color: #CCD8E6;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 14px;
  padding-top:5px;
  padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 14px;
  padding-top:5px;
  padding-left:5px;

  /*background-color: #eeeeee;
  filter:alpha(opacity='70', style='0');*/
}
TD#menu_1 DIV.menu1-level1-act A {
  color: #CCD8E6;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  padding: 5px;
  font-size: 12px;
  padding-left:20px;
}
/*  MENU 1, level 2, active state (AC) */
TD#menu_1 DIV.menu1-level2-act {
  padding: 5px;
  font-size: 12px;
  font-weight:bold;
  padding-left:20px;
}

TD#menu_2 {
    vertical-align: top;
	width: 250px;
    background-color: #CCD8E6;
}

TD#bottom{
border-right: solid 1px #FFFFFF;
    vertical-align: top;
	width: 250px;
	height: 50px;
    background-color: #CCD8E6;
}

TD#footer{
border-right: solid 1px #FFFFFF;
	height: 50px;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	background-color: #E6F0FA;
}


/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 0px 0px 0px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}