body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #564B47;  
	background-color: #CCC;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin: 0px 0px 10px 0px;
}

a:link {
	color: #0099FF;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #0099FF;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #0099FF;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #0099FF;
	background-color: transparent;
	text-decoration: underline;
}

#container {
	position: absolute;
	height: 570px;
	width: 900px;
	margin: -285px 0px 0px -450px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0px;
	border: 0px;
	overflow: hidden;
} 

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 125px;
	height: 75px;
	border: 0px solid #000;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
}

#logo img {
	border: 0px;
	padding: 10px 0px 0px 10px;
}

/* Nur fuer IE */
* html #logo img {
	border: 0px;
	margin: 10px 0px 0px 10px;
}

#navigation {
	position: absolute;
	top: 0px;
	left: 125px;
	width: 775px;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	background-color: #FFF; 
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#navigation ul {
	margin: 0px;
	padding: 30px 0px 0px 20px;
}

#navigation li {
	list-style-type: none; 
	display: inline;
	padding-right: 20px;
}

#navigation a:link {
	color: #BBB;
	background-color: transparent;
	text-decoration: none;
}

#navigation a:active {
	color: #BBB;
	background-color: transparent;
	text-decoration: none;
}

#navigation a:visited {
	color: #BBB;
	background-color: transparent;
	text-decoration: none;

}

#navigation a:hover {
	color: #599EC3;
	background-color: transparent;
	text-decoration: none;
}

.currentLink {
	color: #599EC3;
	background-color: transparent;
}

#navigationList {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	color: #00A0C6;
	background-color: transparent;
}

#flashMovie {
	position: absolute;
	top: 180px;
	left: 0px;
	border: 1px solid #FF0000;
}

#textHome1 {
	position: absolute;
	top: 130px;
	left: 290px;
	border: 0px solid #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #599EC3;
	background-color: transparent;
}

#textHome2 {
	position: absolute;
	top: 180px;
	left: 290px;
	border: 0px solid #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: italic;
	color: #999;
	background-color: transparent;
	line-height: 1.4;
}

#theoryContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	border: 0px solid #FF0000;
	margin: 0px;
	padding: 0px;
}


#images {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 125px;
	height: 495px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	background-color: #FFF;
	text-align: left;
	border: 0px;
	padding: 0px;
}

#images a:link {
	color: #FF8080;
	background-color: transparent;
	text-decoration: none;
}

#images a:active {
	color: #FF8080;
	background-color: transparent;
	text-decoration: none;
}

#images a:visited {
	color: #FF8080;
	background-color: transparent;
	text-decoration: none;
}

#images a:hover {
	color: #FF2222;
	background-color: transparent;
	text-decoration: none; 
}

#content {
	position: absolute;
	top: 75px;
	left: 95px;
	width: 765px;
	height: 485px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	background-color: #FFF;
	text-align: left;
	border: 0px solid #FF0000;
	padding: 10px 20px 0px 20px;
	margin: 0px;
}

/* Nur fuer IE */
* html #content {
	position: absolute;
	top: 75px;
	left: 95px;
	width: 805px;
	height: 495px;
	border: 0px solid #FF0000;
}

#news {
	position: absolute;
	top: 360px;
	left: 290px;
	height: 50px;
}

#vimeoAnnouncement {
	position: absolute;
	top: 390px;
	left: 290px;
	height: 50px;
}

#video {
	position: absolute;
	top: 100px;
	left: 165px;
}

#imprint {
	position: absolute;
	top: 475px;
	left: 0px;
	width: 95px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FF2222;
	background-color: transparent;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.citationBox {
	width: 500px;
	margin-bottom: 20px;
}

.citation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 13px;
}

.author {
	text-transform: uppercase;
	font-size: 11px;
	color: #599EC3;
	font-weight: bold;
	font-style: italic;
}

.paragraphNoMarginBottom {
	margin: 16px 0px 0px 0px;
}

.noFloat {
	clear: both;
}

#imageStartpage {
	position: absolute;
	top: 110px;
	left: 0px;
}

#map {
	position: absolute;
	top: 30px;
	left: 340px;
}

#map img {
	border: 0px;
}

#listLinks {
	line-height: 1.5;
	margin-top: 130px;	
	margin-left: 30px;
}

a:link {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #599EC3;
	background-color: transparent;
	text-decoration: underline;
}

#listLinks li {
	line-height: 1.9;
}

#skeleton {
	position: absolute;
	top: 20px;
	right: 50px;
}

#portrait {
	position: absolute;
	top: 180px;
	right: 80px;
}

.bio {
	width: 500px;
	margin-bottom: 30px;
}

#linksText {
	position: absolute;
	top: 30px;
	left: 50px;
	width: 600px;
	height: 400px;
	background-image: url(../images/elements/logo_background.gif);
	background-repeat: no-repeat;
	font-size: 14px;
}

#animImage {
	position: absolute;
	top: 260px;
	right: 70px;
}

#language {
	position: absolute;
	top: 35px;
	right: 100px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.mediaLaw {
	margin-top: 50px;
	font-size: 9px;
}

