
html, body {
	height: 100%;
	margin: 0;
}

html {
	overflow-y: scroll;
}

body {
	background: white url('img/world.png') top center no-repeat;
	position: relative;
}

html, body, table, input, textarea {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4, p, ul,
input, textarea {
	color: #3f3f3f;
}

p, h3 { margin: 0 0 10px; }

h3 {
	display: inline;
}

h1 {
	font-style: italic;
	font-size: 13px;
	margin-top: 2px;
}

h2 {
	font-size: 105%;
}

h3 {
	font-size: 11px;
}

h2,h4,h5 {
	margin-top: 16px;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none !important;
}

a:link,
a:visited,
#address {
	color: #777;
}

a.active,
a:hover {
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: none; 
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: block;
}

ul {
	list-style-type: none;
	list-style-image: url('img/listitem.png');
	padding: 0;
	margin: 0 0 11px;
}

.box ul {
	padding-left: 15px;
}

#background {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
}

#main,
#head,
#navigation,
#layoutwrapper,
#footer,
.secnavcontainer {
	width: 978px;
}

#main {
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

#footer {
	clear: both;
	margin: 20px 0;
}

#footer,
#footer a:link,
#footer a:visited {
	font-size: 10px;
}

#address {
	float: left;
}

#sitelinks {
	float: right;
	margin-right: 35px;
}

#footer li {
	border-left: 1px solid #bababa;
	padding: 1px 3px 2px;
	line-height: 10px;
}

#navigation {
	background: url('img/nav-left.png') top left no-repeat;
	clear: both;
	margin: 15px 0 28px;
	padding-left: 13px;
}

#thirdnavwrapper {
	height: 45px;
	margin-bottom: -14px;
}

#navigation,
.thirdnavcontainer {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

#navigation li {
	position: relative
}

#navigation li,
#footer li,
#language li,
.thirdnavcontainer li {
	display: block;
	float: left;
}

#navigation a,
.thirdnavcontainer a {
	display: block;
}

#navigation a {
	background: url('img/items.png') top right no-repeat;
	padding: 25px 40px 16px 15px;
	line-height: 20px;
	position: relative;
	z-index: 100;
}

#navigation a#item-news {
	padding-right: 72px;
	padding-left: 10px;
}
#navigation .active a#item-news,
#navigation a#item-news:hover {
	background-position: right -65px;
}

#navigation a#item-produkte {
	background-position: right -130px;
	padding-right: 39px
}
#navigation .active a#item-produkte,
#navigation a#item-produkte:hover {
	background-position: right -195px;
}

#navigation a#item-unternehmen {
	padding-right: 60px;
	background-position: right -260px;
}
#navigation .active a#item-unternehmen,
#navigation a#item-unternehmen:hover {
	background-position: right -325px;
}

#navigation a#item-kunden {
	padding-right: 64px;
	background-position: right -390px;
}
#navigation .active a#item-kunden,
#navigation a#item-kunden:hover {
	background-position: right -455px;
}

#navigation a#item-partner {
	padding-right: 84px;
	background-position: right -520px;
}
#navigation .active a#item-partner,
#navigation a#item-partner:hover {
	background-position: right -585px;
}

#navigation a#item-support {
	padding-right: 59px;
	background-position: right -650px;
}
#navigation .active a#item-support,
#navigation a#item-support:hover {
	background-position: right -715px;
}

#navigation a#item-kontakt {
	padding-right: 52px;
	background-position: right -780px;
}
#navigation .active a#item-kontakt,
#navigation a#item-kontakt:hover {
	background-position: right -845px;
}


body.nojavascript #navigation li.active div.secnavcontainer,
body.nojavascript #navigation li:hover div.secnavcontainer {
	display: block;
}

#navigation li.active div.secnavcontainer {
	display: block;
}

#navigation li.active a,
#navigation li.hover a {
	background-position: right -65px;
}

.secnavcontainer,
.thirdnavcontainer {
	background: url('img/secnav-left.png') top left no-repeat;
	height: 45px;
}

.secnavcontainer .navigation,
.thirdnavcontainer .navigation {
	position: absolute;
	background: url('img/secnav-right.png') top right no-repeat;
	padding: 0 13px 0 12px;
	font-size: 85%;
}

.secnavcontainer li,
.thirdnavcontainer li {
	background: url('img/secnav-menuitem.png') top left repeat-x;
	height: auto;
	padding: 11px 8px 9px 5px;
}

.secnavcontainer {
	position: absolute;
	left: -7px;
	top: 41px;
	z-index: 99;
	display: none;
}

/*
.thirdnavcontainer {
	position: relative;
	margin-bottom: -14px;
}

.thirdnavcontainer li {
	padding: 8px 8px 12px 5px;
}

.thirdnavcontainer li:first-child,
.thirdnavcontainer li.first-child {
	padding-left: 11px;
}

.thirdnavcontainer li:last-child,
.thirdnavcontainer li.last-child {
	padding-right: 14px;
}
*/

#navigation ul.navigation a,
.thirdnavcontainer a {
	background: none;
	line-height: 25px;
	padding: 0;
}

#logo {
	display: block;
	width: 153px;
	height: 56px;
	position: relative;
	float: right;
	margin: 0 15px 0 0;
}

#language {
	background: white none;
	float: left;
	margin: 0;
	font-size: 9px;
}

#language,
#address {
	margin: 0 0 0 22px;
}

#language li.first-child,
#footer li.first-child {
	padding-left: 0;
	border-left-width: 0;
}

#language li {
	border-left: 1px solid #777;
	padding: 1px 3px 2px;
	line-height: 8px;
}

#content {
	clear: both;
	min-height: 350px;
	margin: 0 5px;
}

* html #content {
	height: 350px;
}

#teaser {
	float: left;
	width: 150px;
}


/* Shadowed boxes */

.box a:link,
.box a:visited {
	color: #036fb2;
}

.box a:hover {
	border-bottom: 1px dotted #036fb2;
}

.box a.immune:hover {
	border: none;
}

.box {
	padding-top: 15px;
}

.box-content {
	padding: 5px 24px;
}

#column-left .box-content,
#column-middle .box-content,
.column-left .box-content,
.column-middle .box-content {
	line-height: 145%;
}

.box .box-bottom {
	height: 12px;
}

.image-box .box-content {
	padding: 5px 10px 10px 19px;
}

.image-box img {
	border: 1px solid #bababa;
}

.card-box {
	background: url('img/c02-box-top.png') top left no-repeat;
	width: 326px;
	float: left;
	padding-top: 15px;
}

.card-tds {
	height: 197px;
}

#card-td-suite { background: url('img/tds-cards/TDS.png') top left no-repeat; }
#card-td-pool { background: url('img/tds-cards/TD-pool.png') top left no-repeat; }
#card-td-doc { background: url('img/tds-cards/TD-doc.png') top left no-repeat; }
#card-td-chart { background: url('img/tds-cards/TD-chart.png') top left no-repeat; }
#card-td-care { background: url('img/tds-cards/TD-care.png') top left no-repeat; }
#card-td-hub { background: url('img/tds-cards/TD-hub.png') top left no-repeat; }

.card-tds a {
	display: block;
	width: 326px;
	height: 190px;
}

.card-box .box-content {
	background: url('img/c02-box-content.png') top left repeat-y;
	min-height: 175px;
}

.card-box .box-bottom {
	height: 12px;
	background: url('img/c02-box-bottom.png') top left no-repeat;
}

.marginalia-box {
	background: url('img/m01-box-top.png') top left no-repeat;
	padding-top: 15px;
}

.marginalia-box p {
	margin: 11px 0 2px;
}

.marginalia-box .box-content {
	background: url('img/m01-box-content.png') top left repeat-y;
	padding: 3px 17px 7px;
}

.marginalia-box .box-bottom {
	background: url('img/m01-box-bottom.png') top left no-repeat;
	height: 7px;
}

/* layout: default */

#layout.default #column-left {
	float: left;
	width: 365px;
}

#layout.default #column-right {
	width: 613px;
	float: left;
}

#layout.default #column-left .box {
	background: url('img/c01-box-top.png') top left no-repeat;
}
#layout.default #column-left .box .box-content {
	background: url('img/c01-box-content.png') top left repeat-y;
}
#layout.default #column-left .box .box-bottom {
	background: url('img/c01-box-bottom.png') top left no-repeat;
}

#layout.default #column-right .box {
	background: url('img/c03-box-top.png') top left no-repeat;
}
#layout.default #column-right .box .box-content {
	background: url('img/c03-box-content.png') top left repeat-y;
}
#layout.default #column-right .box .box-bottom {
	background: url('img/c03-box-bottom.png') top left no-repeat;
}
#layout.default .image-box img {
	width: 567px;
}

/* layout: two columns */

#layout.twocols #column-left,
#layout.twocols #column-right {
	float: left;
	width: 489px;
}

#layout.twocols .box {
	background: url('img/c04-box-top.png') top left no-repeat;
}

#layout.twocols .box .box-content {
	background: url('img/c04-box-content.png') top left repeat-y;
}

#layout.twocols .box .box-bottom {
	background: url('img/c04-box-bottom.png') top left no-repeat;
}

#layout.twocols .image-box img {
	width: 444px;
}

/* layout: three columns */

#layout.threecols #column-left,
#layout.threecols #column-middle,
#layout.threecols .column-left,
#layout.threecols .column-middle {
	float: left;
	width: 365px;
}

#layout.threecols #column-right {
	float: left;
	margin-left: 20px;
	width: 228px;
}

#layout.threecols #column-left .box,
#layout.threecols #column-middle .box,
#layout.threecols .column-left .box,
#layout.threecols .column-middle .box {
	background: url('img/c01-box-top.png') top left no-repeat;
}

#layout.threecols #column-left .box .box-content,
#layout.threecols #column-middle .box .box-content,
#layout.threecols .column-left .box .box-content,
#layout.threecols .column-middle .box .box-content {
	background: url('img/c01-box-content.png') top left repeat-y;
}

#layout.threecols #column-left .box .box-bottom,
#layout.threecols #column-middle .box .box-bottom,
#layout.threecols .column-left .box .box-bottom,
#layout.threecols .column-middle .box .box-bottom {
	background: url('img/c01-box-bottom.png') top left no-repeat;
}

#layout.threecols .image-box img {
	width: 318px;
}

/* newscontainer */

.newscontainer {
	width: 730px;
	float: left;
}


/* layout: cards */

#layout.cards #column-left {
	float: left;
	width: 326px;
}

#layout.cards #column-right {
	width: 652px;
	float: left;
}

/* */
.news-box .box-content {
	min-height: 218px;
	height: auto !important;
	height: 218px;
}

/* contact form */
div.contactform {
	margin-top: 14px;
}

input,
textarea {
	font-size: 11px;
	border-width: 0;
	width: 312px;
	margin-bottom: 10px;
	padding: 2px 0 0 5px;
}

input {
	background: url('img/input.png') top left no-repeat;
	height: 19px;
}

textarea {
	background: url('img/textarea.png') top left no-repeat;
	height: 337px;
}

input.submit {
	background: url('img/submit.png') top right no-repeat;
	color: #036fb2;
	padding: 2px 25px 2px 0;
	width: auto;
}

#googlemap {
	width: 316px;
	height: 250px;
}