
table, td  {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	}


body {
	background-color: #222;
	background: #222;
	color: #000000;
	padding: 0px 10px 10px 10px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}



.body {
	width: 94%; max-width: 1120px;
	background: #eeeeee;
	height: 100%;
	margin: Auto;
	background-image:url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}


.outer-content {
	width: 100%;
	margin: 0;
	margin-top: 0px;

	}

.content {
	width: 100%; max-width: 1000px;
	margin: 40px 50px 20px 50px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	}

.header {
	/* Tabelle */
	display: table;
	width: 100%;
	border-collapse: collapse;
	background: #222;
	margin: 0;
	}

.header .cell-row {
	/* Zeile */
	display: table-row;
	height:60px;
	}

.header .cell {
	/* Spalte linksbündig */
	display: table-cell;
	padding: 0px;
	border-style: none none solid none;
	border-width: 2px;
	border-color: #058A33; 
	/* #00bbff; */

	vertical-align: middle;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #ddd;
	}

.header .cell-l {
	text-align: left;
	}

.header .cell-r {
	text-align: right;
	}

.header .cell a, a:visited, a:link {
	color: #eee;
	text-decoration: none;
	}

.header .cell a:hover {
	color: #aaa;
	text-decoration: none;
	}

.header .cell a:active {
	color: #D6AB04;
	text-decoration: none;
	}


.header .cell a.link-active, a.link-active:hover {
	color: #D6AB04;
	}


.body .content .headline a, a:visited, a:link {
	color: #777;
	text-decoration: none;
	}

.body .content .headline a:hover {
	color: #aaa;
	text-decoration: none;
	}


.body .content .headline {
	margin: Auto;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 100%;
	border-style: none none solid none;
	border-width: 2px;
	/* border-color: #00bbff; */
	border-color: #058A33; 
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #1c1c1c;
	}


.body .content .disclaimer {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 11px;
	}

.body .content .disclaimer-headline {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	}


.body .content .datenschutz {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 13px;
	}

.body .content .datenschutz-headline {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
	}



.body .content .project-post {
	margin: 0;
	/* padding: 10px 0px 0px 15px; */
	}

.body .content .project-post .project-post-headline {
	padding: 10px 0px 0px 15px;
	}


.body .content .project-post .project-post-table {
	/* Tabelle */
	display: table;
	border-collapse: collapse;
	margin: 0;
	}

.body .content .project-post .project-post-table .project-post-cell-row {
	/* Zeile */
	display: table-row;
	}

.body .content .project-post .project-post-table .project-post-cell {
	/* Spalte linksbündig */
	display: table-cell;
	padding: 10px 15px 0px 15px;
	border: none solid none;
	vertical-align: top;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 15px;
	}

.body .content .project-post .project-post-table .project-post-cell-l {
	text-align: left;
	}

.body .content .project-post .project-post-table .project-post-cell-r {
	text-align: right;
	}






.copyright {
	/* Tabelle */
	display: table;
	width: 100%;
	border-collapse: collapse;
	/* background: #eeeeee; */
	margin: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	}

.copyright-cell-row {
	/* Zeile */
	display: table-row;
	height:35px;
	}

.copyright-cell {
	display: table-cell;
	padding: 10px 45px 10px 45px;
	border-style: none none solid none;
	vertical-align: middle;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	}

.copyright-cell-l {
	text-align: left;
	}

.copyright-cell-r {
	text-align: right;
	}



h1 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #1c1c1c;
	}

h2 {
	font-size: 20px;
	}

h3 {
	font-size: 15px;
	}


table#border1 {
	border-spacing:0;
	border-collapse:collapse
	}





a, a:visited, a:link {
	color: #0000ff;
	/* font-weight: bold; */
	}

a:hover {
	color: #9999bf;
	}


#pictureborder1 {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	}

#pictureborder2 {
	border-style: solid;
	border-width: 2px;
	border-color: #c9c9c9;
	}


.main_table {
 	display:table;
	}

.main_table .row {
	display:table-row;
	/* vertical-align: top; */
	}

.main_table .row .cell {
	display:table-cell;
	vertical-align: top;
	padding: 0px;
	}

.main_table .row .cell .space1 {
	display:table-cell;
	padding: 25px;
	}



.table1 {
 	display:table;
	}

.table1 .row {
	display:table-row;
	/* vertical-align: top; */
	}

.table1 .row .cell {
	display:table-cell;
	vertical-align: top;
	padding: 0px;
	}
