body {
	background-color: /*#834e24;*/ #EBDFE2;
	font-family: Helvetica;
	margin: 0;
	padding: 0;
}

img {

	border: none;
}


/* DIVS*/

div.wrapper {

	width: 990px;
	overflow: auto;
	margin: 0 auto;
	background-color: white;
}

div.top {

	background-repeat: no-repeat;
	background-image: url("http://www.kohtaoapartment.com/old/old.kohtaoapartment/img/top.gif");
	width: 990px;
	height: 555px;
}

div.topf {

	background-image: url("http://www.kohtaoapartment.com/old/old.kohtaoapartment/img/top_f.gif");
	background-repeat: no-repeat;
	width: 990px;
	height: 555px;
}

div.toptop {
		
	padding-top: 20px;
	padding-left: 40px;
}


div.navigation {

	text-align: left;
	height: 40px;
	width: 550px;
	overflow: hidden;
}

div.container {

	float: left;
	width: 575px;
	padding-top: 15px;
	padding-left: 10px;
}

div.status {

	text-align: left;
	border-top: 1px dotted;
}

div.paragraph {

	text-align: justify;
	padding-left: 1em;
	padding-right: 1em;
	width: 750px;
	line-height: 25px;
	background-color: #FCF6F3; /*#f3f3f3*/;
	margin-bottom: 0.5em;
}

div.toplangs {

	margin-left: 440px;
}


/* HEADERS */


h3.paragraph {

	margin: 0;
	padding: 0;
	color: red;
	float: left;
}

a.menu:link {

	color: white;
	text-decoration: none;
	padding-right: 8px;
}

a.menu:visited {

	color: white;
	text-decoration: none;
	padding-right: 8px;
}

a.menu:hover {

	text-decoration: underline;
}



/* Various */

.center {

	text-align: center;
}

.nodecoration {
		
	border: none;
	text-decoration: none;
}

table { 
	border-width: 1px; 
	border-style: outset
}

td { 
	border-width: 1px;
	padding: 5px;
	border-style: outset; 
}


