/* 
 * Author:   Heiko Kattenstroth
 * Date:     2009-06-03
 * Version:  0.1
 */

/*
	Farben: IS:link-Lila: #80197f

*/

body {
	font-family: verdana,helvetica,arial,sans-serif;
	foont-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 62.5%;
  	color: #000;
	background: #f0f0f0 url(../img/bg/background-v1.png) center repeat-y;
}

#page-content {
	font-size: 1.2em;
	line-height: 1.6em;
}

#page-content img.float {
	float: right;
	padding: 4px;
}

#page-content img.right {
	float: right;
	padding: 6px;
	clear: right; 
}
#page-content img.left {
	float: left;
	padding: 6px;
	clear: left;
}

#page-content p {
	padding-bottom: 0.5em;
}

#summer-school-2009 {
	/*text-align: center;*/
	
}

#summer-school-2009 img {
	padding: 2px;
}

p.grey {
	font-color: #b1b3b4;
}

/* Page Specific Formation */

div.news h1 {
	border-bottom: 1px solid grey;
}

div.news .content {
	padding-bottom: 2em;
}

.metainfo {
	font-size: 0.8em;
	color: grey;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0.5em;
}


a {
	color: #002273;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #002273;
	text-decoration: underline;
}

a img {
	border:none;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	color: #172866;
	font-family: 'Trebuchet MS', 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 1.8em;
	line-height: 1.8em;
	font-weight: bold;
	margin: 0;
}

h2 {
	color: #630053;
	font-family:'Trebuchet MS', 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	foont-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0.3em 0;
}

h3 {
	color: #993;
	font-family:'Trebuchet MS', 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 1.6em;
	line-height: 2em;
	margin: 0.3em 0;
}

h4 {
	color: #993;
	font-size: 1.2em;
	font-weight: normal;
	padding-top: 0.5em;
}

ul, li {
	margin: 5px 12px;
}

ul {
    list-style: square;
    list-style-position: outside;
}

ol {
    list-style: decimal;
    list-style-position: outside;
}

ol li {
    margin-left: 2em;
	padding: 0.3em; 
}

#page-content p strong {
	font-weight: bold;
}
.center {
	text-align: left;
}

/* Tables */

table {
	font-size: 0.9em;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	font-size: 1.1em;
}


th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

tr:hover {
	/*ackground-color: #ccc;*/
}
tr.altrow:hover {
	/*background-color: #ccc;*/
}

td {
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

td.left {
	text-align: left;
}

tr.altrow {
	background: #f4f4f4;
}

tr.error {
	border: 2px solid red;
} 

tr.sum {
	border: 1px solid #ccc;;
}


td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	margin: 0px 2px;
	font-size: 0.8em;
}


/* Navigation */

#secondary-links {
  background-color: #80197f;
  color: #FFF;
  height: 15px;
  line-height: 1.875em;
  font-size: 0.8em;
  vertical-align: middle;
  text-align: right;
  padding: 0;
  font-weight: bold;
  text-decoration: none;
  width: 700px;
  margin: 0 0 0 250px;
}

#secondary-links a {
	padding-right: 1em;
	font-weight: bold;
	background-color: #80197f;
	color: #FFF;
 }

#secondary-links a:hover {
  color: silver; 
  text-decoration: underline;
}

#secondary-links a:visited {
  color: #FFF;
}

#secondary-links a.active{
  color: #101010;
}

/* Secondary Menu */
/*
#sidebar-navigation {
	clear: left;
	float: left;
	width: 190px;
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#sidebar-navigation ul {	
	list-style: none;
	width: 190px;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}	

#sidebar-navigation ul ul{	
	list-style: none;
	width: 190px;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#sidebar-navigation ul li {
	margin: 0px;
	border-top: 1px solid white;
}


#sidebar-navigation ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 0 10px 10px;
	baaackground: #89a5d4;
	background: #002273;
	border-left: 4px solid #002273;
}	
	
#sidebar-navigation ul li a:hover {
	background: #002273;
	color: #fff;
	booorder-left: 2px solid #681637;
	border-left: 4px solid #fff;
	background-image: url(../img/arrow_white.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
	text-decoration: underline;
}

#sidebar-navigation ul li a.active {
	background: #002273;
	color: #fff;
	border-left: 4px solid #fff;
	background-image: url(../img/arrow_white.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
	text-decoration: underline;
}

#sidebar-navigation ul li a:focus {
	background: #681637;
	color: #fff;
	boddrder-left: 4px solid #002273;
}



#sidebar-navigation ul ul li {
	margin: 0px;
	borddder-top: 1px solid white;
}

#sidebar-navigation ul ul li a {
	font-weight: bold;

	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px 0 5px 20px;
	background: #89a5d4;
	border-left: 4px solid #002273;
}	
	
#sidebar-navigation ul ul li a:hover {
	background: #89a5d4;
	color: #fff;
	border-left: 4px solid #fff;
	background-image: url(../img/arrow_white.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
	text-decoration: underline;
}

#sidebar-navigation ul ul li a.active {
	background: #89a5d4;
	color: #002273;
	border-left: 4px solid #fff;
	text-decoration: underline;

}

#sidebar-navigation ul ul li a:focus {
	background: #681637;
	color: #fff;
	border-left: 4px solid #002273;
}
*/
#sidebar-navigation {
	font-family: 'Trebuchet MS';
	clear: left;
	float: left;
	width: 250px;
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 1em;
}

#sidebar-navigation ul {	
	list-style: none;
	width: 250px;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}	

#sidebar-navigation ul ul{	
	list-style: none;
	width: 250px;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#sidebar-navigation ul li {
	margin: 0px;
	baorder-top: 1px dashed #E6E6E6;
	font-size: 1.1em;
	font-weight: bold;
}

/* First Level */ 
#sidebar-navigation ul li a {
	font-weight: bold;
	/*height: 20px;*/
	text-decoration: none;
	color: #172866;
	display: block;
	padding: 10px 0 10px 10px;
	background: #fff;
	border-left: 4px solid #fff;
}	
	
#sidebar-navigation ul li a:hover {
	background: #eceded;
	color: #172866;
	border-left: 4px solid #80197f;
	/*background-image: url(../img/arrow_white.gif);
	background-position: 0px center;
	background-repeat: no-repeat;*/
	text-decoration: underline;
}

#sidebar-navigation ul li a.active {
	background: #eceded;
	color: #172866;
	border-left: 4px solid #80197f;
/*	background-image: url(../img/arrow_white.gif);
	background-position: 0px center;
	background-repeat: no-repeat; */
	text-decoration: underline;
}

#sidebar-navigation ul li a:focus {
	background: #eceded;
	color: #000;
	border-left: 4px solid #E6E6E6;
	text-decoration: underline;
}

/* Second Level */

#sidebar-navigation ul ul li {
	margin: 0px;
	borddder-top: 1px solid white;
	font-size: 1em;
	font-weight: normal;
}

#sidebar-navigation ul ul li a {
	font-weight: bold;
	/*height: 20px;*/
	text-decoration: none;
	color: #172866;
	display: block;
	padding: 5px 0 5px 30px;
	background: #fff;
	background-image: url(../img/arrowr.gif);
	background-position: 15px center;
	background-repeat: no-repeat; 
	border-left: 4px solid #fff;
}	


#sidebar-navigation ul ul li a:hover {
	background: #eceded;
	color: #172866;
	border-left: 4px solid #80197f;
	background-image: url(../img/arrowr.gif);
	background-position: 15px center;
	background-repeat: no-repeat; 
	text-decoration: underline;
}

#sidebar-navigation ul ul li a.active {
	background: #eceded;
	color: #172866;
	border-left: 4px solid #80197f;
	background-image: url(../img/arrowr.gif);
	background-position: 15px center;
	background-repeat: no-repeat; 
	text-decoration: underline;
}

#sidebar-navigation ul ul li a:focus {
	border-left: 4px solid #80197f;
	background: #eceded;
	border-left: 4px solid #80197f;
	background-image: url(../img/arrowr.gif);
	background-position: 15px center;
	background-repeat: no-repeat; 
	color: #172866;
}

/* 3. Ebene */

#sidebar-navigation ul ul ul li a {
	font-weight: bold;
	/*height: 20px;*/
	text-decoration: none;
	color: #172866;
	display: block;
	padding: 5px 0 5px 50px;
	background: #fff;
	background-image: url(../img/arrowr.gif);
	background-position: 30px center;
	background-repeat: no-repeat; 
	border-left: 4px solid #fff;
}	

#sidebar-navigation ul ul ul li a:hover {
	background: #eceded;
	color: #172866;
	border-left: 4px solid #80197f;
	background-image: url(../img/arrowr.gif);
	background-position: 30px center;
	background-repeat: no-repeat; 
	text-decoration: underline;
}

#sidebar-navigation ul ul ul li a.active {
	background: #eceded;
	color: #172866;
	border-left: 4px solid #80197f;
	background-image: url(../img/arrowr.gif);
	background-position: 30px center;
	background-repeat: no-repeat; 
	text-decoration: underline;
}

#sidebar-navigation ul ul ul li a:focus {
	border-left: 4px solid #80197f;
	background: #eceded;
	border-left: 4px solid #80197f;
	background-image: url(../img/arrowr.gif);
	background-position: 30px center;
	background-repeat: no-repeat; 
	color: #172866;
}


#left-sidebar {
	background: #fff; 
	border-top: 15px solid #80197f;
}

#left-sidebar .box {
	width: 250px;
	text-align: middle;
	margin-top: 20px;
	clear: left;
	float: left;
	font-family: 'Trebuchet MS', 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
}
	
#left-sidebar div.box h1 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	background-color: #fff;

}

#left-sidebar div.box h2 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	baackground: #eceded;
	color: #172866;
	baackground-color: #fff;
	border-bottom: 0px solid #80197f;
	padding: 10px 0 10px 14px;
	margin: 0;
	 
}
#left-sidebar div.box ul {
	margin-left: 25px;
	margin-bottom: 25px;
	padding-top: 5px;
	width: 200px;
	font-size: 1.1em;
}

#left-sidebar .box p {
	padding: 10px 0;
	text-align: center;
}

#sidebar-img {
	width: 200px;
	padding: 25px 25px;
}
#newsletter-subscription input {
	width: 100px;
	height: 18px;
}

#newsletter-subscription input[type=submit] {
	width: 50px;
	height: 23px;
	
}

#newsletter-subscription table {
	width: 180px;
	border: 1px solid black;
}

#newsletter-subscription table,
#newsletter-subscription table tr, 
#newsletter-subscription table tr td {
	border: 0;
	background: none;
	font-size: 1em;
	line-heiht: 1.6em;
	font-family: 'Trebuchet MS', 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
}  

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin: 2em 0;
}

div.exception {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

div.paging a {
	font-size: 0.9em;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span {
}

div.paging span.current {
	color: #000;
}

div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 500px;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 150px;
	text-align: right;
}
dd {
	margin-left: 16em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	margin-right: 0px;
	padding: 0;
	width: 90%;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}

fieldset legend {
	background:#fff;
	color: #172866;
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}

fieldset fieldset legend {
	font-size: 1.1em;
	font-weight: normal;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}

form div.input {
	color: #444;
	vertical-align: middle;
}

form div.required {
	color: #333;
	font-weight: bold;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 1em;
}

form div.checkbox {
	padding: 0 0 .5em 0;
	margin: 0;
}
label {
	display: block;
	font-size: 1.1em;
	padding-right: 20px;
	font-weight: bold;
}

input, textarea {
	clear: both;
	font-size: 1.1em;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}

textarea {
	width: 100%
}

input {
	width: 200px;
}

select {
	clear: both;
	font-size: 1.1em;
	vertical-align: middle;
}

select[multiple=multiple] {
	width: 100%;
}

option {
	font-size: 120%;
	padding: 0 3px;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}

div.radio label {
	margin: 0 0 6px 20px;
}

input[type=submit] {
	display: inline;
	font-size: 1.1em;
	padding: 2px 5px;
	width: 10em;
	vertical-align: bottom;
}


/*  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 {
	background:#fff;
	color: #002273;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}


#secondary-navigation a {
	font-size: 1.5em;
}

#primary-navigation{
	background-image: url(../img/bg/primary-navigation-off-v2.png);
	background-repeat: repeat-x;
	background-color: grey;
}


#footer-container{
	border-top: 15px solid #f0f0f0;
	border-bottom: 15px solid #f0f0f0;
}
#footer {
	/*border-top: 1px solid #0f0f0f;
	border-bottom: 1px solid #0f0f0f;*/
	padding: 1em 0 5em 0;
	background-color: #fff;
	font-size: 1.1em;
	text-align: right;
}

#footer a {
	color: #b1b3b4;
}
/*
#feedback {
	position: absolute;left:0;top:45%;
	min-height: 150px;
	width: 40px;
	display: table-cell;
	vertical-align: middle;
	background-image: url(../img/feedback-button.png);
	cursor: pointer;
}

#feedback:hover {
	background-image:url(../img/feedback-buttonOver.png);
}

#feedback span {
	display:none;
}
*/
/* Flash messages */


/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	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: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

.flash {
    background: #e9f3f6;
    width: 90%;
    padding: 1em;
    font-size: 1.1em;
	border: 2px solid #a7c4da;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
}

.flash img {
	vertical-align: middle;
}

.info {
	border-color: blue;
	background: lightblue;
	color: black;
}

.bad {
	border-color: red;
	background: orange;
	color: black;
}

.good {
	border-color: green;
	background: lightgreen;
	color: black;
}

.warning {
	border-color: yellow;
	background:  lime;
	color: black;
}

/* Formulare */

table.form .label {
	padding-right: 3px;
	text-align: right;
	width: 130px;
}

table.form .input {
	text-align: left;
	display:inline-block;
	padding:1px;
	position:relative;
	width:200px;
}


table.form, table.form tr, table.form tr td {
	border: 0;
}

table.form table tr {
	padding: 2px;
}
.inputtext, .inputpassword, .inputselect {
	border:1px solid #BDC7D8;
	padding:3px;
}

.form-error  {
	border: 1px solid red;
}

#breadcrumb {
	font-size:1.2em;
	line-height: 2em;
	background:#EEE;
	border-bottom:1px dotted #0A2504;
	clear: both;
}






#page{
	/*background-image: url(../img/bg-3.png);
	background-repeat: repeat-y;
	background-position: center;*/
}

img {
	vertical-align: middle;
}
	

/* 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: #000;
	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: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}


.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}




