/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.input, .submit {
	padding-top: 10px;
	padding-bottom: 10px;
}

label, .label {
	padding-right: 5px;
	font-weight: bold;
}

.input input {
	float: left;
	width: 300px;
}

label {
	width: 200px;
	float: left;
}

#cke_content {
	width: 500px;
}
body {
	font-family: "Georgia";
	font-size: 12.5px;
	line-height: 140%;
	background-color: #fff;
}

h1 {
	font-size: 20px;
	line-height: 110%;
	font-weight: normal;
	font-family: "museo-slab-1","museo-slab-2","Helvetica";
	padding-top: 3px;
	padding-bottom: 5px;
	letter-spacing: -0.01em;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: "Georgia";
	padding-top: 3px;
	padding-bottom: 3px;
}

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

hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 8px auto;
	width: 100%;
	border: none;
	border-top: 1px dotted #AAA;
	border-bottom: 1px dotted #FFF;
	font-size: 1px;
	line-height: 0;
	overflow: visible;	
}

hr.short {
	margin-left: 0px;
	left: 0px;
	width: 250px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#container {
	text-align: left;
}


#logo {
	width: 300px;
}

.logo_text {
	font-family: "museo-slab-1","museo-slab-2","Helvetica";
	font-size: 30px;
	line-height: 100%;
	line-spacing: 140%;
}

#logo_name a {
	color: #000;
}

#logo_job a:hover {
	color: #39c;
}

#logo_job {
	/*font-size: 16px;*/
}

#navigation {
	font-family: "museo-slab-1","museo-slab-2","Helvetica";
	font-size: 16px;
	vertical-align: baseline;

}

#navigation ul {
	
		
}

#navigation li {
	list-style: none;
	display: inline;
	padding-right: 20px;

}

#navigation span {
	border-bottom: solid 5px #39c;
}

#footer li {
	list-style: none;
	font-size: 10px;
	display: inline;
	padding-right: 15px;
}

#footer {
	padding-top: 10px;
	height: 34px;
	background: #ddd; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ddd), color-stop(0.75, #fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ddd,  #fff,  #fff,  #fff); /* for firefox 3.6+ */ 
	-ms-filter: “progid:DXImageTransform.Microsoft.gradient(startColorStr=’#dddddd’, EndColorStr=’#ffffff′)”;	
}

.copyright {
	font-size: 10px;
	color: #666;	
}

.floating_copyright {
	float: left;
	margin-left: -18px;
	width: 18px;
}

a {
	color: #39c;
	text-decoration: none;
}

a:hover {
	color: #333;
}

.clear {
	clear: both;
}

#content {
	margin-top: 5px;
	margin-bottom: 30px;
}

#header {
	width: 100%;
	padding-top: 31px;
	height: 89px;
	background: #ddd; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, #fff), color-stop(1, #ddd)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #fff,  #fff,  #ddd); /* for firefox 3.6+ */ 
	-ms-filter: “progid:DXImageTransform.Microsoft.gradient(startColorStr=’#ffffff’, EndColorStr=’#dddddd′)”;
}

#header_content {
	position: relative;
}

#header_table {
	position: absolute;
	left: 0px;
	top: 0px;
}

#gimmick_left {
	position: absolute;
	left: -250px;
	top: -31px;
}

#gimmick_right {
	position: absolute;
	left: 680px;
	top: 8px;
}

.text {
	position: relative;
}

.info {
	position: absolute;
	left: 790px;
	width: 200px;
	top: 5px;
	color: #999;
	background-image: url(/img/info.gif);
	background-repeat: no-repeat;
	background-position: center left;	
	padding-left: 18px;	
}


.centred_content_wrapper {
	text-align: center;
	min-width: 780px;	
}

.centred_content {
	text-align: left;
	width: 780px;	
	margin-left: auto;
	margin-right: auto;	
}

.main_headline {
	margin-top: 20px;
	margin-bottom: 10px;
}

.wf-loading h1, 
.wf-loading #logo, 
.wf-loading #navigation {
	visibility: hidden;
}

/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.cake-sql-log {
	margin-top: 50px;
	color: #ccc;
}

.error-message {
	color: #f00;
	display: inline;
	padding-left:5px;
}

.wide_left {
	float: left;
	width: 490px;
	padding-right: 20px;
}

.right {
	float: left;
	width: 260px;
}

.arrowed, .forward {
	background-image: url(/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
	padding-right: 10px;
}

.count {
	font-family: "Helvetica", "Arial";
	font-size: 8px;	
	color: #fff;
	background-color: #BBB;
	border-radius: 3px 3px 3px 3px;
	padding: 2px 3px 0px 3px;
	margin-left: 2px;
}


.back {
	background-image: url(/img/reverse_bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
	padding-right: 10px;
}

.more {
	color: #00f;
}

.to_top {
	background-image: url(/img/to_top.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
}

blockquote {
	padding: 0px 50px 0px 50px;
}

blockquote:before, blockquote:after {
	color: #ccc;
	display: block;
	font-size: 700%;
	width: 50px;
}

blockquote:before {
	content: '„';
	height: 20px;
	margin-left: -50px;
}

blockquote:after {
	content: '“';
	margin-top: -5px;
	margin-left: 400px;
}

.vertical-text {
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	width:20px;
	height:20px;
}

.right li {
	line-height: 140%;
	padding-bottom: 3px;
}

.right h2 {
	padding-bottom: 6px;
}

.button {
	color: #eee;
	background-color:#39c;
	text-decoration: none;
	padding: 4px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.button:hover {
	color: #fff;
}



.document_body {
	width: 500px;
	margin-bottom: 50px;
}

#gimmick_left {
	left: -206px;
	top: -31px;
}


