@charset "utf-8";
/* CSS Document */
/* filename:  default_html.css */

body {
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
	background: #cc0000;
	/* alternate content default*/
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #ffffff;
	/* end alternate content default*/
}

a:link, a:active, a:visited,
.vcard .tags a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	border-bottom: 1px dotted #ffffff;
}

a:hover,
.vcard .tags a:hover {
	background-color: #ffffff;
	color: #cc0000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	text-align: center;
}

hr {
	display: none;
}

.en {
	font-style: normal;
}

.id {
	font-style: italic;
}

.left {
	float: left;
}

.right {
	float: right;
}

.nomargin {
	margin: 0 !important;
}

.noborder {
	border: none !important;
}

.nodisplay {
	display:none;
}

#splash {
	height: 340px;
	width: 480px;
	margin: 15px auto /*143px*/;
	background-image: url("../_img/mam_semitag.png");
	background-repeat: no-repeat;
	clear:both;
}

#warning, #about, #links, #footer {
	max-width: 480px /*600px*/ ;
	margin: auto;
	clear: both;
}

#warning .en, #about .en, #links .en {
	display: block;
	width: 230px;
	margin-right: 20px;
	padding-top: 15px;
	border-top: 1px dotted #ffffff;
}

#warning .id, #about .id, #links .id {
	display: block;
	width: 230px;
	padding-top: 15px;
	border-top: 1px dotted #ffffff;
}

ul#menu {
	max-width: 480px;
	min-width: 230px;
	height: 35px;
	margin: 20px auto 0;
	padding: 0;
	list-style: none;
}

ul#menu li {
	margin-right: 20px;
}

ul#menu li.onepertwo {
	width: 230px;
}

ul#menu li a {
	width: 95px;
	padding: 10px 10px 10px 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ul#menu li a.onepertwo  {
	width: 220px;
}

ul#menu li a:hover {
	width: 85px;
	padding: 10px;
	border-bottom: 1px solid;
}

ul#menu li a.onepertwo:hover  {
	width: 210px;
}

ul#linklist {
	max-width: 500px;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0 -10px;
}

ul#linklist li {
	width: 105px;
	padding: 0 10px;
	display: block;
	float: left;
}

ul#linklist li.linkdivider {
  width: 460px;
  height: 0px;
  /*background: url('../_img/link_divider.gif') no-repeat;*/
  border-top: 1px dotted #ffffff;
  margin: 0 0 -1px 10px;
}

ul#linklist li a {
	display: block;
	border: none;
	padding: 10px;
	font-weight: normal;
	margin-bottom: -1px;
}

ul#linklist li a:hover {
	background: #ffffff;
}

.vcard-title {
	width: 480px;
	margin: auto;
	clear: both;
	display: none;
}

.vcard-title h1 {
	width: 80px;
	padding: 10px 0 10px 20px;
	background: #ffffff;
	color: #cc0000;
	text-align: left;
	border-bottom: 2px dotted #cc0000;
}

.vcard {
	max-width: 440px;
	min-width: 200px;
	margin: 0 auto 20px;
	padding: 20px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	/*font-size: 12px;*/
	line-height: 24px;
	background: #ffffff;
	color: #cc0000;
	display: block;
	clear: both;
}

.vcard a {
	font-weight: normal;
	color: #cc0000;
	border-color: #cc0000
}

.vcard a:hover {
	background: #cc0000;
	color: #ffffff;
}

.vcard .photo {
	float: right;
}

.vcard .note {
	text-align: right;
}

.vcard .tags {
	max-width: 480px;
	min-width: 200px;
	margin: 20px -20px -20px;
	padding: 20px 0 0;
	background: #cc0000;
	line-height: 18px;
	/*border-top: 20px solid #cc0000;*/
	display: none;
}

.vcard .tags h2 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	color: #ffffff;
}

.vcard .tags a {
	margin-right: 5px;
	font-weight: normal;
	border: none;
}

#footer {
	padding: 10px 0 50px;
	text-align: right;
	border-top: 1px dotted #ffffff;
}