@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	line-height: 1.5;
}

ol li {
	line-height: 1.5;
	list-style-type: decimal;
	margin-left: 18px;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Layout */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #070233;
	background-color: #fff;
}

#container {
	position: relative;
	width: 100%;
}

#master {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 137px;
	margin: 0 auto;
	position: relative;
}

#headerImage {
	width: 960px;
	height: 110px;
	position: relative;
	margin: 0 auto;
}

#headerOverlay {
	width: 960px;
	height: 110px;
	background: url(../images/overlay002.png) 0 0 no-repeat;
	left: 0;
	top: 0;
	position: absolute;
}

#logo {
	width: 114px;
	height: 131px;
	position: absolute;
	top: 0;
	left: 423px;
}

/* Main menu */
#mainMenu {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
}

#mainMenu ul li {
	display: inline;
	position: relative;
}

#mainMenu ul li a {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	color: #005a53;
	text-decoration: none;
	text-transform: uppercase;
	/*padding: 0 24px;*/
	width: 112px;
	position: relative;
}

#mainMenu ul li a:hover, #mainMenu ul li.active a, #mainMenu ul li a:hover span {
	color: #070233;
}

#mainMenu ul ul {
	left: -9999px;
	position: absolute;
	top: 17px;
	width: 162px;
	background: url(../images/submenu_back.png) 0 bottom repeat-x;
	padding: 0 0 15px 0;
	z-index:1000;
	margin-top: -1px;
}

#mainMenu ul li:hover ul, #mainMenu ul li.hover ul {
	left: 22px;
}

#mainMenu ul ul li {
	display: block;
	text-align: left;
}

#mainMenu ul ul li a, #mainMenu ul li.active ul li a {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding: 0 8px;
	display: block;
}

#mainMenu ul ul li a:hover, #mainMenu ul li.active ul li a:hover, #mainMenu ul li.active ul li.active a {
	color: #070233;
}

#mainMenu ul ul li.grad {
	padding-top: 8px;
	background: url(../images/submenu_gradient.gif) 0 0 repeat-x;
}

#mainMenu ul li ul li a {
	width:150px;
}


/* Submenu */
#subMenuContainer {
	background: url(../images/submenu_top_back.gif) 0 0 no-repeat;
	padding-top: 11px;
}

#subMenu  {
	background: url(../images/submenu_back.gif) 0 bottom no-repeat;
	padding: 0 9px 21px 9px;
	margin-bottom: 20px;
}

#subMenu li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: auto;
	text-transform: uppercase;
}

#subMenu li a:hover, #subMenu li.active a {
	color: #070233;
}

#subMenu li ul {
	padding-left: 10px;
}

/* Content columns */
#leftColumn {
	width: 215px;
	float: left;
	padding-right: 33px;
}

#rightColumn {
	width: 215px;
	float: right;
}

#content {
	width: 466px;
	float: left;
}

#content.long {
	width: 630px;
}

/* Footer */
#footer {
	position: relative; /* Needed for Safari */
	width: 960px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/footer_back.gif) center 0 no-repeat;
	font-size: 10px;
	line-height: 14px;
	padding-top: 12px;
}

#footer a {
	color: #070233;
	text-decoration: none;
}

#footer a:hover {
	color: #005a53;
}

#footer #typo3 {
	position:absolute;
	right:10px;
	bottom:0px;
	color:#cccccc;
}
#footer #typo3 a {
	color:#cccccc;
}
#footer #typo3 a:hover {
	color:#cccccc;
	text-decoration:underline;
}
/* Content styles */
#content p {
	line-height: 18px;
	padding-bottom: 18px;
	text-align: justify;
}

#content a {
	color: #5ba33b;
	text-decoration: none;
}

#content a:hover {
	color: #005a53;
}

#content h1 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 16px;
}

/* Right column styles */
.rightBox {
	width: 215px;
	overflow: hidden;
	margin-bottom: 20px;
}

/* Left column styles */
.statement {
	text-align: center;
	font-size: 11px;
	padding: 0 16px 10px 16px;
	line-height: 18px;
	font-style: italic;
	margin-bottom: 20px;
}

/* Contact */
#contactFormContainer {
	background: url(../images/contact_top_back.gif) 0 0 no-repeat;
	padding-top: 10px;
}

#contactForm {
	background: url(../images/contact_back.gif) 0 bottom no-repeat;
	padding: 0 20px 20px 10px;
	margin-bottom: 18px;
}
#contactForm legend {
	display:none;
}

.contactLine, .contactSubmit {
	clear: both;
	padding-bottom: 2px;
}

.contactSubmit {
	text-align: right;
}

#contactForm label {
	font-size: 12px;
	line-height: 22px;
	float: left;
	width: 112px;
	color: #fff;
	text-transform: uppercase;
}

#contactForm .contactLine input, #contactForm .contactLine textarea {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #1a1643;
	width: 322px;
}

#contactForm input.inpBtn {
	background: #1a1643;
	text-transform: uppercase;
	border: none;
	color: #fff;
	font-size: 12px;
	padding: 2px 10px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: pointer;
}

#contactForm .powermail_mandatory_js {
	color: #fff;
	margin-left:113px;
}

/* Projects */
#content .projectTable a {
	color: #070233;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

#content .projectTable table.contenttable {
	width: 100% !important;
}

#content .projectTable table.contenttable td {
	width: 162px;
	border-right: 4px solid #fff;
}

#content .projectTable table.contenttable td.align-center {
	text-align: center;
	height: 63px;
}

/* Team */
#content .teamTable a {
	color: #070233;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
}

#content .teamTable table.contenttable {
	width: 100% !important;
}

#content .teamTable table.contenttable td {
	width: 100px;
	border-right: 6px solid #fff;
}

#content .teamTable table.contenttable td.align-center {
	text-align: center;
	height: 51px;
	vertical-align:top;
}

.teamTable a span {
	display: block;
}

#gmapDirTo {
	margin-bottom:60px;
}
#gmapDirTo p {
	margin-bottom:-14px;
}
#gmapDirHead {
	line-height:16px;
}



/*********** SITEMAP ****************/
.csc-sitemap { padding: 10px 0 10px 0; }
.csc-sitemap ul { margin: 0; 	padding:0px 0 0px 0;}
#content .csc-sitemap ul li {list-style:none; margin-bottom: 2px; background-image: none; padding-left: 0;}
.csc-sitemap li { margin: 0; padding: 0; }
.csc-sitemap a { display: block; padding: 0 8px; font-weight:bold; line-height: 2em; color: #000; text-decoration: none; background: #e9e9e9; border-bottom: 1px solid #dedfde }
.csc-sitemap ul li ul {	margin-top:10px;	margin-left:20px;	margin-bottom:10px; }
.csc-sitemap ul ul a { padding-left: 28px; font-weight:normal; background-color: #fafafa; border-bottom: 1px solid #dedfde; }
.csc-sitemap ul ul ul a { padding-left: 58px; color: #999; }
.csc-sitemap a:hover, .csc-sitemap a:focus { color: #fff; background-color: #dfdfdf; font-weight: bold;  }

#content ul {list-style-type: disc; list-style-position:outside; margin-bottom:10px; padding-left:20px;}
#content ul li {padding-left:2px;}

#menu_79 { display: none; }

/*
 * Projects with tt_news 08.02.2011
 */
#projectsContent #content { width: 712px; }
.project-list-item {float: left; width: 25%;}
.project-list-img {margin-bottom: 5px; height: 80px; overflow: hidden;}
.project-list-item .project-list-img a {height: auto; margin-bottom: 0;}
.project-list-item a {min-height: 36px; margin-bottom: 18px; display: block; width: 176px;}

#subMenu li ul li a:hover {color: #fff;}
