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

#mainNav{display:none;}



body{ 
  font-family:Verdana,Arial,Helvetica, sans-serif;
  line-height:1.3em;
}


/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {color:#019ee1;line-height:1em;text-transform:none;}

h1 { font-size: 1.4em;padding-bottom:0.7em;}
h2 { font-size: 1.0em;padding-bottom:0.5em;font-weight:bold;}
h3 { font-size: 1.0em;}
h4 { font-size: 1.0em;}
h5 { font-size: 0.8em;}
h6 { font-size: 0.7em;}

/* Text elements
-------------------------------------------------------------- */
p           { margin: 0 0 0.5em 0; }

a           { color:#019ee1; text-decoration:none;font-weight:normal; }
a:hover     { color:#f18e05; text-decoration:underline; }

a.link-internal,
a.link-external,
a.link-mail,
a.link-download{ 
							background-image:url(/fileadmin/media/icon/link-internal.gif);
							background-repeat:no-repeat;
							background-position:right;padding-right:10px;
							}

a.link-internal{}
a.link-external{}
a.link-mail{}
a.link-download{}


blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */
.cmsContent ul		{margin-left:1.5em;margin-bottom:0.5em;}
.cmsContent ul li	{list-style:disc;}

.cmsContent ol		{margin-left:2.3em;}
.cmsContent ol li	{list-style:decimal;}

.cmsContent dl{}
.cmsContent dl dt	{font-size: 1.4em;padding-bottom:0.7em;}
.cmsContent dd		{font-style: italic;}


/* Tables
-------------------------------------------------------------- */
table       { width:100%;}
th          { font-weight: bold;}
th,td       { padding:0px;vertical-align:top;}
tr.tr-even td{}
tfoot       { font-style: italic; }
caption     { background: #eee;text-align:center; }

table.contenttable{}
table.contenttable td,table.contenttable th{}
table.contenttable th{width:90px;}


/* Misc classes
-------------------------------------------------------------- */
.red{color:#e3001a;}
.blue{color:#004e84;}
.orange{color:#f18e05;}