@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 {
	text-align: justify;
	margin: 0px 0px 10px 0px;	
}

img {
    vertical-align: middle;
    border-width: 0px;
	border-style: none;
	border: none;
}

img.noneBorder {
	border: none;
}

input, textarea {
	padding-left: 2px;
    border:1px solid #666666;
}

.underline {
	text-decoration: underline;
}

.selectreadonly {
	background-color: #dedede;
}

h1, .headline {
	margin: 0px 0px 16px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #e53517;
}
h2, .captionline {
    margin: 20px 0px 10px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #6f7066;
}

.error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #e22000;
}

a img {	
	border: 0;
}

a {
	color: #e53517;
	font-weight: bold;
	text-decoration: none;
}

a:hover { 
	color: #FF563F;
	text-decoration: none; 
}
a.decolored {
    color: #000000;
}
a.decolored:hover {
    color: #777777;
}

.disabled {
	color: #999999;
}

input.disabled {
	border: 1px solid #999999;
	background-color: #dddddd;
}

.clear {
	clear: both;
	/* wird von IE6 und IE7 benötigt */
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	border: none;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.smallText {
    font-size: 10px;
}

ul {
    list-style-image: url(../images/template/li.png);
}

/* Projektkarte */

img.marker{
    cursor: pointer;
}

div.projects{
    z-index: 500;
}

table.project{
    font-size: 9px;
    /*line-height:100%;*/
    width: 235px;
    table-layout:fixed;
}

table.project th,
table.project td
{
    font-size: 9px;
    text-align: left;
    vertical-align: top;
}

table.project th{
    width: 90px;
    font-weight: bold;
}
