body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #90aaba;
	font-family: "trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

#container_header {
	width: 100%;
	background-image: url(../img/bg_header.gif);
	height: 140px;	
	/*text-align: center;*/
}

#container_slogan_logo {
	width: 740px;
	height: 113px;
	margin-left: auto;
	margin-right: auto;
}

#container_slogan {
	width: 300px;
	padding-top: 35px;
	float: left;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}

#container_slogan a {
	text-decoration: none;
	color: #FFFFFF;
}

#container_logo {
	width: 80px;
	padding-top: 8px;
	padding-right: 40px;
	float: right;
}
#container_locator {
	width: 710px;
	padding-right: 30px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: 27px; 
	line-height: 25px;
	font-size: 11px;
	color: #FFFFFF;
}

#container_content {
	background-image: url(../img/bg_content.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 30px 0px 20px 0px;
	margin-left: auto;
	margin-right: auto;
}

#navi_content {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#container_navi {
	width: 180px;
	float: left;
	padding: 0 20px 0 0;
}
#container_buttons {
	margin: 20px 0px 10px 0px;
	padding: 10px 0px 10px 10px;
	/*border-top: 1px dotted #45677b;*/
}

#container_webtipps, #container_twitter {
	margin: 0 0 15px 0;
}

#container_webtipps h5, #container_twitter h5 {
  	border-bottom: 1px solid #45677b;
	font-size: 13px;
	color: #45677b;
	text-decoration: none;
	padding: 0px 0px 2px 5px;
	margin: 0px 0 5px 0;
	border-bottom: 1px solid #45677b;
}

#container_webtipps a, #container_twitter a {
  	background: none;
	font-size: 11px;
        color: #45677b;
        text-decoration: none;
        line-height: 15px;
  	border-bottom: 1px dotted #45677b;
}

#container_webtipps p {
        font-size: 11px;
        line-height: 15px;
        margin-left: 5px;
        margin-bottom: 10px;
}

#container_webtipps a:hover {
	background-color: #f1f6f8;
	}

#container_webtipps strong {
	color: #9a0303;
	line-height: 14px;
}

#container_webtipps ul{
	background-image: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#container_webtipps li{
  	line-height: 20px;
	background-image: none;
	padding: 0 0 0 4px;
	margin: 0 0 0 0;
}

#container_webtipps li:before {
	content: "\00BB \0020";
	font-size: 14px;
	}

#container_webtipps li a{
  	border-bottom: 1px dotted #45677b;
  	background: none;
	font-size: 11px;
	color: #45677b;
}

#container_webtipps li a:hover{
  	border-bottom: 1px dotted #45677b;
  	background: none;
}

#container_twitter li {
        background-image: none;
        margin-left: 0px;
        font-size: 11px;
        line-height: 15px;
        padding-left: 5px;
}

#container_twitter ul {
 background-image: none;
 margin-left: 0px;
}

#content {
	width: 540px;
	float: right;
}

#info { width:540px; float: right; }

#topprint {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 200px;
	/*border-top: 1px dotted #9a0303;*/
}

#topprint a {
	text-decoration: none;
	color: #45677b;
	background-color: #f1f6f8;
	padding: 2px 2px 2px 2px;
	border-bottom: 1px dotted #45677b;
}

#container_footer {
	width: 100%;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	background-color: #f6f6f6;
	min-height: 80px;
	clear: both;
	line-height: 18px;
}

#footer {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: #757575;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer_copyright {
	width: 100px;
	float: left;
}
#footer_metanavi {
	width: 640px;
	float: right;
	text-align: right;
}

#container_end {
	width: 100%;
	background-image: url(../img/bg_end.gif);
	background-repeat: repeat-x;
	background-color: #90aaba;
	min-height: 30px;
	clear: both;
	line-height: 30px;
	font-size: 11px;
}

#container_end_text {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	color: #d7e1e8;
	text-align: center;
}

#container_end_text a {
	color: #d7e1e8;
	text-decoration: underline;
}

p {
	line-height: 20px;
}

p.left {
	background-image: url(../img/red_white_horizontal.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 250px;
	float: left;
	*padding-top: 5px;
	padding-bottom: 10px;
}


p.right {
       margin-left: 270px;
       padding-top:12px;
       *padding-top: 0px;
}

.bottom {
	background-image: url(../img/red_white_vertical.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 10px 8px 10px;
	margin-bottom: 20px;

}

.code {
	font-family: monospace;
	background-color: #f5f5f5;
	padding: 10px 15px 10px 15px;
	margin-bottom: 20px;
	font-size: 0.9em;
	border: 1px solid #d5d5d5;
   border-left: 5px solid #d5d5d5;
   color: #444444;
}

.error {
	font-family: monospace;
	background-color: #FFF3F3;
	padding: 10px 15px 10px 15px;
	margin-bottom: 20px;
	font-size: 0.9em;
	border: 1px solid #FF8D8D;
	border-left: 5px solid #FF8D8D;
	color: #CC0000;
}

.quote {
	background-color: #F0F9FF;
	padding: 10px 15px 10px 15px;
	margin-bottom: 20px;
	font-size: 0.9em;
	border: 1px solid #45677b;
    border-left: 5px solid #45677b;
	color: #444444;
}

.clearer {
	clear: both;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h1 {
	font-size: 22px;
	color: #9a0303;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	line-height: 30px;
}

h2 {
	font-size: 18px;
	color: #45677b;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	line-height: 20px;
}

h3 {
	font-size: 15px;
	color: #9a0303;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	line-height: 18px;
}

h4 {
	font-size: 13px;
	color: #45677b;
	padding: 0 0 2px 4px;
	margin: 0 0 10px 0;
    border-left: 6px solid #9a0303;
    border-bottom: 1px dotted #9a0303;
}

.twrss_item_link {
    font-size: 13px;
    color: #45677b;
    padding: 0 0 2px 4px;
    margin: 0 0 5px 0;
}

.twrss_item_link a {
    font-size: 13px;
	color: #45677b;
	text-decoration:none;
}

p a {
	text-decoration: none;
	color: #45677b;
	background-color: #f1f6f8;
    border-bottom: 1px dotted #45677b;
}

p a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #9a0303;
}

p.bodytext, .twrss_item_content {
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 13px;
	color: #555555;
}

td a {
	text-decoration: none;
	color: #45677b;
	background-color: #f1f6f8;
	padding: 2px 2px 2px 2px;
}

li a {
	font-size: 12px;
	text-decoration: none;
	color: #45677b;
	background-color: #f1f6f8;
        border-bottom: 1px dotted #45677b;
}

li a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #9a0303;

}

.mainnavi-level1-no a {
	font-size: 14px;
	color: #45677b;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 2px 5px 2px 10px;
	margin: 12px 0 12px 0;
	width: 165px;
	height: 19px;
	background-color: #f1f6f8;
	border-bottom: 1px solid #45677b;
}

.mainnavi-level1-no a:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 2px 5px 2px 10px;
	background-color: #9a0303;
	margin: 12px 0 12px 0;
	width: 165px;
	height: 19px;
	border-bottom: 1px solid #9a0303;
}

.mainnavi-level1-act a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 2px 5px 2px 10px;
	background-color: #9a0303;
	margin: 12px 0px 0px 0;
	width: 165px;
	height: 19px;
	border-bottom: 1px solid #9a0303;
}

.mainnavi-level2-no a {
	font-size: 11px;
	color: #45677b;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 15px;
	margin: 0px 0px 0px 0px;
	width: 165px;
	border-bottom: 1px dotted #45677b;
}


.mainnavi-level2-no a:hover {
background-color: #dfe8ed;
}

.mainnavi-level2-act a {
	font-size: 11px;
	color: #45677b;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 15px;
	margin: 0px 0px 0px 0px;
	width: 165px;
	border-bottom: 1px dotted #45677b;
	background-color: #dfe8ed;

	font-weight: bold;
}

.mainnavi-level3-no a {
	font-size: 11px;
	color: #45677b;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 25px;
	margin: 0px 0px 0px 0px;
	width: 155px;
	border-bottom: 1px dotted #45677b;
}

.mainnavi-level3-no a:hover {
	background-color: #f1f6f8;
}
.mainnavi-level3-act a{
	font-size: 11px;
	color: #45677b;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 25px;
	margin: 0px 0px 0px 0px;
	width: 155px;
	border-bottom: 1px dotted #45677b;
	background-color: #f1f6f8;
	font-weight: bold;
}

#footer_metanavi a {
	color: #9A9A9A;
}

#footer_metanavi a:hover {
	color: #757575;
}

#container_locator a {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
}

#container_locator a:hover {
	text-decoration: underline;

}

ul, ol {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#content ul {
	margin: 0px 0px 20px 0px;
}

li {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding: 0px 0px 8px 20px;
	margin: 0px 0px 0px 15px;
	list-style: none;
	background-image: url(../img/arrow-r.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.csc-menu li,ul {
	background-image: none;
	padding: 0px;
	margin: 0px;

}
csc-sitemap {
	padding-top: 0px;
	padding-bottom: 0px;
}

.csc-sitemap a {
	color: #45677b;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 18px;
	text-decoration: none;
}
.csc-sitemap a:hover {
	text-decoration: underline;
}

.csc-sitemap ul {
	background-image: none;
	padding: 0px;
	margin: 0px;
}

.csc-sitemap li {
	background-image: none;
	line-height: 20px;
}

li.csc-sitemap-level1 a {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
}

li.csc-sitemap-level2 a{
	font-size: 13px;
	line-height: 18px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 30px;
	background-image: none;
}


li.csc-sitemap-level3 a{
	font-size: 12px;
	line-height: 18px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 50px;
	background-image: none;
}

li.csc-sitemap-level4 a{
	font-size: 12px;
	line-height: 18px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 70px;
	background-image: none;
}

img {
	border: none;
}

DIV.csc-textpic-imagewrap {
	margin-right: 10px;
	padding: 0 15px 0 0;
}


DIV.csc-textpic DIV.csc-textpic-imagewrap IMG {
	border: 1px solid #9a0303;
	padding: 4px;
	background-color: #FFFFFF;

}

DIV.textpic-center csc-textpic-above {
	margin-bottom: 15px;
}

p.csc-caption {
	background-color: #9a0303;
	color: #FFFFFF;
	padding: 4px;
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	line-height: normal;
}

form {
	margin-bottom: 15px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#mailform, .csc-mailform {
 border: 1px solid #9a0303;
 border: none;
}


#mailform input, textarea {
 margin: 3px 0 3px 0px;
 padding: 4px;
 border: 3px solid #dfdfdf;
 font-family: "Trebuchet MS ", Tahoma, Verdana, Helvetica, sans-serif;
 font-size: 11px;
}

#mailform input:focus, textarea:focus {
 border: 3px solid #CCCCCC;
}

.csc-mailform-submit {
	background: #EEEEEE;
}

.csc-mailform-submit:hover {
	background: #CCCCCC;
}

.csc-mailform-field { padding-bottom: 5px; }

.csc-menu-1 li { 
    font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding: 0px 0px 8px 20px;
	margin: 0px 0px 0px 15px;
	list-style: none;
	background-image: url(../img/arrow-r.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


.csc-menu-4 dt { 
    font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding: 0px 0px 8px 20px;
	margin: 0px 0px 0px 15px;
	list-style: none;
	background-image: url(../img/arrow-r.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.csc-menu-4 dt a {
	text-decoration: none;
	color: #45677b;
	background-color: #f1f6f8;
	border-bottom: 1px dotted #45677b;
	padding: 2px;
}


.csc-menu-4 dt a:hover {
	text-decoration: none;

	color: #FFFFFF;
	background-color: #9a0303;
}

.csc-menu-4 dd {
   font-size: 12px;
   margin-bottom: 10px;
   line-height: 19px;
}

#englishversion {
	float: left;
/*	left: 0px; 
	top: 39px;*/
	margin-top: 39px;
	width: 131px;
	height: 73px;
}

#twrss_table {
padding-bottom: 10px;
}

#container_info h3 {
 padding:0px 0px 5px 0px;
 margin:0px 0px 0px 0px;
}

#info {
	
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 10px 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

#container_info {
	width: 540px;
	float: right;
}

.info_0 {
  padding: 0px 0px 0px 7px;
}

.info_1 {
  float: left;
  overflow: hidden;
  padding-right: 7px;
}


.list_row {
margin: 0;
padding: 0;
}

.wtgallery_list a img {
padding: 0 2px 0 0;
margin: 0;
}

.clear {
margin: 0;
padding: 0;
height: 0;
}

.wtgallery_single_browser_previous {
 float: left;
}

.wtgallery_single_browser_next {
 float: right;
}

.wtgallery_list_area {
clear: both;
}

.tx-wtgallery-pi1 {

}

.wtgallery_categories {
  margin-right: 5px;
  margin-bottom: 20px;
}

.wtgallery_category_folder {
  text-align: center;
padding: 0px;
margin: 0px;
}

.clear-single {
  margin-bottom: 25px;
clear: both;
}