@charset "utf-8";
/*Imported Colors from constants.css*/
/*Imported Sizes from constants.css*/
/* CSS Document - © by FiTS - Feigel-IT-Services */
/* www.feigel.it */
/*Styles for Content */
/* -----------------------------------------------------------------------
		Variablen
------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------
		DIVS
------------------------------------------------------------------------*/
#imgLeft {
  width: 240px;
  height: 600px;
  float: left;
  overflow: hidden;
}
#header {
  width: 600px;
  height: 100px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  float: right;
}
#imgRight {
  width: 115px;
  height: 140px;
  overflow: hidden;
  position: absolute;
  top: 15px;
  right: 60px;
}
#menubar {
  width: 600px;
  height: 25px;
  padding-left: 60px;
  padding-right: 60px;
  float: right;
}
#gradientTop {
  width: 720px;
  height: 10px;
  float: right;
  background: -webkit-gradient(linear, left top, left bottom, from(#727272), to(#ececec));
  background: -moz-linear-gradient(top, #727272, #ececec);
  background: linear-gradient(top, #727272, #ececec);
}
#content {
  width: 600px;
  height: 310px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  overflow-y: auto;
  float: right;
}
#gradientBottom {
  width: 720px;
  height: 10px;
  float: right;
  background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#727272));
  background: -moz-linear-gradient(top, #ececec, #727272);
  background: linear-gradient(top, #ececec, #727272);
}
#footer {
  width: 600px;
  height: 25px;
  padding-left: 60px;
  padding-right: 60px;
  float: right;
}
/* -----------------------------------------------------------------------
		Styles
------------------------------------------------------------------------*/
#container #menubar ul li {
  list-style: none;
  padding-right: 20px;
  float: left;
}
#container #footer ul li {
  list-style: none;
  padding-left: 20px;
  float: right;
}
.shadow {
  -webkit-box-shadow: 5px 5px 5px #727272;
  -moz-box-shadow: 5px 5px 5px #727272;
  box-shadow: 5px 5px 5px #727272;
}
.links #container #content ul,
.ausstellungen #container #content ul,
.uebermich #container #content ul {
  list-style-position: inside;
}
.links #container #content ul li {
  padding-bottom: 40px;
}
.links #container #content a,
.links #container #content a:visited {
  color: #0157a3;
  text-decoration: underline;
}
