body{
	background:#e0ecf1;
	color: #333;
}




/*	1. H E A D E R
*/


#header{
background:url(../img/z30_1_gr.gif) right 120px no-repeat;
position:relative;
z-index:2;
}

#header .page_margins{
background:#e0ecf1
} 



h1{
position:relative;
top:20px;
text-indent:-9999px;
width:25%;
height:148px;
background:url(../img/logo.png) no-repeat 0 0px;
float:left;
}


/*remove Letter-Spacing  manual kerning*/
h2 span{
letter-spacing:0px;
}

.article_info{
color:#999;
font-size:10px;
border-top:#666 1px solid;
text-align:center;
margin:0 auto; 
padding-bottom:4px; 
width:480px;

}



/*	2.2 Artikel-Body
*/

.article{

margin-bottom:32px;
background:url(../img/z30_1_gr.gif) left top no-repeat;
}

.article .page_margins{
padding-bottom:32px;
padding-top:0;


}




blockquote{
margin:13px 0;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
padding:8px 16px 12px 16px;
}

blockquote p{
font-size:16px;
line-height:16px;
font-style:italic;
text-align:center;
}


abbr, acronym{
font-variant:small-caps;
cursor:help;
font-size:12px;
text-decoration:none;
}

.article strong{
font-variant:small-caps;
font-weight:normal;
font-size:12px;

}

.article a{

}


#liList {
	padding-left: 10px;
	margin-left: 20px;
	clear: both;
	list-style-type: circle;
	margin-top: 10px;
	line-height: 18px;
	margin-bottom: 20px;
}
#liList li {
	margin-bottom: 8px;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
}
.pad20BTM {
	margin-bottom: 20px;
	float: left;
}
p {
	font-size: 14px;
	color: #666;
	line-height: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



/*Table Style*/
#hor-minimalist-b
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	border-bottom: 2px solid #6678b1;
	padding: 2px;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#hor-minimalist-b tbody tr:hover td
{

}



#one-column-emphasis
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 95%;
	text-align: left;
	border-collapse: collapse;
	line-height: 16px;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
}
#one-column-emphasis td
{
	color: #669;
	border-top: 1px solid #e8edff;
}
#one-column-emphasis img {
	padding-top: 3px;
}

.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{

}
.nav {
	margin-bottom: 20px;
	background-color: #E0ECF1;
}
.nav ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav ol li {
	display: inline;
}
.nav ol li a {
	text-decoration: none;
	float: left;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0D8E2;
	color: #333;
	font-weight: bold;
}
.nav ol li a:hover {
	background-color: #333;
	color: #FFF;
}
.smallFont {
	font-size: 12px;
	color: #333;
	float: right;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
}


ul { 
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}