/* 
    Document   : style.css
    Created on : 30.11.2009, 11:56:05
    Author     : David Heidrich
*/
/* 
   Global Style css
*/

/* resets styles */

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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    font-family: "Georgia", sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #666666;
    text-decoration: underline;
}
/**
* styles
*/
#container {
    margin: 45px;
}
h1 {
    font-size: 30px;
    margin-bottom: 32px;
    font-weight: normal;
}
h2 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 22px;
}
.subheading {
    font-size: 16px;
}
#leftHead {
    width: 640px;
    margin-bottom: 42px;
}
#leftContent {
    float: left;
    width: 640px;
    border-right: 1px dotted black;
    min-height: 495px;
}

#rightContent {
    padding-left: 40px;
    float: left;
    width: 250px;
}
p {
    font-size: 16px;
    line-height: 22px;
}
strong {
    font-weight: normal;
    color: #cc0000;
}
.nl {
    color: black;
    text-decoration: none;
}
.left {
    float: left;
}

.tip {
    width: 145px;
}
.full {
    width: 480px;
}

.odef dt {
    font-size: 22px;
    float: left;
    width: 145px;
}
.odef dd {
    height: 30px;
}
.odef {
    width: 640px;
}
.odef .gadds {
    height: 105px;
}

.idef dt {
    font-size: 16px;
    float: left;
    width: 235px;
    height: 34px;

}
.idef dd {
    font-size: 16px;
    height: 34px;
}
.browsers {
    height: 216px !important;
}

