/* CSS Document */

body {
    margin: 0;
    padding: 0 0 0px 0;
    background-color: #ffffff;
    font-family: "trebuchet MS", verdana, sans-serif;
}

p {
    font-family: "trebuchet MS", verdana, sans-serif;
	color: #666666;
	font-size:12px;
}

.dark {
    font-family: "trebuchet MS", verdana, sans-serif;
	color: #333333;
}


.big_link {
	color: #666666;
	font-size:18px;
	text-decoration:underline;
}

#wrapper_main {
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	padding-top: 6px;
}

#wrapper_main div.logo {
	margin-left:13px;
	width: 460px;
	float:left;
}

#wrapper_main div.logo h1 {
	display:none;
}

#wrapper_main div.punch {
	width: 330px;
	font-size: 16px;
	float:right;
}

#wrapper_main div.punch p {
	font-size: 16px;
}	

#wrapper_main div.punch dark {
	font-size: 16px;
}	

#section {
	width: 840px;
	float:left;
}

#section div.headline {
	margin-top: 12px; 
	width: 840px;
	height: 39px;
	background: url( '../images/headline_box.png' ) 0 0 no-repeat;
}

#section div.headline h2 {
	padding-top: 9px;
	font-size:18px;
	font-weight:normal;
	color: #666666;
	margin-left:13px;

}

#section div.content_left {
	margin-left: 13px;
	width: 449px;
	font-size: 12px;
	float: left;
}

#section div.content_right {
	margin-left: 13px;
	margin-top: 15px;
	margin-right: 13px;
	direction:rtl;
	font-size: 12px;
	float:right;
}

#section div.content_full {
	margin-left: 13px;
	width: 814px;
	font-size: 12px;
	float: left;
}

#wrapper_main div.bottom_line {
	width:840px;
	height:50px;
}

#map {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 640px;
	height:480px;
	background-color:#FFFFFF;

}
