/*
*   Style reset
*/
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{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus { /* remember to define focus styles! */
    outline: 0;
}
ins { /* remember to highlight inserts somehow! */
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: collapse;
    border-spacing: 0;
}
* { 
    padding: 0; 
    margin: 0; 
}
/*
*   Site Settings
*/
body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    color:#DBDBDB;
    margin:0;
    padding:0;
    line-height: 1.5em;
}

b, strong{
    font-size: 105%;
    font-weight: bold;
}

a { 
    color:#cc6666;
    text-decoration:none; 
}
a:link{ 
    text-decoration:none; 
}
a:visited { 
    text-decoration:none; 
}
a:active { 
    text-decoration:none; 
}
a:hover {
    color:#fff;
    text-decoration:none; 
}
h1, h2, h3, h4 {
    color: #972436;
    letter-spacing:0.06em;
}
h1 {
    padding: 12px 0;
    font-size: 140%;
}
h2 {
    padding: 10px 0;
    font-size: 120%;
}
h3 {
    padding: 8px 0;
    font-size: 110%;
}
h4 {
    padding: 6px 0;
    font-size: 100%;
}
.textItem p{
    padding: 10px 0;
}
blockquote p {
    margin-left: 40px;
}
#logo {
    margin-top: 18px;
}
.addthis_default_style{
    width: 150px;
    margin-top: 368px;
    margin-left: 52px;
}
a[href$='.pdf'] {
padding-left:20px;
line-height:18px;
background:transparent url(../images/PDFIcon.gif) center left no-repeat;
}
/*
*   Login forms
*/
#login {
    height: 350px;
    padding-top: 200px;
    margin-top: 0px;
    background-image:url(../images/member/fingerprint.gif);
    background-position: 50px 100px;
    background-repeat: no-repeat;
}
#logoutText {
    margin-top: -10px;
    float: right;
    font-size: 80%;
    color: #ccc;
}
#login  label{
    padding-top: 200px;
}
#login input#username{
    margin: 0 0 10px 10px;
}
#login input#password{
    margin-left: 43px;
}
#login input#loginBtn{
    margin: 10px 0 0 105px;
}
/*
*   Grid Projekte
*/
.grid-c1  p {
    padding-bottom: 95px;
}
.grid-c2  p {
    padding-bottom: 5px;
}
.grid-c3  p {
    padding-bottom: 5px;
}
.grid-c4  p {
    padding-bottom: 80px;
}

.grid {
    width: 499px;
    margin: auto;
    margin-top: 30px;
}

.grid-m1 {
    float: left;
    width: 0px;
    height: 1px;
}

.grid-c1 {
    float: left;
    width: 121px;
    margin-top: 140px;
    text-align: right;
}

.grid-m2 {
    float: left;
    width: 5px;
    height: 1px;
}

.grid-c2 {
    float: left;
    width: 121px;
    margin-top: 80px;
}

.grid-m3 {
    float: left;
    width: 5px;
    height: 1px;
}

.grid-c3 {
    float: left;
    width: 121px;
    margin-top: 0px;
}

.grid-m4 {
    float: left;
    width: 5px;
    height: 1px;
}

.grid-c4 {
    float: left;
    width: 121px;
    margin-top: 60px;
}
