@import url("base.css");

body, 
input, 
select, 
textarea
{
	font-family: "宋体"
	line-height: 14px;
	font-size: 11px;
}

table
{
	font-family: "宋体"
	line-height: 14px;
	font-size: 11px;
}

a, a:visited
{
	font-family: "宋体"
	line-height: 14px;
	font-size: 11px;
}

a:hover
{
	font-family: "宋体"
	line-height: 14px;
	font-size: 11px;
}

.copyright
{
	line-height: 16px;
	font-family: "宋体"
}

.headernavigation
{
	background-image: url(../images/blackborder.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 3px;
	font-size: 9px;
}

.editcontent
{
	line-height: 16px;
	font-size: 11px;
}

.editcontent table,
.editcontent a,
.editcontent a:visited,
.editcontent a:active,
.editcontent a:hover
{
	line-height: 16px;
	font-size: 11px;
}

.editcontent b, .editcontent strong
{
	line-height: 16px;
	font-size: 11px;
}

.key table,
.key table a,
.key table a:active,
.key table a:visited,
.key table a:hover
{
	line-height: 14px;
	font-size: 11px;
}

.searchtable,
.searchtable a,
.searchtable a:active,
.searchtable a:visited,
.searchtable a:hover
{
	line-height: 14px;
	font-size: 11px;
	text-decoration: none;
}

h1, 
.h1,
.Seitentitel 
{
	font-size: 13px;
	line-height: 18px;
}

h2, 
.h2,
.Titel
{
	line-height: 16px;
	font-size: 12px;
}

.secondlevelcontainer 
{ 
	width: 210px;
}

.thirdleveltopcontainer,
.thirdlevelcontainer,
.leftthirdlevelcontainer
{
	width: 210px;
}

.secondlevelcontainer a, 
.thirdleveltopcontainer a,
.thirdlevelcontainer a
{ 
	line-height: 15px;
}

.customertext
{
	width: 80%;
	vertical-align: top;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 4px;
}
 
.customericon
{
    width: 20%;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 10px;
}

ol.lroman 
{
	list-style-type: lower-roman;
}

ol.square 
{
	list-style-type:square;
}

.square ul.sub li
{ 
	list-style-type: none;
	list-style-position: outside;
	list-style-image:url(../images/line.JPG);
}

ul.line
{ 
	list-style-type: none;
	list-style-position: outside;
	list-style-image:url(../images/line.JPG);
}

ul.decimal li
{ 
	list-style-type: decimal;
}

.treeview ul
{
	margin: 0;
	padding: 0;
}

.treeview li
{ 
	background-color: #FFFFFF;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-left: center;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 0px;
}

.treeview li.submenu
{
	background-color: #FFFFFF;
	background-image: url(../images/closed.gif);
	background-repeat: no-repeat;
	background-left: 1px;
	cursor: pointer;
}


.treeview li.submenu ul
{
	display: none;
}

.treeview .submenu ul li
{
	cursor: default;
}

.keyheadline_e
{
	font-size: 9px;
	font-weight: bold;
	display: block;
}