body {
	padding: 0px;
	font-family: sans-serif;
	font-size: 12pt;
	background-color: #808080;
	padding: 0px; 
	margin: 0px; 
	color: black;
}

.root {
        width:800px;
        background-color: #FFFFFF;
        overflow: visible;
	padding: 12px;
	margin: 30px;
	border: 1px solid black;
	-moz-box-shadow:    0px 0px 10px 10px #CCCCCC;
        -webkit-box-shadow: 0px 0px 10px 10px #CCCCCC;
        box-shadow:         0px 0px 10px 10px #CCCCCC;
}

.top {
        width: 100%;
        color: #8E3F17;
        padding: 0px;
        padding-top: 24px;
        padding-bottom: 24px;
        background: url("../pictures/bgTop.jpg") repeat-x transparent;
        border: 0px solid #000000;;
	border-left: 1px solid #F0EFFF;
	border-right: 1px solid #F0EFFF;
	border-bottom: 1px solid #404040;
	margin: 0px;
        font-size: 35pt;
        font-weight: bold;
        text-shadow: 0.15em 0.15em 0.15em #909090;
}

.menu {
        width: 100%;
        border: 0px solid white;
        background-color: #FFFFFF;
        margin: 0px;
        padding: 0px;
}

.menu table {
      height: 80px;
      padding: 0px;
      margin: 0px;
      color: #000000;
}

.menu table td {
      vertical-align: bottom;
      padding: 0px;
      margin: 20px;
      color: #000000;
}

.menuItem {
	width: 100%;
	overflow: visible;
        min-width: 100px;
        vertical-align: middle;
	padding: 0px;
	margin: 0px;
        font-size: 18pt;
	color: #000000;
        border: 1px solid black;
  	background: url("../pictures/bgMenu.jpg") repeat-x transparent;
       	border-top-left-radius: 25px 25px;
        border-top-right-radius: 25px 25px;
        border-bottom-right-radius: 0px 0px;
        border-bottom-left-radius: 0px 0px;
        -moz-border-radius-topleft: 25px 25px;
 	-moz-border-radius-topright: 25px 25px;
 	-moz-border-radius-bottomright: 0px 0px;
	-moz-border-radius-bottomleft: 0px 0px;
	-moz-box-shadow: 6px -3px 4px 4px #D6D6D6;
        -webkit-box-shadow: 6px -3px 4px 4px #D6D6D6;
        box-shadow: 6px -3px 4px 4px #D6D6D6;
}

.menuItem:hover {
	height: 54px;
        background: url("../pictures/bgMenuSel.jpg") repeat-x transparent;
}

.menuItem a {
	border: 0px;
        text-decoration: none;
        display: inline-block;
	margin-top: -1px;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 4px;
        color: #000000;
	text-shadow: 0.15em 0.15em 0.15em #909090;
  	font-weight: bold;
	font-size: 20px;
}

.menuItem a:hover {
        border: 0px;
	color: #000000;
	font-weight: bold;
        font-weight: bold;
        padding-top:12px;
	height: 54px;
}

.menuItemSelected{
	width: 100%;
	overflow: visible;
        min-width: 100px;
        vertical-align: middle;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
        padding-top: 12px;
        font-size: 18pt;
	color: #000000;
        border: 1px solid black;
  	background: url("../pictures/bgMenuSel.jpg") repeat-x transparent;
       	border-top-left-radius: 25px 25px;
        border-top-right-radius: 25px 25px;
        border-bottom-right-radius: 0px 0px;
        border-bottom-left-radius: 0px 0px;
        -moz-border-radius-topleft: 25px 25px;
 	-moz-border-radius-topright: 25px 25px;
 	-moz-border-radius-bottomright: 0px 0px;
	-moz-border-radius-bottomleft: 0px 0px;
        -moz-box-shadow: 6px -3px 4px 4px #D6D6D6;
        -webkit-box-shadow: 6px -3px 4px 4px #D6D6D6;
        box-shadow: 6px -3px 4px 4px #D6D6D6;

}

.menuItemSelected:hover {
       	display: block;
	color: #000000;
	font-weight: bold;
}

.menuItemSelected a {
	color: #000000;
	text-shadow: 0.15em 0.15em 0.15em #909090;
	border: 0px solid black;
	text-decoration: none;
	display: block;
	padding: 4px;
  	font-weight: bold;
	font-size: 20px;
}

.menuItemSelected a:hover {
	border: 0px;
	font-weight: bold;
	color: #000000;
	font-weight: bold;
}

.teachingMenuItem{
	display: block;
	overflow: hidden;
        width: 140px;
        vertical-align: middle;
	padding: 0px;
	margin: 0px;
        font-size: 18px;
	float: left;
	color: #000000;
        border: 1px solid black;
       	background: url("../pictures/bgTeachingMenu.jpg") repeat-x transparent;
        border-top-left-radius: 0px 0px;
        border-top-right-radius: 12px 12px;
        border-bottom-right-radius: 0px 0px;
        border-bottom-left-radius: 12px 12px;
        -moz-border-radius-topleft: 0px 0px;
 	-moz-border-radius-topright: 12px 12px;
 	-moz-border-radius-bottomright: 0px 0px;
	-moz-border-radius-bottomleft: 12px 12px;
}

.teachingMenuItem:hover {
        display: block;
        vertical-align: middle;
  	background: url("../pictures/bgTeachingMenuSel.jpg") repeat-x transparent;
	color: #000000;
	font-weight: bold;
        border-top-left-radius: 12px 12px;
        border-top-right-radius: 0px 0px;
        border-bottom-right-radius: 12px 12px;
        border-bottom-left-radius: 0px 0px;
        -moz-border-radius-topleft: 12px 12px;
 	-moz-border-radius-topright: 0px 0px;
 	-moz-border-radius-bottomright: 12px 12px;
	-moz-border-radius-bottomleft: 0px 0px;
}

.teachingMenuItem a {
        width: 140px;
	border: 0px;
        text-decoration: none;
	display: block;
	padding: 4px;
	color: #000000;
	text-shadow: 0.15em 0.15em 0.15em #909090;
  	font-weight: bold;
	font-size: 18px;
}

.teachingMenuItem a:hover {
	border: 0px;
	color: #000000;
	font-weight: bold;
  	background: url("../pictures/bgTeachingMenuSel.jpg") repeat-x transparent;
	font-weight: bold;
}

.teachingMenuItemSelected {
	width: 140px;
        display: block;
	overflow: hidden;
        vertical-align: middle;
	background: url("../pictures/bgTeachingMenuSel.jpg") repeat-x transparent;
        padding: 0px;
	margin: 0px;
        float: left;
	text-decoration: none;
        color: #000000;
        border: 1px solid black;
        border-top-left-radius: 12px 12px;
        border-top-right-radius: 0px 0px;
        border-bottom-right-radius: 12px 12px;
        border-bottom-left-radius: 0px 0px;
        -moz-border-radius-topleft: 12px 12px;
 	-moz-border-radius-topright: 0px 0px;
 	-moz-border-radius-bottomright: 12px 12px;
	-moz-border-radius-bottomleft: 0px 0px;
}

.teachingMenuItemSelected a {
        width: 140px;
	border: 0px;
        text-decoration: none;
	display: block;
	padding: 4px;
	color: #000000;
	text-shadow: 0.15em 0.15em 0.15em #909090;
  	font-weight: bold;
	font-size: 18px;
}

.teachingMenuItemSelected a:hover {
	border: 0px;
	color: #000000;
	font-weight: bold;
}

.teachingMenuTable {
	text-align: left;
        padding:4px;
        border: 1px solid #A0A0A0;
        margin-right:10px;
        width: 160px;
        -moz-box-shadow:    5px 5px 3px 4px #CCCCCC;
        -webkit-box-shadow: 5px 5px 3px 4px #CCCCCC;
        box-shadow:         5px 5px 3px 4px #CCCCCC;
}

.mainContainer {
    	min-height:400px;
    	border: 0px solid black;
    	width: 100%;
        background-color: #FFFFFF;
        margin: 0px;
        padding: 0px;
}

.main {
    	border: 0px solid black;
    	background-color: #FFFFFF;
        margin: 10px;
        padding: 0px;
}

.main a:link, a:visited, a:hover, a:active {
        color: #000000;
        text-decoration: none;
        border-bottom: 1px dotted #000000;
}

.footer {
        width: 100%;
	font-size:10px;
        padding-top: 0px;
        margin-top: 0px;
}

.footer a:link, a:visited, a:hover, a:active {
        color: #000000;
        text-decoration: none;
        border-bottom: 1px dotted #000000;
}


.CVTable td {
        margin-right: 5px;
        vertical-align: top;
        text-align: justify;
}

.main h1 {
        font-size: 22pt;
        color: #8E3F17;
        text-shadow: 0.15em 0.15em 0.15em #B0B0B0;
}

.main h2 {
        font-size: 18pt;
        color: #8E3F17;
        text-shadow: 0.15em 0.15em 0.15em #B0B0B0;
}

.main h4 {
        font-size: 16pt;
        color: #FFA228;
        text-shadow: 0.15em 0.15em 0.15em #B0B0B0;
        margin-bottom: 8px;
        margin-top: 12px;
}

.picture {
        margin-left: 60px;
      	-moz-box-shadow:    5px 5px 3px 4px #CCCCCC;
        -webkit-box-shadow: 5px 5px 3px 4px #CCCCCC;
        box-shadow:         5px 5px 3px 4px #CCCCCC;
}

.cvHeadline {
        font-weight: bold;
        font-size:22pt;
        padding-bottom: 10px;
        padding-top: 20px;
        color: #8E3F17;
        text-shadow: 0.15em 0.15em 0.15em #B0B0B0;
}

.exercises li {
        padding-bottom: 6px;
}
