/*** General definitions *******************************************/

BODY,TD,INPUT,TEXTAREA,P { 
  font-weight: normal; 
  font-size: 11px; 
  font-family: Helvetica, Arial, sans-serif; 
}


/**
BODY {
  background-image: url(/forge/simple/background.gif);
}
*/

A {
   text-decoration: none;
   color: #222266;
}

FORM {
  padding: 0; margin: 0;
}

H1 {
  border-bottom:  3px double #EEE;
  font-size: 18px;
}


H2 {
  border-bottom: 1px solid #EEE;
  font-size: 14px;
}

H3 {
  font-size: 12px;
}
 

DIV.body {
  width: 400px;
}

A:hover {
  color: #F92;
}





/** tm: meine section: */
/** border="0" cellpadding="0" cellspacing="0" */

/** caption von Bildern */
p.csc-caption {
  font-style: italic;
}
dd.csc-textpic-caption {
  font-style: italic;
}

/** Titel linksbuendig */
div.csc-header {
  text-align:left;
}


/*** Menu definitions **********************************************/



#menu_1 {
  background-color: #EEEEEE;
  border-right: 1px solid black;
  border-left: 1px solid black;
  vertical-align: top;
  text-align:left;
}

#search {
  background-color: #EEEEEE;
  border-right: 1px solid black;
  border-left: 1px solid black;
  vertical-align: bottom;
  padding-bottom: 15px;
  border-bottom: 1px solid black;
}

  
#menuholder {
  width: 160px;
}

UL.ul_menu {
  list-style: circle inside;
  margin: 0; padding: 0;
  font-family: verdana,sans;
  font-size: 11px;
  list-style-image:url(wedge.gif);
}


li.menu_1_no {
  margin: 0; padding: 0;
  margin-left: 12px;
  margin-top: 10px;
  font-weight: normal;
}

li.menu_1_no a {
  color: black;
}

li.menu_1_act {
  margin: 0; padding: 0;
  margin-left: 12px;
  margin-top: 10px;
  font-weight: bold;
}

li.menu_1_act a {
  color: black;
}

li.menu_2_no {
  margin: 0; padding: 0;
  margin-left: 24px;
  margin-top: 5px;
  font-weight: normal;
  font-size: 10px;
}

li.menu_2_no a {
  color: black;
}

li.menu_2_act {
  margin: 0; padding: 0;
  margin-left: 24px;
  margin-top: 5px;
  font-weight: bold;
  font-size: 10px;
}

li.menu_2_act a {
  color: black;
}



/**
LI.active {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

LI.inactive {
  font-weight: normal;
}

UL.friends {
  font-weight: bold;
}


UL.friends P {
  margin-top: 0;
}

*/

/*** News definitions **********************************************/

TABLE.newsitem {
  border: 1px solid #AAAAAA;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}

TABLE.newsitem TD {
  padding: 4px;
}

TABLE.newsitem TR.header {
  background-color: #EEEEEE;
}

TABLE.newsitem TR.body TD {
  background-color: #FEFEFE;
  text-align: justify;
}

.newsitem .block {
  color: #AAAAAA;
  display: block;
}


.newsitem .title {
  color: #333333;
  display: block;
}

.newsitem .date {
  display: block;
  font-style: italic;
}

.newsitem .intro {
  display: block;
}

.newsitem .more {
  float: right;
}

.newsitem .text {
  display: block;
}


/*** Layout definitions **********************************************/

#main_table {
  padding: 0px;
  border-spacing: 0px
  Border-Collapse: Collapse;
}

#layout {
  padding: 0px;
  border: none;
  border-collapse: collapse;
  width: 878px;
  border: 1px solid black;
}


#header {
  height: 30px;
  background: url(header.gif);
  text-align: right;
  vertical-align: middle;
  padding: 10px;
  background-color: #f92;
  border-bottom: 1px solid black;
}


#footer {
  border: 1px 1px 1px 1px solid black;
  background: url(footer.gif);
  width: 880px;
  height: 20px;
  text-align: center;

  background-color: #f92;
}


#content {
  background-color: #FFFFFF;
  padding: 20px;


  vertical-align: top;

  height: 490px;;
  width: 100%;
  border-bottom: 1px solid black;
  border-right: 1px solid black;

}


.titleholder {
  border-top: 1px  solid #CCCCCC;
  border-bottom: 1px  solid #CCCCCC;
  padding: 4px 0;
  margin: 4px 0 4px 10px;
  float: right;
  display: block;
}

.titleholder IMG {
  display: block;
}


UL {
  text-indent: 0px; 
  text-align: left;
}

P {
  text-align: justify;
}

#usermenu {
  float: right;
  display: inline;
}


A.infopop {
  background-color: yellow;
}

A.infopop:hover {
  cursor: help;
  text-decoration: none;
  border: 0;
}





/*** Field definitions **********************************************/

#field_code {
  height: 400px;
}

#searchform {
  text-align: center;
}

#searchform INPUT {
  width: 60px;
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background-color: #EEE;
}











