@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 20px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #74ac00;
	margin-bottom: 15px;
	margin-left: 20px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

h4 { /*Kommt direkt nach h1 im Content Bereich der Projekte */
	margin-bottom: 12px;
	margin-left: 20px;
	font-size: 12px;
	color: #74ac00;
}

.logo {
	float: left;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
	font-size: 12px;
}

#ColLeft p {
	margin-left: 20px;
}

#ColLeft p img {
	border: 1px solid #74ac00;
}

#ColLeft ul {
	margin-left: 40px;
	list-style-type: none;
	margin-bottom:10px;
}

#ColLeft ul li {
	background-image: url("../img/bullet-triangle.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
}

ul.mitarbeiter {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 12px;
	display: block;
	float: left;
}

ul.mitarbeiter li {
	background-image: url("../img/bullet-triangle.gif");
	background-repeat: no-repeat;
	display: block;
	padding-left: 15px;
	color: #fff;
	margin-bottom: 5px;
	margin-right: 5px;
}

ul.mitarbeiter li.wechsel {
	/*background-color: #202020;*/
}

/* Tabellen Styling */

#myTable {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	line-height: 140%;
	border: 1px solid #74ac00;
	margin-left:  20px;
}

tr {
	background-color: #252525;
	vertical-align: top;
}

tr.tdhell {
	background-color: #202020;
	vertical-align: top;
}

th {
	padding: 5px;
	text-align: left;
	color: #aaaaaa;
	font-weight: normal;
}

td {
	padding: 5px;
	color: #888;
	font-size: 15px;
}

td p {
	font-size: 15px;
}

td.description {
	color: #666;
}

table.mitarbeiter {
	margin-left: 20px;
	border-collapse: collapse;
	padding: 0;
	margin-bottom: 25px;
}

table.mitarbeiter h2 {
	margin-left: 0;
}

table.mitarbeiter td {
	width: 33%;
}

table.mitarbeiter tr.head {
	background: none;
}

table.mitarbeiter tr.head td {
	border-bottom: 1px solid #fff;
	background: none;
}

table.mitarbeiter tr.btm td {
	border-bottom: 3px solid #333;
}

/* Veroeffentlichungen */

div.publik {
	width: auto;
	height: auto;
	border: 1px solid #74ac00;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
	background: #111;
}

div.publik h2, div.publik h3 {
	margin: 0;
	padding: 10px;
	background: #222;
	margin: -10px;
}

div.publik h2 {
	padding-bottom: 10px;
}

div.publik h3 {
	font-size: 14px;
	margin-bottom: 15px;
	padding-top: 0;
	margin-top: 0;
}

div.publik p {
	margin-bottom: 5px;
}
