/*	-------------------------------------------------------------------------------- */
/* 	dates */
/*	-------------------------------------------------------------------------------- */
/*	
	author: cornel boppart
	date: november 2009
	
	description:
	print styles definitions for some browsers
	
	color sheme:	pink 	= #cd0e6e
					yellow	= #fcff97
					grey1	= #aaa		(border)
					grey2	= #d5dbdf	(background)
					grey3	= #e4e8ea	(background 70%)
					grey4	= #333		(text dark)
					grey5	= #888		(text bright)
*/
/*	-------------------------------------------------------------------------------- */
/* 	general */
/*	-------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font: 11px/18px arial, sans-serif;
	color: #333;
}

.clear {
	height: 1px;
	clear: both;
}

.pn {
	display: none;
}

/*	-------------------------------------------------------------------------------- */
/* 	containers, areas and rows */
/*	-------------------------------------------------------------------------------- */

#cont_site {
	position: relative;
	z-index: 1;
	margin: 0px 20px;
	background: white;
}

#area_top {
	height: 78px; /* real height = 98px */
	padding: 20px 0 0 0;
	background: white;
	border-bottom: 1px solid #aaa;
}

#area_middle {
	display: none;
}

#area_bottom {
	clear: both;
}

#row_left {
	display: none;
}

#row_right {
}

#content {
	padding: 20px 0 0 0;
	border-top: 1px solid #aaa;
}

/*	-------------------------------------------------------------------------------- */
/* 	content objects */
/*	-------------------------------------------------------------------------------- */

#footer {
	margin: 29px 0 0 0; /* 30px - 1px clear height */
	border-top: 1px solid #aaa;
	color: #888;
}

#sb-container {
	display: none; /* hide content of shadowbox */
}

/*	-------------------------------------------------------------------------------- */
/* 	text */
/*	-------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 {
	font: 20px/20px arial, sans serif;
}

h2, h3, h4, h5 {
	font: bold 11px/18px arial, sans serif;
}

#row_left h2 {
	padding: 0 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #aaa;
}

.pink {
	color: #cd0e6e;
}

.contenttable_subtitle h2, .contenttable_subtitle h3, .contenttable_subtitle h4, .contenttable_subtitle h5 {
	padding: 0 0 5px 0;
}

/*	-------------------------------------------------------------------------------- */
/* 	forms */
/*	-------------------------------------------------------------------------------- */

form {
	margin: 5px 0 0 0;
	border-top: 1px solid #aaa;
}

form td {
	padding: 5px 0 0 0;
	line-height: 13px;
}

table input, textarea {
	width: 210px;
	padding: 2px 5px;
	font: 11px/13px arial, sans serif;
	border: none;
	background: #d5dbdf;
}

table input:focus, textarea:focus {
	background: #e4e8ea;
}

input.button_send, input.button_reset {
	font: bold 10px arial, sans serif;
	cursor: pointer;
	padding: 0 5px;
}

input.button_send {
	margin: 0;
}

input.button_reset {
	margin: 0 0 0 10px;
}

.error {
	color: red;
}

.ok {
	color: green;
}

/*	-------------------------------------------------------------------------------- */
/* 	links */
/*	-------------------------------------------------------------------------------- */

a {
	color: #cd0e6e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer a {
	color: #888;
}

a img {
	border: none;
}

#logo {
	position: absolute;
}

/*	-------------------------------------------------------------------------------- */
/* 	lists, sitemap */
/*	-------------------------------------------------------------------------------- */

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.csc-sitemap ul li {
	font-weight: bold;
}

.csc-sitemap ul li ul {
	margin: 0 0 0 20px;
}

.csc-sitemap ul li ul li {
	font-weight: normal;
}

/*	-------------------------------------------------------------------------------- */
/* 	tables */
/*	-------------------------------------------------------------------------------- */

table {
	padding: 0;
	border-spacing: 0;
}

td {
	padding: 0;
	vertical-align: top;
}

.contenttable {
	width: 100%;
	border-spacing: 0;
}

.contenttable th {
	padding: 0 0 5px 0;
	text-align: right;
}

.contenttable td {
	text-align: right;
}

.contenttable-0 td, .contenttable-1 .tr-0 td {
	border-top: 1px solid #aaa;
	padding: 5px 0 0 0;
}

.contenttable .td-0 {
	text-align: left;
}

.line-each td {
	padding: 5px 0;
}

/*	-------------------------------------------------------------------------------- */
/* 	navigation */
/*	-------------------------------------------------------------------------------- */

#navigation {
	display: none;
}

/*	-------------------------------------------------------------------------------- */
/* 	breadcrumb navigation */
/*	-------------------------------------------------------------------------------- */

#breadcrumb {
	height: 18px;
	line-height: 18px;
	font-weight: bold;
}

#breadcrumb a {
	margin: 0 5px 0 0;
	color: #888;
}

#breadcrumb a.current {
	color: #333;
	background: none;
}