html {
  height: 100%;
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  background: #fff;
  
  letter-spacing: 0px;
  line-height: 140%;
  color: #666666;
}

#background {
  position: absolute;
  width: 1800px;
  left: -885px;
  background-image: url('../images/background_node.png');
  background-repeat: no-repeat;
  height: 100%;
  z-index: -1;
}


#footer-links {
   margin-bottom: 10px;
  margin-top: 10px;
 
  width: 100%;
  position: relative;
  font-size: 10pt;
}


.imprint {
  float: left;
  display: block;

}

.icon {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 1px;
}

.vimeo {
  background-image: url('../images/logo_vimeo.png');
}

.facebook {
  background-image: url('../images/logo_facebook.png');
}

.twitter {
  background-image: url('../images/logo_twitter.png');
  margin-right: 0px !important;
}

.flickr{
	background-image: url('../images/logo_flickr.png');
}

/*------------------------------------------- D I V S ---------------------------------- */

body, p {
  font-family: NodeInterstate, Arial;
font-size: 10.5pt;
letter-spacing: 0px;
line-height: 140%;
color: #666666;
}

#wrapper {
  margin: 0px auto;
  width: 800px; /*keep padding in mind*/
  overflow: visible;
  height: 100%;
  padding-left: 210px;
  position: relative;
}

#head {
  position: relative;
  height: 125px;
  border-bottom: 1px solid;
  margin-bottom: 50px;
}

a#logo {
  display: block;
  position: absolute;
  width: 200px;
  height: 125px;
}

.kontrolle {
  position: fixed;
  top: 175px;
  height: 0px;
  background-color: red;
  width: 100%
}

#mainnav, #subnav, #subsubnav {
  height: 50px;
  margin-left: 220px;
  width: 580px;
}

#mainnav {
/*  margin-top: 94px;*/
  position: absolute;
  bottom: -22px;
}

#subnav, #subsubnav {
/*  margin-top: 23px;*/
  border-bottom: 1px solid;
  height: 28px;
  margin-bottom: 23px;
}

#footer {
  margin-bottom: 10px;
  margin-top: 10px;
 
  position: relative;
  font-size: 10pt;
}

#footer #socialmedia,
#footer #partner,
#footer #imprint {
  margin-bottom: 20px;
}

#footer #socialmedia {
  background-color: #111;
  position: relative;
  padding: 20px;
}

#footer #socialmedia .twitters a {
  color: #ccc;
}

#footer .vertical {
	float: left;
	margin-right: 20px;
}

#footer h2 {
  font-size: 10pt;
  color: #CCC;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

#footer #partner {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  background-color: #aaa;
  position: relative;
}

#footer #imprint {
  position: relative;
  padding-bottom: 100px;
  font-size: 10pt;
}
/*------------------------------------------- F O N T S ---------------------------------- */

h1 {
  font-size: 12pt;
  color: #000;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h1.page-title {
  font-size: 12pt;
  color: #000;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  padding-left:220px;
}
h2 {
  font-size: 12pt;
  color: #000;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h3 {
  font-size: 11pt;
  color: #000;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
}

p {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  color: #666666;
  font-size: 11pt;
  font-weight: thin;
}

a, a:hover, a:visited {
  text-decoration: underline;
  color: #000;

}

/*
.nav1punkt {
margin-right: 25px;
padding-bottom: 0px;
display: inline;
height: 60px;
}
*/



a.more-link {
background-color: #000;
color: #FFFFFF;
}

#mainnav a, #subnav a, #subsubnav a {
  height: 50px;
  letter-spacing: 0px;
  text-decoration: none;
  font-size: 10pt;
  display: block;
  float: left;
  margin-right: 25px;
}

#mainnav a:hover, #subnav a:hover , #mainnav a.active, #subnav a.active, #subsubnav a:hover, #subsubnav a:active {
  text-decoration: none;
  background-image: url("../images/node_triangle.png");
  background-repeat: no-repeat;
  background-position: 0px 29px;
}

#subnav a , #subsubnav a {
  font-weight: normal;
  font-size: 10pt;
  height: 50px;
}

#subsubnav a {
  font-size: 10pt;
}

/*#subnav a:hover {
background-image: url("../img/bg-tri-90.png");
background-repeat: no-repeat;
background-position: 0px 28px;
}
*/

#overlaydcolumn {
  position: absolute;
  width: 200px;
}

.container {
/*  float: left;*/
  width: 100%;
  margin-bottom: 20px;
}

div.clear {
  clear: both;
  visibility: hidden;
}

.column_left {
  float: left;
  width: 205px;
  min-height: 1px;
  padding-right: 15px;
}

.column_right {
  float: left;
  width: 580px;
}

hr {
  border: 0px;
  border-top: 1px dotted;
  margin-bottom: 10px;
  margin-top: 10px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid;
}

li {
  margin-left: 0px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  position: relative;
}
#footer #socialmedia ul,
#footer #socialmedia li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border: none;
}
#footer #socialmedia h2 {
 color: #CCC;
}
#footer #partner a {
 margin:0px;
 padding:0px;
}
.date {
  float: left;
  width: 90px;
  height: 100%;
}

.descr {
  width: 490px;
  padding-left: 90px;
}

.button {
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
}

.slider {
  margin-top: 10px;
  padding-left: 90px;
}

/*.partner {
  height: 80px;
  margin-right: 25px;
}*/

table {
  width: 100%;
}

td {
  padding: 10px 20px 10px 0px;
  vertical-align: top;
  border-bottom: 1px dotted;
}

td.right {
  padding-right: 0px;
}

/*.page-id-14 = archive*/
.page-id-14 table td {
  padding: 0px 10px 0px 0px !important;
  border: none !important;
}

.page-id-14 table .last {
  padding-right: 0px !important;
}

.page-id-83 td {
  /*quick hack*/
/*  border: none !important;*/
}

.page-id-83 table tr {
/*  border-bottom: 1px dotted;*/
}

/*reviews = .page-id-83*/
.page-id-83 table {
  margin-bottom: 20px;
}

.page-id-19 p a, /*contact*/
.home p a,
a.external,
.page-id-16 .friends p a { /*partner*/
  text-decoration: underline;
  padding-right: 10px;
  background-image: url('../images/node_triangle_small.png');
  background-repeat: no-repeat;
  background-position: right top;
}

/*nicer solution soon*/
.page-id-16 .friends p,
.page-id-85 p { /*material*/
  margin: 0px;
}

.home .container {
  margin-bottom: 60px;
}

.home table td {
  border: none;
}

strong {
	font-weight: bold;
}

input {
  font-family: NodeInterstate, Arial;
  font-size: 9pt;
  color: #ccc;
  border: 1px solid #000;
}

.last {
  margin: 0 !important;
}

#socialmedia-head {
  position: absolute;
  right: 0px;
  top: 25px;
}

/*
root element for the scrollable.  when scrolling occurs this
element stays still.
*/
.scrollable {
  /* required settings */
  position:relative;
  overflow:hidden;
  width: 580px;
  height: 435px;
}
 
/*
root element for scrollable items. Must be absolutely positioned
and it should have a extremely large width to accommodate scrollable
items.  it's enough that you set width and height for the root element
and not for this element.
*/
.scrollable .items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
}
 
/*
a single item. must be floated in horizontal scrolling.  typically,
this element is the one that *you* will style the most.
*/
.items img {
  float:left;
}
