@CHARSET "UTF-8";
/********************************************************************
 * Globale Style Sheets 											*
 ********************************************************************/

/**
 * Für IE6 muss ein margin von 0px bei Form-Tags gesetzt werden
 * sonst kommt es zu einem unschönen Abstand
 */
form {
	margin: 0px;
}

p {
	margin: 0px 0px 10px 0px;
}

img {
    vertical-align: middle;
    border-width: 0px;
	border-style: none;
	border: none;
}

input[type=text],
input[type=password],
select,
textarea {
    border: 1px solid #007de9;
    background-color: #e8f3f9;
}

.selectreadonly {
	background-color: #dedede;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #005fb1;
}

h2 {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}

.teaser {
    font-weight: bold;
}

.small {
    font-size: 11px;
}

.imageTitle {
	font-size: 10px;
    color: #999999;
    font-style: italic;
}

.error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #e22000;
}

.bold, b {
	font-weight: bold;
}

.italic, i {
	font-style: italic;
}

a img {	
	border: 0;
	text-decoration: none;
}
a {
	color: #005fb1;
	text-decoration: none;
}
a:hover {
    color: #007de9;
}
.disabled {
	color: #999999;
}

input.disabled {
	border: 1px solid #cccccc;
	background-color: #dddddd;
}

input.error, select.error {
    border: 1px solid #e22000;
    background-color: #FFF8F8;
    color:  #393D43;
}

.formLabel {
    float: left;
    margin-top: 10px;
    width: 120px;
}
.formValue {
    float: right;
    margin-top: 10px;
    width: 280px;
}
.formValue input, .formValue select {
    width: 280px;
}
.formValue textarea {
    width: 280px;
    height: 150px
}

.border {
    border: 1px solid #cccccc;
}

td.tableRow1 {
    vertical-align: top;
}
td.tableRow2 {
    vertical-align: top;
}
td.tableRowHighlight {
    vertical-align: top;
}

div.separatedBox {
    border-style: solid;
    border-color: rgb(0, 95, 177);
    border-width: 0px 0px 1px;
    margin: 0px 0px 16px;
}
div.separatedBox h1 {
    padding: 4px;
    margin-top: 1px;
    margin-bottom: 0px;
    background-color: rgb(214, 237, 250);
}
div.separatedBox ul {
    list-style-position: inside;
    padding: 0px;
    background-color: rgb(214, 237, 250);
    clear: both;
    margin: 0px;
}
div.separatedBox ul li {
    padding: 4px 4px 4px 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 1px 0px 0px 0px;
}