body {
	background: url(images/bg.png) repeat-x;
	background-color: #000000;	
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

a { 
	color: #0033FF; 
	text-decoration: underline; 
}

a:hover { 
	text-decoration: none; 
}

#container{
	width: 700px;
	margin: auto;
	margin-top: -8px;
}

#container #body{
	float: left;
	width: 700px;
	height: auto;		
}

#container #body #menuheader{
	float: left;
	height: 53px;
	width: 700px;
}

#container #body #menuheader ul {
	list-style-type: none;
	margin-top: 5px;
}

#container #body #menuheader ul li {
	display: block;
	float: right;
	margin-top: 15px;
}

#container #body #menuheader ul li a {
	color: #999999;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 15px;
	text-decoration: none;
	font-family: arial;
	font-weight: 100;
	font-size: 16px;
	letter-spacing: -1px;
}

#container #body #menuheader ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

#container #body #menuheader ul li .visited {
	color: #ffffff;
	text-decoration: none;
}

#container #body #imgheader{
	float: left;
	height: 161px;
	width: 700px;
	background: url(images/imgheader.png) no-repeat;
}

#container #body #submenu{
	float: left;
	height: 32px;
	width: 700px;
	padding-left: 0px;
	background: url(images/menubar.png) no-repeat;
}

#container #body #submenu ul {
	list-style-type: none;
	margin-top: 5px;
}

#container #body #submenu ul li {
	display: block;
	float: left;
}

#container #body #submenu ul li a {
	color: #999999;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	text-decoration: none;
	font-family: tahoma;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 1px;
}

#container #body #submenu ul li a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#container #body #submenu ul li .visited {
	color: #CCCCCC;
	text-decoration: underline;
}

#container #body #content{
	float: left;
	height: auto;
	width: 633px;/*633+*/
	background: url(images/content.png) repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 30px;
}

#container #body #footer{
	float: left;
	height: 44px;/*44-*/
	width: 700px;/*700-*/
	background: url(images/footer.png) no-repeat;
	margin-bottom: 20px;
}
#container #body #footer #footerNotes{
	float: left;
	text-align: left;
	height: 37px;/*44-7*/
	width: 330px;/*370-40*/
	padding-top: 7px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 40px;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;	
}

#container #body #footer #footerImg{
	float: left;
	text-align: right;
	width: 310px;/*330-20*/
	height: 39px;/*44-5*/
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 0px;
}

img{
	border: none;
}

/*
THINK-123 GENERAL MODUL
*/

#container #body #content .menuname_general{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #330099;
}
#container #body #content .content_general{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

/*
	THINK-123 GALLERY MODUL
*/
#container #body #content .menuname_gallery{
	font-family: Arial;
	font-size: 18px;
	font-weight:bold;
	color: #330099;
	margin-bottom: 20px;
}
#container #body #content .subtitlecontent_gallery{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #body #content .categoryGallery_section {
	width: 490px;
	height: 320px;
	overflow: auto;
	margin-top: 0px;
}
#container #body #content .categoryGallery_section .categoryGallery_content {
	margin-left: 5px;
	margin-right:5px;	
	width: 450px;
	height: auto;
	
}
#container #body #content .categoryGallery_section .categoryGallery_content  ul {
	padding: 0px;
	list-style-type: none;
	line-height: normal;
}

#container #body #content .categoryGallery_section .categoryGallery_content li {
	float: left;
	padding: 5px;
	text-align: center;
}
#container #body #content  .categoryGallery_section .categoryGallery_content .categoryGallery_caption{
	text-align:center;
	font-size: 10px;
}
#container #body #content  .categoryGallery_section .categoryGallery_content .categoryGallery_caption a{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #666666;
}
#container #body #content  .categoryGallery_section .categoryGallery_content .categoryGallery_caption a:hover{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;
	color: #666666;
}

/*
	THINK-123 CONTACT MODUL
*/
#container #body #content .menuname_contact{
	font-family: Arial;
	font-size: 18px;
	font-weight:bold;
	color: #330099;
	margin-bottom: 20px;
}
#container #body #content .intro_contact{
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	margin-top:10px;
}
#container #body #content .form_contact{
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
}
#container #body #content .notes_contact{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-top: 15px;
}
#container #body #content .statusFailed{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #CC0000;
	margin-top: 15px;
	margin-bottom: 10px;
}
#container #body #content .statusOK{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #00CC33;
	margin-top: 15px;
	margin-bottom: 10px;
}

/*
	THINK-123 SEARCH MODUL
*/
#container #body #content .menuname_search{
	font-family: Arial;
	font-size: 18px;
	font-weight:bold;
	color: #330099;
	margin-bottom: 20px;
}
#container #body #content .intro_search{
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	margin-top: 20px;
}
#container #body #content .form_search{
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	margin-top: 20px;
}
#container #body #content .searchResultBox{
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	margin-top: 40px;
}
#container #body #content .searchResultBox .header_searchResult{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
#container #body #content .searchResultBox .subheader_searchResult{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
}
#container #body #content .searchResultBox .searchResult a{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-left: 20px;
	text-decoration: underline;
	color: #0033FF;
}
#container #body #content .searchResultBox .searchResult a:hover{
	text-decoration: none;
	color: #0033FF;
}

/*
THINK-123 NEWS MODUL
*/

#container #body #content .menuname_news{
	font-family: Arial;
	font-size: 18px;
	font-weight:bold;
	color: #330099;
	margin-bottom: 20px;
}
#container #body #content .submenu_news{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
#container #body #content .year_cat{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
}
#container #body #content .month_cat a{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	color: #666666;
}
#container #body #content .month_cat a:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;;
	color: #666666;
}
#container #body #content .lactbnVisit{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #666666;
}
#container #body #content .lactbnVisit:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}
#container #body #content .lactbn{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
#container #body #content .lactbn:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	color: #666666;
}
#container #body #content .imgnews{
	width: 70px;
	height: 40px;
	padding: 5px;
	border: solid;
	border-color: #333333;
	border-width: 1px;
}
#container #body #content .timedate_news_list{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
#container #body #content .title_news_list a{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}
#container #body #content .title_news_list a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#container #body #content .intro_news_list{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
#container #body #content .actbnVisit{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #666666;
}
#container #body #content .actbnVisit:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}
#container #body #content .actbn{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
#container #body #content .actbn:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	color: #666666;
}
#container #body #content .newsindex a{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
#container #body #content .newsindex a:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	color: #666666;
}
#container #body #content .title_news_detail{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 0px;
}
#container #body #content .timedate_news_detail{
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 10px;
}
#container #body #content .imgbox{
	width: 70px;
	height: 40px;
	padding: 5px;
	border: solid;
	border-color: #333333;
	border-width: 1px;
	margin-right: 5px;
}
#container #body #content .detail_news_content{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	margin-bottom: 5px;
}
#container #body #content .back a{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}
#container #body #content .back a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

/*
THINK-123 ARTICLE MODUL
*/
#container #body #content .menuname_article{
	font-family: Arial;
	font-size: 18px;
	font-weight:bold;
	color: #330099;
	margin-bottom: 20px;
}
#container #body #content .submenu_article{
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #body #content .title_article_list a{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}
#container #body #content .title_article_list a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#container #body #content .timedate_article_list{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
#container #body #content .intro_article_list{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
#container #body #content .header_article_category{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	margin-top: 20px;
}
#container #body #content .cat_section a{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	color: #666666;
}
#container #body #content .cat_section a:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;;
	color: #666666;
}
#container #body #content .category_article{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-style:italic;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #body #content .title_article_detail{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	margin-top: 10px;
}
#container #body #content .timedate_article_detail{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 5px;
}
#container #body #content .content_article_detail{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	margin-bottom: 5px;
}
#container #body #content .readalso_article{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #333333;
	margin-top: 10px;
}
#container #body #content .file_section{
	margin-bottom: 5px;
}
#container #body #content .file_section a{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	color: #666666;
}
#container #body #content .file_section a:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;;
	color: #666666;
}
