/* CSS Document */

body {
	background-color:#79EBC9;
	margin:40px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
}

td.head {
	height: 150px;
}

.textfett {
	font-family: Trebuhet MS, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#315241;
}

td.menu {
	width:250px;
	height: 387px;
	border-right:dotted thin #FFFFFF;
	background-attachment:scroll;
	background-image:url(menu.jpg);
	color: #315241;
	padding-top: 0px;
}

td.smallcontent {
	padding: 0;
	height: 353px;
	font-size: 13px;
	color: #315241;
	width: 400px;
	padding-right: 0px;
	padding-left: 20px;
}


td.rechts {
	width: 287px;
	background-image:url(rechts.jpg);
	background-attachment:scroll;
	background-position: left top;
	background-repeat:no-repeat;
	height: 387px;
	
}
a:link {
	color: #996600;
	text-decoration:none;
}

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

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

td.menuleft {
	heigth: 370 px;
	width: 235px;
	padding-top: 0px;
	padding-left: 42px;
}

td.content {
	height: 330px;
	width:471px;
	background-image:url(content.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:left top;
	padding-top: 0px;
	padding-left: 0px;
	color: #315241;

	scrollbar-base-color: ;
	scrollbar-3d-light-color:;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: ;
	scrollbar-face-color: ;
	scrollbar-highlight-color:;
	scrollbar-shadow-color: ;
	scrollbar-track-color: ;
	padding-right: 0px;
}

td.footer {
	height: 65px;
}

	div#clink {
    width: 200px; 
	font-size: 15px;
	font-weight:400;
}
div#clink a {
	border-bottom: solid 0px #cccccc;
	display: block;
	padding-left: 32px;
	padding-bottom: 2px;
	color: #315241;
	padding-top: 2px;
	text-align: left;
	text-decoration: none;
 }
	
div#clink a:hover {
color: #FFFFFF;	
}

/*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: 32px;
	text-align: left;
	text-decoration: none;
}
	
div#sublink a:hover { 
	color: #FF6600;
	border-bottom: solid 0px #ffffff;
}

