/*--------------------------------------------------------------------
Global CSS

Author:			Ryan Brill <ryan [at] solutionset.com>

Methods: 		RULES ORGANISATION WITHIN CSS FILES
				Should mirror the html document flow:
				General
					Containers
						Header
							Nav
						Body
							Modules
								Generic
								Specific
						Footer
					Hacks
					(other)
----------------------------------------------------------------------*/

/* Development CSS - Should be deleted
----------------------------------------------------------------------*/
.showgrid {
	background:url('http://common.web.secondlife.com.s3.amazonaws.com/_css/blueprint/blueprint-grid-30-12x24.png');
}
.devNote {
	background: #ffc;
	padding: 2px;
}

/* Global Styles
----------------------------------------------------------------------*/
body {
	color: #434344;
	font-family: arial, helvetica, sans-serif;
	background: #fff url(../i/bgBody.gif) repeat-y 50% 0;
	margin: 0;
}

/* Links
----------------------------------------------------------------------*/
a {
	color: #5cb192;
	text-decoration: none;
}
a:hover {
	color: #FE8711;
	text-decoration: underline;
}

/* Text
----------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #434344;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	margin-bottom: 16px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
	font-weight: bold;
}
h4 {
	font-size: 12px;
}
blockquote {
	margin: 0;
	font-style: normal;
	color: #434344;
}
p.cite {
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 18px;
}

/* Often Used Classes
----------------------------------------------------------------------*/
.floatleft {
	float: left;
	display: inline;
}
.floatright {
	float: right;
	display: inline;
}

/* Lists
----------------------------------------------------------------------*/
ul.struct {
	list-style: none;
	margin: 0 0 1.5em 0;
}
dl dt {
	width: 125px;
	float: left;
	display: inline;
	clear: left;
}
dl dd {
	margin-left: 135px;
}

/* Tables
----------------------------------------------------------------------*/
table,
table td,
table th {
	vertical-align: top;
	text-align: left;
	padding: 5px 8px;
}
table {
	border-collapse: collapse;
}
table td,
table th {
	border-left: 2px solid #fff;
}
table th {
	font-weight: bold;
	vertical-align: middle;
	color: #fff;
	background: #808080 url(../i/bgTableHeader.gif) repeat-x;
}
table th.sorting_desc {
	background: #626161 url(../i/bgSortDown.gif) no-repeat 100% 50%;
}
table th.sorting_asc {
	background: #626161 url(../i/bgSortUp.gif) no-repeat 100% 50%;
}
table td {
	padding: 4px 8px;
}
table tr.even td {
	background-color: #e3e5e5;
}
table tr.odd td {
	background-color: #f1f1f1;
}
table tr.even td.sorting_1 {
	background-color: #d7d8d8;
}
table tr.odd td.sorting_1 {
	background-color: #e4e4e4;
}
.dataTables_info {
	float: left;
}
.dataTables_paginate {
	text-align: right;
}
.dataTables_paginate span.paginate_button {
	color: #5cb192;
	margin-left: 5px;
	cursor: pointer;
}
.dataTables_paginate span.paginate_active {
	color: #434344;
	font-weight: bold;
	margin-left: 5px;
	cursor: pointer;
}

/* Form Elements
----------------------------------------------------------------------*/
select {
	color: #454545;
	font-family:  tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
}
select option {
	padding: 0 2px;
}
input.text,
input.password {
	border: 1px solid #D3D3D3;
	border-top: 1px solid #818181;
	border-left: 1px solid #818181;
	padding: 2px;
	margin: 0;
	font-size: 11px;
	width: 200px;
}
input.text.disabled {
	color: #404040;
	border: 0;
	background: none;
}
textarea {
	border: 1px solid #D3D3D3;
	border-top: 1px solid #818181;
	border-left: 1px solid #818181;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 390px;
	height: 75px;
	padding: 3px;
	margin: 0;
}
span.req {
	display: -moz-inline-box;
	display: inline-block;
	height: 7px;
	width: 7px;
	color: #5CB192;
	background: url(../i/iconRequired.gif) no-repeat;
	font-size: 0;
	line-height: 0;
	text-indent: -5000px;
	overflow: hidden;
	vertical-align: top;
}

/* Form -> Layout
-----------------------------------*/
form fieldset {
	border: none;
	padding: 0;
}
form span.error {
	display: block;
	color: #D1392C;
}
form div.error label {
	color: #D1392C;
}
form div.error input.text,
form div.error input.password,
form div.error textarea,
form div.error select {
	border: 1px solid #F1B3B3;
	border-top: 1px solid #D1392C;
	border-left: 1px solid #D1392C;
	background: #ffc;
}
form div.item {
	padding: 0 0 5px 150px;
}
form div.nolabel {
	margin-left: -150px;
}
form div.buttons {
	margin-left: 0;
}
form div.item label {
	float: left;
	display: inline;
	width: 140px;
	margin-left: -150px;
	font-weight: bold;
}
form div.item div.field label {
	float: none;
	display: inline;
	margin-left: 0;
	font-weight: normal;
}
form div.field {
	_height: 1%; /*IE FIX*/
	margin-bottom: 10px;
}

/* Containers
----------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	background: #fff url(../i/bgContainer.gif) repeat-x 0 89px;
}
#container.home {
	background-position: 0 394px;
}
#projektliste {
	float: left;
	display: inline;
	width: 184px;
	margin-left: 14px;
	margin-bottom: 1.5em;
}
#leftSash {
	float: left;
	display: inline;
	width: 184px;
	margin-left: 14px;
	margin-bottom: 1.5em;
}
#content {
	float: left;
	display: inline;
	width: 574px;
	margin-bottom: 1.5em;
	overflow: hidden; /* don't let wide content break the layout */
}
#content.wide {
	width: 758px;
	margin-left: 14px;
}
#rightSash {
	float: right;
	display: inline;
	margin-right: 14px;
	width: 199px;
	margin-bottom: 1.5em;
	overflow: hidden; /* don't let wide content break the layout */
}

#galerie {
	padding: 0px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #c7c7c7;
}

/* Grids
----------------------------------------------------------------------*/
ul.cols {
	list-style: none;
	margin: 0;
}
/* 2 Column */
.cols .col {
	float: left;
	display: inline;
	width: 48.99%;
	margin-left: 2%;
}
.cols .col.first {
	margin-left: 0;
}
/* 3 Column */
.cols.three .col {
	float: left;
	display: inline;
	width: 31.99%;
	margin-left: 2%;
}
.cols.three .col.first {
	margin-left: 0;
}

.cols.three .col.wide {
	margin-left: 2%;
	width: 64.0%;
}

/* 4 Column */
.cols.four .col {
	float: left;
	display: inline;
	width: 23.5%;
	margin-left: 2%;
}
.cols.four .col.first {
	margin-left: 0;
}


/* Header
----------------------------------------------------------------------*/
div#header {
	position: relative;
	height: 101px;
	z-index: 2;
	background: url(../i/bgNav.gif) repeat-x 0 32px;
}
div#header ul#utilityNav {
	height: 31px;
	line-height: 31px;
	text-align: right;
	margin: 0;
}
div#header ul#utilityNav li {
	display: inline;
	margin-right: 15px;
}
div#header ul#utilityNav li a {
	color: #454546;
	font-weight: bold;
}
div#header ul#utilityNav li#utilityNavSearch a {
	color: #5cb192;
	background: url(../i/iconArrowDown.gif) no-repeat 100% 50%;
	padding-right: 17px;
}
div#header ul#utilityNav li#utilityNavSearch a:focus {
	outline: none;
}

/* Header -> Utility Search
-----------------------------------*/
#header div#utilitySearch {
	position: absolute;
	top: 31px;
	right: 0;
	background: #fff;
	border: 1px solid #E5E4E5;
	border-width: 0 0 1px 1px;
}
#header div#utilitySearch form {
	padding: 10px;
}

/* Navigation
----------------------------------------------------------------------*/
div#header ul#nav {
	width: 100%;
	height: 57px;
	border-top: 1px solid #e5e4e5;
	margin: 0;
}
div#header ul#nav li {
	float: left;
	display: inline;
	margin-top: 26px;
	background: url(../i/navSep.gif) no-repeat;
	padding-left: 1px;
}
div#header ul#nav li.skipNav {
	display: none;
}
div#header ul#nav li.selected a {
	color: #5cb192;
	border-bottom: 12px solid #afafaf;
	background-position: 0 -31px;
}
div#header ul#nav li a {
	display: block;
	height: 21px;
	padding: 10px 12px 0 12px;
	color: #3f3f3f;
	background-image: url(../i/spriteMainNav.gif);
	font-weight: bold;
	overflow: hidden;
	text-indent: -5000px;
}
div#header ul#nav li a:hover {
	text-decoration: none;
}

/* Navigation -> Images
-----------------------------------*/
div#header ul#nav li#navSecondLifeWork {
	margin-top: 0;
	padding: 0;
	background: none;
}
div#header ul#nav li#navSecondLifeWork a {
	width: 175px;
	height: 57px;
	padding: 0;
	background-image: url(../i/navSecondLifeWork.gif);
	text-indent: -5000px;
}
div#header ul#nav li#navWhySLWork a {
	width: 50px;
	background-position: -0px 0;
}
div#header ul#nav li#navWhySLWork.selected a,
div#header ul#nav li#navWhySLWork a:hover {
	background-position: -0px -31px;
}
div#header ul#nav li#navWorkSolutions a {
	width: 72px;
	background-position: -77px 0;
}
div#header ul#nav li#navWorkSolutions.selected a,
div#header ul#nav li#navWorkSolutions a:hover {
	background-position: -77px -31px;
}
div#header ul#nav li#navProducts a {
	width: 178px;
	background-position: -0px 0;
}
div#header ul#nav li#navProducts.selected a,
div#header ul#nav li#navProducts a:hover {
	background-position: -0px -31px;
}
div#header ul#nav li#navSuccessStories a {
	width: 123px;
	background-position: -176px 0;
}
div#header ul#nav li#navSuccessStories.selected a,
div#header ul#nav li#navSuccessStories a:hover {
	background-position: -176px -31px;
}
div#header ul#nav li#navGetStarted a {
	width: 140px;
	background-position: -327px 0;
}
div#header ul#nav li#navGetStarted.selected a,
div#header ul#nav li#navGetStarted a:hover {
	background-position: -327px -31px;
}
div#header ul#nav li#navAboutUs{
	display:none;
}
div#header ul#nav li#navAboutUs a {
	width: 57px; display:none;
	background-position: -534px 0;
}
div#header ul#nav li#navAboutUs.selected a,
div#header ul#nav li#navAboutUs a:hover {
	display:none;
	background-position: -534px -31px;
}
div#header ul#nav li#navTryIt {
	margin-top: 0;
	padding: 0;
	background: none;
	float: right;
}
div#header ul#nav li#navTryIt a {
	width: 216px;
	height: 57px;
	padding: 0;
	background-image: url(../i/navTryIt.gif);
	text-indent: -5000px;
}

/* Navigation
----------------------------------------------------------------------*/
ul#subNav {
	list-style: none;
	margin: 0;
	padding-right: 15px;
	font-weight: bold;
}
ul#subNav li {
	border-bottom: 1px solid #c7c7c7;
}
ul#subNav li a {
	display: block;
	color: #434344;
}
ul#subNav li a em {
	display: block;
	padding: 8px 23px 8px 13px;
	font-style: normal;
	background: url(../i/iconArrowRightSquare.gif) no-repeat 146px 8px;
}
ul#subNav li.first {
	border-top: 1px solid #c7c7c7;
}
ul#subNav li.selected {
	border: 0;
	zoom: 1;
	width: 184px;
	_width: 169px;
}
ul#subNav li.last {
	border: 0;
}
ul#subNav li.selected span {
	display: block;
	_margin-right: -15px;
	padding-top: 4px;
	background: url(../i/bgDialogTop.png) no-repeat 0 0;
}
ul#subNav li.selected a {
	background: url(../i/bgDialogBottom.png) no-repeat 0 100%;
	padding-top: 4px;
}
ul#subNav li.selected a em {
	padding: 4px 40px 12px 13px;
	background-position: 146px 4px;
}
ul#subNav li a:hover {
	color: #5cb192;
	text-decoration: none;
}


/* projektliste
----------------------------------------------------------------------*/
ul#projektlisteaz {
	list-style: none;
	margin: 0;
	padding-right: 15px;
	font-weight: regular;
        line-height:14px;
}
ul#projektlisteaz li {
	/*border-bottom: 1px solid #c7c7c7;*/
}
ul#projektlisteaz li a {
	display: block;
	color: #434344;
}
ul#projektlisteaz li a em {
	display: block;
	padding: 5px 23px 5px 13px;
	font-style: normal;
	background: url(../i/iconArrowRight.gif) no-repeat 155px 8px;
}
ul#projektlisteaz li.first {
	border-top: 1px solid #c7c7c7;
}

ul#projektlisteaz li.last {
	border: 0;
}

ul#projektlisteaz li a:hover {
	color: #5cb192;
	text-decoration: none;
}

/* Banner
----------------------------------------------------------------------*/
div#banner {
	position: relative;
	margin-bottom: 18px;
	_margin-top: -12px;
}
div#banner img {
	margin-top: -12px;
	_margin-top: 0;
}
div#banner div.intro {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 250px;
	font-family: "HelveticaNeueLTStd-Th", "Helvetica Neue LT Std", "Helvetica Nueu", "Helvetica", "Arial";
}
div#banner div.intro h1 {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 0;
	font-weight: 300;
	color: #dbf355;
}
div#banner div.intro h2 {
	font-size: 23px;
	line-height: 25px;
	margin-bottom: 7px;
	font-weight: 500;
	color: #fff;
}
div#banner div.intro p.intro {
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 200;
}
div#banner div.intro p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
	font-weight: 100;
	color: #fff;
}
body:last-child div#banner div.intro p {
	letter-spacing: .6px; /* body:last-child is used to ignore all versions of IE (6, 7 & 8) */
}
div#banner div.intro ul {
	margin: 0;
	list-style: none;
}
div#banner div.intro ul li a {
	background: url(../i/iconArrowRightDark.gif) no-repeat 100% 50%;
	padding-right: 15px;
}

/* Full */
div#banner.full div.intro {
	width: auto;
}
/* projektliste
----------------------------------------------------------------------*/
#projektliste h2 {
	font-size: 12px;
        line-height: 16px;
	font-weight: bold;
	margin: 0 15px 4px 15px;
        padding-bottom: 8px;
        border-bottom:  1px solid #c7c7c7;
}
/* LeftSash
----------------------------------------------------------------------*/
#leftSash h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 8px 15px;
}

/* rightSash
----------------------------------------------------------------------*/
#rightSash p.links {
	margin-top: 0;
}
#rightSash p.links a {
	padding: 0;
	background: none;
	font-weight: bold;
}
#rightSash p.cite {
	margin-bottom: 0;
}

/* Modules
----------------------------------------------------------------------*/
.box {
	background: none;
	margin-bottom: 1.5em;
	padding: 0;
}
p.links {
	margin-bottom: 0;
}
p.links a,
a.link {
	background: url(../i/iconArrowRight.gif) no-repeat 100% 50%;
	padding-right: 15px;
}
h2.hp-title {
	margin-bottom: .3em;
}
p.hp-links {
	margin: 0 0 .5em 0;
	padding: 0 0 .5em 0;
	border-bottom:1px solid #ebebeb;
}
.filter {
	float: right;
	display: inline;
}
.filter select {
	margin: 0;
}
.filter label,
.filter .jNiceWrapper {
	float: left;
	display: inline;
}
.filter label {
	margin-right: 10px;
	line-height: 21px;
}

/* Modules -> Dialog
-----------------------------------*/
div.dialog div.t,
div.dialog div.b {
	height: 8px;
	margin-left: 4px;
	font-size: 0;
}
div.dialog div.t span,
div.dialog div.b span {
	display: block;
	height: 8px;
}
div.dialog div.t span.l,
div.dialog div.b span.l {
	float: left;
	display: inline;
	width: 4px;
	margin-left: -4px;
}
div.dialog div.t span.r {
	background: url(../i/bgDialogTop.png) no-repeat 100% 0;
}
div.dialog div.t span.l {
	background: url(../i/bgDialogTop.png) no-repeat 0 0;
}
div.dialog div.b span.r {
	background: url(../i/bgDialogBottom.png) no-repeat 100% 100%;
}
div.dialog div.b span.l {
	background: url(../i/bgDialogBottom.png) no-repeat 0 100%;
}
div.dialog div.content {
	background: url(../i/bgDialogRight.png) repeat-y 100% 0;
	padding: 10px 14px 10px 10px;
	zoom: 1;
}

/* Dialog -> Alt */
div.dialog.alt div.t,
div.dialog.alt div.b {
	height: 8px;
	margin-left: 4px;
	font-size: 0;
}
div.dialog.alt div.t span,
div.dialog.alt div.b span {
	display: block;
	height: 8px;
}
div.dialog.alt div.t span.l,
div.dialog.alt div.b span.l {
	float: left;
	display: inline;
	width: 4px;
	margin-left: -4px;
}
div.dialog.alt div.t span.r {
	background: url(../i/bgDialogTopAlt.png) no-repeat 100% 0;
}
div.dialog.alt div.t span.l {
	background: url(../i/bgDialogTopAlt.png) no-repeat 0 0;
}
div.dialog.alt div.b span.r {
	background: url(../i/bgDialogBottomAlt.png) no-repeat 100% 100%;
}
div.dialog.alt div.b span.l {
	background: url(../i/bgDialogBottomAlt.png) no-repeat 0 100%;
}
div.dialog.alt div.content {
	background: #e3e5e5;
	padding: 10px;
	zoom: 1;
}
/* Dialog -> Header */
div.dialog.alt div.header div.t {
	height: 25px;
}
div.dialog.alt div.header div.t span {
	display: block;
	height: 25px;
}
div.dialog.alt div.header div.t span.l {
	float: left;
	display: inline;
	width: 4px;
	margin-left: -4px;
}
div.dialog.alt div.header div.t span.r {
	background: url(../i/bgDialogTopDark.png) no-repeat 100% 0;
}
div.dialog.alt div.header div.t span.l {
	background: url(../i/bgDialogTopDark.png) no-repeat 0 0;
}
div.dialog.alt div.header div.t strong {
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

/* Modules -> homePromos
-----------------------------------*/
div.box.homePromos {
	margin-top: -18px;
        margin-bottom: 9px;
        _margin-top: -21px;
}
div.box.homePromos .span-8 {
	width: 332px;
	margin-right: 0;
}

/* Modules -> homeDialogs
-----------------------------------*/
div.box.homeDialogs {
	margin-bottom: 14px;
}
div.box.homeDialogs .span-8 {
	display: inline;
	width: 316px;
	margin: 0 -4px 0 15px;
}

/* Modules -> FAQ
-----------------------------------*/
div.box.faq dl dt {
	width: auto;
	float: none;
	display: block;
}
div.box.faq dl dd {
	margin: 0 0 1.5em 0;
}

/* Modules -> whySLPromos
-----------------------------------*/
div.box.whySLPromos .cols.three .col {
	width: 180px;
	margin-left: 7px;
}
div.box.whySLPromos .cols.three .col.first {
	margin: 0;
}
div.box.whySLPromos .cols.three .col.wide {
	margin: 0;
	width: 360px;
}

/* Footer
----------------------------------------------------------------------*/
#footer {
	clear: both;
	margin: 10px 0 0 0;
	border-top: 1px solid #e5e4e5;
	padding: 10px 20px;
	font-size: 10px;
}
#footer ul#footerNav {
	float: right;
	display: inline;
	margin: 0;
}
#footer ul#footerNav li {
	display: inline;
	margin-left: 10px;
}
#footer ul#footerNav li#footerNavSL a {
	background: url(../i/iconSecondLife.gif) no-repeat 0 50%;
	padding: 3px 0 3px 15px;
}
#footer p {
	margin-bottom: 0;
}

/* JS Styles
----------------------------------------------------------------------*/

/* JS -> countChars
-----------------------------------*/
p.countChars {
	margin: 0;
}
p.countChars.overLimit {
	color: #c00;
}

/* JS -> jNice
-----------------------------------*/
.jNiceWrapper select {
	border: none;
	margin: 0;
	padding: 0;
}
.jNiceSelectWrapper {
	height: 21px;
	position: relative;
	color: #3a3c3f;
	font-size: 11px;
}
.jNiceWrapper iframe {
	display: none;
}
.jNiceSelectWrapper .jNiceSelectText {
	height: 15px;
	line-height: 15px;
	padding: 3px 0 3px 5px;
	background: url(../i/bgStyledSelectLeft.gif) no-repeat 0 50%;
	overflow: hidden;
	position: absolute;
	z-index: 100;
}
.jNiceSelectWrapper .jNiceSelectOpen {
	width: 16px;
	height: 21px;
	background: url(../i/bgStyledSelectRight.gif) no-repeat 100% 50%;
	z-index: 100;
	display: block;
	position: absolute;
	right: 0px;
}
.jNiceSelectWrapper ul {
	top: 19px;
	background-color: #FFF;
	border: solid 1px #dbdbdb;
	max-height: 150px;
	position: absolute;
	left: 0px;
	list-style: none;
	display: none;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	z-index: 100;
	width: 99%;
}
.jNiceSelectWrapper ul a {
	color: #3a3c3f;
	background-color: #FFF;
	display: block;
	padding: 5px;
	text-decoration: none;
}
.jNiceSelectWrapper ul a:hover {
	background: #e3e5e5;
}
.jNiceSelectWrapper ul a.selected {
	background: #eee;
}
.jNiceFocus {
	border: dotted 1px #666666;
}
.jNiceHidden {
	display: none;
}
.jNiceWrapper {
	position: relative;
	vertical-align: top;
}
.jNiceWrapper input {
	outline: none;
	moz-outline: none;
}

/* Clearfix  (http: //www.positioniseverything.net/easyclearing.html)
----------------------------------------------------------------------*/
.clearfix:after,
form div.item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
form div.item {
	display: inline-block; /* IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix,
* html form div.item {
	height: 1%;
}
.clearfix,
form div.item {
	display: block;
}
/* End hide from IE-mac */

/* IE7 hack for startpage */

*:first-child+html div.box.homePromos {
	margin-top: -21px;
}

/* End IE7 hack for startpage */
