/*
 * Keeps all styles that don't position elements
 */

body, input, textarea {
	font-family: sans-serif;
	font-size: 10pt;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: block;
	overflow: visible;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

img {	
	border: 0px;
}

#top .languages a:hover {
	text-decoration: none;
	color: maroon;
}

#header .title {
	color: white;
	font-size: 15pt;
	font-family: "Times New Roman";
	margin-left: 40px;
	margin-top: 7px;
}

#right_bar .quote {
	font-family: "Times New Roman";
	text-align: right;
	font-size: 13pt;
}

#right_bar .quote .author {
	font-family: sans-serif;
	font-size: 8pt;
}

#menu li a {
	text-decoration: none;
}

#menu li a.active {
	color: black;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: maroon;
}

a:hover {
	text-decoration: none;
	color: black;
}

.intro {
	font-weight: bold;
}

.highlighted {
	color: maroon;
}

.availability {
	margin-top: 4ex;
}

.box, .availability {
	border: 1px solid silver;
	padding: 10px;
}
	

.availability {
	margin-top: 4ex;
	border: 1px solid silver;
	padding: 10px;
}

#gerd_heuschmann__index .start .opening {
	font-size: larger;
	margin: 1ex 0px 1ex 5px;
	color: maroon;
}


#gerd_heuschmann__index .start .signature {
	margin-left: 150px;
	margin-top: 10px;
}

#gerd_heuschmann__index .person .left {
	text-align: left; 
	vertical-align: top;
	
	color: maroon;
}

#gerd_heuschmann__index .person .right {
	padding-left: 10px;
	vertical-align: top;
	padding-bottom: 10px;
}

#gerd_heuschmann__links .link {
	width: 200px;
	text-align: right;
	color: maroon;
}

#gerd_heuschmann__links td {
	vertical-align: top;
	padding-bottom: 10px;
}

#gerd_heuschmann__links .description {
	padding-left: 10px;
}


#gerd_heuschmann__schedule .appointment {
	margin-bottom: 10px;
	float: left;
	clear: both;
}

#gerd_heuschmann__schedule .appointment .title {
	font-weight: bold;
	color: maroon;
}

#gerd_heuschmann__schedule .appointment .contact {
	font-size: smaller;
}

#gerd_heuschmann__schedule .appointment td {
	vertical-align: top;
}

#gerd_heuschmann__schedule .appointment .date {
	padding-right: 10px;
	color: grey;
	width: 100px;
}

#gerd_heuschmann__schedule .appointment .place {
	font-size: smaller;
}


#gerd_heuschmann__pictures {
	float: left;
	width: 100%;
}

#gerd_heuschmann__pictures .thumb {
	float: left;
	margin: 5px;
}

#gerd_heuschmann__pictures .thumb {
	width: 100px;
	height: 90px;
	text-align: center;
}

#gerd_heuschmann__pictures.show .navi.previous {
	width: 100px;
	text-align: left;
}

#gerd_heuschmann__pictures.show .navi.next {
	width: 100px;
	text-align: right;
}

#gerd_heuschmann__pictures.show .navi.back {
	text-align: center;
}

#gerd_heuschmann__pictures.show .tiles {
	margin-bottom: 10px;
}