/* CSS Document */
/*-----------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #805965;
	background-color: #DAA7B7;
}

#container {
	width: 753px;
	text-align: left;
	background-color: #E6CFD6;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
	
#header {
	height: 100px;
	width: 753px;
	background-color: #CC9966;
	position: relative;
	margin: 0px;
}
/*-----------------------------------------------------------------------------*/
#mainnav {
	background-color: #BF607E;
	color: #FF9900;
	padding: 2px 0;
	margin-bottom: 22px;
	margin-top: 0px;
	height: 50px;
	width: 753px;
}
	
#mainnav ul {
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #E6CFD6;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 1em;
}
	
#mainnav li {
	display: inline;
	color: #60BFA0;
	padding: 0 10px;
	border-right: 1px solid #E6CFD6;
	font-size: 120%;
	font-weight: bold;
}
	
#mainnav li a {
	text-decoration: none;
	color: #E6CFD6;/*60BFA0 dunkeltrkis*/
	font-weight: bold;
}
	
#mainnav li a:hover {
	text-decoration: none;
	color: #60BFA0;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #60BF0;
}
/*-----------------------------------------------------------------------------*/
.tdm {
	border: medium solid #BF607E;
	margin-left: 5px;
}
.tdm_r {
	/*border: medium solid #BF607E;*/
	margin-left: 5px;
}
#contents	{
	height: auto;
	margin: 0 10px 0px;
	padding: 5px 5px 5px 45px;
	text-indent: -35px;
}

.firstletter {
	font-size: 120%;
	font-weight: bold;
	color: #BF607E;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*-----------------------------------------------------------------------------*/
html.body {
	height:100%;
}

#taschen {
	min-height:100%;
	height: auto !important;
	height:100%;
	background-color: #B6E4D4;/*CFE6DE olive hell*/
	overflow: auto;
	width: 753px;
}

* html div#taschen {
	overflow-x: scroll;
	overflow-y: visible;
}
*+html div#taschen {
	overflow-x: scroll;
	overflow-y: visible;
}

#taschen_r {
	min-height:100%;
	height: auto !important;
	height:100%;
	background-color: #FBDFB1;
	overflow: auto;
	width: 753px;
}

* html div#taschen_r {
	overflow-x: scroll;
	overflow-y: visible;
}
*+html div#taschen_r {
	overflow-x: scroll;
	overflow-y: visible;
}
/** html div#taschen {
  height: 16em;   Workaround gegen den 3-Pixel-Bug des Internet Explorers 
}*/

.taschenname {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 10px 5px;
	font-weight: bold;
	font-size: 120%;
}
.taschenname_r {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 10px 5px;
	font-weight: bold;
	font-size: 120%;
}
.taschentext {
	padding: 5px;
	vertical-align: top;
	font-size: 85%;
}
.taschentext_r {
	padding: 5px;
	vertical-align: top;
	font-size: 85%;
	/*width: 400px;*/
}

.taschenbild {
	padding: 5px;
	vertical-align: top;
	text-align: center;
}
.taschenbild_r {
	padding: 5px;
	vertical-align: top;
	text-align: center;
}
.taschendatum {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-left: 5px;
}

.taschenpreis {
	font-size: 110%;
	padding: 5px;
}
.taschenpreisname_r {
	font-size: 110%;
	padding: 5px;
	text-align: center;
}
.taschenborder {
	border: thick double #BF607E;
}
/*-----------------------------------------------------------------------------*/
#footer	{
	padding: 5px;
	font-size: 90%;
}
