@charset "UTF-8";
/* CSS Document */

body {
	background-color:#DAC98E;
	margin-top: 70px;
	color: #B29252;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
}

td.menu {
	width: 200px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-image:url(menu_main.jpg);
	background-position:top;
	padding: 0px 0px 0px 0px;
	height: 472px;
}

td.content {
	width:480px;
	height:217px;
	background-attachment:scroll;
	background-image:url(bg_contentmain_weiss.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding: 160px 20px 0px 0px;
	scrollbar-base-color:#FFF;
	scrollbar-arrow-color: #B29252;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #fff;
}

td.smallcontent {
	height: 217px;
	font-size: 13px;
	width: 450px;
	line-height: 1.2em;
	white-space: normal;
}

td.pic {
	width:300px;
	height:472px;
	background-attachment:scroll;
	background-position:top;
	background-image:url(bg_rechts_weiss.jpg);
	background-repeat:no-repeat;
}

.textrot {
	color:#CA0202;
}
 
td.footer_left {
	width: 700px;
	height: 30px;
	background-image: url(bg_footer_weiss_left.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

td.footer_right {
	width: 300px;
	height: 30px;
	background-image: url(bg_footer_weiss_right.jpg);
	background-repeat: no-repeat;
}

div#clink {
	width: 200px;
	font-size: 13px;
	font-weight:400;
}

div#clink a {
	border-bottom: solid 0px #cccccc;
	display: block;
	padding-left: 30px;
	padding-bottom: 2px;
	color: #B29252;
	padding-top: 2px;
	text-align: left;
	text-decoration: none;
 }
	
div#clink a:hover {
	color: #CA0202;
}

/*subnavi2*/

div#sublink {
	width: 200px;
	font-size: 12px;
	font-weight: 300;
}
div#sublink a {
	display: block;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 34px;
	text-align: left;
	text-decoration: none;
	color: #CA0202;
}
	
div#sublink a:hover {
	color: #666;
	border-bottom: solid 0px #ffffff;
}

#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 13px;
}

#nav-menu li {
	float:left;
	display: block;
	margin: 0 0px;
	padding: 0;
	text-align: center;
}

#nav-menu li a {
	height: 10px;
	line-height: 22px;
	float: left;
	width: 100px;
	display: block;
	border-left: 0px solid #ffccff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffccff;
	color: B29252;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
/* End IE5-Mac hack */

#nav-menu {
width:100%
}
#nav-menu li a:hover {
	height: 10px;
	line-height: 22px;
	float: left;
	width: 100px;
	display: block;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffccff;
	border-top: 0px solid #ffccff;
	color: #CA0202;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

a:link {
	color: #B29252;
	text-decoration:none;
}

a:hover {
	color: #CA0202;
	text-decoration:none;
}

a:visited {
		   color: #B29252;
	text-decoration:none;
}

