@charset "UTF-8";
a:link      { font-weight:normal; 
              color:#0459b3; 
            }
a:visited   { font-weight:normal; 
              color:#0d3866; 
            }
a:focus     { color:#c02317; }
a:hover     { color:#c02317; }
a:active    { color:#c02317; }

body { font-family:Verdana, Geneva, Arial, sans-serif; 
       font-size:small; 
       line-height:1.4em;
       background-color:#0459b3;
       margin:10px 30px 10px 30px; 
}

h1 { font-size:1.4em;
     margin-top:0;
     margin-bottom:6pt;
}

h2 { font-size:1.2em;
     margin-top:3em;
     margin-bottom:1em;
}

h3 { font-size:1.1em;
     margin-top:2em;
     margin-bottom:0.5em;
}

p,li  { letter-spacing:0.04em;
        word-spacing:0.0em; 
}

p {
    margin-bottom:1em;
}

li {
    margin-bottom:0.8em;
}

ul {
    list-style-type:square;
}


/*Font für alle Überschriften*/
h1, h2, #pagehead, #subhead {
    font-family:Arial, Geneva, sans-serif;
    font-weight:bold;
    line-height:1;
    letter-spacing:0;
}

/*Abstände links und rechts*/
#pagehead, #language, #pageinfo {
    margin-left: 20px;
    margin-right: 20px;
}

#pagehead, #language {
    margin-top:20px;
    margin-bottom:0px;
}

#language {
    text-align:right;
    padding-top:20px;
}
#language a:link      { border:none; color:#0d3866; text-decoration:none; }
#language a:visited   { border:none; color:#0d3866; text-decoration:none; }
#language a:focus     { border:none; color:#c02317; text-decoration:none; }
#language a:hover     { border:none; color:#c02317; text-decoration:none; }
#language a:active    { border:none; color:#c02317; text-decoration:none; }

p.pagehead {
    font-size:2.0em;
    border-bottom:1px solid black; 
    letter-spacing:0;
}

#subhead {
    background-color:#0d3866;
}
p.subhead {
    color:white;
    margin-top:0;
    margin-bottom:24px;
    padding-top:6px;
    padding-bottom:6px;
    font-size:1.1em;
    font-weight:bold;
    text-align:center;
}


/* ====================== */
/* = Navigations-Spalte = */
/* ====================== */

#menu {
    background:#AAB559;
    width:200px;
    height:600px;
    float:left;
}

#nav ul {
}

#nav li {
    list-style-type:none;
    border-bottom:1px solid #728010;
    vertical-align:middle;
}

.active {
    color:red;
    background-color:white;
}
#nav li a {
    color:#0d3866;
    text-decoration:none;
    font-weight:bold;
    font-size:1.2em;
    display:block;
    padding:10px;
}
#nav li a.active, #nav li a:hover {
    color:#c02317;
    text-decoration:none;
    font-weight:bold;
}

/*Linkliste im Navigationsmenü*/
#navlinksheading {
    margin-top:200px;
    border-top: solid white 1px;
}

#navlinks li {
    list-style-type:none;
    vertical-align:middle;
    border:0;
}

#navlinks a {
    color:#0459b3;
    border-bottom:none;
    font-weight:normal;
    font-size:1.0em;
    letter-spacing:0;
    display:block;
}

#navlinks li a:hover {
    color:#c02317;
}


/*Umspannt language, pagehead, nav, content, pageinfo*/
#allcontent {
    background-color:white;
}

#content {
    margin: 0 30px 0 280px;
    padding:0 15px 0 15px;
}

#navcontent {  /*Umspannt nav und content*/
    margin:10px 20px 10px 20px;
}

#pageinfo {
    text-align:center;
    font-size:60%;
    border-top:thin solid black ;
    clear:left; /*unterfährt das seitlich pos. Menü*/
}

.hinterlegt {
    padding:10px;
    background-color:silver;
}

.hervorheben {
    margin:30px;
/*    margin-right:80px;*/
    font-weight:bold;
    color:#0d3866;
    padding:10px;
    padding-left:30px;
    border-left: solid 5px #c02317;
}

/* ============ */
/* = Sonstige = */
/* ============ */

#backlink {
    text-align:right;
}

p.abb {
    margin-top:0;
    padding-top:0.01em;
    margin-bottom:1em;
    font-size:0.8em;
}

/* ===================== */
/* = check_netapp.html = */
/* ===================== */
table.tech { width:100%; 
		     border-collapse:collapse;
		     table-layout:auto; 
}
td.tech { 	border:1px solid #000000; 
		    background-color:white;
		    font-size: 10pt;
		    text-align:left;
		    vertical-align:middle; 
		    padding:8px;
}
#tech_caption { width:25%; font-style:italic; }
#tech_name { font-weight:bold; } 
#tech_usage {font-size: 9pt; color: black; font-family: Courier, monospace; border:1px solid #000000;}
#tech_examples {font-size: 9pt; color: black; font-family: Courier, monospace; border:1px solid #000000;} 
#explain {font-style:italic; color:gray; font-family:sans-serif; margin-top:5px;} 
.tech_price { }
