@charset "UTF-8";
/* CSS Document */

/* Verwendete Schriftstärken:
300 = light
400 = book
500 = medium
600 = demi
700 = heavy
*/

html, body {
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.02rem;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
h1 {
  letter-spacing: 0px;
}
p {
	font-family: futura-pt, sans-serif;
	font-size: 1.0rem;
	line-height: 1.25rem;
  font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Grundaufbau --------------------------- */
#outsideLeft {
  position: absolute;
  left: 0px;
  width: 50%;
  height: 100%;
  background-color: #003E90;
}
#outsideRight {
  position: absolute;
  right: 0px;
  width: 50%;
  height: 100%;
  background-color: #D3D3D3;
}
#insideLeft {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 92px;
  height: 100%;
  background-color: #D3D3D3;
}

#header {
  position: relative;
  float: left;
  width: 100%;
  height: 72px;
}
#topLine {
  position: relative;
  float: left;
  width: 100%;
  height: 3px;
  background-color: #B51528;
}
#main {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
#footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: auto;
  min-height: 72px;
  z-index: 200;
}

#wrapper1 {
  position: relative;
  width: 768px;
  height: auto;
  min-height: 72px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}
#wrapper2 {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  min-height: 72px;
  background-color: #FFFFFF;
}

#logo {
  position: relative;
  float: left;
  margin-left: 138px;
  margin-top: 10px;
  width: 160px;
  height: 47px;
}

#menueOn, #menueOff {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
}

#menuBottom {
  font-family: futura-pt, sans-serif;
  position: relative;
  float: left;
  margin-top: 12px;
  margin-left: 20px;
  width: 720px;
  color: #FFFFFF;
  padding-top: 3px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 3px;
}
#menuBottom a {
  font-weight: 400;
  color: #FFFFFF;
  background-color: #003E90;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
}
#menuBottom a:hover {
  color: #FFFFFF;
  background-color: #B51528;
}

#frameLeft {
  position: relative;
  float: left;
  margin-left: 30px;
  margin-top: 9px;
  margin-bottom: 50px;
  width: 108px;
  height: auto;
  min-height: 10px;
  overflow-x: visible;
  opacity: 1.0;
}
#menueLeft {
	position: relative;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 120px;
	height: auto;
  z-index: 150;
}
#menueLeft #bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
	opacity: 0.9;
  z-index: 201;
}
#menueLeft #insideLeft {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 62px;
  height: 100%;
  background-color: #D3D3D3;
  z-index: 202;
}
#menueLeft #close {
  position: absolute;
  top: 0px;
  right: 14px;
  width: 17px;
  height: 17px;
  background-color: #003E90;
  z-index: 400;
  line-height: 13px;
  text-align: center;
}
#menueLeft #close a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 17px;
  height: 17px;
  background-color: #003E90;
  z-index: 400;
  display: block;
}
#menueLeft #close a:hover {
  background-color: #B51528;
}
#menueLeft #close a img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 17px;
  height: 17px;
}

#menueLeft1, #menueLeft2, #menueLeft3 {
  position: relative;
	float: left;
	margin-left: 0px;
	margin-top: 21px;
  margin-right: 12px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 108px;
	height: auto;
  min-height: 10px;
  z-index: 204;
}
#buttonLeft1 {
  font-family: futura-pt, sans-serif;
  font-size: 1.0rem;
  line-height: 1.2rem;
  position: relative;
  float: left;
  width: 108px;
  height: 108px;
  margin-bottom: 12px;
  background-color: #003E90;
  color: #FFFFFF;
  z-index: 205;
}
#buttonLeft1 a {
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  min-height: 102px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #003E90;
  display: block;
}
#buttonLeft2 {
  font-family: futura-pt, sans-serif;
  font-size: 1.0rem;
  line-height: 1.2rem;
  position: relative;
  float: left;
  width: 108px;
  height: 108px;
  margin-bottom: 12px;
  background-color: #A6A7A7;
  color: #FFFFFF;
  z-index: 206;
}
#buttonLeft2 a {
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  min-height: 102px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #A6A7A7;
  display: block;
}
#buttonLeft3 {
  font-family: futura-pt, sans-serif;
  font-size: 1.0rem;
  line-height: 1.2rem;
  float: left;
  width: 108px;
  height: 108px;
  margin-bottom: 12px;
  background-color: #D3D3D3;
  color: #FFFFFF;
  z-index: 207;
}
#buttonLeft3 a {
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  min-height: 102px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #D3D3D3;
  display: block;
}
#buttonLeft1 a:hover, #buttonLeft2 a:hover, #buttonLeft3 a:hover {
  color: #FFFFFF;
  background-color: #B51528;
}

#content {
  font-family: futura-pt, sans-serif;
  position: relative;
  float: left;
  width: 468px;
  height: auto;
  min-height: 850px;
  margin-left: 12px;
  margin-top: 30px;
  margin-bottom: 50px;
}
#content section #image {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  margin-right: 12px;
  margin-bottom: 0.5rem;
}
#content section #image img {
  position: relative;
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
}
#content section #caption {
  position: relative;
  float: left;
  width: 100%;
  font-size: 0.95rem;
  line-height: 1.2rem;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0.5rem;
}
#frameRight {
  position: relative;
  float: right;
  margin-right: 18px;
  margin-top: 30px;
  width: 120px;
  height: auto;
  margin-bottom: 50px;
}
#frameRight section {
  position: relative;
  float: right;
  width: 120px;
  margin-bottom: 0px;
}
#image {
  position: relative;
  float: left;
  width: 108px;
  height: auto;
  margin-top: 0.2rem;
  margin-right: 12px;
  margin-bottom: 0.5rem;
}
#image img {
  position: relative;
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
}
#caption {
  position: relative;
  float: left;
  width: 108px;
  font-size: 0.95rem;
  line-height: 1.2rem;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0.5rem;
}

#switch {
  position: absolute;
  top: 0px;
  left: 160px;
  width: auto;
  height: 23px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  overflow-y: visible;
  color: #000000;
  z-index: 150;
  text-align: left;
  background-color: #FFFFFF;
  border-left: 1px solid #A6A7A7;
  border-right: 1px solid #A6A7A7;
  border-bottom: 1px solid #A6A7A7;
}
#switch a {
  color: #003E90;
}
#switch a:hover {
  color: #B51528
}

#header #wrapper1 #wrapper2 {
    overflow-y: visible;
}

#menueIntern {
  position: absolute;
  top: 0px;
  left: 320px;
  width: auto;
  min-width: 150px;
  max-width: 300px;
  height: auto;
  min-height: 23px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
  border-left: 1px solid #A6A7A7;
  border-right: 1px solid #A6A7A7;
  border-bottom: 1px solid #A6A7A7;
  z-index: 50;
}

#login {
  position: absolute;
  top: 23px;
  right: 0px;
  width: auto;
  height: auto;
}
#login a {
  font-weight: 400;
  color: #FFFFFF;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 9px;
  padding-right: 9px;
  background-color: #003E90;
}
#login a:hover {
  background-color: #B51528;
}

#search {
  position: absolute;
  top: 23px;
  left: 445px;
  width: 300px;
  height: 30px;
  padding-top: 0px;
  padding-right: 0px;
  text-align: right;
}

/* Editor -------------------------------- */
#editor {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  min-height: 20px;
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 0.3rem;
}

#frameRight #editor {
  position: relative;
  float: left;
  width: 108px;
  height: auto;
  min-height: 20px;
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 0.3rem;
}

#frameRight #editorBox {
  position: relative;
  float: left;
  width: 108px;
  height: auto;
  min-height: 20px;
  background-color: #E9E9E9;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: -1rem;
  margin-bottom: 0px;
}

#icons {
  position: relative;
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 0px;
  margin-right: 0px;
}
#details {
  position: relative;
  float: right;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 3px;
  margin-right: 3px;
}

/* Boxen -------------------------------- */
#boxText {
  font-family: futura-pt, sans-serif;
  font-size: 1.0rem;
  line-height: 1.2rem;
  position: relative;
  float: left;
  width: 108px;
  height: 108px;
  margin-left: 120px;
  margin-right: 12px;
  margin-bottom: 0px;
  background-color: #003E90;
  color: #FFFFFF;
  overflow: hidden;
}
#boxText h1 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 1.0rem;
  line-height: 1.2rem;
  color: #FFFFFF;
}
#boxText h1 a {
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  min-height: 102px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #003E90;
  display: block;
}
#boxText h1 a:hover {
  background-color: #B51528;
}
#boxText .copy {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.1rem;
  color: #FFFFFF;
  margin-top: 0.2rem;
}
#boxPict {
  position: relative;
  float: right;
  width: 108px;
  height: 108px;
  margin-right: 12px;
  background-color: #003E90;
  overflow: hidden;
}
#boxPict img {
  width: auto;
  height: 100%;
  min-width: 100%;
  overflow: hidden;
}


#infobox {
  position: relative;
  float: left;
  height: auto;
  /*width: 162px;*/
  width: 94%;
  border: 1px solid #FFB81D;
  background-color: #FFFFFF;
  padding-top: 3px;
  padding-left: 3%;
  padding-right: 2%;
  padding-bottom: 10px;
}
#infobox img {
  width:auto;
  max-width: 92%;
  height: auto;
}
/*
#infobox h1 {
  position: relative;
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
  color: #003c76;
  margin-top: 0px;
  margin-bottom: 1rem;
}
#infobox h2 {
  position: relative;
  float: left;
  width: 100%;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 1rem;
}
#infobox h3 {
  position: relative;
  float: left;
  width: 100%;
  font-weight: 300;
  font-size: 1.2rem;
  font-style: italic;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 1rem;
}
#infobox h4 {
  position: relative;
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 0.5rem;
}
*/

/* Startboxen ---------------------------- */
/*
#startBox1 {
  position: relative;
  float: left;
  width: 180px;
  height: 180px;
  margin-right: 12px;
  background-color: #EDF8C5;
}
#startBox2 {
  position: relative;
  float: left;
  width: 375px;
  height: 180px;
  margin-right: 12px;
  background-color: #EDF8C5;
}

#divBox {
  position: relative;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
  width: 590px;
  height: auto;
  padding: 10px;
  border: 1px solid #000000;
}
*/

/* Tabellen ------------------------------ */
/* für Template Tabelle */
#tableLeft {
  font-size: 0.9rem;
  line-height: 1.1rem;
  position: relative;
  float: left;
  width: 470px;
  height: auto;
  margin-bottom: 0px;
}
#tableRight {
  position: absolute;
  top: 5px;
  right: 2px;
  width: 13px;
  height: auto;
  text-align: right;
  line-height: 13px;
  padding-top: 7px;
  margin-top: 0px;
  z-index: 100;
}
#tableRight img {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

/* Spezielle Tabellen (Kontaktadresse ect.) */
#table {
  font-size: 1.0rem;
  line-height: 1.2rem;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem
}
#table #tabRow {
  
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border: none;
}
#table #tabRow #tabLeft {
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.02rem;
  position: relative;
  float: left;
  width: 150px;
  height: auto;
  min-height: 1px;
  padding-right: 18px;
  text-align: right;
}
#table #tabRow #tabRight {
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.02rem;
  position: relative;
  float: left;
  width: 300px;
  height: auto;
  min-height: 1px;
  text-align: left;
}


/* Benutzer und Rechte */
#tableRights1 {
  position: relative;
  float: left;
  width: 107px;
  height: auto;
  min-height: 10px;
  text-align: left;
}
#tableRights2 {
  position: relative;
  float: left;
  width: 107px;
  height: auto;
  min-height: 10px;
  text-align: left;
}
#tableRights3 {
  position: relative;
  float: left;
  width: 40px;
  height: auto;
  min-height: 10px;
  text-align: left;
}

/* Formulare ----------------------------- */
#formular {
  position: relative;
  float: left;
  /* width: 568px; */
  width: 100%;
  height: auto;
  background-color: #f8f8f8;
  padding-top: 12px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom:12px;
  border: 1px solid #E9E9E9;
}
#formRow {
  position: relative;
  float: left;
  /*width: 568px;*/
  width: 100%;
  height: auto;
  padding-top: 0.3rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0.3rem;
}
#formLeft {
  position: relative;
  float: left;
  width: 120px;
  height: auto;
  min-height: 10px;
  padding-right: 10px;
  font-family: futura-pt, sans-serif;
	font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.2rem;
  text-align: right;
}
#formRight {
  position: relative;
  float: left;
  width: 323px;
  height: auto;
  min-height: 10px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: futura-pt, sans-serif;
	font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.2rem;
}
#formLeftMini {
  position: relative;
  float: left;
  width: 50px;
  height: auto;
  min-height: 10px;
  padding-right: 15px;
  font-family: futura-pt, sans-serif;
	font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.2rem;
  text-align: right;
}
#formRightMini {
  position: relative;
  float: left;
  width: 80px;
  height: auto;
  min-height: 10px;
  font-family: futura-pt, sans-serif;
	font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.2rem;
}
#formRightMaxi {
  position: relative;
  float: left;
  width: 403px;
  height: auto;
  min-height: 10px;
  font-family: futura-pt, sans-serif;
	font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.2rem;
}
#formLeft1 {
  position: relative;
  float: left;
  width: 135px;
  height: auto;
  min-height: 1px;
  padding-left: 5px;
  text-align: left;
  font-family: futura-pt, sans-serif;
	font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.2rem;
}
#formRight1 {
  position: relative;
  float: left;
  width: 150px;
  height: auto;
  min-height: 10px;
  margin-right: 10px;
  font-family: futura-pt, sans-serif;
	font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.2rem;
}
#formRight2 {
  position: relative;
  float: left;
  width: 162px;
  height: auto;
  min-height: 10px;
  font-family: futura-pt, sans-serif;
	font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.2rem;
}
#radioButton {
  position: relative;
  float: left;
  width: auto;
  margin-right: 12px;
  font-family: futura-pt, sans-serif;
	font-weight: 400;
}

/* Template-Liste ------------------------ */
#templates1 {
  position: relative;
  float: left;
  width: 20px;
  height: auto;
  min-height: 10px;
  text-align: right;
}
#templates2 {
  position: relative;
  float: left;
  width: 60px;
  height: auto;
  min-height: 10px;
  margin-left: 15px;
}
#templates3 {
  position: relative;
  float: left;
  width: 268px;
  min-height: 10px;
  height: auto;
  font-weight: 300;
}
#templates4 {
  position: relative;
  float: left;
  width: 50px;
  height: auto;
  min-height: 10px;
  text-align: center;
}
#templates5 {
  position: relative;
  float: right;
  width: 40px;
  height: auto;
  min-height: 10px;
  text-align: right;
}

/* Download-Liste -------------------------- */
#downloads1 {
  position: relative;
  float: left;
  width: 358px;
  height: auto;
  min-height: 10px;
  text-align: left;
}
#downloads2 {
  position: relative;
  float: left;
  width: 358px;
  height: auto;
  min-height: 10px;
  text-align: left;
}
#downloads3 {
  position: relative;
  float: left;
  width: 60px;
  height: auto;
  min-height: 10px;
  text-align: left;
}
#downloads4 {
  position: relative;
  float: left;
  width: 50px;
  height: auto;
  min-height: 10px;
  text-align: right;
}

/* Bilderliste ----------------------------- */
#pictlist1 {
  position: relative;
  float: left;
  width: 70px;
  height: auto;
  max-height: 70px;
  min-height: 1.5rem;
  text-align: left;
  overflow-y: hidden; 
  margin-right: 10px;
}
#pictlist1 img {
  width: 100%;
  height: auto;
}
#pictlist2 {
  position: relative;
  float: left;
  width: 348px;
  height: auto;
  min-height: 10px;
  text-align: left;
}
#pictlist3 {
  position: relative;
  float: left;
  width: 248px;
  height: auto;
  min-height: 10px;
  text-align: left;
}
#pictlist4 {
  position: relative;
  float: left;
  width: 100px;
  height: auto;
  min-height: 10px;
  text-align: center;
}
#pictlist5 {
  position: relative;
  float: right;
  width: 40px;
  height: auto;
  min-height: 10px;
  text-align: right;
}

/* Tabellenliste -------------------- */
#tables1 {
  position: relative;
  float: left;
  width: 188px;
  height: auto;
  min-height: 10px;
  text-align: left;
}
#tables2 {
  position: relative;
  float: left;
  width: 70px;
  height: auto;
  min-height: 10px;
  text-align: center;
}
#tables3 {
  position: relative;
  float: left;
  width: 70px;
  height: auto;
  min-height: 10px;
  text-align: center;
}
#tables4 {
  position: relative;
  float: left;
  width: 100px;
  height: auto;
  min-height: 10px;
  text-align: center;
}
#tables5 {
  position: relative;
  float: left;
  width: 40px;
  height: auto;
  min-height: 10px;
  text-align: right;
}

/* Sitemap ---------------------------- */
#sitemap {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
#sitemap a {
  font-weight: 300;
  color: #000000;
  text-decoration: none;
}
#sitemap a:hover {
  color: #DF0A0A;
}
#sitemapLeft {
  position: relative;
  float: left;
  width: 458px;
}
#sitemapRight {
  position: relative;
  float: left;
  width: 10px;
  height: 0px;
  visibility: hidden;
}
#sitemapLeftAdmin {
  position: relative;
  float: left;
  width: 288px;
}
#sitemapRightAdmin {
  position: relative;
  float: left;
  width: 180px;
}

/* Cookiehinweis ----------------------------------------------- */
#cookieNote {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  min-height: 50px;
  overflow-y: hidden;
  background-color: #EFF3F8;
}
#cookieNote2 {
  position: relative;
  width: 784px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.6rem;
  line-height: 0.6rem;
  font-weight: 500;
  border-top: solid 2px #FFFFFF;
}
#cookieNote #cookieNote2 #cookieBackground {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 200px;
  background-color: #EFF3F8;
  opacity: 0.9;
}
#cookieNote #cookieNote2 #cookieText {
  position: relative;
  float: left;
  margin-top: 7px;
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 0px;
  width: 738px;
  height: auto;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
#cookieNote #cookieNote2 #cookieButton {
  position: relative;
  margin-left: 2%;
  margin-top: 0px;
  margin-right: 2px;
  float: right;
  width: 60px;
  height: auto;
}
#cookieNote #cookieNote2 #cookieButton #buttonOK {
  font-size: 1.5rem;
  line-height: 1.0rem;
  font-weight: 700;
  text-align: right;
}
#cookieNote #cookieNote2 #cookieClose {
  position: relative;
  float: right;
  margin-top: 15px;
  margin-right: 20px;
  width: 30px;
  height: auto;
  text-align: right;
}
#cookieNote #cookieNote2 #cookieButton .cookieButton {
  font-size: 1.5rem;
  line-height: 1.0rem;
  font-weight: 700;
  text-align: right;
  color: #FFFFFF;
  background-color: #003E90;
  padding-top: 5px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
}