body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    margin: 0px;
}

table {
    height: 100%;
}
td {
    width: 25%;
}
td.row2 {
    background-color: #eef0d7;
}
td.row4 {
    background-color: #dfebee;
}
td.content {
    padding: 0px 40px 0px 40px;
}
td.header {
    height: 175px;
    padding: 0px;
}

#imageCell {
    text-align: right;
}
#logo {
    padding-top: 45px;
    padding-left: 40px;
    vertical-align: top;
}

.text {
    margin: 0px 0px 20px 0px;
    font-size: 12px;
    line-height: 20px;
    color: #778899;
}
.header {
    margin: 0px;
    font-size: 12px;
    color: #778899;
    line-height: 20px;
    font-weight: bold;
}

#philosophie a:link {
    font-size: 10px;
    line-height: 16px;
    color: #778899;
    text-decoration: none;
}
#philosophie a:visited {
    font-size: 10px;
    line-height: 16px;
    color: #778899;
    text-decoration: none;
}
#philosophie a:hover {
    font-size: 10px;
    line-height: 16px;
    color: #778899;
    text-decoration: underline;
}
#philosophie a:active {
    font-size: 10px;
    line-height: 16px;
    color: #778899;
    text-decoration: none;
}

#reference {
    background-image: url(img/points.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}

#reference a:link {
    color: #778899;
    text-decoration: none;
}
#reference a:visited {
    color: #778899;
    text-decoration: none;
}
#reference a:hover {
    color: #778899;
    text-decoration: underline;
}
#reference a:active {
    color: #778899;
    text-decoration: none;
}

a:link {
    color: #afbc00;
    text-decoration: none;
}
a:visited {
    color: #afbc00;
    text-decoration: none;
}
a:hover {
    color: #afbc00;
    text-decoration: underline;
}
a:active {
    color: #afbc00;
    text-decoration: none;
}
ul {
    padding: 0px;
    color: #a01d31;
}
.neulandGreen {
    color: #afbc00;
}
.neulandRed {
    color: #a01d31;
}

/* Correction IE */
#address {
    padding-left: 40px;
}
* html td.content { 
    padding-left: 0px; 
}


/* job */
#job, #mapareaContainer {
	position: absolute;
	left: 250px;
	top: 27px;
	width: 500px;
	_height: 600px;
	min-height: 600px;
	border: 2px solid #dfebee;
   background-color: white;
   line-height: 17px;
	font-size: 11px;	
   color: #778899;
}
#job1 {
	height: auto;
}

#job div {
	margin: 20px;
}

#job ul {
	margin: 10px 0 10px 15px;
	padding: 0;
}
#job ul span {
	color: #778899;	
}

#job p,
#job div div {
	margin: 0 0 0 20px;
}

#job a.close {
	position: absolute;
	top: 10px;
	right: 20px;
}

#job div.toc {
	margin: 10px 20px 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfebee;
}
#job div.toc a {
/*	display: block;*/
}  


/* map24 */
#mapareaContainer {
	padding: 10px 0 10px 10px;
	_padding: 10px 10px 10px 20px;
}
#maparea {
	margin-top: 5px;
}
body.map24 {
	margin: 20px;
}
body.map24 div.close {
	text-align: right;
	width: 490px;
}
body.map24 div.close a {
	font-size: 11px;
}

/* imprint */
table.imprint td {
	width: 50%;
}
table.imprint td p {
	margin: 40px 10px 0 20px;
}
table.imprint td .close {
	display: block;
	margin: 170px 0 0 0;
	font-size: 11px;
}
 