/* Standards */

body {
  font-family: "trebuchet ms";
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  margin:0;
}

a, a:link, a:visited {
  font-family: "trebuchet ms";
  text-decoration: underline;
  font-size: 12px;
  color: #000000;
}

a:hover {
  font-family: "trebuchet ms";
  text-decoration: none;
  font-size: 12px;
  color: #696969;
}

hr {
  color: #cdcdcd;
}

h3 {
  font-size: 10px;
}

h4 {
  padding: 3px;
  padding-left: 5px;
  font-size: 14px;
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #000000;
  width: 100%
}


/* Design */

#main {
  width:100%;
  height:197px;
  background-image: url(../images/main.jpg);
  background-repeat: repeat-x;
}

#header {
  height:134px;
  width:100%;
  background-image: url(../images/header_bg.jpg);
  background-repeat: repeat-x;
  align: right;
}

#header .logo {
  margin:auto;
  height:124px;
  width:920px;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
}

#header .menu {
  float:right;
  padding-top:82px;
  padding-right: 8px;
  list-style: none;
  text-align:center;
  text-decoration:none;
}

#header .menu ul li {
  float:left;
  list-style-image:none;
  list-style:none;
  white-space: nowrap;
  text-decoration:none;
}

#header .menu ul li a {
  margin:0px 1px;
  padding:6px 20px;
  color:#FFFFFF;
  font-size:0.88em;
  height:30px;
  line-height:30px;
  text-decoration:none;
  background:url(../images/menu.jpg) repeat-x #131313;
}

#header .menu li ul li {
  display: none;
  list-style-image:none;
  list-style:none;
}

#header .menu li ul li a {
  display: none;
}

#header .menu ul li a:hover {
  background-image:url(../images/menu_hover.jpg);
}

#menu3 .m_3 {
  margin-top: 15px;
  margin-left: -40px;
  width: 640px;
  color: #000000;
  list-style: none;
  text-align:center;
  text-decoration:none;
}

#menu3 .m_3 ul li {
  float:left;
  padding: 5px;
  list-style-image:none;
  list-style:none;
  text-decoration:none;
  border: 1px dotted #cdcdcd;
}

#menu3 .m_3 ul li a {
  color:#000000;
  padding: 5px;
  text-decoration:none;
}

#menu3 .m_3 ul li a:hover {
  color: #cdcdcd;
}

#menu3 .menu_curref {  
  color: #FF0000 !important;
}

#footer {
  clear: both;
  margin: auto;
  height: 139px;
  width: 922px;
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}  

#footer .left, #footer .left_default, #footer .left_current {
  float:left;
  width:200px;
  display:block;
  list-style: none;
  text-decoration:none;
}

#footer .left ul li {
  width:200px;
  display:block;
  list-style: none;
}

#footer .left p {
  margin-bottom: -10px;
}


#footer .right {
  margin: auto;
  width: 880px;
  text-align: left;
}

.copy, .copy a:link {
  margin: auto;
  width: 880px;
  color: #cdcdcd;
  text-align: right;
  text-decoration: none;
}


/* Inhalt */

#content {
  margin: auto;
  margin-top: -11px;
  width: 940px;
  min-height: 198px;
  background-image: url(../images/content_top.jpg);
  background-repeat: repeat-x;
  background-color: #FFFFFF;
}  

#content .container {
  float: left;
  margin-top: 10px;
  margin-left: 50px;
  width: 600px;
}

.today {
  background-color: #e1e1e1;
}

.hday {
  font-weight: bold;
}

.satday, .sunday, .rest6, .rest0, .time {
  color: #ff0000;
}


/*Boxen */

#box {
  float: left;
  width: 200px;
  margin-top: 25px;
  margin-left: 45px;
}

#box .box_header {
  width: 200px;
  text-align: justify;
  padding: 5px;
  background-color: #e1e1e1;
  border: solid 1px #cdcdcd;
}

#box .box_content {
  width: 200px;
  text-align: justify;
  padding: 5px;
  border: solid 1px #cdcdcd;
  margin-bottom: 15px;
}

#box .box_bookhead {
  width: 188px;
  text-align: justify;
  padding: 5px;
  background-color: #e1e1e1;
  border: solid 1px #cdcdcd;
}

#box .box_bookcontent {
  width: 188px;
  text-align: justify;
  padding: 5px;
  border: solid 1px #cdcdcd;
  margin-bottom: 15px;
}

#box .box_newshead {
  width: 188px;
  text-align: justify;
  padding: 5px;
  background-color: #e1e1e1;
  border: solid 1px #cdcdcd;
}

#box .box_newscontent {
  width: 178px;
  text-align: justify;
  padding: 10px;
  border: solid 1px #cdcdcd;
  margin-bottom: 15px;
}


/* dock */
#dock2 {
	width: 100%;
	position: absolute;
	left: -100px;
}

.dock-container2 {
	position: absolute;
	height: 30px;
	padding-left: 20px;
}

a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}

.dock-item2 span {
	display: none;
	padding-left: 20px;
}

.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
