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

* { margin:0px; padding:0px; font-size:0.95em;}

body {
	background-color: #fff3d9;
	font-family: Arial, Helvetica, sans-serif;
	color: #6f7071;
}

h1 {
	font-size: 100%;
}

p {
	line-height: 1.5em;
	margin-top: 1em;
}

a {
	text-decoration: none;
	font-size: 100%;
	color: #6f7071;
	border-bottom: dotted;
	border-width: thin;
}

li {
	list-style-type: none;
}

#content {
	width: 864px;
	height: 1024px;
	margin-left: auto;
	margin-right: auto;
/*		background-color: #9C0;
*/
}

#logo{
	width: 738px;
	height: 75px;
	float: left;
	margin-top: 30px;
}

#icon{
	width: 126px;
	height: 75px;
	float: left;
	margin-top: 30px;
}

#navigation {
	width: 140px;
	float: left;
	padding-top: 12px;
}

#navigation ul li a{
	text-decoration: none;
	color: #6f7071;
	border-bottom: none;
}

#navigation ul li{
	display: block;
	font-size: 100%;
	font-weight: bold;
    margin-top: 4px;
}

#navigation ul li.t {
	width: 125px;
	height: 16px;
	padding-left: 5px;
}

#navigation ul li.a {
	width: 125px;
	height: 16px;
	padding-left: 5px;
}

#navigation ul li.a a {
	color: #cb6c3e;
}

#navigation ul li.u {
	width: 120px;
	height: 16px;
	padding-left: 20px;
}

#navigation ul li.l {
	width: 140px;
	height: 1px;
	background-color: #6f7071;
	padding-left: 0px;
}

#navigation ul li.ul {
	width: 125px;
	height: 1px;
	background-color: #6f7071;
	padding-left: 0px;
	margin-left: 15px;
}

#text {
	width: 450px;
	/*height: 1024px;*/
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 15px;
/*		background-color: #09F;
*/
}

.textlst {
	font-size: 100%;
	line-height: 1.5em;
	padding-top: 0.5em;
}

#teaser {
	width: 724px;
	height: 650px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	text-align: right;
	overflow: hidden;
}

#teaser p {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: right;
}

#image {
	width: 230px;
	height: 730px;
	float: left;
	margin-left: 14px;
	padding-top: 45px;
	text-align: left;
	overflow: hidden;
/*		background-color: #936;
*/
}

#image p {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: right;
}

.imagebot {
	margin-top: 20px;
}

.imagebot p {
	margin-top: 3px;
	margin-bottom: 10px;
	text-align: left;
}

#footer {
	height: 24px;
	text-align: center;
	clear: left;
	font-size: 85%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

#footer a{
	text-decoration: none;
	color: #6f7071;
}