/* ------------------------------ MAIN ------------------------------ */


body {
	background-color: #fff;
	font-size: 90%;
	color: #707070;
}

h1, h2, h3, h4, h5 {
	/*
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-family: Verdana, Arial, sans-serif;
	*/
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #7fb539;
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	background: url(../_images/h1-default-background.png) no-repeat bottom left;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	color: #707070;
	margin-bottom: 0;
	text-transform: uppercase;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #a5a5a5;
	margin-bottom: 0;
}

pre {
	
}

a {
	color: #7aa420;
	text-decoration: underline;
}

a:hover {
	color: #9bca3d;
	text-decoration: none;
}

a:visited, a:active, a:focus {
	color: #7aa420;
}

fieldset {
	padding: 0;
	margin: 0 0 1.5em 0;
	border: 0;
}

fieldset legend {
	font-size: 1.3em;
	font-weight: bold;
	color: #717171;
	margin: 0 0 0 40px;
	background: url(../_images/h1-form-background.png) bottom left no-repeat;
}

div.line {
	
}


/* ------------------------------ HEADER ------------------------------ */


#logo-container {
	
}

#logo {
	margin-top: 45px;
	width: 176px;
	height: 39px;
}

#header-index-container {
	position: absolute;
	top: 93px;
	background-color: #699617;
	background: url(../_images/header-index.jpg) no-repeat;
}

#header-index-container .slogan {
	width: 415px;
	height: 90px;
	margin: 95px 0 0 130px;
}

#header-index-container .button {
	width: 274px;
	height: 161px;
	margin: 10px 0 0 270px;
}

#header-index-container .mindmap {
	width: 592px;
	height: 379px;
	float: left;
}

#header-index-container .mindmap-swf {
	margin-top: 35px;
	margin-bottom: -35px;
}

.stripe-header-index-container
{
	width: 100%;
	height: 449px;
	margin-top: -70px;
	background: url(../_images/header-index-stripe.jpg) repeat-x;
}

#header-common-container {
	position: absolute;
	top: 93px;
	background-color: #699617;
	background: url(../_images/header-common.jpg) no-repeat;
}

#header-common-container .keyboard {
	width: 255px;
	height: 249px;
	float: left;
	/* margin-top: -28px; */
}

#header-common-container .slogan {
	width: 415px;
	height: 90px;
	margin: 35px 0 0 -130px;
}

#header-common-container .button {
	width: 274px;
	height: 161px;
	margin: -67px 0 0 270px;
}

.stripe-header-common-container
{
	width: 100%;
	height: 319px;
	margin-top: -70px;
	background: url(../_images/header-common-stripe.jpg) repeat-x;
}

/* ------------------------------ CONTENT ------------------------------ */


#content-container {
	position: relative;
	left: 0;
	top: 0;
	/* overflow: hidden; */
}

#imagebar img {
	width: 230px;
	height: 150px;
	margin-top: 30px;
}

#imagebar img.first {
	margin-top: 53px;
}

#imagebar .legend {
	
}

#sidebar {
	font-size: 85%;
	color: #a5a5a5;
}

#sidebar h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #a5a5a5;
	margin-top: 50px;
	margin-bottom: 15px;
	text-transform: uppercase;
	background: url(../_images/h1-sidebar-background.png) no-repeat bottom left;
}

#sidebar .first {
	margin-top: 5px;
}

#sidebar h2 {
	font-size: 100%;
	color: #7fb539;
	text-transform: none;
}


/* caption */


div.caption p {
	color: #fff;
	font-weight: bold;
	margin: -30px 0 0 14px;
}


/* custom table */

div.table {
	width: 105%;
	margin: 0 0 15px -25px;
	background-color: #dfdfdf;
	background: url(../_images/custom-table-topleft.png) top left no-repeat;
}

div.tableHead {
	height: 90px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(../_images/custom-table-topright.png) top right no-repeat;
}

div.tableHead div {
	height: 58px;
	margin-top: 20px;
	background: url(../_images/custom-table-headerline.png) left repeat-y;
}

div.tableHead p {
	padding-top: 18px;
}

div.tableHead .first {
	background: none;
}

div.tableBody {
	background: url(../_images/custom-table-rightborder.png) top right repeat-y;
}

div.tableBody .box {
	background: #fff;
	text-align: center;
	margin: 0 0 5px 10px;
}

div.tableBody .title {
	font-weight: bold;
	color: #717171;
	text-transform: uppercase;
	padding-top: 1.5em
}

div.tableFoot {
	background: url(../_images/custom-table-bottomleft.png) bottom left no-repeat;
}

div.tableFoot .last {
	background: url(../_images/custom-table-bottomright.png) bottom right no-repeat;
	margin: -2em 0 0 0;
	padding: 1.5em;
}


/* custom lists */


div.list {
	background: url(../_images/custom-list-topleft.png) top left no-repeat;
	width: 105%;
	margin: 0 0 15px -20px;
}

div.list p {
	background: url(../_images/custom-list-topright.png) top right no-repeat;
	margin: 0;
	padding: 0.3em;
}

div.listBody {
	background: url(../_images/custom-list-rightborder.png) top right repeat-y;
	padding: 0 25px 0 25px;
}

div.listBody ul {
	margin: 0 1.5em 1.5em 0;
	padding-left: 1.5em;
}

div.listBody li {
	margin: 0 0 1em 0;
	vertical-align : middle;
	list-style-image: url(../_images/list-icon.png);
}

div.listFooter {
	background: url(../_images/custom-list-bottomleft.png) bottom left no-repeat;
}

div.listFooter p {
	background: url(../_images/custom-list-bottomright.png) bottom right no-repeat;
	margin: -2em 0 0 0;
	padding: 0.5em;
}


/* custom forms */


div.form {
	background: url(../_images/custom-form-topleft.png) top left no-repeat;
	background-color: #ececec;
	width: 109%;
	margin: 0 0 15px -25px;
}

div.formOrientation {
	background: url(../_images/custom-form-topright.png) top right no-repeat;
	padding: 24px 0 65px 125px;
}

div.formOrientation div.box a {
	color: #717171;
	text-decoration: none;
}

div.formOrientation div.active a {
	color: #fff;
	text-decoration: none;
}

div.formOrientation div.box {
	width: 144px;
	height: 64px;
	text-align: center;
	margin: 0 0 0 -3px;
	padding: 0;
	float: left;
	font-weight: bold;
	color: #717171;
	background: transparent url(../_images/custom-form-orientationbox.png) no-repeat;
}

div.formOrientation div.active {
	color: #fff;
	background: url(../_images/custom-form-orientationboxactive.png) top left no-repeat;
}

div.formOrientation div p {
	font-size: 1.1em;
	padding-top: 5px;
}

div.formOrientation  span.large {
	font-size: 1.5em;
}

div.formHeadline {
	background: url(../_images/custom-form-rightborder.png) top right repeat-y;
	padding: 40px;
}

div.formHeadline h1 {
	color: #717171;
	margin: 0;
	background: url(../_images/h1-form-background.png) bottom left no-repeat;
}

div.formBody {
	background: url(../_images/custom-form-rightborder.png) top right repeat-y;
	/* padding: 0 25px 0 75px; */
}

div.formBody h1 {
	color: #717171;
	margin: 34px 0 0 0;
	background: url(../_images/h1-form-background.png) bottom left no-repeat;
}

div.formBody h2 {
	margin: 20px 0 0 0;
}

div.formBody h3 {
	margin: 10px 0 0 0;
	color: #717171;
}

div.formBody label {
	text-transform: none;
}

div.formBody .error {
	width: 95%;
	padding-left: 20px;
}


div.formBody .error ul {
	margin: 0 0 0 3px;
	padding: 0;
	list-style: none;
}

div.formFooter {
	background: url(../_images/custom-form-bottomleft.png) bottom left no-repeat;
}

div.formFooter p {
	background: url(../_images/custom-form-bottomright.png) bottom right no-repeat;
	margin: -2em 0 0 0;
	padding: 1.7em;
}

label {
	/* font-weight: bold; */
	font-weight: normal;
	text-transform: uppercase;
}

input[type=text], input[type=password], input.text, input.title, textarea {
	width: 100%;
	border: 1px solid;
	border-color: #ddd;
	border-radius: 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff url(../_images/custom-form-gradient.png) repeat-x top left;
	
}

input[type=text], input[type=password], input.text, input.title {
	height: 25px;
	padding: 3px 5px;
}

textarea {
	height: 200px;
	padding: 5px;
}

input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color:#666;
}

input[type=submit] {
	width: 255px;
	height: 72px;
	color: #fff;
	font-size: 1.3em;
	/* font-weight: bold; */
	text-transform: uppercase;
	margin-right: -16px;
	background: url(../_images/custom-form-submit.png) top left no-repeat;
	border: 0;
}

dl {
	display: block;
}

dt {
	width: 160px;
	margin-bottom: 1.5em;
}

dd {
	width: 460px;
	margin-bottom: 1.5em;
}

div .survey-button {
	width: 255px;
	height: 72px;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.2;
	text-transform: uppercase;
	margin-right: -16px;
	padding-top: 10px;
	background: url(../_images/custom-form-submit.png) top left no-repeat;
	border: 0;
	text-align: center;
}

div .survey-button a {
	width: 255px;
	height: 72px;
	color: #fff;
	text-decoration: underline;
}

div .survey-button a:hover {
	text-decoration: none;
}

div .survey-button span {
	font-size: 0.7em;
}



/* ------------------------------ MAINNAVIGATION ------------------------------ */


#mainnavigation-container {
	margin-top: 65px;
	overflow: hidden;
}

#mainnavigation {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainnavigation > li {
	float: left;
}

#mainnavigation a {
	display: block;
   height: 12px;
	padding: 0 35px 16px 0;
	overflow: hidden;
	text-indent: -1000px;
	/* color: #000; */
	background-repeat: no-repeat;
}

#mainnavigation .active a {
	background-position: 0 -30px;
}

#mainnavigation a:hover {
	background-position: 0 -30px;
}

#mainnavigation .home a { width: 31px; background-image: url(../_images/mainnavigation-home.png); }
#mainnavigation .unternehmen a { width: 82px; background-image: url(../_images/mainnavigation-unternehmen.png); }
#mainnavigation .outsourcing a { width: 91px; background-image: url(../_images/mainnavigation-outsourcing.png); }
#mainnavigation .referenzen a { width: 67px; background-image: url(../_images/mainnavigation-referenzen.png); }
#mainnavigation .kontakt a { width: 50px; background-image: url(../_images/mainnavigation-kontakt.png); }


/* ------------------------------ SUBNAVIGATION ------------------------------ */

#subnavigation-container {
	padding-bottom: -30px;
	overflow: hidden;
}

#subnavigation {
	position: relative;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#subnavigation > li {
	float: left;
}

#subnavigation a {
	display: block;
   height: 13px;
	margin: 0 30px 0 0;
	overflow: hidden;
	text-indent: -1000px;
	background-repeat: no-repeat;
}

#subnavigation .active a {
	background-position: 0 -13px;
}

#subnavigation a:hover {
	background-position: 0 -13px;
}

/* Unternehmen */
#subnavigation .management a { width: 65px; background-image: url(../_images/subnavigation-management.png); }
#subnavigation .partner a { width: 136px; background-image: url(../_images/subnavigation-partner.png); }
#subnavigation .medien a { width: 36px; background-image: url(../_images/subnavigation-medien.png); }
#subnavigation .standort a { width: 43px; background-image: url(../_images/subnavigation-standort.png); }
#subnavigation .stellen a { width: 97px; background-image: url(../_images/subnavigation-stellen.png); }

/* IT-Outsourcing */
#subnavigation .virtualisierung a { width: 73px; background-image: url(../_images/subnavigation-virtualisierung.png); }
#subnavigation .thinclient a { width: 52px; background-image: url(../_images/subnavigation-thinclient.png); }
#subnavigation .mobilearbeitsplaetze a { width: 101px; background-image: url(../_images/subnavigation-mobilearbeitsplaetze.png); }
#subnavigation .rechenzentrum a { width: 77px; background-image: url(../_images/subnavigation-rechenzentrum.png); }
#subnavigation .sicherheit a { width: 49px; background-image: url(../_images/subnavigation-sicherheit.png); }

/* Referenzen */
#subnavigation .casestudies a { width: 60px; background-image: url(../_images/subnavigation-casestudies.png); }


/* ------------------------------ METANAVIGATION ------------------------------ */


#metanavigation-container {
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
}

#metanavigation {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#metanavigation > li {
	float: left;
}

#metanavigation a {
	display: block;
	height: 22px;
	padding: 0 0 0 0;
	overflow: hidden;
	text-indent: -1000px;
	color: #000;
	background-repeat: no-repeat;
}

#metanavigation a:hover {
	background-position: 0 -22px;
}

#metanavigation .active a {
	background-position: 0 -22px;
}

#metanavigation .unternehmen a { width: 96px; background-image: url(../_images/metanavigation-unternehmen.png); }
#metanavigation .roadmap a { width: 74px; background-image: url(../_images/metanavigation-roadmap.png); }
#metanavigation .kontakt a { width: 75px; background-image: url(../_images/metanavigation-kontakt.png); }


/* ------------------------------ FOOTERNAVIGATION ------------------------------ */


#footernavigation {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 70%;
}

#footernavigation > li {
	float: left;
}

#footernavigation a {
	display: block;
	padding: 0;
	margin: 23px 23px 23px 0;
	overflow: hidden;
	color: #e9fda5;
	text-transform: uppercase;
	text-decoration: none;
}

#footernavigation a:hover {
	
}

/* ------------------------------ LANGUAGESWITCH ------------------------------ */


#languageswitch-container {
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
}

#languageswitch {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#languageswitch > li {
	float: left;
}

#languageswitch a {
	display: block;
	height: 22px;
	padding: 0 0 0 0;
	overflow: hidden;
	text-indent: -1000px;
	color: #000;
	background-repeat: no-repeat;
}

#languageswitch a:hover {
	background-position: 0 -22px;
}

#languageswitch .active a {
	background-position: 0 -22px;
}

#languageswitch .de a { width: 28px; background-image: url(../_images/languageswitcher-de.png); }
#languageswitch .en a { width: 28px; background-image: url(../_images/languageswitcher-en.png); }


/* ------------------------------ FOOTER ------------------------------ */


#footer-container {
	position: relative;
	left: 0;
	top: 0;
	background-color: #699617;
	overflow: hidden;
}

#footer {
	width: 100%;
	height: 89px;
	background: url(../_images/footer.jpg) no-repeat;
}

.stripe-footer-container
{
	width: 100%;
	background: url(../_images/footer-stripe.jpg) repeat-x;
}


/* ------------------------------ FORM ------------------------------ */

div .required {
	font-weight: bold;
}

div .optional {
	font-weight: normal;
}

