/* {{{ layout */
#wrapper {
	width:990px;
	margin:0 auto;
	position:relative;
}

#header {
	height:88px;
	margin:0 0 10px 0;
}

#navigation {
	position:absolute;
	top:60px; left: 304px;
}

#subnavigation {
	position:absolute;
	top:65px; left:765px;
	width:250px;
}

#languages {
  position:absolute;
  top:20px; left:827px;
  width:200px;
}

#content {
	width:1000px;
}

#footer {
	height:10px;
	clear:both;
}
/* }}} */

/* {{{ classes */
.hidden {
	display:none;
}

.clear_floats {
	clear:both;
}

#wrapper #content .no_border,
.no_border {
	border:0px;
}
/* }}} */

/* {{{ links */
a:link, a:visited {
	color:#fff;
}
a:link, a:visited,
a:focus, a:hover, a:active {
	text-decoration:none;
}
#content a:link, #content a:visited {
	border-bottom:1px solid;
}
#content .picnav a:link, #content .picnav a:visited,
#content .projectnav a:link, #content .projectnav a:visited,
#content .item a:link, #content .item a:visited {
	border-bottom:0px;
}

#subnavigation a:focus, #subnavigation a:hover, #subnavigation a:active,
#navigation a:focus, #navigation a:hover, #navigation a:active,
#languages a:focus, #languages a:hover, #languages a:active,
a:focus, a:hover, a:active {
	color:#c6d55a;
	border-bottom-color:#c6d55a;
}
#content .picnav li a:hover,
#content .projectnav li:hover {
	background:#c6d55a;
}

/* }}} */

/* {{{ positioning */
/* {{{ navigation */
#navigation li {
	float:left;
	margin-right:63px;
}
#subnavigation li {
  float:left;
  width:75px;
}
#languages li {
  float:right;
  padding:0 0 0 20px;
  width:80px;
}
/* }}} */

/* {{{ content and footer boxes */
div.left {
	float:left;
	margin-right:10px;
}
div.right {
	float:right;
	margin-left:10px;
}

/* allgemeines raster */
div.one { width:240px; }
div.two { width:490px; }
div.three { width:740px; }

/* spezielle Abweichungen */
div.picture { }
div.text {
	height:378px;
	margin-top:10px;
}
div.video_container {
  height:405px;
}
div.scroll {
	height:378px;
	width: 220px;
	padding-right:20px;
	padding-bottom:10px;
	margin-top:10px;

	position:relative;
	left:0;
	top:0;
	overflow:scroll;
}

div.item { padding:10px; margin-bottom:10px; }
div.item.one { width:220px; }
div.item.two { width:470px; }
div.item.three { width:720px; }
/* }}} */

/* {{{ picture navigation */
#content div.picnav ul {
  margin-left:0;
}
#content div.picnav li {
	float:left;
	margin-right:10px;
}
#content div.picnav li a {
	display:block;
	width:10px; height:10px;
}
/* }}} */

/* {{{ project navigation */
#content div.projectnav ul {
  margin-left:0;
}
#content div.projectnav li {
	height:20px;
	line-height:20px;
	margin-bottom:3px;
}
#content div.projectnav li a {
	padding-left:15px;
}
/* }}} */

#work_overview {
	position:absolute;
	top:120px; left:0px;
}
#bg_line {
	position:absolute;
	top:68px; left:0px;
	width:100%; height:20px;
}

th, td {
  padding-top:3px;
  padding-bottom:3px;
  vertical-align:top;
}
th {
	padding-right:10px;
	width:100px;
}
table {
	margin:10px 0 16px 0;
}

div.text ul {
	margin:0 0 20px 15px;
}

.accordion h4 {
  padding:3px 3px 3px 22px;
}
/* {{{ formulare */
#content ul {
	margin-left:20px;
}
#content label {
	margin:5px 0;
	display:block;
}
#content textarea {
	width: 480px;
	height: 250px;
}
#content input.text {
	width: 480px;
}
#content input.checkbox {
	float:left;
	margin:0 10px 0 0;
}
/* }}} */
/* }}} */

/* {{{ colours and backgrounds

Hintergrund #2e2e2e
Schrift: #fff

dunkelgrau: #282828
mittelgrau: #717171
hellgrau: #ccc

grün #c6d55a

 */
body, #wrapper {
	color: #fff
}
body {
	background:#2e2e2e url('../img/hg.gif') 0 100% repeat-x fixed;
}

#navigation a {
	color:#fff;
}

#navigation a.aktiv {
	color:#c6d55a;
}

#languages a, #subnavigation a {
	color:#ccc;
}

#header,
#bg_line {
	border-bottom: 1px solid #ccc;
}

div.item {
	background-color:#282828;
	color:#717171;
}

#content .picnav a {
	background:#717171;
}
#content .picnav a.aktiv {
	background:#c6d55a;
}
#content div.projectnav li {
	background:#717171;
}
#content div.projectnav li a {
	color:#2e2e2e;
	background:url('../img/pfeil.png') 5px 50% no-repeat;
}

#content h3,
#content p.client {
	border-bottom:1px solid #717171;
}

#content p.client {
	color:#717171;
}

#content h3,
#content h4 {
	color:#ccc;
}

#content .accordion h4 {
  color: #2e2e2e;
  background:rgb(167,167,167) url(../img/toggle_closed.png) 5px 50% no-repeat;
}
#content .accordion h4.opened {
  background: rgb(205,243,89) url(../img/toggle_opened.png) 5px 50% no-repeat;
}

#languages li { background: url(../img/flaggen-sprites.gif) no-repeat top left; }
#languages li.deutsch_off { background-position: 0 0; }
#languages li.deutsch_on  { background-position: 0 -15px; }
#languages li.english_off { background-position: 0 -30px; }
#languages li.english_on  { background-position: 0 -45px; }

p.error {
  color:#ff0000;
}
p.notice {
  color:#c6d55a;
}
/* }}} */

/* {{{ typography */
/* {{{ common typeface */
html {
	font-family:Tahoma, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
}
/* }}} */
/* {{{ links */
a:link, a:visited, a:focus, a:hover, a:active {
	text-decoration:none;
}
/* }}} */

/* {{{ headings */
.sIFR-active p.client,
#content p.client {
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	padding-bottom:8px;
	margin:0;
	height:14px;
}
.sIFR-active h2,
#content h2 {
	font-size:18px;
	line-height:23px;
	padding-top:5px;
	font-weight:bold;
	height:25px;
}
.sIFR-active h3,
#content h3 {
	font-size:13px;
	line-height:22px;
	padding-bottom:5px;
	font-weight:bold;
	height:24px;
}
#content h4 {
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	margin:5px 0;
}
/* }}} */

#navigation {
	font-size:18px; line-height:18px;
}
#navigation *, #languages *, #subnavigation * {
	font-weight:bold;
}
#header li,
#content div.picnav li,
#content div.projectnav li {
	list-style-type:none;
}
#subnavigation li:first-child {
	text-align:left;
}
#subnavigation li {
  text-align:right;
}
#languages, #subnavigation {
	font-size:12px;
}

#content p {
	line-height:16px;
	margin:10px 0 16px 0;
}

#content div.item img {
	display:block;
	margin:0 0 5px 0;
}
#content div.item p {
	font-weight:bold;
	margin-bottom:0;
}
#content div.projectnav li a {
	font-size:11px;
	font-weight:bold;
}

b, strong {
	font-weight:bold;
}
/* {{{ formulare */
#content label {
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}
/* }}} */
/* }}} */

/*
vim:fdm=marker
 */

