
/* -- Some Generic Definitions -- */

* {
	margin: 0px;
	padding: 0px;
}

.left {float: left;}
.right {float: right;}
.placeholder {visibility: hidden;}
.bold {font-weight: bold;}
.clear {clear: both;}


/* -- Page Layout -- */

#page_container {
	position: relative;

	width: 900px;
	background-color: white;
	margin: auto;
}

#page {
	position: relative;
	padding: 10px;
	margin: 5px 10px 0px 10px;

	font-family: Arial,sans-serif;
	color: black;
	font-size: 13px;
}


#sidebar_menu,
#top_menu_left {
	width: 12em;
}
#sidebar_menu {
	float: left;
	padding-left: 3px;
}
#top_menu_left {
	border-right: 1px solid #c0c0c0;
	text-align: center;
}

#header {
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 5px;
	margin-bottom: 15px;
	vertical-align: bottom;
}
#header_end {
	clear: both;
}
#top_menu_content {
	vertical-align: bottom;
	padding-left: 5px;
}

#footer {
	margin: 15px 0px 5px 0px;
	padding: 10px 15px 0px 15px;
	border-top: 1px solid #c0c0c0;
}

#content {
	text-align: justify;
	padding: 10px 8px 20px 15px;
	margin-left: 12em;
	border-left: 1px solid #c0c0c0;
}

#content_end {
	height: 0px;
	line-height: 0px;
	clear: both;
}


/* -- Menu Styles -- */

#top_menu_left,
#top_menu_content {
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
}
#top_menu_left span a,
#top_menu_content span a {
	padding-bottom: 1px;
}
#top_menu_content span {
	padding: 0px 8px;
}
#top_menu_content span.sep {
	color: #2447b3;
}

#top_menu_left span,
#top_menu_content span {
	font-weight: bold;
}
#sidebar_menu div a,
#top_menu_left span a,
#top_menu_content span a {
	color: #111111;
	text-decoration: none;
}
#top_menu_content span.selected a {
	border-bottom: 1px solid #2447b3;
}

#sidebar_menu {
	padding-top: 10px;
}
#sidebar_menu div {
	padding: 1px 0px;
}
#sidebar_menu div a,
#sidebar_menu div.active a {
	margin-left: 20px;
	display: list-item;
	list-style-image: url(img/menu_bullet.png);
}
#sidebar_menu div a:hover {
	list-style-image: url(img/menu_bullet_hover.png);
}
#sidebar_menu div.active a {
	font-weight: bold;
}
#sidebar_menu div.sep {
	margin-top: 10px;
	margin-left: 7px;
	font-weight: bold;
	color: #104E8B;
}


/* -- Content Styles -- */

#content a,
#footer a {
	text-decoration: none;
	color: #104E8B;
	border-bottom: 1px dashed black;
	font-weight: bold;
}
#content a:hover,
#footer a:hover {
	color: black;
	border-bottom: 1px solid #666666;
}
#content .csc-textpic-image a,
#content .csc-textpic-image a:hover,
#content .csc-textpic-imagewrap a,
#content .csc-textpic-imagewrap a:hover {
	border-bottom: none;
}


#content p.bodytext,
#content .csc-frame-frame1,
#content .csc-frame-frame2 {
	padding-top: 0.25em;
}
#content table p.bodytext {
	padding-top: 0px;
}

#content h1 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 1.4em;
}
#content h1 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#content h3 {
	padding: 0px;
/*	margin: 0px 0px 5px 0px;*/

	margin-bottom: 0.35em;
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	color: black;
}
#content .csc-header h3 {
	margin-top: 0.75em;
}

#content h1, #content h2,
#content h3, #content h4,
#content h5, #content h6 {
	text-align: left;
}

#content div.csc-header-n1 h1 {
	margin-top: 0;
}

#content div.divider {
	margin-top: 20px;
	margin-bottom: 10px;
}

.align-left {
	display: block;
	text-align: left;
}
.align-center {
	display: block;
	text-align: center;
}
.align-right {
	display: block;
	text-align: right;
}


/* Farbige Texte */

/* FIXME: We can't use class="internal-link important" in the RTE as
          some dumb thing splits this at the ' ' and uses 'important'
          for the 'title' attribute... */
#content .important,
#content .csc-frame-frame1,
#content .internal-link-important,
#content .external-link-important,
#content .download-important,
#content .mail-important {
	color: #a2160d !important;
}
#content .csc-frame-frame2 {
	color: #a97f0e !important;
}


/* Tabellen */

#content table.contenttable {
	border-collapse: collapse;
	border-spacing: 0px;
}

#content table.contenttable td {
	margin: 0px;
	padding: 2px 6px;
	border: 1px solid #a0a0a0;
}
#content table.contenttable td.td-0 {
	white-space: nowrap;
	text-align: right;
}


/* Listen */

#content ul {
/*	list-style-type: none;*/
	margin-left: 20px;
}
#content ul > li {
	padding-bottom: 2px;
}
#content ul > li:before {
	/* 2043 is HYPHEN_BULLET, 0020 is SPACE */
/*	content: "\2043\0020";*/
}


/* Bilder */

#content .csc-textpic-image {
	/* NOTE:
	 * margin/padding must match the corresponding CONTENT
	 * constants in the template...
	 */
	margin: 6px;
	background-color: white;

	width: auto !important; /* override the base stylesheet */
}
#content .csc-textpic-imagecolumn .csc-textpic-image {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content .csc-textpic-left .csc-textpic-imagewrap,
#content .csc-textpic-intext-left .csc-textpic-imagewrap,
#content .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	margin: 0px !important; /* override the base stylesheet */
	padding-right: 8px;
}
#content .csc-textpic-right .csc-textpic-imagewrap,
#content .csc-textpic-intext-right .csc-textpic-imagewrap,
#content .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	margin: 0px !important; /* override the base stylesheet */
	padding-left: 8px;
}

#content .csc-textpic-intext-left-nowrap {
	float: left;
}

