body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: black;
	letter-spacing: 1px;
	background-image: url(background.gif);
}
iframe {
	border: solid 0px black !important;
	margin: 0;
	padding: 0;
	display: block;
}
p {
	padding: 0;
	margin: 0;	
}
img {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
    zoom: 1;
    background: transparent !important;
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.wallpaper {
	position: fixed;
	width: 100%;
	overflow: visible;
	visibility: hidden;
}
.wallpaper img {
	opacity: 0.25;
	/* <IE> */
	filter: alpha(opacity=25);
	/* </IE> */	
}
.shader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(topshader.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 299px;
	margin-top: 0px;
}
.body {
	position: absolute;
	width: 100%;
	overflow: visible;
	border-top: solid 1px white;
	margin-top: 0px;
}
.textfeld, .textarea {
	width: 690px;
	border: solid 1px silver;
	background-color: #EEE;
	padding: 3px;
	color: black;
	display: block;
	margin:0;
	margin-bottom: 5px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	margin-left: 1px;
	margin-right: 1px;
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.header {
	display: block;
	width: 990px;
	min-height: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	font-size: 18px;
	letter-spacing: 1px;
	font-family: hel_thin, sans-serif;
	line-height: 42px;
	
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
.header .branding {
	position: absolute;
	width: 990px;
	text-align: left;
	color: black;
}
.header .branding a {
	color: black;
	text-decoration: none;
}
.header .navigation {
	width: 990px;
	text-align: right;
	
}
.header .navigation .item {
	margin-left: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
}
.header .navigation .active {
	color: black;
}
.header .navigation .marker {
	position: absolute;
	visibility: hidden;
	width: 20px;
	height: 10px;
	background-image: url(marker.png);
	background-position: 0px -5px;
	background-repeat: no-repeat
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.content {
	display: block;
	width: 1000px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.content .portfolio .item {
	display: inline-block;
	height: 240px;
	/* <IE> */
	zoom: 1;
	*display: inline;
	_height: 240px;
	/* </IE> */
	vertical-align: top;
	width: 240px;
	overflow: hidden;
	margin: 5px;
	text-decoration: none;
	background-color: white;
	background-image: url(loading2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.content .portfolio .item .image {
	position: absolute;	
}
.content .portfolio .item .softener {
	position: absolute;
	width: 240px;
	height: 240px;
	background: white;
	opacity: 0;
	/* <IE> */
	filter: alpha(opacity=0);
	/* </IE> */
}
.content .portfolio .item .info {
	position: absolute;
	width: 238px;
	height: 238px;
	overflow: hidden;
	border: solid 1px #DDD;
}
.content .portfolio .item .info .panel {
	position: absolute;
	top: 240px;
	width: 220px;
	background-image: url(black50.png);
	padding: 10px;
	color: white;
	font-size: 12px;
	line-height: 15px;
	border-top: solid 1px #222;
	
}
.content .portfolio .featured {
	float: left;
	width: 490px;
	height: 490px;
}
.content .portfolio .featured .logo {
	position: absolute;
	width: 490px;
	height: 490px;
	background-image: url(logo.png);
}
.content .portfolio .featured .imagecopy {
	position: absolute;
	width: 490px;
	height: 490px;
	opacity: 0;
	/* <IE> */
	filter: alpha(opacity=0);
	/* </IE> */
}

.content .portfolio .featured .softener {
	width: 490px;
	height: 490px;
}
.content .portfolio .featured .info {
	width: 488px;
	height: 488px;
}
.content .portfolio .featured .info .panel {
	width: 490px;
	top: 490px;	
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.content .project hr {
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	
	width: 740px;
	border: 0;
	color: #999;
	background-color: #999;
	height: 1px;
}
.content .project .entry {
	width: 740px;
	margin: 5px;
	padding-bottom: 20px;
}
.content .project .sidepanel {
	position: absolute;
	margin-left: 755px;
	margin-top: -10px;
	padding-top: 10px;
	width: 220px;
}
.content .project .sidepanel .box {
	padding: 10px;
	padding-top: 7px;
	width: 220px;
	margin-bottom: 0px;
	background-image: url(panelcorner.png);
	background-position: right top;
}
.content .project .sidepanel .box .entrytitle {
	font-size: 24px;
	letter-spacing: 1px;
	font-family: hel_thin, sans-serif;
	color: black;
	padding-top: 0;
	margin-top: 0;
}
.content .project .sidepanel .box .text {
	font-size: 10px;
	text-align: left;
	line-height: 1.5em;
}
.content .project .sidepanel .button {
	display: inline-block;
	height: 19px;
	/* <IE> */
	zoom: 1;
	*display: inline;
	_height: 19px;
	/* </IE> */
	padding-left: 10px;
	padding-right: 18px;
	padding-top: 1px;
	line-height: 19px;
	margin-top: 10px;
	width: auto;
	color: white;
	font-size: 10px;
	white-space: nowrap;
	background-image: url(button_arrow.png);
	background-position: right center;
	text-decoration: none;
}
.content .project .entry .media {
	
}
.content .project .entry .media .mediaentry {
	margin-bottom: 20px;
	background-color: white;
	background-image: url(loading2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.content .project .entry .media .mediaentry .image {
	width: 740px;
	margin: 0;
	display: block;
}
.content .project .entry .media .mediaentry .info {
	width: 720px;
	background-color: white;
	padding: 10px;
	border-top: solid 1px silver;
	margin: 0;
}
.content .project .entry .media .mediaentry .info .mediatitle {
	font-size: 10px;
	font-weight: bold;
	color: black;
	display: inline;
	margin-right: 4px;
}
.content .project .entry .media .mediaentry .info .mediacaption {
	font-size: 10px;
	font-weight: normal;
	color: black;
	display: inline;
	margin-right: 0px;
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.content .page hr {
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	
	width: 740px;
	border: 0;
	color: #999;
	background-color: #999;
	height: 1px;
	display: none;
}
.content .page a {
	color: black;	
}
.content .page a:hover {
	color: #666;	
}
.content .page .sidepanel {
	position: absolute;
	margin-left: 755px;
	margin-top: -10px;
	padding-top: 10px;
	width: 220px;
}
.content .page .sidepanel .box {
	padding: 10px;
	padding-top: 10px;
	width: 220px;
	background-color: white;
	margin-bottom: 0px;
}
.content .page .sidepanel .box .entrytitle {
	font-size: 24px;
	letter-spacing: 1px;
	font-family: hel_thin, sans-serif;
	color: black;
	padding-top: 0;
	margin-top: 0;
}
.content .page .sidepanel .box .topic {
	font-size: 10px;
	text-align: left;
	line-height: 1.5em;
	color: black;
	text-decoration: none;
	display: block;
}
.content .page .sidepanel .box hr {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	
	width: 100%;
	border: 0;
	color: #EEE;
	background-color: #EEE;
	height: 1px;
}
.content .page .sidepanel .button {
	display: inline-block;
	height: 20px;
	/* <IE> */
	zoom: 1;
	*display: inline;
	_height: 20px;
	/* </IE> */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	line-height: 20px;
	margin-bottom: 10px;
	width: auto;
	color: white;
	font-size: 10px;
	white-space: nowrap;
	background-position: right center;
	text-decoration: none;
	background-color: black;
}
.content .page .entry {
	width: 740px;
	margin: 5px;
	padding-bottom: 20px;
	
}
.content .page .entry .entrytitle {
	background-image: url(boxcorner.png);
	background-position: right top;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	font-size: 36px;
	letter-spacing: 1px;
	font-family: hel_thin, sans-serif;
	color: #444;
	margin: 0px;
}
.content .page .entry .text {
	background-color: white;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	font-size: 12px;
	text-align: justify;
	line-height: 1.5em;
	margin: 0px;
}
.content .page .entry .media {
	
}
.content .page .entry .media .mediaentry {
	margin-top: 10px;
	background-color: white;
	background-image: url(loading2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.content .page .entry .media .mediaentry .image {
	width: 740px;
	margin: 0;
	padding: 0;
	display: block;
}
.content .page .entry .media .mediaentry .info {
	width: 700px;
	background-color: white;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: solid 1px silver;
	margin: 0;
}
.content .page .entry .media .mediaentry .info .mediatitle {
	font-size: 10px;
	font-weight: bold;
	color: black;
	display: inline;
	margin-right: 0.5em;
}
.content .page .entry .media .mediaentry .info .mediacaption {
	font-size: 10px;
	font-weight: normal;
	color: black;
	display: inline;
	margin-right: 0px;
}
.content .page .entry .button {
	display: inline-block;
	height: 19px;
	/* <IE> */
	zoom: 1;
	*display: inline;
	_height: 19px;
	/* </IE> */
	padding-left: 10px;
	padding-right: 18px;
	padding-top: 1px;
	line-height: 19px;
	margin-top: 10px;
	width: auto;
	color: white;
	font-size: 10px;
	white-space: nowrap;
	background-image: url(button_arrow.png);
	background-position: right center;
	text-decoration: none;
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.footer {
	display: block;
	margin-top: 20px;
	padding: 0px;
	background-image: url(black80.png);
	height: 1px;
	visibility: hidden;
}
.footer .top {
	display: block;
	background-color: black;
	height: 1px;
	overflow: hidden;
}
.footer .middle {
	display: block;
	background-color: #111;
}
.footer .middle .info {
	width: 990px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	letter-spacing: 1px;
	background-color: black;
}
.footer .middle .info span,
.footer .middle .info a {
	color: silver;
	color: white;
	text-decoration: none;
	margin-right: 10px;
    display: inline-block;
}
.footer .bottom {
	display: block;
	background-color: #444;
	height: 1px;
	overflow: hidden;
}
/*
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
*/
/*
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    background: transparent;
}
*/