/* CSS Document

for www.kleinmaedchentraeume.de and all subpages
by Kai Dietrich, 2010-04-23
*/

body {
  background:#ffffff;
  background-image:url('http://www.kleinmaedchentraeume.de/images/backround_2000px.jpg');
  background-repeat:repeat-y;
  background-position:top center;
  background-attachment: scroll;
  margin:0;
  color:#333333;
  padding: 10px 20px;
  font:x-small Georgia Serif;
  font-size: small;
  font-size: small;
  text-align: center;
  }
a:link {
  color:#5588aa;
  text-decoration:none;
  }
a:visited {
  color:#999999;
  text-decoration:none;
  }
a:hover {
  color:#EA4884;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }

/* Menue----------------------------------------------- */
#menu {
	width: 685px;
	height: 123px;
	margin: 0 auto 10px;
	padding: 0px;
	background-image: url('http://www.kleinmaedchentraeume.de/images/menu_bg.png');
	background-repeat: no-repeat;
	background-position: right top;
	border-style: none;
	text-align: left;
	vertical-align: bottom;
}
.menu-table {
	position: relative;
	left: 0px;
	top: 35px;
	width: 640px;
	height: 85px;
	padding: 0px;
	border-style: none;
}
.menu-table-td-logo {
	width: 155px;
	height: 85px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	vertical-align: top;
}
.menu-table-td-item {
	width: 485;
	height: 85;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
}
.menu-table-td-item-table {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}
.menu-item {
	width: 90px;
	line-height: 42px;
	padding: auto;
	border-style: none;
	white-space: nowrap;
	background-image: url('http://www.kleinmaedchentraeume.de/images/menu_item_bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
}
.menu-item:hover {
	background-image: url('http://www.kleinmaedchentraeume.de/images/menu_item_bg_sel.png');
}
a.menu-item {
	background: none;
	color: #48382b;
	text-decoration: none;
	text-align: center;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12pt;
}
a.menu-item:hover {
	background: none;
	font-weight: bold;
}

/* Footer----------------------------------------------- */
#footer {
	clear: both;
	margin: 0 auto;
	padding-top: 15px;
	width: 685px;
	height: 30px;
	max-height: 30px;
	background: #ffffff;
	background-image: url('http://www.kleinmaedchentraeume.de/images/footer_line.png');
	background-repeat: no-repeat;
	background-position: right top;
	border-style: none;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
	vertical-align: bottom;
}
#footer hr {
	display: none;
}
#footer p {
	margin: 0;
	/* padding-top: 15px; */
	font: 78%/1.6em "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* Jimdo Pape */
#contentfooter > .leftrow {
	display: none;
}

