@charset "utf-8";

body {
	background-color: #F0F0F0;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
li {
	padding-bottom: 3px;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
}
h1 {
	font-size: 14px;
	color: #333333;
	padding-bottom: 8px;
	padding-right: 10px;
}
h2 {
	font-size: 12px;
	padding-bottom: 5px;
}
h3 {
}
a {
	color: #333333;
}
p {
	padding-bottom: 6px;
}
#body {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 155px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#body   #title {
	position: absolute;
	top: -60px;
	display: none;
}
#companyNavigation {
	position: absolute;
	top: 102px;
	right: 20px;
	font-size: 11px;
	text-align: right;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#companyNavigation a {
	color: #666666;
	text-decoration: none;
}
#companyNavigation a:hover {
	color: #999999;
}
#content {
	position: relative;

}
#header {
	position: absolute;
	height: 130px;
	width: 1000px;
	left: 0px;
	top: 0px;
	z-index: 50;
}
#homeNavigation {
	position: absolute;
	top: 35px;
	right: 20px;
	font-size: 10px;
	text-transform: lowercase;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#homeNavigation li {
	display: inline;
	padding-left: 10px;
}
#homeNavigation a {
	color: #666666;
	text-decoration: none;
}
#homeNavigation a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer {
	width: 980px;
	padding-left: 20px;
	height: 20px;
	float: left;
	color: #999999;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	padding-top: 20px;
}
#logo {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 1;
}
#navigation {
	position: absolute;
	z-index: 99;
	left: 10px;
	top: 100px;
	line-height: 18px;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#navigation li {
	padding: 0px;
	position: relative;
	z-index: 2;
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #666666;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	display: block;
}
#navigation a:hover,
#navigation a.active,
#navigation li:hover a,
#navigation li.hover a {
	background-image: url(gfx/bg_white_80.png);
	background-repeat: repeat;
	color: #999999;
}
#navigation li:hover .sub,
#navigation li.hover .sub {
	display:block;
}
#navigation .sub {
	position: absolute;
	left: 0px;
	top: 22px;
	width: 180px;
	font-size: 11px;
	text-transform: uppercase;
	display: none;
}
#navigation .sub ul {
	padding: 0px;
	width: 180px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #DCDCDC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin: 0px;
	list-style-type: none;
}
#navigation .sub li {
	float: none;
}
#navigation .sub a {
	height: 1%;
}
#navigation .sub a:hover {
	background-image: url(gfx/bg_black_85.png);
	background-repeat: repeat;
	color: #FFFFFF;
}
#navigation .sub li a {
	color: #333333;
}
#rootline {
	position: absolute;
	top: 130px;
	width: 980px;
	left: 20px;
	font-size: 10px;
	color: #999999;
}
#rootline a {
	color: #999999;
	text-decoration: none;
}
#rootline a:hover {
	text-decoration: underline;	
}
.actionList {
	min-height: 140px;
}

.box {
	position: relative;
}
.box .background {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.box .background .top {
	background-repeat: no-repeat;
	position: absolute;
	height: 16px;
	width: 100%;
	left: 0px;
	top: 0px;
}
.box .background .middle {
	background-repeat: repeat-y;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

.box .background .middleT {
	background-repeat: repeat-y;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 16px;
	bottom: 0px;
}
.box .background .middleM {
	background-repeat: repeat-y;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 16px;
	bottom: 16px;
}
.box .background .middleB {
	background-repeat: repeat-y;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom: 16px;
}
.box .background .bottom {
	background-repeat: no-repeat;
	position: absolute;
	height: 16px;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
.captionAlignCenter .imageCaption {
	text-align: center;
}
.border_1 {
	background-color: #FFCC00;
	padding: 10px;
}
.captionAlignLeft .imageCaption {
	text-align: left;
}
.captionAlignRight .imageCaption {
	text-align: right;
}
.clear {
	clear: both;
	height: 10px;
}
.col_1-4 {
	width: 250px;
	float: left;
	position: relative;
}
.col_1-4 .box .background .top {
	background-image: url(gfx/border_1-4_top.png);
}
.col_1-4 .box .background .middle,
.col_1-4 .box .background .middleT,
.col_1-4 .box .background .middleM,
.col_1-4 .box .background .middleB {
	background-image: url(gfx/border_1-4_middle.png);
}
.col_1-4 .box .background .bottom {
	background-image: url(gfx/border_1-4_bottom.png);
}
.col_2-4 {
	width: 500px;
	float: left;
	position: relative;
}
.col_2-4 .box .background .top {
	background-image: url(gfx/border_2-4_top.png);
}
.col_2-4 .box .background .middle,
.col_2-4 .box .background .middleT,
.col_2-4 .box .background .middleM,
.col_2-4 .box .background .middleB {
	background-image: url(gfx/border_2-4_middle.png);
}
.col_2-4 .box .background .bottom {
	background-image: url(gfx/border_2-4_bottom.png);
}
.col_3-4 {
	width: 750px;
	float: left;
	position: relative;
}
.col_3-4 .box .background .top {
	background-image: url(gfx/border_3-4_top.png);
}
.col_3-4 .box .background .middle,
.col_3-4 .box .background .middleT,
.col_3-4 .box .background .middleM,
.col_3-4 .box .background .middleB {
	background-image: url(gfx/border_3-4_middle.png);
}
.col_3-4 .box .background .bottom {
	background-image: url(gfx/border_3-4_bottom.png);
}
.col_4-4 {
	width: 1000px;
	float: left;
	position: relative;
}
.col_4-4 .box .background .top {
	background-image: url(gfx/border_4-4_top.png);
}
.col_4-4 .box .background .middle,
.col_4-4 .box .background .middleT,
.col_4-4 .box .background .middleM,
.col_4-4 .box .background .middleB {
	background-image: url(gfx/border_4-4_middle.png);
}
.col_4-4 .box .background .bottom {
	background-image: url(gfx/border_4-4_bottom.png);
}
.columns_2 {
	width: 100%;
}
.columns_2 .left {
	width: 48%;
	padding-left: 10px;
}
.columns_2 .right {
	width: 48%;
	padding-right: 10px;
}
.content {
	z-index: 2;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	position: relative;
	padding-right: 10px;
	width: auto;
}
.date {
	font-size: 10px;
	color: #666666;
	display: block;
	padding-bottom: 3px;
}
.morelink {
	padding-top: 10px;
}
.morelink  a  {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.morelink  a:hover  {
	color: #F7095B;
}
.newsArticle {
}
.newsArticle h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 12px;
}
.newsBorder  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.newsList {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.newsListBrowse {
	width: 100%;
}
.newsListBrowseResult {
	float: left;
	width: auto;
	color: #666666;
	font-size: 11px;
	padding-top: 5px;
}
.newsListBrowseNav {
	float: right;
	width: auto;
	font-size: 11px;
	color: #666666;
	padding-top: 3px;
}
.newsListBrowseNav  a  {
	text-decoration: none;
	color: #666666;
}
.newsListBrowseNav a:hover {
	color: #F7095B;
}

.newsListBrowseNav td {
	padding-right: 3px;
	padding-left: 3px;
}
.newsListRow {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.newsListRow .imageBox {
	padding-top: 20px;
}

.textImg {

}
.image {
	float: left;
	position: relative;
}
.image a div {
	position: absolute;
	height: 17px;
	width: 17px;
	right: 0px;
	bottom: 0px;
	background-image: url(../../../../../typo3/demoSite/uploads/templates/css/gfx/ico-zoom.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
.image a:hover div {
	background-position: 0px -17px;
}
.image img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageBelow .imageBox {
	padding-top: 10px;
}
.imageBorder  img  {
	border: 1px solid #CCCCCC;
}


.imageBox {
}
.imageCaption {
	font-size: 10px;
	padding: 3px;
	text-align: center;
	display: block;
}
.imageCenter {
	text-align: center;
}
.imageCenter .imageBox {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.imageCenter .imageWrap {
	float: right;
}
.imageCenter .text {
	text-align: left;
	clear: both;
}
.imageColumn {
	float: left;
	display: inline;
}
.imageLastRow {
	padding-bottom: 10px;
}
.imageLeft .imageBox {
	float: left;
}
.imageLeft .imageWrap {
	float: left;
}
.imageLeft .text {
	clear: left;
}
.imageLeftInText .imageBox {
	float: left;
	clear: both;
	margin-right: 20px;
}
.imageLeftNowrap .imageBox  {
	float: left;
	clear: both;
}
.imageRight .imageBox {
	float: right;
	clear: both;
}
.imageRight .imageWrap {
	float: right;
	padding: 0px;
}
.imageRight  .text {
	clear: right;
}
.imageRightInText .imageBox {
	float: right;
	margin-left: 20px;
}
.imageRightInText .imageWrap {
	float: right;
}
.imageRightNowrap .imageBox {
	float: right;
	clear: both;
}
.imageRightNowrap .imageWrap {
	float: right;
}
.imageRow {
	padding-bottom: 0px;
}
.imageWrap {
	padding: 0px;
}
.menu {
	position: relative;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.menu li {
	width: 100%;
}
.menu a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #333333;
	text-decoration: none;
	background-image: url(gfx/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-right: 10px;
}
.menu .active,
.menu a:hover {
	background-image: url(gfx/arrow_hover.gif);
	color: #F7095B;
}
.text {
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}
.layout_1 {
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
}
.layout_1 h1 {
	padding-bottom: 30px;
	padding-top: 40px;
}
.layout_2, .layout_3 {
	position: relative;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 50px;
	padding-bottom: 0px;
}
.layout_2 h1 {
	font-size: 21px;
	color: #FF0080;
	padding-bottom: 40px;
	line-height: 120%;
}
.layout_2 h6 {
	padding-left: 30px;
	font-size: 12px;
	padding-bottom: 3px;
}
.layout_2 p {
	padding-left: 30px;
}
.layout_3 h1 {
	font-size: 32px;
	line-height: 110%;
	color: #FF0080;
	padding-bottom: 0px;
}
.layout_3 h6 {
	font-size: 10px;
	font-weight: normal;
	padding-left: 150px;
	font-style: italic;
}
.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
.prevLink {
	float: left;
	padding-top: 40px;
}
.prevLink a {
	background-image: url(gfx/arrowB.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
	background-position: left center;
}
.prevLink a:hover {
	background-image: url(gfx/arrowB_hover.gif);
	color: #F7095B;
}
.projectList {
	vertical-align: bottom;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-top: 10px;
}
.projectList h2 {
	color: #F7095B;
}

.projectList .menu a .cat {
	color: #999999;
	font-size: 11px;
}

.projectListBrowseResult {
	font-size: 11px;
	padding-top: 5px;
	padding-left: 25px;
	color: #999999;
}
.projectListBrowseNav {
	float: right;
	font-size: 11px;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-right: 40px;
}
.projectListBrowseNav a {
	text-decoration: none;
	color: #999999;
}
.projectListBrowseNav a:hover {
	color: #F7095B;
}

.projectListBrowseNav td {
	padding-right: 3px;
	padding-left: 3px;
}
.projectSingleView h1 {
	padding-top: 50px;
}
.projectSingleView .date {
	display: none;
}
.projectSingleView .text {
	padding-bottom: 10px;
}




.nextLink {
	float: right;
	padding-top: 41px;
}
.nextLink a {
	background-image: url(gfx/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	text-decoration: none;
}
.nextLink a:hover {
	background-image: url(gfx/arrow_hover.gif);
	color: #F7095B;
}
.uploads {
}
.uploads .icon {
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.uploads .fileLink {
	padding-right: 5px;
}
.uploads .fileLink a {
	text-decoration: none;
}
.uploads .fileLink a:hover {
	text-decoration: underline;
}
.title18px {
	font-size: 18px;
	padding-bottom: 15px;
}.priceTable {
	width: 100%;
}
.priceTable .td-last {
	text-align: right;
}
.priceTable .td-0 {
	text-align: left;
	padding-right: 10px;
}
.priceTable .td-1,
.priceTable .td-2,
.priceTable .td-3 {
	text-align: right;
}
.priceTable .tr-odd {
	text-align: right;
	background-color: #F0F0F0;
}
