body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
}
h1 {
	margin: 0px 0px 10px 0px;
	padding:0;
	color: #666666;
	font-size: 170%;
}

h2 {
	margin: 2em 0px 1em 0px;
	font-size: 130%;
	color: black;
	font-weight: bold;
}

h2.title-index {
	margin: 0pt 0pt 2em 0pt;
	font-size: 150%;
	color: #FFFFFF;
	font-weight: bold;
}

p.title-subindex {
	margin: 1em 0pt 1em 0pt;
	font-size: 150%;
	color: #FFFFFF;
	font-weight: bold;
}
h2.title-index-top {
	padding: 0.5em 0px;
	font-size: 150%;
	color: #FFFFFF;
	font-weight: bold;
}

h3 {
	margin: 0px 0px 10px 0px;
	color: #005499;
	font-size: 115%;
	font-weight: bold;
}
h4 {
	margin: 0px;
	color: #005499;
	font-size: 115%;
	font-weight: bold;
}
h5 {
	margin: 0px 0px 3px 0px;
	font-size: 100%;
}
p {
	margin: 0px 0px 5px 0px;
}
.bold {
	font-weight: bold;
}
.margin_bottom {
	margin-bottom: 10px;
}
.whitespace{
	white-space: nowrap;
}
.line_grey {
	padding-top: 5px;
	border-bottom: 1px solid #CCCCCC;
}
.bg_white {
	background-color: #FFFFFF;
}
.medium {
	height: 10px;
	font-size: 10px;
	line-height: 10px;
}
.small {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}

/*TOOLBAR RIGHT GENERAL */
#column_portlets p {
	margin-bottom: 5px;
	color: #666666;
	padding-left: 0pt;
}
#column_portlets a {
	color: #005499;
	text-decoration: none;
	background-image: url(../deco/icon-zeiger.gif);
	background-position: 0px 0.35em;
	background-repeat: no-repeat;
}
#column_portlets a:hover {
	text-decoration: underline;
}
/*HEADER NAVIGATION*/
#row_header #meta_navigation a {
	color: #005499;
	text-decoration: none;
}
#row_header #meta_navigation a:hover {
	text-decoration: underline;
}
#row_header #meta_navigation a.active {
	color: #000000;
}
/*CONTENT NAVIGATION*/
#content a {
	padding-left: 12px;
	background-image: url(../deco/#.gif);
	background-position: 0px 0.32em;
	background-repeat: no-repeat;
	color: #005499;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content a.bold {
	font-weight: bold;
}
#content a.no_bullet {
	padding-left: 0px;
	background: none;
}