@media print {
	.ohnedruck{display: none;}
}
#header {
	width: 910px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background : url(../images/pheader.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 50px;
}

#maintopic {
	font-size: 10pt;
	width: 910px;
	text-align: right;
	padding: 4px 0px 6px 0px;
	margin: 0px;
	position: absolute;
	top: 55px;
	left: 60px; /*  50px*/
}

#plaintext, #htmlheader {
	position: absolute;
	top: 10px;
	left: 850px;
	text-align: right;
	width: 100px;
}

#plaintext a {
	text-decoration: none;
	color: #C02700;
}
	

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#maintopic li {
	display: inline;
}

#maintopic li a {
	margin: 0px;
	padding: 4px 8px 6px 8px;
	/*background : #9A7C53 url(../images/pel.gif) no-repeat top left;*/
	background: url(/images/menu.gif) no-repeat;
	text-decoration: none;
	color: #EDEAE3;
	border-left: 1px solid #ffffff; 
}

#maintopic li a img {
	vertical-align : middle;
}
/*
#maintopic li a.sel {
	background-color: #D0C0A9;
	color: #C02700;
	font-weight: bold;
	
	background: url(/images/menusel.gif) no-repeat;
} */

#maintopic li a:hover {
	/*background-color : #D0C0A9;*/
	color: #5D5239;
	/* */
	background: url(/images/menuhov.gif) no-repeat top left;
}
/* ##################    Stue's Menu   ################## */
.menu 
	{padding:0;
	margin:0;
}
.menu dt {
	display:none;
}
.menu dd {
	float:left; 
	padding:0; 
	margin:0; 
	text-align:center;
}

.menu dd span.aa {
	display:block; 
	width:10px; 
	height:56px; /* 1.5em*/ 
	height:auto; 
	background:url(/images/limenu.gif); 
	float:left; 
	/* border-bottom:1px solid #888; */
	padding:3px 0;
}

.menu dd span.bb {
	height:56px; /* 1.5em*/
	height:auto; 
	background:url(/images/mimenu.gif); 
	float:left; 
	/* border-bottom:1px solid #888; */
	padding:3px 0;
}

.menu dd span.cc {
	display:block; 
	width:11px; 
	height:56px; /* 1.5em*/
	height:auto; 
	background:url(/images/remenu.gif); 
	float:left; 
	/* border-bottom:1px solid #888; */
	padding:3px 0;
}

.menu a  {					/*, .menu a:visited */
	color: #492E00; 
	text-decoration: none; 
	font-size:10pt;
	font-weight: bold;
	cursor:pointer;
}
.menu a:hover {
	color: #FFECB3; 
	background:#fff; 
}

.menu a:hover span {
	background-position:0 26px; 
	/* border-bottom:1px solid #f9f4ee; */
}

.menu a.sel span{
	color: #FFECB3; 
	background-position:0 26px;
	
	
}

/*#############       Ende Stue's Menu       #######################  */



#eyecatcher {
	width: 100%;
	height: 180px;
	margin: 0px;
	padding: 0px;
	background : #907C57 url(../images/peye.jpg) no-repeat 50px 0px;	
	position: absolute;
	top: 84px;
	left: 0px;
}

#topic {
background-color: #F2EAE1;
    left: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 263px;  /* alt 237px */
    width: 210px;
}
#topic h3 {
    background: url("/images/toph3.jpg") no-repeat scroll 0 0 transparent;
    border: 1px solid #634F3B;
    color: #634F3B;
    display: block;
    font-size: 12pt;
    font-weight: bold;
    height: 19px;
    margin: 0;
    padding: 3px 10px;
}

/* ------------   Unternavigation  -----------------  */
#topic p {
	font-family: Georgia,Times,serif;
	text-align: right;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	font-size: 10pt;
}

#topic p.sub {
	padding: 2px 40px 2px 10px;
}

#topic p a {
	text-decoration: none;
	color: #C02700;
}
#topic p a.useite {
	font-size: 11pt;
	font-variant: small-caps;
	/* text-transform: uppercase; */
	letter-spacing: 0.05em;
}
#topic p a:hover {
	color: #C02700;
	text-decoration: underline;
}

form.search {
	padding: 10px;
	margin: 0px;
}

form.search input {
	padding: 0px;
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border: #907C57 1px solid;
	width: 150px;
}

/* ######  Startseite  ######## */
#unserDojo {
    margin: 0;
    padding: 0;
    height: 60px;
	width: 440px;
	float: left;  /* neu heute*/
}

#startbild {
    float:						left;
    padding:                    5px;
	/* margin-bottom:				-100px;  heute*/
    
    
    
}

#kanji {
    float:	right; /* neu vorher right heute */
    
}

#spruchdtages {
	clear: both;
	font-family : Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	font-family: Georgia, serif;
	color: #826320;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 3px;
}
#spruchdtages .sprchtag_quelle {
	padding-right: 10px;
	color: #A48647;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}

#feiertagswunsch {
	clear: both;
	position: relative;
	top: -100px;
	padding: 						0;
	margin-bottom: -90px;
    
    
}
/* ######   E  N  D  E   Startseite  ######## */
#content {
	width: 530px;
	padding: 8px 6px; /*10px */
	margin: 0px;
	background-color: #ffffff;
	position: absolute;
	top: 264px;
	left: 240px;
}

#contentmax {
	width: 880px; /* 710 */
	padding: 10px;
	margin: 0px;
	background-color: #ffffff;
	position: absolute;
	top: 264px;
	left: 240px;
}

#sidebar {
	position: absolute;
	top: 264px;
	left: 784px;
	width: 200px;
	padding: 2px;
	border: 1px solid #E7D09F;
	background-color: #FAF5EB;
	
}
#footer {
   width: 510px;
   margin-top: 15px;
   padding: 10px 10px 0px 10px;
   border-top: 1px dotted #BFAA87;
   background-color: #ffffff;
   font-size:10px;
   font-family: 'Lucida sans', Verdana, sans-serif;
   text-align:center;
} 
