body {
	background: #1d9358 url(../img/bg.png) repeat-x;
	margin: 0;
	padding: 0;
}

body, table, p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	color: #000;	
}

a:hover {
	color: #d91530;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 160px;
	width: 960px;
	background: url(../img/header.png) no-repeat;
	position: relative;
}

#header span {
	display: none;
}

#subcontainer {
	background: url(../img/bg-subcontainer.png) repeat-y;
	padding: 20px 50px;
}

#content {
	
}

#footer {
	height: 92px;
	width: 960px;
	background-image: url(../img/bg-footer.png);
	position: relative;
}

#footer #adres {
	position: absolute;
	right: 40px;
	bottom: 40px;
	color: #1d9358;
	font-size: 12px;
}

#footer #lorivan {
	position: absolute;
	left: 40px;
	bottom: 40px;
}

#pagetitle {
	color: #1fa060;
	padding: 0;
	margin: 0 0 5px 0;
	font: bold 24px Arial, Helvetica, Geneva, sans-serif;
}

#pagesubtitle {
	color: #1fa060;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 15px 0;
}


/* Menu */

#menu {
	position: absolute;
	right: 50px;
	top: 100px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
}

#menu a {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 7px 20px;
	background-color: #333;
	margin-left: 5px;
	letter-spacing: 0.1em;
	border-radius: 5px;
}

#menu a:hover {
	background-color: #1d9358;
}


/* TYPO3 */

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;
	color: #3f62a2;
}

h2 {
	font: bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

h3 {
	font: bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: #d91530;
}

h4 {
	font: bold 18px 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: 350px;
	overflow: hidden;
}

.col_2_a div.col_right {
	width: 350px;
	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: 420px;
	overflow: hidden;
}

.col_2_b div.col_right {
	width: 280px;
	overflow: hidden;
}
