@import url(extensies/tt_news.css);

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

body, table, p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #404040;
}

a {
	color: #000;
	outline: none;	
}

a:hover {
	color: #599124;
}

#container {
	width: 980px;
	margin: 15px auto;
	background-color: #fff;
}

#header {
	background: url(img/header.gif) no-repeat;
	height: 195px;
	position: relative;
}

#header a {
	text-decoration: none;
}

#header span {
	display: none;
}

#header div {
	position: absolute;
	left: 20px;
	top:  15px;
	width: 160px;
	height: 150px;
}

#footer {
	background: url(img/footer.gif) no-repeat;
	height: 82px;
}

#footer a {
	position: relative;
	top: 63px;
	left: 672px;
	display: block;
	width: 160px;
	height: 15px;
}


td#cleft {
	vertical-align: top;
	width: 220px;
	background-color: #58b237;
	padding-top: 20px;
}

td#cright {
	vertical-align: top;
	width: 736px;
	padding-left: 22px;
}

#breadcrumbs {
	padding: 10px 0;
	color: #777;
}

#breadcrumbs a {
	color: #777;
}

h1#pagetitle {
	
	color: #599124;
	padding: 0;
	margin: 10px 0 0px 0;
	font: bold 20px Arial, Helvetica, Geneva, sans-serif;
}

h2#pagesubtitle {
	color: #abc792;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 15px 0;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}


/* Menu */

#menu {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li.act {
	background-color: #000;
}

#menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul.menu2 li a {
	padding-left: 40px;
	font-size: 12px;
	background: url(img/menu_bullet.gif) no-repeat 15px 5px;
}

#menu ul.menu2 li.act a {
	background: url(img/menu_bullet_act.gif) no-repeat 15px 5px;
}

#menu ul.menu2 li.act {
	background-color: #414242;
}


/* TYPO3 */

p, pre {
	margin: 0;
}


h1, h2, h3, h4, h5, h6 {
	margin: 25px 0px 10px 0px;
}

h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader, h5.csc-firstHeader, h6.csc-firstHeader {
	margin-top: 0px;
}

h1 {
	font: bold 18px Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color: #599124;
}

h2 {
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color: #599124;
}

h3 {
	font: bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: #abc792;
}

h4 {
	font: bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

.csc-frame-frame1 {
	padding: 15px;
	border: 5px solid #ff7c00;	
}

.csc-frame-frame2 {
	padding: 15px;
	border: 5px solid #fff;	
}

.csc-frame-rulerAfter {
	padding-bottom: 25px;
	border-bottom: 1px dotted #ff7c00;
}

.csc-frame-rulerBefore {
	margin-top: 25px;
	border-top: 1px dotted #ff7c00;	
}

.csc-frame-indent {
	padding-left: 70px;
}

.csc-frame-indent3366 {
	padding-left: 33%;
}

.csc-frame-indent6633 {
	padding-right: 33%;
}


/* -- COLUMNS---- */

td.col_left, td.col_center, td.col_right {
	vertical-align: top;
}

/* 2 col (L=R) */

.col_2_a td.col_left {
	padding-right: 9px;
	border-right: 1px dotted #4e4e4e;
}

.col_2_a td.col_right {
	padding-left: 10px;
}

.col_2_a div.col_left {
	width: 358px;
	overflow: hidden;
}

.col_2_a div.col_right {
	width: 358px;
	overflow: hidden;
}


/* 2 col (L>R) */

.col_2_b td.col_left {
	padding-right: 9px;
	border-right: 1px dotted #4e4e4e;
}

.col_2_b td.col_right {
	padding-left: 10px;
}

.col_2_b div.col_left {
	width: 436px;
	overflow: hidden;
}

.col_2_b div.col_right {
	width: 280px;
	overflow: hidden;
}

/* forms */

fieldset.csc-mailform {
	border: 1px solid #a6ccee;
	padding: 10px;
	margin: 10px 0;
	background-color: #fff;
}

.csc-mailform-field {
	margin-bottom: 5px;
}

.csc-mailform-field label {
	display: block;
	width: 140px;
	float: left;
}

input.csc-mailform-submit {
	margin-left: 140px;
	margin-top: 10px;
}

.csc-textpic {
	margin-bottom: 15px;
	margin-top: 15px;
}

