/*--------------------------------------------------------------------
 * CSS - www.mondfisch.eu
 * (C) 2008 COPYRIGHT by mondfisch.eu
 *--------------------------------------------------------------------*/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	padding: 0px;
	margin: 0px;
	color: #333333
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#page {
  width: 940px;
  margin-left: -470px;
  margin-top: 0px;
  padding: 0px;
  left: 50%;
  height:100%;
  position: absolute;
}

/* -- HEADER -- */
#header {
  background-image: url(../img/header.png);
  background-repeat: no-repeat;
  background-position: top;
  width: 940px;
  height: 120px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: left;
}


/* -- MENU -- */
#menu {
  position: relative;
  height: 32px;
  width:940px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding-top: 70px;
  padding-left: 0px;
  padding-right: 10px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: bold;
}

#menu ul {
	list-style-type: none;
	margin-top: 0px;
}

#menu ul li {
	float: left;
	padding-left: 15px;
}

#menu a {
  color: #993333;
  text-decoration: none;
  padding: 5px;
}

#menu a.selected {
  color: #ffffff;
  background-color: #999999;
  text-decoration: none;
  padding: 5px;
}

#menu a:hover {
  color: #ffffff;
  background-color: #993333;
  text-decoration: none;
}



/* -- FOOTER -- */
#footer {
  background-image: url(../img/footer.png);
  background-repeat: no-repeat;
  background-position: top;
  width: 940px;
  clear: both;
  margin-top: 25px;
}

#footer p.text {
  color: #7F7F7F;
  font-size: 8pt;
  text-align: right;
}

#footer p.text a {
  color: #7F7F7F;
  text-decoration: none;
  padding: 5px;
}

#footer p.text a:hover {
  color: #FFFFFF;
  background-color: #7F7F7F;
  text-decoration: none;
}


/* -- CONTENT -- */

#content {
	width: 600px;
    padding: 0px 0px 15px 0px;
	font-size: 9pt;
	line-height: 15pt;
	color: #333333;
	float: left;
}

#content h1,h1 {
  font-size: 28pt;
  line-height: 30pt;
  color: #CCCCCC;
  font-weight: normal;
  text-transform: lowercase;
}

#content h2,h2 {
  font-size: 20pt;
  line-height: 24pt;
  color: #999999;
  font-weight: normal;
  text-transform: lowercase;
}

#content h3,h3,h4,h5,h6 {
  font-size: 14pt;
  color: #999999;
  font-weight: normal;
  text-transform: lowercase;
}

#content a {
  color: #993333;
  padding: 5px;
  font-weight: bold;
  text-decoration: underline;
}

#content a:hover {
  color: #ffffff;
  background-color: #993333;
  text-decoration: none;
}

/* -- INTRO -- */

#intro {
  background-image: url(../img/intro.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  position: absolute;
  width: 940px;
  height: 600px;
  margin-top: -300px;
  border: 0px;
  text-align: left;
  font-size: 14pt;
  text-transform: lowercase;
}

#intro a {
  color: #993333;
  padding: 5px;
  font-weight: normal;
  text-decoration: underline;
}

#intro a:hover {
  color: #ffffff;
  background-color: #993333;
  text-decoration: none;

}


/* -- NEWS -- */
#news {
	/* border: 1px solid black; */
	width: 260px;
	float: right;
	font-size: 9pt;
 	line-height: 15px;
 	color: #999999;
 	//font-style: italic;
 	padding-top: 77px;
}

#news h2 {
  margin: 0px;
  padding: 0px;
}

#news a {
  color: #993333;
  padding: 5px;
  font-weight: bold;
  text-decoration: underline;
}

#news a:hover {
  color: #ffffff;
  background-color: #993333;
  text-decoration: none;

}



/* LINKS */
a {
  color: #993333;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;

}


/* GALLERY */

#gallery a {
  padding: 0px;
  color: #993333;
}

#gallery a:hover {
  padding: 0px;
  background-color: #993333;
}

#gallery img {
  border: 0px;
  padding: 5px;
  height: 100px;
  width: 100px;
}
