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

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

body
{
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../img/bckg/bckg_main.png);
	background-repeat: no-repeat;
}

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

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

div.header
{
	width: 100%;
	height: 153px;
	clear: both;
	margin-bottom: 15px;
}
div.logo
{
	width: 273px;
	height: 175px;
	float: left;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
}
div.flash
{
	width: 715px;
	height: 175px;
	float: right;
}

div.container
{
	width: 990px;
	clear: both;
}
div.left
{
	float: left;
	width: 278px;
}
div#right
{
	float: right;
	width: 227px;
}
div.main
{
	position: absolute;
	left:277px;
	top:172px;
//	float: left;
	width: 450px;
}
div.spacer
{
	height: 15px;
}

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

div.menu-level1
{
	height: 22px;
	width: 234px;
	background-image: url('../img/navi/menu_level1.gif');
	font-weight: bold;
	margin-bottom: 2px;
	cursor: pointer;
}
div.menu-level2
{
	height: 22px;
	width: 234px;
	background-image: url('../img/navi/menu_level2.gif');
	margin-bottom: 2px;
	cursor: pointer;
}
div.menu-level3
{
	height: 22px;
	width: 234px;
	background-image: url('../img/navi/menu_level3.gif');
	margin-bottom: 2px;
	cursor: pointer;
}
div.menu-level4
{
	height: 22px;
	width: 234px;
	background-image: url('../img/navi/menu_level4.gif');
	margin-bottom: 2px;
	cursor: pointer;
}

div.menu-level1-ro
{
	height: 22px;
	width: 234px;
	background-image: url('../img/navi/menu_level1_ro.gif');
	font-weight: bold;
	margin-bottom: 2px;
	cursor: pointer;
}
div.menu-level2-ro
{
	height: 22px;
	width: 234px;
	background-image: url('../img/navi/menu_level2_ro.gif');
	margin-bottom: 2px;
	cursor: pointer;
}
div.menu-level3-ro
{
	height: 22px;
	width: 234px;
	background-image: url('../img/navi/menu_level3_ro.gif');
	margin-bottom: 2px;
	cursor: pointer;
}
div.menu-level4-ro
{
	height: 22px;
	width: 234px;
	background-image: url('../img/navi/menu_level4_ro.gif');
	margin-bottom: 2px;
	cursor: pointer;
}

div#menu a
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #4C4C4C;
	width: auto;
	line-height: 21px;
	padding-left: 30px;
	display: block;
}
div.menu-level2 a, div.menu-level2-ro a {
	padding-left: 48px !important;
}
div.menu-level3 a, div.menu-level3-ro a {
	padding-left: 60px !important;
	font-size: 11px !important;
}
div.menu-level4 a, div.menu-level4-ro a {
	padding-left: 70px !important;
	font-size: 10px !important;
}

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

div#content
{
	color: black;
}
div#content a
{
	color: #D90000;
	font-weight: bold;
	text-decoration: none;
}
div#content a:hover
{
	color: #D90000;
	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;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #D90000;
	background-image: url(../img/dots_1px.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h1 {font-size: 16px;}
h2 {font-size: 12px; margin-top: 15px !important; }
h3
{
	font-size: 11px;
	color: black;
	background-image: none;
	padding-bottom: 0px;
	margin: 0px;
}

div.head, div#right h1
{
	margin: 0px;
	padding: 0px;
	
	margin-bottom: 0px;
	background-image: url(../img/teaser.gif);
	background-repeat: no-repeat;
	height: 22px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	line-height: 24px;
	padding-left: 7px;
}
div#right h3 {
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 0px;
	margin: 0px;
}
div#right h1.csc-firstHeader {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.t_content, div#right p.bodytext
{
	margin-bottom: 15px;
	padding-top: 7px;
	padding-left: 9px;
	padding-right: 7px;
	padding-bottom: 30px;
	background-color: #E8E8E8;
	background-image: url(../img/dots_1px.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


div.t_content, div#right p.bodytext a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
div.t_content a:hover, div#right p.bodytext a:hover
{
	color: black;
	text-decoration: underline;
}
div.t_content
{
	margin-bottom: 15px !important;
}

div.footer
{
	clear: both;
	height: 22px;
	width: 450px;
	background-image: url(../img/dots_1px.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	margin-top: 10px;
}
div.footer a
{
	color: #D90000;
	font-weight: bold;
	text-decoration: none;
}
div.footer a:hover
{
	color: #D90000;
	font-weight: bold;
	text-decoration: underline;
}

ul.csc-bulletlist, csc-bulletlist-0
{
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	list-style-image: url(../img/pokal.gif);
}

div.csc-menu, csc-menu-1
{
	padding-left: 15px !important;
	background-image: url(../img/vdots_1px.gif);
	background-position: top left;
	background-repeat: repeat-y;
		
}

/*
td.td-1
{
	background-color: #f2f2f2;
	border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid white;
}
*/

td.td-last
{
	color: #D90000;
}

td.td-0
{
	color: #333333;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}