/*
*  main stylesheet
*/


/* ****** Structure ********************************************** */
* {
  padding: 0;
  margin: 0;
}
html {
  overflow-y: scroll;
	height: 100%;
}
body {
  font: 12px arial, helvetica, sans-serif;
  color: #858585;
	background: #fff url(../gfx/bg.gif) repeat-x;
	height: 100%;
}
#wrapper {
  margin: 0 auto;
  width: 975px;
	background: url(../gfx/right-shadow.png) repeat-y 100% 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
#container {
	background: red;
}
#content {
	float: left;
	width: 800px;
}
#left {
	float: left;
	width: 161px;
	height: 312px;
	background: url(../gfx/left-shadow.png) repeat-y;
}
#left .inner {
	margin: 15px 15px 0 18px;
}
#rauten {
	position: absolute;
	top: 450px;
	left: 102px;
	background: url(../gfx/rauten-left.png) no-repeat;
	height: 25px;
	width: 118px;
	z-index: 10;
}
#impressum {
	position: absolute;
	top: 440px;
	left: 20px;
}
#impressum a {
	text-decoration: none;
}
#logo {
	float: right;
	margin-right: 45px;
	margin-top: -50px;
}







/* ****** Navigation ********************************************* */
#nav {
	margin: 132px 20px 9px 0;
  float: right;
  width: 950px;
	background: url(../gfx/rauten-nav.gif) no-repeat 51% 65%;
}
#nav ul {
	float: right;
  text-align: center;
	padding: 0;
}
#nav ul li {
  display: inline;
}
#nav ul li a {
  text-decoration: none;
  outline: 0;
  padding: 1px 7px;
}
#nav ul li a:hover {
  color: #333;
}
#nav ul li a.active {
	color: #333;
}








/* ****** Navigation ********************************************* */
#navsub {
  float: right;
  width: 135px;
	margin: 15px 0 0 15px;
}
#navsub ul {
	list-style: none;
}
#navsub ul ul {
	margin: 5px 0 15px 0;
}
#navsub ul li a {
	text-align: right;
  text-decoration: none;
  outline: 1;
  padding: 2px 0;
	display: block;
}
#navsub ul li a:hover {
  color: #333;
}
#navsub ul li a.active {
	color: #333;
}






/* ****** Common ************************************************* */
a img {
	 border: none;
}
a:link {
  color: #858585;
  text-decoration: underline;
}
a:visited {
  color: #858585;
  text-decoration: underline;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
p {
  font: 12px arial, helvetica, sans-serif;
  line-height: 1.45em;
  margin: 0 0 1em 0;
	padding: 0;
}
h1 {
  font: 17px "trebuchet ms", verdana, arial, helvetica, sans-serif;
  margin: 0 0 0.6em 0;
 	padding: 0;
}
h2 {
  font: bold 14px "trebuchet ms", verdana, arial, helvetica, sans-serif;
  margin: 0 0 0.6em 0;
  padding: 0;
}
h3 {
  font: bold 12px "trebuchet ms", verdana, arial, helvetica, sans-serif;
  margin: 0 0 0.3em 0;
  padding: 0;
}
hr {
  background-color: #ccc;
  color: #ccc;
  border: 0;
  height: 1px;
  margin: 0.5em 0;
  display: block;
}
p.hr {
  border-bottom: 1px solid #ccc;
  clear: both;
  line-height: 2px;
}
code {
 	color: #666;
 	font-size: 11px;
  line-height: 1.3em;
}
abbr,
acronym {
 	font-style: normal;
 	border-bottom: 1px dotted #333;
 	cursor: help;
}
em {
	 font-style: italic;
}
strong {
 	font-weight: bold;
}
strike {
 	text-decoration: line-through;
}
img.border {
	 padding: 9px;
	 background-color: #fff;
	 border: 1px solid #DBDDE1;
}
#content ul {
	margin: 0 0 16px 0;
	padding: 0 0 0 0;
	list-style: none;
}
#content ul li {
  background: url(../gfx/bullet.gif) no-repeat 0 6px;
  margin: 0;
  padding: 1px 0 0 18px;
}
#content ul.nobullet li {
  list-style: none;
  background: none;
  padding: 0;
  margin: 0;
}
#content ol {
	margin: 0 0 1em 26px;
}
#content ol li {
  margin: 0;
  padding: 0 0 2px 0;
}
img.header {
	margin-bottom: 30px;
}
span.q {
	font: 24px "trebuchet ms", verdana, arial, helvetica, sans-serif;
	line-height: 1.4em;
}
span.qsub {
	font: 15px "trebuchet ms", verdana, arial, helvetica, sans-serif;
	line-height: 1.5em;
	margin-left: 13px;
}
span.qauthor {
	font: 12px "trebuchet ms", verdana, arial, helvetica, sans-serif;
	line-height: 1.5em;
	margin-left: 13px;
}








/* ****** main classes ******************************************* */
.center {
	text-align: center;
}
.alignleft {
  float: left;
  margin: 0 35px 3px 0;
}
.alignright {
  float: right;
  margin: 0 0 3px 35px;
}
.divleft {
	float: left;
	width: 48%;
}
.divright {
	float: right;
	width: 48%;
}
.textleft {
  float: left;
	width: 130px;
}
.textright {
  float: left;
  width: 440px;
}
.hide,
.print,
.printhead {
	display: none;
}
.clear {
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
.low {
  color: #aaa;
}
.high {
  color: #00722d;
}
.normal {
  color: #333;
}
.ok {
  color: #01a33e;
}
.error {
  color: #e2261a;
}
.req {
  color: #e2261a;
  font-weight: bold;
}
label .req {
	padding-left: 3px;
}
.small,
small {
  font-size: 11px;
}
.tiny {
  font-size: 9px;
}
h1 a,
h1 a:link,
h1 a:visited,
h1 a:active {
  color: #5A5C6C;
  text-decoration: underline;
}
h1 a:hover {
  color: #0A4690;
  text-decoration: underline;
}
h2 a,
h2 a:link,
h2 a:visited,
h2 a:active {
  color: #444;
  text-decoration: none;
}
h2 a:hover {
  color: #0A4690;
  text-decoration: none;
}
a.pdf {
  padding: 2px 0 0 20px;
  background: url(../gfx/icons/pdf.png) no-repeat;
}
a[href $='.pdf'] {
  padding: 0 0 2px 20px;
  background: url(../gfx/icons/pdf.png) no-repeat;
}

a.txt {
  padding: 2px 0 0 20px;
  background: url(../gfx/icons/txt.png) no-repeat;
}
a.gfx {
  padding: 2px 0 0 20px;
  background: url(../gfx/icons/gfx.png) no-repeat;
}
a.doc {
  padding: 2px 0 0 20px;
  background: url(../gfx/icons/doc.png) no-repeat;
}
a.xls {
  padding: 2px 0 0 20px;
  background: url(../gfx/icons/xls.png) no-repeat;
}
a.ppt {
  padding: 2px 0 0 20px;
  background: url(../gfx/icons/ppt.png) no-repeat;
}
a.zip {
  padding: 2px 0 0 20px;
  background: url(../gfx/icons/zip.png) no-repeat;
}
a.file {
  padding: 2px 0 0 20px;
  background: url(../gfx/icons/file.png) no-repeat;
}
a.email {
  padding: 2px 0 0 20px;
  background: url(../gfx/icons/email.png) no-repeat;
}
a.page_white_add {
  padding: 2px 0 0 20px;
  background: url(../gfx/icons/page_white_add.png) no-repeat;
}








/* ****** form elements ****************************************** */
form {
  margin: 0;
  padding: 0;
}
label {
  font-size: 12px;
	padding-right: 10px;
}
input {
  padding: 3px;
  font: 12px tahoma, verdana, arial, helvetica, sans-serif;
  color: #444;
}
input.flat {
  border: 1px solid #ccc;
	margin-bottom: 4px;
	color: #444;
}
input.error {
  border: 1px solid #e2261a;
	color: #444;
}
input.checkbox {
  margin-right: 2px;
  padding-top: 2px;
}
input.radio {
  margin: 0;
}
select {
  font: 12px tahoma, verdana, arial, helvetica, sans-serif;
  color: #444;
  background: #fff;
  border: 1px solid #eec694;
  padding: 2px;
  width: 6.2em;
  text-align: left;
}
option {
}
textarea {
  font: 12px tahoma, verdana, arial, helvetica, sans-serif;
  padding: 3px;
  border: 1px solid #ccc;
	color: #444;
}
textarea.error {
  border: 1px solid #e2261a;
	color: #444;
}








/* ****** table elements ***************************************** */
table.nice_table {
}
.nice_table td,
.nice_table th {
  font: 11px tahoma, verdana, arial, helvetica, sans-serif;
  padding: 2px;
  line-height: 1.3em;
}
.nice_table thead th {
}
.nice_table tbody th {
  font-weight: bold;
}
.nice_table tbody tr {
  text-align: left;
  }
.nice_table tbody tr td {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.nice_table tfoot th,
.nice_table tfoot td {
}
.bg0,
.bg3 {
}
.bg1 {
  background: #eff0f2;
}
.bg2 {
  background: #fff;
}







/* ****** DOM tooltip style ************************************** */
div.domTT {
 	border: 1px solid #5a5c6c;
 	background-color: #fff;
 	text-align: left;
 	color: #444;
 	max-width: 300px;
}
div.domTT .caption {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 4px 4px 4px 6px;
 	background-color: #5a5c6c;
}
div.domTT .contents {
  font-size: 12px;
  padding: 6px;
 	background-color: #fff;
}







/* ****** Gallery ****************************************** */
#gallery-browser {
	position: absolute;
	top: 498px;
	left: 750px;
}
#gallery-index {
	margin: 30px 0 50px 0;
}
#gallery-images ul,
#gallery-images li {
	margin: 0;
	padding: 0;
	list-style:none;
}
#gallery-images li {
	width: 801px;
	height: 312px;
	overflow: hidden;
}
#prevBtn,
#nextBtn {
	display: block;
	width: 100px;
	position: absolute;
	z-index: 1000;
	padding: 0 10px;
}
#nextBtn {
	left: 64px;
}
#prevBtn a,
#nextBtn a {
	height: 18px;
	display: block;
	position: relative;
	text-decoration: none;
	outline: 0;
}
#nextBtn a {
	background:url(../gfx/arrow-right.gif) no-repeat 0 0;
	padding-left: 20px;
}
#prevBtn a {
	background:url(../gfx/arrow-left.gif) no-repeat 40px 0;
}





/* ****** Site specific ****************************************** */
#container.home span.q {
	font-size: 33px;
}
#container.home span.qsub {
	font-size: 16px;
	margin-left: 18px;
}
#container.home span.qauthor {
	margin-left: 18px;
}
#container.home #logo,
#container.impressions #logo {
	margin-top:  -40px;
}
#container.contact #logo,
#container.impressum #logo {
	margin-top:  50px;
}
#container.impressions-print-technik #logo,
#container.impressions-print-dienstleistung #logo,
#container.impressions-print-schmuck #logo,
#container.impressions-display #logo,
#container.impressions-event #logo,
#container.impressions-web #logo {
	position: absolute;
	top: 700px;
	left: 740px;;
}