/* SVN FILE: $Id: cake.generic.css 6296 2008-01-01 22:18:17Z phpnut $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 6296 $
 * @modifiedby		$LastChangedBy: phpnut $
 * @lastmodified	$Date: 2008-01-01 16:18:17 -0600 (Tue, 01 Jan 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
margin:0;
padding:0;
}

/* General Style Info */
body {
	background-image: url('/img/background.jpg');
	background-repeat: repeat-x;
	background-color: #e3e3e3;
	color: #287981;
	font-family:verdana,'lucida grande',helvetica,arial,sans-serif;
	font-size:12px;
	margin: 0;
}

a {
	background-color: inherit;
	color: #287981;
	text-decoration: none;
}

strong {
	font-weight:bold;
}

a:hover {
	background-color: inherit;
	color: #0e3953;
	text-decoration:none;
}

a img {
	border:none;
}

p {
	margin-top:5px;
	margin-bottom:20px;
}

table.simple {
	border:0px;
	padding: 0px;
	border-spacing: 0px;
	/*border: 1px inset #b2b1b1;*/
}

.teaser {
	float:right;
	width:250px;
	padding:10px;
	margin-left:10px;
	margin-right:-270px;
	margin-top:10px;
}

.maxwidth {
	width:740px;
}

table.simple td, table.simple th {
	padding:5px;
	border:0px;
/*
	border-left: 1px outset #b2b1b1;
	border-bottom: 1px outset #b2b1b1;
	border-top: 1px outset #b2b1b1;
	border-right: 1px outset #b2b1b1;*/
}

table.simple td {
	text-align:left;
}

table th {
	vertical-align: top;
	text-align:left;
	background-color:#FFF;
}

table.simple th div {
	font-size:90%;
}

table.simple td p {
	padding-left:3px;
	padding-right:3px;
}

table.simple td>p {
	margin-top:0px;
}

h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}

h1 {
	color: #cae8fb;
	font-size: 14px;
	margin: 0.1em 0;
}

h2 {
	color: #cae8fb;
	font-size: 13px;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #cae8fb;
	font-size: 12px;
	padding-top: 1.5em;
}
h4 {
	color: #287981;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

ul {
	margin-top:10px;
	margin-bottom:20px;
}

/* Layout */
#container {
	position: absolute;
	top:   3px;
	left: 36px;
	text-align: left;
	width: 1118px;
}

#logo {
	position: absolute;
	top: 60px;
	left:80px;
}

#mainnav {
	position: absolute;
	top: 40px;
	left:250px;
	height:100px;
	font-size: 15px;
	font-weight: bold;
}

.navdiv {
	float:left;
	vertical-align:bottom;
	height:100%;
	width:125px;
	margin-left:2px;
}

.navdiv img {
	position:absolute;
	top:15px;
	display:none;
}

.navdiv .navtitle img {
	position:relative;
	top:3px;
	left:-5px;
	display:block;
	z-index:5;
}

.navdiv .navtitle img.hover {
	position:relative;
	top:-16px;
	left:-5px;
	display:block;
	z-index:0;
}

.navdiv .navtitle img.hover:hover {
	z-index:10;
}

.navdiv .navtitle img:hover {
	z-index:-5;
}

.navtitle {
	padding-left:30px;
	margin-top:20px;
}

.navbar {
	height:3px;
	overflow:hidden;
	width:100%;
}

.selectednavbar {
	margin-top:20px;
	height:9px;
	overflow:hidden;
	width:100%;
	display:none;
}

body.agentur .agentur .selected { display:block; }
body.spektrum .spektrum .selected { display:block; }
body.portfolio .portfolio .selected { display:block; }
body.lab .lab .selected { display:block; }
body.kontakt .kontakt .selected { display:block; }

.agenturbg,  body.agentur #sidemenu a.selected 		{	background-color:#287981; color:#fff}
.spektrumbg, body.spektrum #sidemenu a.selected  	{	background-color:#bde01d; }
.portfoliobg,body.portfolio #sidemenu a.selected  	{	background-color:#0e3953; color:#fff}
.labbg,      body.lab #sidemenu a.selected 			{	background-color:#ff7301; }
.kontaktbg,  body.kontakt #sidemenu a.selected	  	{	background-color:#7a2881; color:#fff;}

body.agentur .teaser {}
body.spektrum .teaser {}
body.portfolio .teaser {}
body.lab .teaser {}
body.kontakt .teaser {}

#teaser1,#teaser2,#teaser3,#teaser4 {
	position:absolute;
	top:0px;
	width:220px;
	height:280px;
	background-color:#fff;
	padding:10px;
	font-size:11px;
}

#teaser1 a,#teaser2 a,#teaser3 a,#teaser4 a {
	font-size:11px;
}

#teaser1 strong { color: #0e3953; }

/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 6296 $
 * @modifiedby		$LastChangedBy: phpnut $
 * @lastmodified	$Date: 2008-01-01 16:18:17 -0600 (Tue, 01 Jan 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
margin:0;
padding:0;
}

/* General Style Info */
body {
	background-image: url('/img/background.jpg');
	background-repeat: repeat-x;
	background-color: #e3e3e3;
	color: #287981;
	font-family:verdana,'lucida grande',helvetica,arial,sans-serif;
	font-size:12px;
	line-height:25px;
	margin: 0;
}

a {
	background-color: inherit;
	color: #287981;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: #0e3953;
	text-decoration:none;
}

a img {
	border:none;
}

p {
	margin-top:5px;
	margin-bottom:20px;
}

table.simple {
	border:0px;
	padding: 0px;
	border-spacing: 0px;
	/*border: 1px inset #b2b1b1;*/
}

table.simple td, table.simple th {
	padding:5px;
	border:0px;
/*
	border-left: 1px outset #b2b1b1;
	border-bottom: 1px outset #b2b1b1;
	border-top: 1px outset #b2b1b1;
	border-right: 1px outset #b2b1b1;*/
}

table.simple td {
	text-align:left;
}

table th {
	vertical-align: top;
	text-align:left;
	background-color:#FFF;
}

table.simple th div {
	font-size:75%;
}

table.simple td p {
	padding-left:3px;
	padding-right:3px;
}

table.simple td>p {
	margin-top:0px;
}

h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}

h1 {
	color: #cae8fb;
	font-size: 14px;
	margin: 0.1em 0;
}

h2 {
	color: #cae8fb;
	font-size: 13px;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #cae8fb;
	font-size: 12px;
	padding-top: 1.5em;
}
h4 {
	color: #287981;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

ul {
	margin-top:10px;
	margin-bottom:20px;
}

/* Layout */
#container {
	position: absolute;
	top:   3px;
	left: 36px;
	text-align: left;
	width: 1118px;
}

#logo {
	position: absolute;
	top: 60px;
	left:80px;
}

#mainnav {
	position: absolute;
	top: 40px;
	left:250px;
	height:100px;
	font-size: 15px;
	font-weight: bold;
}

.navdiv {
	float:left;
	vertical-align:bottom;
	height:100%;
	width:125px;
	margin-left:2px;
}

.navdiv img {
	position:absolute;
	top:15px;
	display:none;
}

.navtitle {
	padding-left:30px;
	margin-top:20px;
}

.navbar {
	height:3px;
	overflow:hidden;
	width:100%;
}

.selectednavbar {
	margin-top:20px;
	height:9px;
	overflow:hidden;
	width:100%;
	display:none;
}

body.agentur .agentur .selected { display:block; }
body.spektrum .spektrum .selected { display:block; }
body.portfolio .portfolio .selected { display:block; }
body.lab .lab .selected { display:block; }
body.kontakt .kontakt .selected { display:block; }

.agenturbg,  body.agentur #sidemenu a.selected 		{	background-color:#287981; color:#fff}
.spektrumbg, body.spektrum #sidemenu a.selected  	{	background-color:#bde01d; }
.portfoliobg,body.portfolio #sidemenu a.selected  	{	background-color:#0e3953; color:#fff}
.labbg,      body.lab #sidemenu a.selected 			{	background-color:#ff7301; }
.kontaktbg,  body.kontakt #sidemenu a.selected	  	{	background-color:#7a2881; }

#maincontent h2 {
	color: #287981;
}

body.agentur #maincontent h2, body.agentur #maincontent a { color: #287981; }
body.spektrum #maincontent h2, body.spektrum #maincontent a { color: #8dc00d; }
body.portfolio #maincontent h2, body.portfolio #maincontent a { color: #0e3953; }
body.lab #maincontent h2, body.lab #maincontent a { color: #ff7301; }
body.kontakt #maincontent h2, body.kontakt #maincontent a, body.kontakt .wichtig { color: #7a2881; }

.hidden {
	position:absolute;
	z-index:-100;
	height:0px;
	width:0px;
}

body.agentur .teaser {}

body #content {
	background-repeat:no-repeat;
	background-position: 0px 150px;
	min-height:460px;
 	height:auto !important;  /* für moderne Browser */
	height:460px;  /*für den IE 6*/
	overflow:visible;
}

body.agentur #content { background-image: url('/img/agentur/agentur_background.gif'); }
body.spektrum #content { background-image: url('/img/spektrum/spektrum_background.gif'); }
body.portfolio #content { background-image: url('/img/portfolio/portfolio_background.gif'); }
body.lab #content { background-image: url('/img/lab/lab_background.gif'); }
body.kontakt #content { background-image: url('/img/kontakt/kontakt_background.gif'); }

body.home #content {
	min-height:312px;
	height:312px !important;
	height:312px;  /*für den IE 6*/
	background-image: none;
	overflow:hidden;
}


body.portfolio .teaser {}
body.lab .teaser {}
body.kontakt .teaser {}

body.agentur .teaser {}
body.spektrum .teaser {}
body.portfolio .teaser {}
body.lab .teaser {}
body.kontakt .teaser {}

#teaser1,#teaser2,#teaser3,#teaser4 {
	position:absolute;
	top:570px;
	width:220px;
	height:280px;
	background-color:#fff;
	padding:10px;
	font-size:11px;
	line-height:19px;
	border: 1px solid #e3e3e3;
}

#teaser1 a,#teaser2 a,#teaser3 a,#teaser4 a {
	font-size:11px;
	line-height:19px;

}

#teaser1 strong { color: #0e3953; }
#teaser2 strong { color: #d13461; }
#teaser3 strong { color: #004d56; }
#teaser4 strong { color: #7a2881; }

#teaser1 {
	left:45px;
}

#teaser2 {
	left:295px;
}

#teaser3 {
	left:545px;
}

#teaser4 {
	left:795px;
}

.box { display:block; padding:10px;}
body.agentur .lightbg { background-color:#f6f9f9;  }
body.spektrum .lightbg { background: url('/img/spektrum/teaser_background.png'); background-repeat: repeat;}
body.portfolio .lightbg { background-color: #f2f6f7;}
body.lab .lightbg { background-color: #f7f5f2;}
body.kontakt .lightbg { background: url('/img/kontakt/teaser_background.png'); background-repeat: repeat;}


#extranav {
	float:right;
	margin-top: 65px;
	margin-right:25px;
	font-size:10px;
	line-height:19px;
}

#sidemenu {
	position:absolute;
	top:173px;
	left:46px;
	width:210px;
	height:300px;
	z-index:500;
}

#sidemenu a {
	display:block;
	font-size:10px;
	line-height:19px;
	padding-left:40px;
	color: #0e3953;
}

#sidemenu a.selected {
	display:block;
	font-size:10px;
	line-height:19px;
	color: #000000;
}

#sidemenu a:hover {
	color: #287981;
}

h1.menutitle {
	font-size:16px;
	font-weight: bold;
	color: #287981;
	margin-top:18px;
	margin-bottom:15px;
	margin-left:55px;
}

#maincontent {
	margin-left:230px;
	width:480px;
	overflow:visible;
}

#maincontent h2 {
	margin-top:-10px;
	margin-bottom:25px;
	margin-left:0px;
	font-size:16px;
	font-weight: bold;
}

#headerbar {
	position:absolute;
	top:0px;
	width:100%;
	height:39px;
	background-image: url('/img/header/background.gif');
	background-repeat:repeat-x;
}

#header{
	width: 1050px;
	height: 174px;
}

#header h1 {
	color: #ffffff;
	padding: 0px 30px;
}
#header h1 a {
	color: #ffffff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #ffffff;
	background: #003d4c;
	text-decoration: underline;
}

#content{
	margin-top:10px;
	margin-left:45px;

	background-color: #fff;
	clear: both;
	color: #7f7f7f;
	width:968px;
	padding: 10px 20px 40px 0px;
	overflow: auto;
	border: 1px solid #e1e1e1;
}

#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

.opacity-0 {
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

/* Tables */
table {
	background-color: transparent;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
	font-size:150%;
}

th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: transparent;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

#content_end {
	position:relative;
	top:-6px;
	left:45px;
}
/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

div.wichtig {
	margin-top:10px;
}

/* Forms */
label {
	display:block;
	float:left;
	width:100px;
	height:15px;
	margin-top:10px;
}

div.quote {
	background-image: url('/img/kontakt/teaser_background.png');
	background-repeat: repeat;
	margin:0px;
	padding:15px;
	padding-top:1px;
	margin-top:5px;
}

div.quote label {
	display:inline;
	width:100px;
	height:15px;
	margin-top:5px;
}

div.quote div {
	margin-left:105px;
	margin-top:5px;
	display: block;
	width:200px;
}

select,input, textarea {
	margin-left:105px;
	margin-top:10px;
	display: block;
	padding: 2px;
	width:200px;
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

input[type=submit] {
	opacity:1;
	filter: alpha(opacity=100);
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}