* {
	margin: 0;
	padding: 0;
}

body {

	background-color: #E3E2DF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: black;
}

#background {
	background: url(/images/header.gif) no-repeat left top;
	background-color: white;
}

#wrapper {
	background: url(/images/logo.gif) no-repeat 97% 25px;
	max-width: 1100px;
	min-width: 950px;
	opacity: 1;
}

/* Preise usw. */

#header {
	position: absolute;
	top: 250px;
	left: 0px;
	padding: 0 0 0 40px;
	border-bottom: 1px solid #3C7234;
}

#header a {
	color: #666;
	text-decoration: none;
	padding: 0 3px 0 3px;
	margin: 0 0 0 7px;
	font: small-caps 20px Georgia, "Times New Roman", Times, serif;
}

#header a:hover {
	color: #3C7234;
}

#header a.active {
	color: #000;
	font-weight: bold;
	border-bottom: 3px solid #3C7234;
}

/* Inhalt */

#content {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	min-width: 600px;
	margin: 0 230px 0 0;
	padding: 300px 40px 10px 50px;
}

#content p {
	margin: 10px 0 10px 0;
	text-align: justify;
	font-weight: lighter;
	line-height: 1.4em;
}

#content h1, #content h2, #content h3 {
	font-weight: lighter;
	letter-spacing: 1px;
}

#content ul li, #content ol li {
	padding-bottom: 4px;
	line-height: 1.4em;
}

#content ol li {margin-left: 10px;}


*#content ul, #content ol {
	padding-left: 15px;
}*


#content p.subtitle {
	font-weight: lighter;
	font-size: 1.1em;
	margin: 10px 0 25px 0;
	color: #666;
	line-height: 1.1em;
	opacity: 0.76;
}

/* Fuß */

#footer {
	background: url(/images/footer-border.png) repeat-x;
	padding: 20px 0 20px 50px;
}

#footer ol li {
	display: inline;
	margin-right: 10px;
}

#footer ol li a {
	color: #333;
	text-decoration: none;
	font-size: 0.8em;
}

#footer ol li a:hover, #footer ol li a.active {
	color: #666;
	border-bottom: 1px solid white;
}

#veranstalter {
	padding: 5px 0 5px 50px;
}

#veranstalter img {
	margin-right: 25px;
	padding-bottom: 25px;
}

/* Flash messages */

.flash {
	margin: 10px;
	padding: 5px;
	border: 1px solid #333;
}

.flash p {
	margin: 0;
	padding: 0;
}

.notice {
	background-color: #FFFFB7;
}

.warning {
	background-color: #F9AD26;
}

.error {
	background-color: #990000;
}

/* Navigation */

.active {
	font-weight: bold;
}

/* Buttons */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* Zelos_Form */

.zelos_form input, .zelos_form textarea {
	width: 100%;
}

input.option, input.checkbox {
	width: auto;
}

dl {
	padding: 0;
	margin: 0;
}

dd,dt {
	padding: 5px 5px 5px 0;
}

dt
{
    float: left;
	margin-bottom: 2px;
    width: 250px;
    min-height: 1px; /* required to give layout to empty elements */
	font-size: 0.9em;
}

dd
{
    margin-left: 260px;
	margin-bottom: 2px;
	font-size: 0.9em;
}

input.zelos_error, textarea.zelos_error, select.zelos_error {
	background-color: #990000;
	color: white;
}

/* Error style */

div#error {
	
}
div#error .message {
	
}
div#error h1 {
	color: red;
}
div#error .footer {
	font-size: 0.8em;
	color: #666;
	border-top: 1px solid #CCC;
	padding-top: .5em;
}

/* Debug style */

table#debug {
	font-size: .8em;
	background-color: #666;
	margin-top: 2em;
}
table#debug td {
	background-color: white;
	vertical-align: top;
}
table#debug td code, table#debug td pre {
	font-size: 0.9em;
	font-family: "Andale Mono", "Consolas", "Courier New", "Courier";
}
table#debug thead tr td {
	background-color: #ccc;
	font-weight: bold;
}
table#debug .notice, table#debug .warning, table#debug .error {
	width: 1px;
	background-color: #f1f1f1;
}
table#debug tr .notice {
	color: green;
}
table#debug tr .warning {
	color: orange;
}
table#debug tr .error {
	color: red;
}

code.sql
{
	font-size: 12px;
    color: #000000;
    display: block;
    padding: 5px;
}

code.sql .keyword
{
    color: #990099;
}

code.sql .operator
{
    color: #FF00FF;
}

code.sql .quoted
{
    color: #008000;
}

code.sql .ticked
{
    color: #000080;
}

code.sql .bracket
{
    color: #FF00FF;
}