/* Zentrale Stylesheetangaben */


/* Allgemeine Formate */
body {
  font-family:verdana;
  font-size:11pt;
  color: #ffffff;
  background-color: #003080;
}


a:link { color:#00AFFF; text-decoration:underline; }
a:visited { color:#00AFFF; text-decoration:underline; }
a:active { color:#00AFFF; text-decoration:underline; }
a:hover { color:#FF0000; text-decoration:underline; }


/* Spezielle Klassendefinitionen */
.bodytext {
  font-family:verdana;
  font-size:11pt;
  color: #ffffff;
}

.text_small{
  font-family:verdana;
  font-size:8pt;
  color: #ffffff;
}


/* Seitenaufbau und Abstände */
.content {
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
}

.left_nav{
  padding-top:20px;
} 

.csc-mailform {
  border-style: solid:
  border-color: white;
  border-width: 1px;
  width: 500px;
  padding: 10px;
} 



/* Standardformate für RTE */
.align-left {
  text-align:left;
}
.align-center {
  text-align:center;
}
.align-right {
  text-align:right;
}  
.csc-frame-frame1 {
  background-color: #EDEBF1; 
  border: 1px solid #333333;
}
.csc-frame-frame2 {
  background-color: #F5FFAA; 
  border: 1px solid #333333;
}


.important {
  color:#8A0020;
}
.name-of-person {
  color: #10007B;
}
.detail {
  color: #186900;
}  

.component-items {
  color: #186900;
}
.action-items {
  color: #8A0020;
}
.component-items-ordered {
  color: #186900;
}
.action-items-ordered {
  color: #8A0020;
}


















