body {
	background		: #c8efff;
	margin			: 0 auto;
	padding			: 0;
	text-align		: center;
	
}


body, div, th, p, td, a, span {
     font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
     color			: #333;
}


#wrap {
	position		: relative;
	margin			: 0 auto;
}

#container {
	position		: relative;
	width			: 980px;
	margin			: 0 auto;
	text-align		: left;
	
}


#inner-wrap {
	position		: relative;
	margin			: 0 auto;
	width			: 980px;
	margin			: 0 auto;
	
}

.csc-textpic-caption {
	padding-left:5px;
	padding-right: 5px;
	color: #fff;
}


#flags {
	position		: absolute;
	left			: 10px;
	top				: 120px;
	
}





#header {
	position		: relative;
	top				: 5px;
	left			: 0px;
	width			: 980px;
	height			: 135px;
	background		: url("/fileadmin/images/tayrona/bovenbalk.jpg") no-repeat 0% 0%;
}

#right {
	position		: relative;
	width			: 200px;
	min-height		: 500px;
	background-color: #007229;
	z-index			: 2;
	float			: right;
}

#right p  {
	color			: #ffffff;
	padding-left	: 10px;
}

#right h2 {
	color: #fff;
	font-size		: small;
}


#left {
	position		: relative;
	width			: 560px;
	padding			: 20px;
	background-color: #fdfaee;
	margin-right	: 10px;
	float			: right;
}

html>body #left {
width			: 520px;
}

#menu {
	position		: relative;
	top				: 0px;
	width			: 200px;
	background-color: #7ab7de;
	z-index			: 6;
	min-height		: 500px;
	
}



#bottom-container {
position			: absolute;
top					: 694px;
left				: 1px;

}

#bottom-wrap{
position			: relative;
background			: #363636;
width				: 756px;
height				: 300px;
	
}

html>body #bottom-wrap {
min-height			: 300px;
height				: auto;
}

#bottom-right {
	position		: relative;
	float			: right;
	width			: 235px;
	top				: 25px;
	padding-left	: 20px;
	padding-right	: 20px;
	z-index			: 4;
	border-left: 1px solid #FFF
}

#bottom {
	position		: relative;
	width			:  100%;
	
	z-index			: 4;
	
}


.bottom-td-left, .bottom-td-right {
padding: 22px;
vertical-align:top;
}

.bottom-td-right {
width: 205px;
}


#bottom p, #bottom td, #bottom a {
color				: #ddd;
}

#footer {
	position		: relative;
	left			: 210px;
	padding-left	: 10px;
	z-index			: 5;
	padding			: 5px;
	width			: 560px;
	clear			: both;
	background-color: #7ab7de;
	color			: #ffffff;
	top				: 10px;
	margin-bottom	: 15px;
	
}

html>body #footer {
	width			: 550px;
}

.contenttable td {
	padding: 5px;
}

h1 {
font-size: small;
padding-top: 5px;
color: #333;
margin:0px;
margin-bottom: -20px;
clear: both;
}

div.regular {
position: relative;
margin-top: 15px;
}

hr {
border: none 0;
border-top: 1px dashed #ccc;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.contenttable {
clear:both;
width:100%;
height: 100px;
}

.contenttable, .contenttable tr, .contenttable td {
border: 2px solid #000000;
border-collapse: collapse;
}

tr.highlight, td.highlight {
background-color: #c0dcc9;
vertical-align: top;
}

h3 {
font-size: x-small;
}

html>body h1 {
font-size: small;

}

div.submenu {
position: relative;
width:100%;
text-align:center;

}

div.submenu h1 a {
color: green;
font-size: 16px;
margin-right: 20px;
}

a {
	color: #000;
	text-decoration:none;
    font-weight: bold;
}

#menu ul {
list-style:none;
margin: 0px;
margin-top: 5px;
padding: 10px;
}

li {
padding: 10px;
text-transform: uppercase;
margin: 0px;
}

li a {
color: #fff;
}

li a:hover {
color: #000;
}

div.active a {
color: #000;
}


/*FORMS*/

.csc-mailform {
text-align: left;
}

input, textarea, select {
	border: 1px solid #999;
	color: #444;
	margin-bottom: 4px;
	padding-left: 2px;
}

.csc-mailform label {
	display: block;
	float: left;
	vertical-align: top;
	width: 150px;
	
}

.csc-mailform-radio {
	margin-left: 0;
}

.csc-mailform-radio label {
	display: block;
	float: left !important;
	float: none;
	vertical-align: top;
	width: 300px;
}

input.csc-mailform-radio, input.csc-mailform-check {
	border: none;
	width: 20px;
}

input.csc-mailform-radio {
	clear: left !important;
	float: left;
}

input.button, input.submit, input.csc-mailform-submit, input#mailformformtype_mail {
	background: #FFFFFF;
	border: 1px solid #999;
	font-weight: bold;
	margin-top: 4px;
	cursor: pointer;
	width: 100px;
}

textarea {
	overflow: auto;
}

