/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ /*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }*/ /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } html{ height:auto!important; height:100%; min-height:100%; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { /*border-collapse: collapse;*/ border-spacing: 0; } /*********************************/ /*** GENERAL STYLING ***/ body { background:#d4eff9; height:auto!important; height:100%; min-height:100%; } .ptsans { font-family: 'PT Sans', sans-serif; } .width-960 { width:960px; margin:0px auto; } .width-1200 { width:1250px; margin:0px auto; } .width-2350 { width:2530px; margin:0px auto; } .padding-10 { padding:10px; } .clearfix { clear:both; } /*a, a:visited { color:inherit; text-decoration:none; } a:hover { text-decoration:underline; }*/ /*** MAIN WRAPPER ***/ #main-wrapper1 { .width-960; background:#ffffff; position:relative; .ptsans; height:auto!important; height:100%; min-height:100%; } #main-wrapper2 { .width-1200; background:#ffffff; position:relative; .ptsans; height:auto!important; height:100%; min-height:100%; } #main-wrapper3 { .width-2350; background:#ffffff; position:relative; .ptsans; height:auto!important; height:100%; min-height:100%; } /*** HEADER ***/ #header0 { background:#19476F; margin-top:-10px; color:#ffffff; padding:20px 0px; position:relative; background-image: url('images/biruedt.png'); background-repeat: no-repeat; background-position: right; #logo { padding:5px; background:rgba(210,239,250,0.5); position:absolute; top:0px; left:55px; padding-bottom:40px; img { height:auto; width:100px; margin-top:10px; } } #title { font-family: "Tw Cen MT"; font-size:68px; margin-left:185px; } #subtitle { font-size:18px; margin-left:185px; } #itb { font-size:18px; margin-left:185px; } } #header { background:#19476F; margin-top:-10px; color:#ffffff; padding:20px 0px; position:relative; background-image: url('../images/biruedt.png'); background-repeat: no-repeat; background-position: right; #logo { padding:5px; background:rgba(210,239,250,0.5); position:absolute; top:0px; left:55px; padding-bottom:40px; img { height:auto; width:100px; margin-top:10px; } } #title { font-family: "Tw Cen MT"; font-size:68px; margin-left:185px; } #subtitle { font-size:18px; margin-left:185px; } #itb { font-size:18px; margin-left:185px; } } /*** MAIN MENU ***/ #main-menu0 { background:#F15200; color:#ffffff; .clearfix; font-size:12px; margin-bottom:20px; padding:10px 0px; background-image: url('images/headeror.jpg'); background-repeat: repeat-x; ul { margin-left:185px; li { /*float:left;*/ margin-right:20px; } } } #main-menu { background:#F15200; color:#ffffff; .clearfix; font-size:12px; margin-bottom:20px; padding:10px 0px; background-image: url('../images/headeror.jpg'); background-repeat: repeat-x; ul { margin-left:185px; li { /*float:left;*/ margin-right:20px; } } } /*** CONTENT ***/ #content0 { font-family: verdana, arial, sans-serif; font-size:100%; font-size:14px; height:auto!important; height:100%; min-height:1050px; p { margin-bottom:10px; } a{ font-size: 14px; } } #content { font-family: verdana, arial, sans-serif; font-size:100%; font-size:14px; height:auto!important; /*height:100%;*/ min-height:1500px; p { margin-bottom:10px; } } #content2 { font-family: verdana, arial, sans-serif; font-size:100%; font-size:14px; height:auto!important; height:100%; min-height:100000px; p { margin-bottom:10px; } } /*** FOOTER ***/ #footer { position: relative; margin-top:20px; background:#19476F; color:#ffffff; font-size:12px; /*text-align:center;*/ padding:15px 0px; a{ font-weight: bold; color: #FFFFFF; text-decoration: none; } a:hover{ font-weight: bold; color: #F15200; text-decoration: none; } }