@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #153d72;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	background: #fff;
	background-image:url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(../img/header_rightCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.oneColFixCtrHdr #logo {
	background-image:url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 80px;
}
.oneColFixCtrHdr #logo #languages {
	text-align: right;
	padding-top: 25px;
	padding-right: 15px;
}
.oneColFixCtrHdr #logo #languages img {
	margin: 0px 1px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #mainPhoto {
	background-image:url(../img/main_photo_vietnam.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
	height: 176px;
	border-bottom: 3px solid #187536;
}
.oneColFixCtrHdr #footer {
	padding: 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 11px;
	line-height: 11px;
	padding-top: 2px;
	padding-bottom: 7px;
	text-align: left;
	color: #fff;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#kaderContainer {
	float: right;
	margin: 0px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 30px;
}
#kaderContentContainer {
	width: 220px;
	border: 1px solid #ff742c;
	background: #fff;
}
.kaderContent {
	padding: 10px 10px;
	font-size: 11px;
	line-height: 16px;
}


#menuContainer {
	background: #0071bc;
	border-bottom: 3px solid #187536;
	height: 26px;
}
#menu {
	padding: 5px 25px;
}
#menu table {
	width: 950px;
	table-layout: fixed;
	border-left: 1px solid #153d72;
}
#menu td {
	text-align: left;
	border-right: 1px solid #153d72;
}
#menu a {
	display: block;
	text-align: left;
	font-size: 10px;
	line-height: 10px;
	padding: 0px 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#menu a:hover {
	color: #ff742c;
}
#menu td.active {
}
#menu td.active a {
	color: #ff742c;
}

#subMenuContainer {
	background: #153d72;
	height: 26px;
	padding: 0px 25px;
}
#subMenu {
	width: 950px;
	padding: 5px 0px;
}
#subMenu div {
	float:left;
	border-left: 1px solid #0071bc;
}
#subMenu div.lastSubmenu {
	border-right: 1px solid #0071bc;
}
#subMenu div a {
	display:block;
	text-align:center;
	font-size: 10px;
	line-height: 10px;
	padding: 0px 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}
#subMenu div a:hover {
	color: #ff742c;
}
#subMenu div.active a {
	color: #ff742c;
}



#subSubMenuContainer {
}
#subSubMenuContainer h2 {
	font-size: 12px;
	color: #000;
	padding-left: 20px;
}
#subSubMenu {
}
#subSubMenuWrapper {
	width: 180px;
	margin-top: 5px;
	padding-bottom: 150px;
	background-image:url(../img/subSubMenuCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
}
#subSubMenu div {
	margin: 5px 0px;
}
#subSubMenu div a {
	display: block;
	text-align: left;
	font-size: 11px;
	line-height: 11px;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #153d72;
	font-weight: normal;
	background-image:url(../img/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
#subSubMenu div a:hover {
	color: #0071bc;
	background-image:url(../img/arrow_blue.gif);
}
#subSubMenu div.active a {
	color: #0071bc;
}

#leftPhotoContainer {
	margin-bottom: 20px;
}
#leftPhotoContainer img {
	border: 2px solid #0071bc;
	background-color: #ffffff;
}

h1 {
	font-size: 16px;
	color: #0071bc;
	letter-spacing: -1px;
	margin: 5px 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
h1.csc-firstHeader {
	font-size: 20px;
	color: #0071bc;
	letter-spacing: -1px;
	margin:0px;
	margin-bottom: 15px;
}
h2 {
	font-size:14px;
	color: #0071bc;
	letter-spacing:-1px;
	margin: 5px 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	color: #000;
	margin: 5px 0px;
	margin-bottom: 15px;
}
h5 {
	font-size: 10px;
	color: #000;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 25px;
	font-style: italic;
	font-weight: normal;
}
h6 {
	font-size: 10px;
	color: #000;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-style: italic;
	font-weight: normal;
}
p {
	line-height:17px;
	margin: 8px 0px;
	margin-bottom: 8px;
}
ul {
	list-style-type: none;
	margin: 5px 0px;
	padding: 0px;
}
ul li {
	background-image:url(../img/bullit.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	margin: 0px;
	padding: 2px 25px;
}
ol li {
	padding-bottom: 4px;
}

#content {
	margin-left: 0px;
	padding-bottom: 100px;
}
#content p {
	text-align: justify;
}
a {
	color:#ff742c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#content {
	margin-right: 0px;
}
#content img {
}
.csc-textpic-caption {
	color: #0c4121;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

.jm-gallery-album-metainformation {
	margin-bottom: 15px;
}
.jm-gallery-album-pagebrowser {
	border: 1px solid #dddddd;
	background: #f5f5f5;
	margin: 5px 0px;
	padding: 3px 4px;
}
.jm-gallery-image-collection {
}
.jm-gallery-image-entry {
	height: 180px;
	margin: 5px 0px;
	margin-right: 6px;
	padding: 4px;
	border: 1px solid #dddddd;
	background: #f5f5f5;
	text-align: center;
	display: block;
	float: left;
}
.jm-gallery-image-entry .thumb {
	width: 136px;
	height: 134px;
	padding: 3px 0px;
	border: 1px solid #dddddd;
	background: #ffffff;
}
#content .jm-gallery-image-entry .thumb img {
	border: none;
}
.thumbDescr {
	color:#777777;
	font-size: 10px;
	margin-top: 4px;
}

.album  {
	height: 250px;
	margin: 5px 0px;
	margin-right: 6px;
	padding: 4px;
	border: 1px solid #dddddd;
	background: #f5f5f5;
	text-align: center;
	display: block;
	float: left;
}
.album .albumThumb {
	width: 206px;
	padding: 3px 0px;
	border: 1px solid #dddddd;
	background: #ffffff;
}
#content .album .albumThumb img {
	border: none;
}
.albumTitle {

	font-size:16px;
	font-style:italic;
	color: #ff742c;
	letter-spacing:-1px;
	margin: 5px 0px;
}
.albumDescr {
	color:#777777;
	font-size: 10px;
	margin-top: 4px;
}




.photoContainer  {
	margin: 5px 0px;
	padding: 4px;
	border: 1px solid #dddddd;
	background: #f5f5f5;
	text-align: center;
}
.photoContainer .photo {
	padding: 7px 0px;
	border: 1px solid #dddddd;
	background: #ffffff;
}
.jm-gallery-image-metainformation-top {
	color:#777777;
	font-size: 10px;
	margin-top: 4px;
	text-align: center;
}
#content .jm-gallery-image-metainformation-top p {
	text-align: center;
}

.albumPhotoMenu {
	border: 1px solid #dddddd;
	background: #f5f5f5;
	margin: 5px 0px;
	padding: 5px 4px;
	text-align: center;
}

.tx-thmailformplus-pi1 {
	margin-top: 25px;
	border-top: 1px solid #dddddd;
}
.forumulierTableContainer {
	border: 1px solid #dddddd;
	background: #f5f5f5;
	width: 650px;
}
.forumulierTable {
	width: 630px;
	margin: 5px 0px;
}
input.text {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	width: 350px;
}
textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	width: 350px;
	height: 120px;
}
input.button {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: none;
	font-weight: bold;
	color: #ffffff;
	background: #ff742c;
	padding: 3px 5px;
	cursor: pointer;
}

.tx-guestbook-result {
	display: none;
}
.guestbook-left-header {
		float:left;
		margin-right: 10px;
}
.guestbook-right-header {
		float:left;
		margin-right: 10px;
}

.tx-guestbook-field img {
	border: 1px solid #eee;
}
.tx-guestbook-field-submit {
	text-align: center;
}

.tx-guestbook-field {
	margin-bottom: 3px;
}
.tx-guestbook-field label {
	width: 150px;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	margin-right: 25px;
}

.tx-guestbook-form-inputfield-med {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	width: 350px;
}
.tx-guestbook-form-inputfield-big {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	width: 350px;
}
.tx-guestbook-submit {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: none;
	font-weight: bold;
	color: #ffffff;
	background: #ff742c;
	padding: 3px 5px;
	cursor: pointer;
}



.news-list-item {
	margin-top: 8px;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}
.news-list-item .datum {
	font-size: 10px;
	margin-bottom: 10px;
}
.news-list-item .newsText p {
	margin-bottom: 5px;
}
.news-single-item {
}
.news-single-timedata {
	font-size: 10px;
	margin-bottom: 10px;
}
.news-single-item h2 {
	font-size: 16px;
	color: #0071bc;
	letter-spacing: -1px;
	margin: 5px 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
.news-single-category {
	display: none;
}
.news-single-author {
	display: none;
}

.kaderContent h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.kaderContent .news-list-item {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top: 1px solid #ddd;
	border-bottom: none;
}
.kaderContent .news-list-item h1 {
	font-size: 12px;
	color: #ff742c;
	margin-top: 2px;
	margin-bottom: 5px;
	font-weight: normal;
}
.kaderContent .news-list-item .datum {
	font-size: 9px;
	line-height: 14px;
}
.kaderContent .news-list-item .newsText p {
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 5px;
}
.kaderContent .news-list-item .news-list-morelink {
	font-size: 10px;
	line-height: 14px;
}

.project {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	margin-bottom: 15px;
	clear: right;
}
.project .descr {
	margin-right: 325px;
}
.project .rightCol {
	width: 300px;
	float: right;
}
.project .details {
	font-size: 10px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
.project .projectImg {
	float: left;
}
.project .projectImg img {
	margin-right: 10px;
	margin-bottom: 10px;
}
.project .details .detailsHeader {
	float: left;
	width: 100px;
	font-weight:bold;
	margin-bottom: 4px;
	clear: left;
}
.project .details .detailsText {
	margin-bottom: 2px;
	margin-left:100px;
}
.projectLink {
	clear: both;
}

.googleMap {
	height: 550px;
	width: 740px;
}

.contentLayout {
	width: 950px;
}
.contentLayout .leftCollumn {
	width: 200px;
	vertical-align: top;
}
.contentLayout .rightCollumn {
	width: 750px;
	vertical-align: top;
}
.contentLayout .leftCollumnBottom {
	vertical-align: bottom;
}

.news-catmenu-ACT {
	font-weight: bold;
}
.news-catmenu {
margin-bottom: 50px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */