@CHARSET "UTF-8";

/* ---------------------------------------------
 * ------ CONTENT Style ------------------------
 * --------------------------------------------- */

.selectreadonly {
	background-color: #dedede;
}

.error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #e22000;
    margin: 0px;
}

input.error {
    border: 1px solid #e22000;
    background-color: #FFF8F8;
    color:  #393D43;
}

textarea.error {
    border: 1px solid #e22000;
    background-color: #FFF8F8;
    color:  #393D43;
}

.bold, strong, b {
	font-weight: bold;
	margin-bottom: 7px;
}

.small {
    font-size: 10px;
    font-weight: lighter;
}

.italics, i {
	font-style: italic;
}

.disabled {
	color: #999999;
}

input.disabled {
	border: 1px solid #999999;
	background-color: #dddddd;
}

a {
	color: #65b8e3;
	text-decoration: none;
}
a:hover {
	color: #3399cc;
}

h1, .headline {
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #65b8e3;
}

h2, .captionline {
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}
p {
    margin: 0px 0px 8px 0px;
}


div.formpart{
    width: 500px;
}

div.formpart th{
    width: 150px;
    vertical-align:top;
}

div.formpart td{
    width: 340px;
}

div.formpart input.text{
    width: 338px;
}

div.formpart input.yui-ac-input {
    top: -8px;
}

div.formpart input.streetName {
    float:left;
    width: 235px;
}

div.formpart input.streetNr {
    float: right;
    width: 50px;
}

div.formpart span.streetNr {
    float:left;
    margin-left: 5px;
}

div.formpart textarea{
    width: 338px;
}

div.projects{
    z-index: 500;
}

table.project{
    font-size: 9px;
    line-height:100%;
    width: 235px;
    table-layout:fixed;
}

table.project th{
    width: 90px;
    text-align: left;
    vertical-align:top;
}

div.box div.info{
    float: left;
    width: 600px;
}

div.box div.image{
    float: left;
    width: 156px;
}

.tableRow1 {
    background-color: #F8F8F8;
}

table.glossarheader a{
    padding: 5px;
    
    font-size: 14px;
}

table.glossarheader {
    margin: 16px 0px;
}

form div.box{
    margin: 10px 0px;
}

img.marker{
    cursor: pointer;
}

div.content img{
    text-align: left;
    float: left;
    margin: 10px 10px 10px 0px;
}

div.teaser{
    font-style:italic;
    margin: 16px 0px;
}