﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END OF RESET */

html, body {
	height:100%;
	font-size: 17px;
	font-style: italic;
	line-height: 1.5;
	background-color:#f6f6f6;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

h1 {
	font-size: 54px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 32px;
}

h4 {
	margin-top:37px;
	margin-bottom:10px;
	font-size: 22px;
	color:#777;
}

h5+h4 {
	margin-top:0px;
}

h5 {
	margin-bottom:0px;
}

h4.piano-small {
	font-size: 14px;
}

strong {
	font-weight:bold;
}

#container {
	margin: 0 auto;
	width: 720px !important;
	min-width: 640px;
	height: auto !important;
	min-height:100%;
	background-color:#fffffd;
	border-style:solid;
	border-color:#ddd;
	border-width:0 6px;
}

#header {
	padding-top: 50px;
	text-align: center;
	text-transform:lowercase;
	height:125px;
	/*background-color:red;*/
	color:#355e00;
}

.clickable {
	cursor: pointer;
}

.zoomIn {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

.zoomOut {	
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
}

#content {
	position:relative;
	margin:0 30px;
	width:660px;
}

#content a {
	color:#355e00;
}

#content a:visited{
	color:#233e00;
}

#content p {
	padding-bottom:10px;
}

#title {
	position:relative;
	margin-left:210px;
	margin-right:30px;
	margin-bottom:30px;
	line-height:1.2;
	text-transform:lowercase;
	vertical-align:bottom;
	height: 122px;
	z-index:1;
}

#title h3 {
	margin-top:10px;
}

#title h4 {
	margin-top:4px;
}

div.headings {
	position:absolute;
	bottom: 0;
}

.licht {
	color:orange;
}

.schatten {
	color:#4c1900;
}

#layout-cross {
	position:absolute;
	width:193px;
	height:185px;
	top:14px;
	left:66px;
	background-image:url("img/layout-cross.png");
	z-index:0;
}

#showImageLarge {
	display: none;
	padding:0 30px;
}

#nav a {
	color: black;
	font-size: 24px;
	text-transform:lowercase;
	text-decoration:none;
}

#nav a:visited {
	color: black;
}

#nav a.selected {
	color:red;
	font-weight: bold;
}

#nav li ul li a{
	font-size:16px;
}

#threeColumns {
	position:relative;
	z-index:1;
}

#threeColumns  img{
	max-width:420px;
}

#columnMain {
	padding-left:60px;
	width:420px;
	text-align:left;
	vertical-align:top;
}

#columnMain > h4:first-child {
	margin-top:0;
}

#columnLeft {
	width:150px;
	text-align:right;
	vertical-align:top;
}

#columnMain td {
	padding: 0 20px 20px 0;
}

.floatRight {
	float: right;
	padding-left:30px;
	width:180px;
}

.title-bottom-left {
	margin-top:33px;
	position: relative;
}

.title-bottom-left div{
	width: 100px;	
	position:absolute;
	left:-110px;
	bottom:0px;
	text-align:right;
}

.title-bottom-left h4 {	
}

.jump-to-top {
	margin-top:80px;
	display: block;
	font-size: 24px;
	text-align: center;
}

#footer {
	margin-top:50px;	
	padding-top:20px;
	font-weight:bold;
	height:60px;
	color:#999;
	margin: 30px 60px 0;
	text-align:right;
	background-image:url("img/layout-stroke.png");
	background-repeat:no-repeat;	
}