/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */

/* CSS OMS Document */

#oms {text-align:justify; font-size:12px; margin-bottom:20px;}
#oms p {margin-top:10px;}
#oms a {text-decoration:underline; color:#153E85;}
#oms a:hover {color:rgb(255,0,0); text-decoration:none;}
#oms h1 {font-size:18px; color:#153E85;}
#oms h2 {font-size:14px; color:#153E85;}
#oms ul {margin-top:10px; margin-bottom:10px; margin-left:15px;}
#oms h3 {font-size:12px; font-weight:bold; font-style:italic;}
#omsLink {background-color:#DFDFDF; color:#5F5F5F; padding:10px; font-size:10px;}


/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
        text-decoration:none;
}


A:active { color: rgb(255,0,0);} 
A:link { color: rgb(0,51,204);} 
A:visited { color: rgb(153,0,153);} 
A:hover { color: rgb(255,0,0);} 
.TextNavBar { font-size: xx-small;} 


body {
	background-image: url(assets/images/pageback.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

ul#minitabs{list-style: none;margin: 0;padding: 7px 0; border-bottom: 1px solid #CCC;font-weight: bold;}
ul#minitabs li{display: inline; font-size:13px; padding: 0 10px 0px; width:150px; border-right: 1px solid #CCC}
ul#minitabs a{text-decoration: none;padding: 0 0 3px; border-bottom: 4px solid #FFF;color: #508BA4;}
ul#minitabs a:hover{border-color: #508BA4;color: #666} 
