body   {
	background: black;
	color: white;
	font-family: Arial, Sans-Serif;
	font-style: normal;
	font-weight: 100;
	font-size: 0.7em;
}

#logo {
	position: absolute;
	right: 0.4em;
	top: 0.5em;
}

header {
	padding-top: 0.9em;
	clear: both;
	border-bottom: 1px solid #ffdd00;
	display: inline-block;
	width: 100%;
}

header div {
	float:left;
	margin-right: 11em;
}

address {
	font-style: normal;
}

header address {
	float: left;
}

header address, aside {
	text-align: left;
	margin-bottom: 0.15em;
}

header address > p {
	padding-bottom: 0.6em;
	margin: 0px;
	float: left;
	padding-right: 1.2em;
}

.company {
	font-weight: bold;
	float: none;
	width: 100%;	
}

nav {
	float: right;
	padding: 0.5em;
	font-size: 1.5em;
}

nav > p, nav > a {
	float: left;
	margin: 0px;
	margin-bottom: 0.5em;
	clear: both;
} 

nav > a {
	color: #999;
}

h1 {
	color: #fff;
	font-size: 1.5em;
}

main {
	float: right;
	clear: both;
}

.rightSite {
	clear: both;
	position: relative;
	float: right;
	z-index: 1;
}

.subline {
	width: 100%;
	display: inline-block;
}

.subline > p {
	float: right;
	width: 15em;
	font-size: 0.9em;
	margin-bottom: 3em;
	margin-top: 0.5em;
}

.nav {
	max-width: 8em;	
	padding-top:0em;
}

.subnav {
	clear: right;
	padding-right: 1.7em;
}

.sitenav {
	font-size: 1.2em;
	line-height: 1em;
	float: none;
}

.sitenav > a {
	color: #ccc;
	margin-left: -0.5em;	
}

.sitenav > p {
	color: #fff;
	margin-left: -0.5em;
}

#content {
	width: 23em;
	min-height: 23em;
	margin: 0.5em;
	margin-top: 0em;
	padding: 0em 1em 1em;
	float: right;
	line-height: 1.5em;
	background-color: #666;
	color: #ccc;
	display: block;
}

.pictures, .sitecontent {
	position: relative;
	z-index: 0;
	padding-bottom: 5em;
	margin-left: 0px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 40em;
}

#picture_slider > figure, #sitecontent_slider {
	width: 100%;
	margin: auto;
	min-width: 300px;
	display: block;
	text-align: center;
}

#picture_slider > figure > a > img, #picture_slider > figure > figcaption, #sitecontent_slider {
	width: 100%;
	max-width: 470px;
	margin: auto;
	overflow: hidden;
}

#picture_slider > figure > figcaption, #sitecontent_slider > * {
	display: run-in;
	text-align: left;
}

footer {
	clear: both;
}

a   {
	text-decoration: none;
	color: #ccc;
}

a:hover, a:active {
	color: #fff;
}

#picture_slider figure {
	display: block;
}

#picture_slider figure:not(:target) {
   display: none;
} 

#slidernav {
   text-align: center;
   margin-top: 2em;
   margin-left: auto;
   margin-right: auto;
   max-width: 470px;
}

#slidernav a {
   text-decoration: none;
   background: rgba(255,255,255,0);
   padding: 4px 8px;
   color: #ffff;
   border-radius: 20px;
   transition: all linear 0.5s;
   -o-transition: all linear 0.5s;
   -moz-transition: all linear 0.5s;
   -webkit-transition: all linear 0.5s;
   float: left;
}

#slidernav a:hover {
   background: #fff;
   color: #666;
   width: auto;
}

.disable {
   display: none;
}

td, th {
    display: table-cell;
    vertical-align: top;
    padding: 3px;
}
