/**************************** general style definitions **************************/

/*
Hellblau:	1D8BC9
Blau:		336299
Dunkelblau:	054380
*/


body,p,td,th,blockquote,nobr,input {
    font-family: Arial,sans-serif;
    font-size:100%;
}

body {
  height: 100%;
}

html { height: 95%; }

h1 {
  text-align:left;
  font-size: 125%;
  color: #336299;
  font-family: Verdana, Arial;
}
h2 {
	font-size: 80%;
	color: #336299;
}
h3 {
  font-size: 80%;
}
h4 {
	font-size: 75%;
	font-weight: 100;
}

#main {
  /* padding: 5px; padding-right: 5px; */
  margin: 0px;
  text-align: center;
}

#menu {
  margin-left: 5px; margin-right: 15px;
  margin-top: 75px;
  border-bottom: 1px solid #336299;
}

#menu td {
  padding: 2px; padding-left: 5px;
  text-align: left;
  border-top: 1px solid #336299;
  color: #336299;
}

#menu td.active {
  background-color: #1D8BC9;
  color: white;
}
#menu td.active a {
  color: #fff;
}

#content {
  text-align: justify;
  font-size: 90%;
}

#content a {
  color: black;
}

#content em {
  font-weight: bold;
  color: #336299;
}



td.start {
  background-image:url(gfx/cluster_overview.jpg);
  background-position:center;
  background-repeat:no-repeat;
  text-align:right;
  color:white;
  font-size: 90%;
  padding-top: 350px;
}

#start a {
  color: white;
  text-decoration:none;
}

#start a:hover {
  text-decoration:underline;
}

#impressum {
  text-align: justify;
}

div.scroll {
   overflow: auto;
   background-attachment: scroll;
   background-repeat: repeat;
   max-height:450px;
   text-align:left;
   padding:10px;
}

div.impressum {
  padding-left:5px;
  padding-top: 120px;
  font-size: 75%;
}

div.languages {
	padding: 2em 0 0 10px;
}
div.languages a {
	padding-right: 0.5em;
	text-decoration: none;
}

td.banner {
	background: #000 url(gfx/banner_bg.png) left top repeat-x;
}
td.banner img {
	border: none;
}

#content ul {
	list-style-type:square;
}
#content.presse ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ul li {
	padding-bottom: 0.5em;
}

#content.galerie a img {
	padding: 1px;
	margin-bottom: 0.5em;
	border: 1px solid #336299;
}
#content.galerie a:hover img {
	background-color: #1D8BC9;
}

a {
  color: #336299;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
li.pdf, a.pdf {
	background: transparent url(gfx/icon_pdf.png) left top no-repeat;
	padding-left: 25px;
}


.left,
.leftSpace {
	float: left;
	width: 45%;
}
.leftSpace {
	margin-left: 1em;
}