body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	background: #fff7e7;
	color: #686868;
}


a {
	color: #686868;
	text-decoration: none;
	font-weight: bold;
}

p {
	padding: 8px 0 8px 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

input, td {
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
}



/*
Design elements
*/

#container {
	width: 768px;
	margin: 0px auto;
	margin-top: 24px;
}

#header	{
	width: 767px;
	height: 145px;
	background: url(../images/header.jpg) no-repeat;
	margin-bottom: 13px;
}




/*
Content
*/

#content {
	width: 768px;
}


#content #left {
	float: left;
	width: 201px;
	text-align: left;
}

#content #left .box {
	width: 201px;
	background: url(../images/left_box_bg.gif) repeat-y;
}

#content #left .box_ads {
	width: 201px;
	/*background: url(../images/left_box_bg.gif) repeat-y;*/
}

#content #left .boxbottom {
	width: 201px;
	height: 12px;
	background: url(../images/left_box_bottom.gif) no-repeat;
	margin-bottom: 12px;
}

#content #left .boxlanden {
	width: 201px;
	height: 60px;
	background: url(../images/left_box_landen.gif) no-repeat;
}

#content #left .boxextra {
	width: 201px;
	height: 55px;
	background: url(../images/left_box_extra.gif) no-repeat;
}


#content #left .box ul {
	list-style-type: none;
	list-style-image: url(../images/list.gif);
	margin: 0 0 0 34px;
	padding: 0px;
}

#content #left .box li {
	padding: 0 0 0 5px;
	color: #fff;
	line-height: 25px;
}

#content #left .box li a {
	text-decoration: underline;
}


#content #right	{
	float: right;
	width: 553px;
	text-align: left;
}

#content #right a {
	color: #686868;
	text-decoration: underline;	
	font-weight: normal;
}

#content #right	#teaser {
	width: 553px;
	height: 142px;
	background: url(../images/teaser_bg.jpg);
	margin-bottom: 12px;
}

#content #right	#teaser #message {
	float: right;
	margin: 10px 5px 0 0;
	width: 345px;
	height: 123px;
	background: url(../images/teaser_message_bg.gif);
}

#content #right	#teaser #message .padding {
	padding: 9px 11px 9px 11px;
}

#content #right	#teaser #message .padding span {
	font-size: 15px;
	font-weight: bold;
	padding-right: 10px;
}

#content #right	.block {
	float: left;
	width: 173px;
	text-align: center;
	background: url(../images/block_bg.gif) bottom repeat-y;
	margin-bottom: 14px;
}

#content #right	.middle {
	margin: 0 17px 0 17px;
}

#content #right	.header {
	width: 173px;
	height: 42px;
	background: url(../images/block_header.gif) no-repeat;
}

#content #right	.header .title {
	float: left;
	font-size: 13px;
	color: #835c31;
	font-weight: bold;
	padding: 14px 0 0 10px;
}

#content #right	.header .flag {
	float: right;
	padding: 14px 14px 0 0;
}

#content #right	.text {
	text-align: left;
	padding: 13px 7px 0 7px;
}

#content #right	.title {
	color: #ffaf00;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
}


/*
Footer
*/

#footer {
	position: relative;
	clear: both;
	width: 768px;
	height: 35px;
	background: #976047 url(../images/footer_bg.gif) no-repeat;
	text-align: left;
	margin-top: 15px;
}

#footer .left {
	float: left;
	padding: 10px 0 0 15px;
	color: #fff;
}

#footer .right {
	float: right;
	padding: 11px 18px 0 0;
	color: #fff;
}

#footer .right a {
	color: #fff;
	font-weight: normal;
}



