@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0.3b (http://builder.yaml.de)
 * @file        my_layout.css
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(../yaml/print/print_003_draft.css); */

.logo {
	height: 89px;
	width: 83px;
	float: left;
	margin: 10px;
}
.logotext {
	float: left;
	width: 547px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.textlogo {
	float: left;
	width: 547px;
	font-size: 90%;
}
.tagblue {
	background-image: url(../images/bg_blue2.gif);
	background-repeat: repeat-x;
	height: 20px;
	border: 1px solid #007DC6;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	color: #00214F;
}
.tagblack {
	background-image: url(../images/bg_black.gif);
	background-repeat: repeat-x;
	height: 20px;
	border: 1px solid #333333;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	color: #CCCCCC;
}
.taggrey{
	background-image: url(../images/bg_grey.gif);
	background-repeat: repeat-x;
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
.tagblack a:link, .tagblack a:visited{
color:#CCCCCC;
}
.tagblue a:link, .tagblue a:visited{
color:#00214F;
}
.taggrey a:link, .taggrey a:visited{
color:#CCCCCC;
}
.rights {
	float: right;
	display: block;	
	text-decoration: none;
	font-weight: normal;
	font-size: 80%;
}
.lefts {
	float: left;
	display: block;
	font-size: 120%;
}
.logo2 {
	height: 54px;
	width: 54px;
	float: left;
	margin: 10px;
}
.cat, .cat a:link, .cat a:visited, .cat a:hover {
	color: #B1BBE0;
}
.separator {
	margin-left: 10px;
	background-image: url(../images/dot_separator.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 108px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.dropcap {
	float:left;
	color:#62629C;
	font-size:60px;
	line-height:50px;
	font-family: times;
	padding-right:5px;
}
  #col1_content_head {
	margin: 10px;
}
  #col2_content_head {
	margin: 10px;
}
  #col3_content_head {
	margin: 10px;
	width: auto;
}
.lainnya {
	background-repeat: no-repeat;
	margin: 10px;
	font-weight:bold;
}

.pagenav {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 20px;
	width: 100%;
}
