html {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656565;
}
.pos {
	text-align: center;
	padding: 20px 0 10px 0;
}
.container {
	width: 800px;
	margin: auto;
	border: solid 1px #555555;
}
.header {
	width: 800px;
	height: 100px;
	background-image: url(images/headbg.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 1px #555555;
}
.bar {
	width: 610px;
	margin: 0;
	padding: 45px 0 0 0;
	float: left;
}
.logo {
	width: 190px;
	margin: 0;
	padding: 30px 0 0 0;
	float: left;
}
.contentbox {
	width: 800px;
	background-color: #1b1b1b;
	text-align: left;
}
.boxleft {
	width: 609px;
	margin: 0;
	padding: 1px 0 1px 0;
	border-right: solid 1px #555555;
	background-color: #1f1f1f;
	float: left;
}
.boxright {
	width: 190px;
	padding: 37px 0 1px 0;
	background-image: url(images/deko_navitop.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 8px 0 0 0;
	float: left;
}
.deko {
	width: auto;
	height: 35px;
	background-image: url(images/deko_navibottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0;
}
.footer {
	width: auto;
	border-top: solid 1px #555555;
	background-color: #1f1f1f;
	color: #404040;
	text-align: center;
	padding: 20px 0 20px 0;
}
.valids {
	width: 160px;
	padding: 5px 0 0 0;
	margin: auto;
}
.valids a {
	display: block;
	width: auto;
	margin: 0 3px 0 3px;
	padding: 3px 5px 4px 5px;
	background-color: #050505;
	border: solid 1px #252525;
	line-height: 100%;
	float: left;
	font-size: 9px;
	font-weight: normal;
}
.valids a:link, .valids a:visited, .valids a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #252525;
}
.valids br {
	clear: both;
}
.navi {
	width: auto;
	background-color: #212121;
	padding: 0 0 3px 0;
	border-bottom: solid 1px #151515;
	margin: 0;
}
/* navi */
.navi a, .navi a:link, .navi a:visited, .navi a:hover {
	display: block;
	width: 190px;
	height: 40px;
	text-indent: -9000px;
	margin: 0;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: top center;
}

/* home news skill web print art con imp */

.navi a#home:link, .navi a#home:visited, .navi a#home:hover {
	background-image: url(images/n_start.gif);
}
.navi a#news:link, .navi a#news:visited, .navi a#news:hover {
	background-image: url(images/n_news.gif);
}
.navi a#skill:link, .navi a#skill:visited, .navi a#skill:hover {
	background-image: url(images/n_skills.gif);
}
.navi a#web:link, .navi a#web:visited, .navi a#web:hover {
	background-image: url(images/n_webwork.gif);
}
.navi a#print:link, .navi a#print:visited, .navi a#print:hover {
	background-image: url(images/n_printwork.gif);
}
.navi a#art:link, .navi a#art:visited, .navi a#art:hover {
	background-image: url(images/n_artwork.gif);
}
.navi a#con:link, .navi a#con:visited, .navi a#con:hover {
	background-image: url(images/n_contact.gif);
}
.navi a#imp:link, .navi a#imp:visited, .navi a#imp:hover {
	background-image: url(images/n_imprint.gif);
}
.navi a:hover {
	background-position: bottom center;
}
.navi a.act:link, .navi a.act:visited {
	background-position: bottom center;
}
.navi a.act:hover {
	background-position: top center;
}
.navi h2 {
	width: 190px;
	height: 30px;
	margin: 0;
}
h2.t1 {
	background-image: url(images/nh_general.jpg);
	background-repeat: no-repeat;
	text-indent: -9000px;
	border-top: solid 1px #303030;
	border-bottom: solid 1px #000000;
}
h2.t2 {
	background-image: url(images/nh_work.jpg);
	background-repeat: no-repeat;
	text-indent: -9000px;
	border-top: solid 1px #303030;
	border-bottom: solid 1px #000000;
}
h2.t3 {
	background-image: url(images/nh_legal.jpg);
	background-repeat: no-repeat;
	text-indent: -9000px;
	border-top: solid 1px #303030;
	border-bottom: solid 1px #000000;
}

.content {
	width: auto;
	height: 480px;
	margin: 10px 30px 10px 20px;
}
*[class=content] {
	height: auto;
	min-height: 470px;
}
h1 {
	width: auto;
	height: 30px;
	margin: 30px 0 20px 20px;
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
}
h2 {
	width: auto;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
}
h3 {
	width: auto;
	font-size: 11px;
	font-weight: bold;
}
/* Refs */

.refbox {
	width: auto;
	margin: 0 0 30px 0;
	border: solid 1px #121212;
	background-color: #1c1c1c;
	padding: 3px 3px 3px 3px;
}
.refdeko {
	width: auto;
	height: 42px;
	background-image: url(images/deko2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px 0 0px 0;
}
.refbox h2 {
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0 0 3px 0;
	padding: 3px 0 5px 10px;
	background-color: #191919;
	border: solid 1px #121212;
	display: block;
}
.refinfo {
	width: 360px;
	line-height: 140%;
	float: left;
}
.refimg {
	width: 190px;
	padding: 5px 0 5px 0;
	text-align: center;
	float: left;
}
.refimg a img {
	border: solid 3px #222222;
}
.refimg a:hover img {
	border: solid 3px #454545;
}
.reftext {
	width: auto;
	padding: 3px 3px 3px 3px;
	display: block;
	clear: both;
}
/* popup */

a.pop, a.pop:link, a.pop:visited, a.pop:active { position: relative; }
a.pop:hover { background: transparent; z-index: 30; }
a.pop span { display: none; text-decoration: none; }
a.pop:hover span {
display: block;
position: absolute;
top: -380px;
left: -330px;
width: 540px;
height: 350px;
z-index: 300;
border: solid 1px #000000;
padding: 5px 5px 5px 5px;
background-color: #c1b19f;
}
a.pop:hover span img {
	border: none;
}

/* popup print */

a.ppop, a.ppop:link, a.ppop:visited, a.ppop:active { position: relative; }
a.ppop:hover { background: transparent; z-index: 30; }
a.ppop span { display: none; text-decoration: none; }
a.ppop:hover span {
display: block;
position: absolute;
top: -50px;
left: -100px;
width: 600px;
height: 450px;
z-index: 300;
border: solid 1px #000000;
padding: 5px 5px 5px 5px;
background-color: #c1b19f;
}
a.ppop:hover span img {
	border: none;
}
.prefbox {
	width: auto;
	margin: 0 0 30px 0;
	border: solid 1px #121212;
	background-color: #1c1c1c;
	padding: 3px 3px 3px 3px;
}
.prefbox h2 {
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0 0 3px 0;
	padding: 3px 0 5px 10px;
	background-color: #191919;
	border: solid 1px #121212;
	display: block;
}
.prefimg {
	width: auto;
	padding: 5px 0 5px 0;
	line-height: 200%;
}
.prefimg a img {
	border: solid 3px #222222;
}
.prefimg a:hover img {
	border: solid 3px #454545;
}
.preftext {
	width: auto;
	padding: 8px 3px 10px 3px;
	display: block;
}

.software {
	width: auto;
	margin: 0;
	padding: 10px 0 10px 0;
}
.software h3.swh {
	margin: 20px 0 10px 0;
	padding: 5px 2px 4px 2px;
	background-color: #212121;
	border: solid 1px #101010;
}
.software p.sw {
	margin: 0 20px 0 5px;
}

/* Forms */

.forms {
	padding: 20px 0px 0px 0px;
}
form {
	margin: 0;
}
.forms label {
	width: 130px;
	display: block;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	float: left;
}
.forms input {
	width: 320px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: solid 1px #454545;
	background-color: #151515;
	color: #999999;
	margin: 0px 10px 10px 0px;
	display: block;
	float: left;
}
.forms textarea {
	width: 320px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: solid 1px #454545;
	background-color: #151515;
	color: #999999;
	margin: 0px 10px 10px 0px;
	display: block;
	float: left;
}
.forms input.button {
	width: auto;
	background-color: #121212;
	color: #555555;
	font-weight: bold;
	line-height: 100%;
	padding: 2px 7px 2px 7px;
	margin: 0px 0px 10px 0px;
}
.forms br {
	clear: both;
}
input[type=hidden] {
	border: 0;
	margin: 0;
	padding: 0;
	display: none;
}
.hints {
	font-size: 9px;
	color: #666666;
}

table {
	margin: 0 0 0 10px;
	border: solid 1px #303030;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0px 3px 2px;
	margin: 2px 2px 2px 2px;
	border: solid 1px #303030;
}

.clearer {
	clear: both;
}
a {
	outline: none;
}
img {
	border: none;
}

a:link {
	font-weight: bold;
	color: #595959;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #595959;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #656565;
	text-decoration: underline;
}