﻿@charset "UTF-8";
/* CSS Document */
html {
        overflow: auto;
}
body {
	font: 18px Georgia, "Times New Roman", Times, serif;
	background: #E6E6E6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
#mainContent {
	position: relative;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainContent p {
	font-size: 20px;
	color: #666666;
	padding-top: 10px;
}
#left {
	float: left;
	width: 250px;
	position: relative;
	margin-right:20px;
}
#right {
	float: right;
	width: 250px;
	position: relative;
}
#left h1, #right h1 {
font-size:18px;
padding-bottom:0px;
}
#left p, #right p {
	font-size: 16px;
}
#left .small, #right .small {
	font-size: 12px;
	text-align: right;
	padding-top: 0px;
	line-height: 0px;
}
.dark {
	color: #333333;
}
#container {
	width: 100%;
	margin: 20px auto 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#container .left {
	position: absolute;
	width: 50px;
	height:50px;
	left: 0px;
}
#container .right {
	position: absolute;
	width: 50px;
	height:50px;
	display: block;
	right: 0px;
}
abbr {
	font-size: 14px;
}
#container .right a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container .right img, #container .left img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.text {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}
#text2 {
	position: absolute;
	width: 100%;
	visibility: hidden;
}
#text1 {
	position: absolute;
	width: 100%;
}
#goetheBox {
	float: right;
	position: relative;
	height: 200px;
	width: 200px;
	margin-right: -25px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#goetheBox p {
	font-size: 14px;
	display: block;
	padding-top: 0px;
	margin-top: 0px;
}
.smallimg {
	float: right;
}
.fullwidth {
	width: 100%;
	height: 150px;
}
