/* >> NORMAL PAGE BODY*/

body{
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background-image: none;
}

div.bodydiv{
	min-height: 400px;
}

div.underground{
	background-color: #fff;
	padding: 25px;
	background-image: none;
	position: absolute;
	display: block;
	width: 950px;
}

div.dottedfullwidthdiv{
	border-bottom: 1px dotted #c3b6bd;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.smallorangediv{
	width: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 1px;
	border-top: 1px dotted #ff742d;
	border-bottom: 1px dotted #ff742d;
}

/* >>> NAVIGATIONS MENUE */

table.menutable{
	border-width: 0px;
	vertical-align: top;
	font-size: 13px;
}

table.menutable td.menucolumn1{
	line-height: normal;
	background-color: white;
	width: 130px;
	font-size: 13px;
	color: #ff742d;
	vertical-align: top;
	margin-bottom: 30px;
	padding-right: 20px;
	margin-right: 0;
	margin-left: 0;
	border-width: 0;
	padding-left: 0;
	text-align: right;
}

table.menutable td.menucolumn2{
	background-color: white;
	padding-left: 20px;
	border-top-width: 0px;
	text-align: justify;
	color: black;
	font-size: 13px;
	vertical-align: top;
	margin-bottom: 30px;
	margin-right: 0;
	margin-left: 0;
	border-width: 0;
	padding-right: 30px;
}

.menutable ul.menuul{
	color: #797982;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 13px;
	cursor: pointer;

}

.menutable li{
	text-align: left;
	color: #797982;
	float: left;
	position: relative;
	margin-right: 10px;
}

.menutable li:hover {
	color: #FF742D;
	margin-right: 10px;
}

.menutable li ul{    this selector means: all ul elements that are descendants of li that are desc of menutable                                                                                                                                                                                                                                                                
	border-top-width: 0px;                                                                                                                                                                                                                                                               
	border-bottom-width: 1px;                                                                                                                                                                                                                                                               
	width: 200px;
	display: none;
	position: absolute;
	top: 5em;
	left: 0;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #797982;
	border-style: dotted;
}

.menutable li > ul{	 all li elements that are the immediate children of a ul element that are descendants of menutable 
	top: auto;
}

.menutable li:hover ul{
	display: block;
	padding: 1px 3px 3px;
}

.menutable li:hover>ul{
	display: table;
}

.menutable li:hover>ul>li{
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	margin: 1px 5px 1px 0;
}

.menutable a.menulink:link {
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	color: #797982;
	margin: 0;
	padding: 1px 5px 1px 0;
}

.menutable a.menulink:visited {
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	color: #797982;
	margin: 0;
	padding: 1px 5px 1px 0;
}

.menutable a.menulink:hover {
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	color: #FF742D;
	margin: 0;
	padding: 1px 5px 1px 0;
}

/* >>> PAGE EXCERPT STUFF*/

div.excerptmarker {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	display: none;
}

div.excerpt{
	border: 1px dotted #797982;
	text-align: left;
	margin: 0 3px 3px 0;
	width: 360px;
	padding: 3px;
	color: #36363a;
	height: 80px;
	float: left;
}

img.excerptImageThumb{
	width: 60px;
	margin-left: 10px;
	padding: 1px;
	border: 1px solid white;
	float: right;
}

img.excerptImageThumb:hover{
	width: 60px;
	margin-left: 10px;
	padding: 0;
	border: 2px solid #ff742d;
	float: right;
}

a.excerptlink:link{
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	color: #36363a;
	font-weight: bold;
	border-bottom-color: #36363a;
	font-style: italic;
}

a.excerptlink:visited{
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	color: #36363a;
	font-weight: bold;
	border-bottom-color: #36363a;
	font-style: italic;
}

a.excerptlink:hover{
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	color: #FF742D;
	font-weight: bold;
	border-bottom-color: #FF742D;
	font-style: italic;
}

/*>>> NORMAL STUFF ON PAGE*/

h1{
	color: #ff742d;
	text-align: right;
	margin: 0px;
	background-color: white;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2{
	color: #ff742d;
	text-align: right;
	margin: 0px;
	font: normal 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding: 0;
}

h3{
	color: #ff742d;
	text-align: right;
	margin: 0px;
	font: normal 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding: 0;
}

h4.topheadline{
	vertical-align: top;
	color: #36363a;
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

img.topimage{
	height: auto;
	vertical-align: middle;
	margin: 0px 0px 15px 15px;
	width: 300px;
	padding: 0;
	float: right;
}

h4.contentheadline{
	vertical-align: top;
	color: #36363a;
	margin: 0 0 10px;
	padding: 0;
	font-size: 13px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

span.bold {
	font-weight: bold;
	color: #36363a;
	font-size: 13px;
}

p.normalText{
	letter-spacing: normal;
	color: #36363a;
	text-align: justify;
	font-size: 13px;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 15px;
}

p.greyText{
	letter-spacing: normal;
	color: #797982;
	text-align: justify;
	font-size: 11px;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 15px;
}

a.normallink:link{
	font-size: inherit;
	text-align: left;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px dotted #36363a;
}

a.normallink:visited{
	font-size: inherit;
	text-align: left;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px dotted #36363a;
}

a.normallink:hover{
	font-size: inherit;
	text-align: left;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px dotted #FF742D;
}

a.homelink:link{
	color: #ff742d;
	margin: 0px;
	background-color: white;
	font: normal 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	text-decoration: none;
}

a.homelink:visited{
	color: #ff742d;
	margin: 0px;
	background-color: white;
	font: normal 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	text-decoration: none;
}

a.homelink:hover{
	color: #ff742d;
	margin: 0px;
	background-color: white;
	font: normal 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	text-decoration: none;
}

/* >>> CV PAGE TABLE*/

table.cvtable{
	margin: 0 0 0 -2px;
	padding: 0;
	color: #36363a;
	font-size: 13px;
	float: left;
}

tr.cvtr{
	padding: 0;
	margin-bottom: 1px;
}

td.cvcolumn1{
	width: auto;
	color: #36363a;
	text-align: left;
	padding: 0 0 2px;
	vertical-align: top;
	margin-right: 0;
	margin-top: 0;
	margin-left: -1px;
	font-size: 13px;
}

/*>>> LINKS PAGE*/

a.linklink:link{
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	color: #36363a;
	border-bottom: 1px dotted #36363a;
	border-right: 1px dotted #ff742d;
	border-left: 1px dotted #ff742d;
	padding: 1px 2px;
	margin: 5px 5px 5px 0;
	line-height: 2;
}

a.linklink:visited{
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	color: #36363a;
	border-bottom: 1px dotted #36363a;
	border-right: 1px dotted #ff742d;
	border-left: 1px dotted #ff742d;
	padding: 1px 2px;
	margin: 5px 5px 5px 0;
	line-height: 2;
}

a.linklink:hover{
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	color: #FF742D;
	border-bottom: 1px dotted #FF742D;
	border-right: 1px dotted #ff742d;
	border-left: 1px dotted #ff742d;
	padding: 1px 2px;
	margin: 5px 5px 5px 0;
	line-height: 2;
}

/* >>> TABELLE FUER SEITENINHALT */

table.contenttable{
	border-width: 0px;
	vertical-align: top;
	font-size: 13px;
}

table.contenttable td.contentcolumn1{
	line-height: normal;
	background-color: white;
	width: 130px;
	font-size: 13px;
	color: #ff742d;
	vertical-align: top;
	margin-bottom: 30px;
	padding-right: 20px;
	margin-right: 0;
	margin-left: 0;
	border-width: 0;
	padding-left: 0;
	text-align: right;
}

table.contenttable td.contentcolumn2{
	background-color: white;
	padding-left: 20px;
	border-top-width: 0px;
	text-align: justify;
	color: black;
	font-size: 13px;
	vertical-align: top;
	margin-bottom: 30px;
	margin-right: 0;
	margin-left: 0;
	border-width: 0;
	padding-right: 30px;
}

/* >>> TABELLE ZUM PROJEKTE AUFLISTEN */

table.projecttable{
	border-width: 0px;
	margin: 0;
	padding: 0;
}

table.projecttable tr{
	border-width: 0px;
	margin: 0;
	padding: 0;
}

table.projecttable td{
	border-width: 0px;
	padding: 0;
	margin: 0;
}

/* >>> FORMATIEREN DER  MEDIEN */

img.imageThumb{
	height: auto;
	vertical-align: middle;
	margin: 0px 0px 4px 0px;
	padding: 1px;
	border: 1px solid #797982;
	width: 60px;
}

img.imageThumb:hover{
	height: auto;
	vertical-align: middle;
	margin: 0px 0px 4px 0px;
	padding: 0;
	border: 2px solid #ff742d;
	width: 60px;
}

img.videoThumb{
	height: auto;
	vertical-align: middle;
	margin: 0px 0px 4px 0px;
	padding: 1px;
	border: 1px solid #797982;
	width: 60px;
}

img.videoThumb:hover{
	height: auto;
	vertical-align: middle;
	margin: 0px 0px 4px 0px;
	padding: 0;
	border: 2px solid #ff742d;
	width: 60px;
}