/* PAGE-GRID */
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff url('images/bg.png') repeat-x;
}

#pageBox {
	width: 900px;
	margin: auto;
}

#pageBanner {
	height: 200px;
	overflow: hidden;
	width: 100%;
	background: #247;
	margin-bottom: 40px;
}

#pageBanner h1 {
	width: 0px;
	overflow: hidden;
	float: left;
}

#pageContent {
	padding-left: 60px;
	width: 100%;
	overflow: auto;
}

#pageContentBox1, #pageContentBox2 {
	width: 370px;
	float: left;
	overflow: auto;
}

#pageContentBox1 {
	margin-right: 40px;
}

#pageFooter {
	width: 850px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 80px;
	text-align: right;
	
	border-top: 1px solid black;
}

.popupBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    height: 100px;
    left: 20px;
    overflow: auto;
    padding: 10px;
    position: absolute;
    top: 20px;
    width: 100px;
    z-index: 200;
}
.popupBox.popupImg {
    margin-bottom: 4px;
}

/* FONT */

body, table, input, textarea, select {
	font: 10pt 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #000;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	}

h1, .title {	font-size: 1.4em;	line-height: 2em;}
h2 {	font-size: 1.2em;	line-height: 1.5em;	}
h3 {	font-size: 1em;		line-height: 1.5em;	}
h4 {	font-size: 1em;	line-height: 1.5em;	}
h5 {	font-size: 1em;	line-height: 1.5em;	}

p > p {
	margin-top: 0.5em;
}
.umgezogen {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
 	top: 50%;
  	left: 50%;
  
  	transform: translate(-50%, -50%);
}

p, div.text {
	font-size: 1em;
}

a {
	color: #247;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	color: #247;
	text-decoration: underline;
}

a:visited {
	color: #555;
}

ul {
	
}

hr {
	color: #aaa;
	background-color: #aaa;
	height: 1px;
	border: 0;
	
}

blockquote {
	border: 1px solid #ccc;
	border-left: 3px solid #444;
	background: #ddd;
	padding: 0px 10px;
	font-style: italic;
	margin-left: 15px;
	margin-right: 15px;
}

.warningtext {
	font-weight: bold;
	color: red;
}

table td {
	padding: 0.2em;
	border: 1px solid #CCC;
	vertical-align: top;
	text-align: left;
}

.hidden {
	display: none;
}
.inline {
	display: inline;
}
.specialsize {
	width: auto;
}
.clear {
	clear: both;
}

.row1 {
	background: #F4F4F4;
}
.row2 {

}
.row_highlight {
	background: #e0d6b0;
}

/* aligns */
.justify {	text-align: justify; }
.block {	display: block;	}
.clear {	clear: both;	}
.left {		float: left;	}
.right {	float: right;	}
.center {	text-align: center; margin: auto; }


/* Form */
input, textarea, select, option, fieldset {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
input, textarea {
	width: 95%;
}
input, textarea, select {
	border: 1px solid #999;
	background: #f9f9f9;
	font-size: 1em;
	padding: 0.1em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	margin-top: 0.1em;
	margin-bottom: 0.3em;
}

textarea {
	padding: 0.4em;
}

input:focus, select:focus {
	background: #fff;
}
	
/* padding und margin angaben in px ergeben bei checkbox einen fehler bei den schmetterlingen ?? */
input.checkbox {
	width: auto;
	margin-left: 0;
	
}
div.checkbox {
	margin: 0.2em;
	margin-left: 0em;
	width: auto;
	display: inline;
}
div.checkbox label {
	cursor: pointer;
	}

input.submit, input.reset {
	width: auto;
	cursor: pointer;
}

input.submit:hover, input.reset:hover {
	/*background: #fff;
	border-color: #666;*/
}

input.file, .form_datetime select {
	width: auto;
}
select {
	cursor: pointer;
	min-width: 6em;
	}
option {
	width: auto;	
	}

.description {	
	margin-left: 0.2em;
}
.checkbox .description {
	margin-left: 0.7em;
	margin-bottom: 0.6em;
}
.label, .checkbox {
	margin-top: 0.5em;
	padding: 0.1em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: auto;
	}
.form_datetime input {
	width: 12em;
}

/* DEBUG */
/* wegen js nichts an Klassenname aendern!!*/
.debug_msg_short {
	display: inline;
}
.debug_msg_full {
	display: none;
}
.sybo_debug_type_caption {
	color: #0000CC;
}
.sybo_debug_type_error {
	color: #CC0000;
}
.sybo_debug_type_db {
	display: none;
}
.sybo_debug_type_template {
	display: none;
}
.sybo_debug_type_info {
	display: none;
}
.sybo_debug_type_menu {
	display: none;
}
