body {
   font-family: Arial,Helvetica,sans-serif;
   background-color: #ffffff;
   font-size: 12px;
   color: #000000;
}

.bggray{
   background-color: #dbdbdf;

}

.bgwhite{
   /* font-family: Arial,Helvetica,sans-serif; */
   background-color: #ffffff;
   /* color: #000000; */
   /* font-size: 12px; */
}

.bgdark{
   background-color: #1d4264;
}

a:link {text-decoration: none; color: #306da4; }
a:visited {text-decoration: none; color: #306da4; }
a:active {text-decoration: none; color: #306da4; }
a:hover { text-decoration: underline; color: #306da4; }

.info {
   font-family: Arial,Helvetica,sans-serif;
   background-color: #FFFFFF;
   font-size: 10px;
   color: #aaaaaa;
}

.main {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 13px;
color: 000000;
}
.menueheading {
font-family: "Lucida Grande", sans-serif;
font-size: 12px;
font-weight:bold;
color: #FFFFFF;
}

.right_heading {
font-family: "Lucida Grande", sans-serif;
font-size: 80%;
font-weight:bold;
color: #24527c;
background: #ccc;
background: #fff url(http://www.guarder.net/eurodig_php/pics/bg_off.gif) repeat-x top left;
}

.right_side_text {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
line-height:14px;
color:#807c7c;
margin-bottom: 10px;    
}

a.menue {
font-family: "Lucida Grande", sans-serif;
font-size: 12px;
text-decoration: none;
color: #FFFFFF;
}
a:visited.menue {
font-family: "Lucida Grande", sans-serif;
font-size: 12px;
text-decoration: none;
color: #FFFFFF;
}
a:active.menue {
font-family: "Lucida Grande", sans-serif;
font-size: 12px;
text-decoration: none;
color: #FFFFFF;
}
a:hover.menue  {
font-family: "Lucida Grande", sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: underline;
}



a:hover {
text-decoration: underline;
}

menue {
font-family: "Lucida Grande", sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}

hr {
border-top: 1px solid #306da4;
border-bottom: none;
border-right: none;
border-left: none;
color: #306da4;
}

/* @group ccText */
.ccText a {
    color:#24527c;
    /* text-decoration:underline; */
    background-image: url(http://www.guarder.net/eurodig_php/pics/link_arrow.gif);
    /* background-image: url(/bilder/struktur/internalLinkMarker.gif); */
    background-repeat: no-repeat; 
    padding: 2px 2px 2px 13px;
    background-position: 2px 4px; 
    margin-left: 2px; 
}
.ccText a:hover {
    /* background-image: url(/bilder/struktur/internalLinkMarker_white.gif); */
    /* color:#ffffff; */
    /* background-color: #24527c; */
    /* text-decoration:none;*/
    text-decoration:underline;
}
.ccText {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height:14px;
    color:#000000;
    margin-bottom: 10px;    
}
.ccText p
{
    margin-bottom: 10px;
}
.ccText h1 {
    font-size: 14px;
    line-height:17px;
}
.ccText h2 {
    font-size: 12px;
    font-weight: bold;
    line-height:15px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.ccText h3 {
    font-size: 12px;
    font-style:italic;
    margin-bottom: 10px;
    margin-top: 15px;
}
.ccText h4 {
    font-size: 11px;
    font-style:italic;
    font-weight: bold;
    margin-bottom: 10px;
}
.ccText h5 {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ccText h6 {
    font-size: 11px;
}
.ccText blockquote {
    font-style: italic;
    background-color: #f0efe9;
    margin: 0px;
    padding: 5px;
    border: 1px solid #648caa;
}
.ccText ul  {
    margin: 0;
    padding: 0;
}
.ccText li {
    list-style-type: none;
    background: url(http://www.guarder.net/eurodig_php/pics/cc_list_icon.gif) no-repeat 0 3px;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 1px;
}
.ccText .kurzbeschreibung {
    margin-bottom: 14px;
    font-weight: bold;
}
.ccText table {
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border-style: none;
}
.ccText td {
    text-align: left;
    vertical-align: top;
    border-style: none;
    border-bottom: 1px solid #007e2c;
    margin: 0;
    padding: 0;
}
.ccText th {
    text-align: left;
    vertical-align: bottom;
    border-style: none;
    margin: 0;
    border-bottom: 2px solid #c1c1c1;
    font-size: 11px;
    font-weight: bold;
    background-color: #e7e7e7;
    padding: 3px;
}
.ccText td {
    text-align: left;
    vertical-align: top;
    border-style: none;
    margin: 0;
    padding: 3px;
    border-bottom: 1px solid #c1c1c1;
}
/* @end */



ul#navi li ul {
  display: none;
}

ul#navi li:hover ul {
  display: block;
}

ul#navi li a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

