body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #ffffff;
	background-image: url(../images/bodyhg.jpg);
	background-repeat: repeat;
}

a, a:link, a:visited { 
	color: #000; 
	font-weight: 400; 
	text-decoration: underline; 
}

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

a.gototop {
	display: block;
	clear: both;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 0 5px 9px;
	float: right;
	width: 68px;
	height: 20px;
	margin-right: -33px;
	background: url(../images/nachoben.png) no-repeat;
	font-size: 12px;
}

a.gototop:hover { 
	color: #000; 
}

a.gototopeng {
	display: block;
	clear: both;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 0 5px 9px;
	float: right;
	width: 25px;
	height: 20px;
	margin-right: -34px;
	background: url(../images/nachobeneng.png) no-repeat;
	font-size: 12px;
}

a.gototopeng:hover { 
	color: #000; 
}

p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }
blockquote {
	font-style: italic;
	margin: 0 0 0 0px;
	color: #666666;
}
cite { font-weight: regular; color:#000000; }
cite span {color: #000000;}
em { color: #000000; font-weight: 400 }

h1, h2 { 
	color: #000099; 
	font-weight: normal;  
}

h3, h6 { 
	color: #000000; 
	font-weight: normal;  
}

h4 { 
	color: #000000; 
	font-weight: bold;  
}

h5 { 
	color: #000099; 
	font-weight: bold;  
}

h1 { 
	font-size: 34px; 
	margin: 0 0 20px; 
	padding: 5px 0; 
}

h2 {
	font-size: 24px;
	margin: 0 0 20px;
	padding: 5px 0 10px 0;
	font-weight: 400;
	background: url(../images/hr_divider.png) bottom repeat-x;
}

h3 { font-size: 20px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }


.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left }
.float_r { float: right }

.image_wrapper {
	display: inline-block;
	position: relative;
	margin: 3px 0 10px 0;
	padding: 4px;
	background: #fff;
}

.image_wrapper img { 
	border: 1px solid #ccc;  
}

.image_fl { 
	float: left; 
	margin: 3px 20px 0 0; 
}
.image_fr { 
	float: right; 
	margin: 3px 0 0 20px; 
}

.list { 
	margin: 20px 0 20px 10px; 
	padding: 0; 
	list-style: none; 
}

.list li { 
	color:#000; 
	margin: 0; 
	padding: 0 0 5px 25px; 
	background: url(../images/list.png) no-repeat scroll 0 4px;  
}

.list li a { 
	color: #000; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration: none; 
}

.list li a:hover { 
	color: #000; 
	text-decoration: underline; 
}

#wrapper {
	width: 1010px;
	margin: 0 auto;
	background-image: url(../images/bodyhg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	width: 990px;
	height: 169px;
	padding: 40px 10px 0 10px;
	background: url(../images/header.jpg) no-repeat;
}

#main {
	clear: both;
	width: 1010px;
	padding: 0;
}

.content_box_top {
	width: 1010px;
	height: 30px;
}

.content_box {
	clear: both;
	width: 910px;
	padding: 0 40px 0;
	background: url(../images/content_middle.gif) repeat-y;
}

.content_box_bottom {
	width: 990px;
	height: 28px;
	background: url(../images/content_bottom.gif) no-repeat;
}

.col_w18 { width: 18px; 	margin: 0 5px 0 32px; }
.col_w18_1 { width: 18px; 	margin: 0 5px 0 0; }
.col_w320 { width: 320px }
.col_w220 { width: 220px; float: left; }
.col_w250 { width: 250px }
.col_mr30 { margin-right: 30px }
.col_w400 { width: 400px }
.col_w450 { width: 450px }
.col_w600 { width: 600px }

#footer {
	clear: both;
	width: 950px;
	padding: 0 20px 20px;
	text-align: center;
	color: #000;
}
