@charset "UTF-8";
@media all {
/* reset css: many thanks to Eric Meyer 
 * http://meyerweb.com/eric/tools/css/reset/index.html
 */
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;
	background: transparent;
}
html {
	overflow: scroll;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of eric meyers reset css */
}
@media screen {
/* master layout settings */
body {
	background: #f7b0e4 url(../gfx/bg_body.png) repeat-x center top;
	font-family: "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
}
#wrap {
	min-height: 101%;
}
#page {
	margin: 0 auto;
	padding: 18px;
	width: 960px;
}
#head {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	background-color: #fff;
	border-radius-topleft: 6px;
	border-radius-topright: 6px;
	padding: 7px 30px 22px;
}
#head #logo a:link,
#head #logo a:visited,
#head #logo a:focus,
#head #logo a:hover,
#head #logo a:active {
	background: #fff url(../gfx/logo_ditgens.gif) no-repeat;
	display: block;
	height: 83px;
	text-indent: -99999px;
	width: 211px;
}
#main {
	background-color: #fff;
	padding: 0 30px;
	overflow: hidden;
}
#foot{
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background: #d62ea8 url(../gfx/bg_foot.jpg) repeat-x bottom;
	border-radius-bottomleft: 6px;
	border-radius-bottomright: 6px;
	border-top: 1px solid #a7127f;
	clear: both;
	color: #FFF;
	font-size: 11px;
	line-height: 34px;
	min-height: 35px;
	padding: 0px 30px;
	text-shadow:0 1px 1px #333;
}
/* navigation */
#topnav {
	display: block;
	height: 21px;
	margin-bottom: 7px;
	text-align: right;
}
#topnav li {
	font-size: 0;
	display: inline;
}
#topnav li a:link,
#topnav li a:visited {
	color: #4b4a4d;
	font-size: 11px;
	line-height: 21px;
	padding: 0 0 0 19px;
	text-decoration: none;
}
#topnav li a:focus,
#topnav li a:hover,
#topnav li a:active {
	text-decoration: underline;
}
#mainnav {
	margin-top: 29px;
	float: right;
}
#mainnav li {
	display: inline;
	font-size: 0;
}
#mainnav li a:link,
#mainnav li a:visited {
	background: #fff url(../gfx/cs_mainnav.gif) no-repeat;
	color: #4b4b4d;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 36px;
	margin-left: 15px;
	text-align: center;
	text-decoration: none;
	text-indent: -99999px;
	width: 150px;
}
#mainnav li a:focus,
#mainnav li a:hover {
	color: #a7127f;
	background-position: 0 -108px;
}
#mainnav li a:active,
#mainnav li a.active {
	color: #fff;
	background-position: 0 -54px;
}
#mainnav li .services:link,
#mainnav li .services:visited {
	background-position: -150px 0;
}
#mainnav li .services:focus,
#mainnav li .services:hover {
	background-position: -150px -108px;
}
#mainnav li .services:active,
#mainnav li .services.active {
	background-position: -150px -54px;
}
#mainnav li .references:link,
#mainnav li .references:visited {
	background-position: -300px 0;
}
#mainnav li .references:focus,
#mainnav li .references:hover {
	background-position: -300px -108px;
}
#mainnav li .references:active,
#mainnav li .references.active {
	background-position: -300px -54px;
}
#mainnav li .products:link,
#mainnav li .products:visited {
	background-position: -450px 0;
}
#mainnav li .products:focus,
#mainnav li .products:hover {
	background-position: -450px -108px;
}
#mainnav li .products:active,
#mainnav li .products.active {
	background-position: -450px -54px;
}
/* keyvisuals */
#keyvisual {
	background: transparent url(../gfx/kv_default.jpg) no-repeat;
	height: 175px;
	margin-top: 22px;
	overflow: hidden;
}
#start #keyvisual {
	background: transparent url(../gfx/kv_start_01.jpg) no-repeat;
}
#keyvisual * {
	visibility: hidden;
}
/* content */
.box h2 {
	color: #a7127f;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
.box h3 {
	color: #a7127f;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 0.3em;
}
.box h4 {
	color: #a7127f;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5em;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
}
.box h5 {
	
}
.box p,
.box ul,
.box ol  {
	color: #4b4b4d;
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 0.75em;
}
.box .body ul li {
	background: transparent url(../gfx/dt_list.gif) no-repeat 0 7px;
	list-style: none;
	padding-left: 9px;
}
.box .body ol li {
	list-style: decimal;
	margin-left: 2em;
}
.box .body ol li ol li {
	list-style: lower-latin;
	margin-left: 2em;
}
.section {
	overflow: hidden;
}
.box {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #EEEEEE;
	border-radius: 6px;
	font-size: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 22px;
}
.section .small-size {
	float: left;
	margin-right: 22px;
	width: 233px;
}
.section .mid-size {
	width: 389px;
}
.section .big-size {
	width: 645px;
}
.box .head {
	margin: 0;
	padding: 0;
}
.box .head h2 {
	padding: 22px 22px 0px;
}
.box .body {
	overflow: hidden;
	padding: 0px 22px 22px;
}
.box .body ul.contact {
	margin-top: 22px;
}
.box .body ul.contact li {
	background: none;
	display: inline;
	list-style: none;
	padding: 0;
}
.box .body ul.contact li a:link,
.box .body ul.contact li a:visited,
.box .body ul.contact li a:focus,
.box .body ul.contact li a:hover,
.box .body ul.contact li a:active {
	border: 0;
	background: none;
	margin-right: 12px;
	padding: 0px;
}
.box .body a:link,
.box .body a:visited {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #e5e5e5;
	background-color: #e5e5e5;
	border-radius: 6px;
	color: #a7127f;
	padding: 0px 3px;
	text-decoration: none;
}
.box .body a:focus,
.box .body a:hover,
.box .body a:active {
	color: #fff;
	background-color: #a7127f;
	border: 1px solid #a7127f;
}
.box .body .images {
	overflow: hidden;
	margin-bottom: 0.75em;
}
.box .body .images .floatleft,
.box .body .images .indentleft {
	float: left;
	margin: 3px 22px 9px 0px;
}
.box .body .images .floatright,
.box .body .images .indentright {
	float: right;
	margin: 3px 0px 9px 22px;
}
.box .body .images .floatleft a:link,
.box .body .images .floatlright a:link,
.box .body .images .indentright a:link,
.box .body .images .indentleft a:link,
.box .body .images .floatleft a:visited,
.box .body .images .floatlright a:visited,
.box .body .images .indentright a:visited,
.box .body .images .indentleft a:visited,
.box .body .images .floatleft a:focus,
.box .body .images .floatlright a:focus,
.box .body .images .indentright a:focus,
.box .body .images .indentleft a:focus,
.box .body .images .floatleft a:hover,
.box .body .images .floatlright a:hover,
.box .body .images .indentright a:hover,
.box .body .images .indentleft a:hover,
.box .body .images .floatleft a:active,
.box .body .images .floatlright a:active,
.box .body .images .indentright a:active,
.box .body .images .indentleft a:active {
	border: 0;
	background-color: transparent;
	color: #FFF;
	padding: 0;
	text-decoration: none;
}

.box .body .images img {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 6px solid #fff;
	border-radius: 6px;
}
.box .body .images a.imagezoom:link,
.box .body .images a.imagezoom:visited {
	background-color: #fff;
	border: 1px solid #fff;
	display: block;
	line-height: 0em;
	padding: 5px;
}
.box .body .images a.imagezoom img {
	border: 0;
}
.box .body .alignright {
	text-align: right;
}
.box .body .aligncenter {
	text-align: center;
	margin: 0 auto;
}
/* start page */
#start .section .box .head {
	padding-bottom: 5px;
}
#start .section .box .head h2 {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 0;
}
#start .section .box .body {
	height: 11em;
}
#start #references {
	font-size: 0em;
}
#start #references li {
	background: none;
	display: inline;
	padding: 0;
}
#start #references li a:link,
#start #references li a:visited,
#start #references li a:focus,
#start #references li a:hover,
#start #references li a:active {
	padding: 0;
	border: 0;
	background: none;
}
#start .newsitem {
	padding-top: 0.3125em;
	overflow: hidden;
}
#start .newsitem h3 {
	font-size: 16px;
	margin-bottom: 0.25em;
}
/* news page list */
#list .box .newsitem h3 {
	margin-bottom: 0.25em;
}
#list .box .newsitem h3 small {
	font-size: 13px;
}
/* news page single */
.newssingle .box p.right {
	text-align: right;
}
.newssingle .images {
	float: right;
	margin-left: 22px;
}
/* image zoom */
div.jquery-image-zoom {
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border: 10px solid #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	font-size: 0;
	line-height: 0;
	margin: -5px;
	z-index: 10;
}

div.jquery-image-zoom a {
	background: url(../gfx/bt_close.png) no-repeat;
	display: block;
	height: 25px;
	left: -17px;
	outline: 0;
	position: absolute;
	text-decoration: none;
	text-indent: -99999px;
	top: -17px;
	width: 25px;
	z-index: 11;
}
div.jquery-image-zoom a:hover {
	background-position: left -25px;
}
div.jquery-image-zoom img,
div.jquery-image-zoom embed,
div.jquery-image-zoom object,
div.jquery-image-zoom div {
	width: 100%;
	height: 100%;
}
/* google maps thingy... big font while there is no p-tag */
.tx-zwgmap-pi1 p {
	line-height: 1em;
}
#gmapDirHead {
	font-size: 12px;
}
.tx-zwgmap-pi1 {
	float: right;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 6px solid #fff;
	border-radius: 6px;
}
#twitter {
	padding: 12px 0 0;
	background: transparent url(../gfx/ic_twitter.gif) no-repeat bottom right;
}
}
@media handheld {
	
}
@media print {
	
}