body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363639;
	padding: 0px;
	margin: 0px;
	/* Main background color */
	background-color: #fff;
}

/*
Main <TABLE> Style
*/
table {
	border: none;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

/*
Colors for header line with logo
*/
.header-line {
	text-align: left;
}

/*
Style for login box
*/
table.loginBox {
	width: 300px;
	background-color: #cccccc;
	border: 1px solid #000000;
}

/*
Style for subscribe form
*/
table.subscribeBox {
	width: 600px;
	background-color: #cccccc;
	border: 1px solid #000000;
}


/*
Standard link definition
*/
a {
   font-size: 11px;
	text-decoration: underline;
	color: #ffffff;
}
/*
Standard link color for textlinks
*/
a.standard {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}


/*
Headlines
*/
h1 {
	padding-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #000000
}
h2 {
   margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h3 {
   margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/*
Navigation
*/

#navigation {
	margin-left: 10px;
	background-color: #cccccc;
	width: 180px;
	border: 1px solid #000000;
}
#navigation .navi_normal {
	border: 1px solid #6F6F6F;
	width: 160px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px 2px 3px 6px;
}
#navigation .navi_sub-entry {
	width: 160px;
	padding-left: 20px;
	font-size: 10px;
	font-weight: normal;
	color: #6F6F6F;
	text-decoration: none;
	text-align: left;
	margin-bottom: 5px;
}
#navigation .active {
	background-color: #28477E;
}

/*
Link definition for navigation
*/
a.main_navi {
	margin-top: 10px;
	width: 100%;
	height: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.sub_navi {
	margin-top: 10px;
	width: 100%;
	height: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.sub_navi {
	font-size: 11px;
	font-weight: normal;
}
a.main_navi:hover,
a.sub_navi:hover {
	color: #ffffff;
}
a.navi-link {
	color: #0000ff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.navi-link:hover {
   color: #ff0000;
}

/*
Style for popup window
*/
table.popupformbox {
	background-color: #cccccc;
	border: 1px solid #000000;
}



table.backendlist {
	padding: 4px;
}
th.doc-list-header {
	padding: 4px;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	background-color: #6f6f6f;
	border: 1px solid #000000;
}
td.frontend,
td.backend {
	padding: 4px;
	padding-right: 10px;
	font-size: 11px;
	color: #000000;
	text-align: left;
	background-color: #cccccc;
	border: 1px solid #000000;
	vertical-align: top;
}


a.doculink {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a.extralink {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a.standard:hover,
a.doculink:hover {
	color: #363639;
}

a.extralink:hover {
	color: #363639;
}


.textWhite12 {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
.text14px {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
.textBlack10 {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
.textBlack12 {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
.textOrange12 {
	color: #E39717;
	font-size: 11px;
   text-decoration: none;
	font-weight: bold;
}
.dotOrange14 {
	color: #FF6600;
	font-size: 14px;
    text-decoration: none;
	font-weight: bold;
}

input, select, textarea {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   background: #ffffff;
   border: 1px solid #363639;
}

iframe {
   background: #ffffff;
   border: 1px solid #363639;
}

input {
	height: 20px;
}
   
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.underline {
	text-decoration: underline;
}

