/* ---- BODY ---- */

body,
* {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #000000;
}

body {
    margin: 0px;
    padding: 0px;
}

body.detailView {
    margin: 10px;
}


/* ---- SEARCHFORM ---- */

#searchForm {
    margin-bottom: 10px;
}

#searchForm input,
#searchForm select,
#searchForm textarea {
    border: 1px solid #C2C2C2;
    width: 220px;
    margin: 2px 0 0 0;
}

#searchForm .submitButton {
    background: transparent;
    border: none;
    text-align: right;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #115353;
    width: 60px;
}

.AdressSelect {
    margin-bottom: 10px;
}

.AdressSelect a {
    font-weight: bold;
    color: #115353;
    font-size: 12px;
    padding: 0 3px 0 3px;
}


/* ---- OTHERS --- */

a {
    color: #575757;
    text-decoration: none;
}

a:hover {
    color: #115353;
}

p {
    line-height: 16px;
}

.spacer {
    display: block;
}


/* ---- LISTINGTABLE ---- */

#projectListing {
    width: 100%;
    padding-right: 10px;
}

#projectListing th {
    text-align: left;
    padding: 1px 2px 1px 2px;
    border-bottom: 1px solid #575757;
}

#projectListing td {
    padding: 1px 2px 1px 2px;
    vertical-align: top;
}

#projectListing tr.even {
    background-color: #B2CCCA;
}

#projectListing tr.odd {
    background-color: transparent;
}


/* ---- HEADLINES ---- */

.topHeading {
    color: #115353;
    font-size: 20px;
}

.discreet {
    color: #115353;
    font-size: 10px;
}

h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #115353;
    font-weight: normal;
}

h1 {
	font-size: 14px;
	line-height: 18px;
	margin: 15px 0 0 0;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 10px;
}

/* ---- IMAGE ---- */

.image-right {
    float: right;
    margin-top: 15px;
    padding-left: 10px;
}


/* ---- FOOTER ---- */

.projectPrint {
    float: right;
    margin-top: 10px;
    padding-bottom: 5px;
}
