@import url('style_news.css');
@import url('style_gallery.css');
@import url('style_guestbook.css');
@import url('style_links.css');

/********************************************************/

body
{
	margin-left: 3.0cm;
	margin-top: 0.0cm;
	margin-right: 0.0cm;
}

body, div, td
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

/*** LAYOUT **********************************************/

div.header
{
	display: none;
}
div.container
{
	width: 100%;
	clear: both;
}
div.left
{
	display: none;
}
div#right
{
	display: none;
}
div.main
{
	width: 100%;
}
div.spacer
{
	height: 15px;
}

/*** MENÜ ************************************************/

div.menu-level1
{
	display: none;
}
div.menu-level2
{
	display: none;
}

div.menu-level1-ro
{
	display: none;
}
div.menu-level2-ro
{
	display: none;
}

div#menu a
{
	display: none;
}
div.menu-level2 a, div.menu-level2-ro a
{
	display: none;
}

/*** ELEMENTE ************************************************************/

div#content
{
	color: black;
}
div#content a
{
	color: black;
	font-weight: normal;
	text-decoration: none;
}
div#content a:hover
{
	color: black;
	text-decoration: underline;
}
p.bodytext img
{
	border: 1px solid black;
	margin-right: 8px;
	margin-left: 5px;
}
p.bodytext
{
	color: black;
	margin-bottom: 15px;
	margin-top: 0px;
}
h1, h2, h3{
	clear: both;
	margin-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	color: black;
}
h1 {font-size: 14px;}
h2 {font-size: 10px;}
h3
{
	font-size: 10px;
	color: black;
	background-image: none;
	padding-bottom: 0px;
	margin: 0px;
}

td.td-1, td.td-last
{
	font-weight: normal;
	font-size: 10px;
	color: black;
	border-bottom: 1px solid #cfcfcf;
}

td.td-0
{
	color: black;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}
	
ul.csc-bulletlist, csc-bulletlist-0
{
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
}
div.footer
{
	display: none;
}