/**
 * Projekt:	Pension-Am-Hauptbahnhof
 *
 * Create:	15.06.2009
 * Copyright 2009 by Kirchnerei
 *			http://www.kirchnerei.de
 *			mailto:infos@kirchnerei.de
 *
 * Veröffentlichung:
 * Version:	1.1 (Build: 19)
 * Datum:	30.01.2012
 * Vendor:	Kirchnerei
 *
 * Subversion:
 * Author:	$LastChangedBy: sarah $
 * Date:	$LastChangedDate: 2011-05-03 22:54:18 +0200 (Tue, 03 May 2011) $
 * Version:	$LastChangedRevision: 482 $
 */

body {
	background: white;
	font: normal 12pt Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}


ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: square;
}


div {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}

input, select, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	margin: 1px ;
}

a:link, a:visited {
	color: navy;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: red;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

td {
	padding: 2px 5px;
}
	


/** Allgemeine Klassen Selektoren ******************************************* */

/**
 * Selektor für das Zentrieren der Inhalte
 */
.centerArea {
	margin: 0 auto;
	width: 900px;
}

/**
 * Selektor für den Innenabstand in verschiedenen Bereich
 */
.textPadding {
	padding: 10px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.block {
	text-align: justify;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.normalBorder {
	border: 1px solid #999;
}

.selectBorder {
	border: 1px solid #f00;
}

.maske {
	background: #ccc;
	border: 1px solid #999;
}

.header {
	border-bottom: 1px solid #666;
}

.footer {
	border-top: 1px solid #666;
}

.odd {
	background: #ccc;
}

.even {
	background: #fff;
}

/**
 * Selektor für die Aktion in der Tabelle "List"
 */
.action {
	width: 30px;
	text-align: center;
	vertical-align: top;
	padding: 2px 0 0 0;
}

/** Backup */
.green {
	color: lime;
	font-weight: bold;
}

.red {
	color: red;
}

.gray {
	color: #999;
}

.required {
	border: 1px solid #f00;
}

.border {
	border: 1px solid #999;
}

.fullSize {
	width: 100%;
}

.label {
	border-bottom: 1px dotted #666;
}

.smallFont {
	font-size: 80%;
}

.inputIndentBox {
	padding-left: 30px;
	text-indent: -30px;
}

.hint {
	background: #ffc;
	padding: 2px;
	margin: 2px 0;
}

.error {
	background: #ffc;
	color: #f00;
	padding: 2px 2px 2px 12px;
	margin: 2px 0;
	text-indent: -12px;
}

.nowrap {
	white-space: nowrap;
}

.grouping {
	border-bottom: 1px solid #aaa;
	margin-bottom: 3px;
}

.uppercase {
	font-variant: small-caps;
}

/** Klassen Selektoren ****************************************************** */

/**
 * Listen
 */
table.list {
	border: 1px solid #666;
	font-size: 80%;
}


/**
 * Modaler Dialog 
 */
div.dialog {
	background: url(backgrounds/dialog-left.png) no-repeat top left transparent;
	padding: 0;
	margin: 0 auto;
	min-width: 320px;
	max-width: 800px;
	font-size: 10pt;
}

div.dialog h1.dialog {
	background: url(backgrounds/dialog-right.png) no-repeat top right transparent;
	font-size: 19px;
	line-height: 27px;
	text-align: left;
	padding: 0;
	margin: 0;
}

div.dialog h1 span {
	line-height: 27px;
	padding: 0 5px;
}

div.dialog div.dialog_body {
	border: 1px solid #333;
	background: #fff;
	margin: 0;
	padding: 0;
}

div.dialog .smallFont {
	font-size: 100%;
}

div.dialog #error, div.dialog #debug {
	font-size: 90%;
}

/** Backup */
pre.outputBox {
	font-size: 80%;
	background: black;
	color: white;
	height: 300px;
	overflow: auto;
	margin-bottom: 10px;
	text-align: left;
}

/**
 * Vorschau in der Redaktion
 */
div.preview {
	background: #fff;
	border: 1px solid #999;
	padding: 5px 10px;
	height: 360px;
	margin: 10px 0;
	text-align: left;
	overflow: auto;
}


/** ID Selektoren *********************************************************** */

#vertical_header {
	background: #f6dfa6;
	border-bottom: 1px solid #666;
	clear: both;
	padding-bottom: 10px;
}


#vertical_content {
	clear: both;
}

#vertical_footer {
	clear: both;
}

#content {
	float: left;
	margin-left: 220px;
	width: 680px;
}

#content h1 {
	font-size: 160%;
}

#content h2 {
	font-size: 140%;
}

#content h3 {
	font-size: 130%;
}


#sidebar {
	float: left;
	margin-left: -900px;
	width: 220px;
}

#sidebar div.textPadding {
	padding-left: 0;
}

#menubar {
	padding: 2px 4px 4px 4px;
}

#menubar ul {
	list-style-type: none;
}

#menubar ul.menu {
	padding: 5px 0 2px 5px;
}

#menubar ul.sub {
	padding: 0 0 0 25px;
}

#menubar li {
	padding-left: 23px;
	text-indent: -23px;
}

#menubar li span {
	font-size: 120%;
	font-weight: bold;
}

#menubar li.select {
	font-weight: bold;
}

#menubar li.select span {
	color: red;
}

#toolbar {
	height: 20px;
}

#toolbar p {
	font-size: 80%;
	line-height: 16px;
	height: 16px;
	padding: 2px 10px;
}

#toolbar p.left {
	margin-right: 40%;
}

#toolbar p.right {
	float: right;
	width: 39%;
}

#toolbar img {
	padding: 0 2px;
}


/**
 * Selektor "header"
 */
#header {
	height: 130px;
}

#header img.logo {
	float: left;
	margin-right: 20px;
	padding: 5px;
}

#header img.headLine {
	margin-top: 60px;
}


/**
 * Selektor "footer"
 */
#footer {
	clear: both;
	height: 25px;
}

#footer p {
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	padding: 0 10px;
}

#footer p.left {
	float: left;
	width: 130px;
}

#footer p.right {
	margin-left: 150px;
}

#notifybar {
	position: absolute;
	left: 0;
	top: 10px;
	right: 0;
	display: none;
}

#notifybar div.centerArea {
	background: #ffc;
	border: 1px solid #666;
}

#notifybar div.textPadding {
	padding: 5px 10px;
}

#notifybar img {
	float: left;
	width: 48px;
	height: 48px;
}

#notifybar h1 {
	font-size: 130%;
	margin-left: 60px;
}

#notifybar ul {
	margin-left: 60px;
}


#debug, #error {
	clear: both;
	margin: 10px auto;
	width: 900px;
}

#debug h1, #error h1 {
	font-size: 120%;
}

div.dialog #debug, div.dialog #error {
	text-align: left;
	width: 100%;
}

