/**
 * Projekt:	web_Sophie_Ruhlig
 */

body {
	color: black;
	font: 11pt normal Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

body.main {
	background: url(punktlinie.jpg) repeat-x top center white;
}

div {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 2px 0;
}

p {
	margin: 0;
	padding: 2px 0;
}


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

ul li {
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}

a:link, a:visited {
	color: #0069b2;
}

a:hover, a:active, a:focus {
	color: #ee7f00;
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 2px 3px;
}

dl {
	margin: 5px 0;
}

dt {
	font-weight: bold;
	padding: 8px 0 3px 0;
}

dd {
	margin-left: 16px;
	padding: 2px 0;
}

input, select, textarea, button {
	font: 100% Arial, Helvetica, sans-serif;
	padding: 2px;
}

.edit {
	width: 200px;
}

.require {
	border: 2px solid #ee7f00;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.top {
	vertical-align: top;
}

.block {
	text-align: justify;
}

.orange {
	color: #ee7f00;
}

.blau {
	color: #0069b2;
}

.rosa {
	color: #e2007a;
}

.grau {
	color: #87888a;
}

div.error {
	color: #ee7f00;
}

div.hint {
	color: #87888a;
}


img.menuImage {
	height: 160px;
	width: 520px;
	margin: 2px 0;
	padding: 0;
}

table.form {
	margin: 0 auto;
}

table.list {
	margin: 0 auto;
	width: 520px;
}

table.list td {
	border-top: 1px solid #aaa;
	vertical-align: top;
}

table.list th {
	vertical-align: bottom;
}

/* Spalte mit Aktion */
.action {
	width: 30px;
}

.message {
	padding-right: 20px;
}

.footer {
	padding: 5px 8px;
}

.status {
	padding: 2px 8px;
}


.loginBox {
	width: 400px;
}

.title {
	font-size: 140%;
}

/**
 * Selektor #bracket umschießt die gesamte Ausgabe
 */
#bracket {
	margin: 0 auto;
	width: 800px;
}

/**
 * Selektor #bodyPanel
 */
#bodyPanel {
	text-align: left;
	position: relative;
	float: left;
}


/**
 * Selektor #contentPanel
 */
#contentPanel {
	float: right;
	
	width: 555px;
}


/**
 * Selektor #header
 */
#header {
	height: 150px;
}

/**
 * Selektor #toolbar
 */
#toolbar {
	height: 25px;
	position: relative;
}

#toolbar p {
	font-size: 80%;
	padding: 5px 2px 0 2px;
	height: 20px;
}

#toolbar p.left {
	padding-right: 220px;
}

#toolbar p.right {
	float: right;
	width: 200px;
}

#toolbar a.normal {
	color: #ee7f00;
	text-decoration: none;
}

#toolbar a.select {
	background: #ee7f00;
	color: #fff;
	text-decoration: none;
}

/**
 * Selektor #menubar
 */
#menubar {
	margin: 0 3px;
	padding: 0;
	position: relative;
	top: 70px;
	height: 52px;
}

#menubar a {
	text-decoration: none;
}

#menubar div.blau a {
	color: #0069b2;
}

#menubar div.orange a {
	color: #ee7f00;
}

#menubar div.rosa a {
	color: #e2007a;
}

#menubar div.grau a {
	color: #87888a;
}


#menubar div.menu {
	float: left;
	height: 52px;	
	width: 25%;
}

#menubar div.menu div {
	font-size: 22px;
	padding: 7px 0 0 0;
	text-align: center;
	width: 100%;
	height: 52px;
}

#menubar div.menu div a {
}

/**
 * Selektor #content
 */
#content {
	min-height: 480px;
	font-size: 90%;
}

#content div.text {
	/*border: 1px solid gray;*/
	padding: 0 16px 10px 13px;
}

#content p.menuImage {
	margin: 0;
}

#content p {
	margin: 3px 0 0 0;
}

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

#footer p {
	font-size: 80%;
	padding: 8px 8px 0 8px;
}

#footer p.left {
	float: left;
}

#footer p.right {
	float: right;
	width: 200px;
}

/**
 * Selektor #sidePanel
 */
#sidePanel {
	padding-right: 575px;
}


/**
 * Selektor #newsPanel
 */
#newsPanel {
	font-style: italic;
	font-size: 90%;
	margin-top: 100px;
	text-align: right;
}

#newsPanel h1 {
	font-size: 120%;
	text-align: right;
	color: #ee7f00;
	font-style: italic;
}



#notifyBar {
	font-style: italic;
	margin-top: 20px;
}

#notifyHeader {
	color: #ee7f00;
	cursor: pointer;
	height: 24px;
	font-size: 100%;
	text-align: right;
	font-style: italic;
	padding-right: 5px;
}

#notifyHeader span {
	line-height: 24px;
	padding: 7px 0;
	margin-right: 5px;
}

#notifyList {
	margin: 5px 0;
	padding: 0 0 0 18px;
}

#notifyList li {
	font-size: 80%;
	margin: 0;
}

.notifyListHidden {
	display: none;
	visibility: hidden;
}

.notifyListShow {
	display: block;
	visibility: visible;
}




/**
 * Selektor #dialog
 */
#dialog {
}

.dialogHidden {
	visibility: hidden;
	display: none;
}

.dialogShow {
	visibility: visible;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: url(popup_dialog.png) repeat;
}

/**
 * Selektor #popupDialog unterhalb des "#dialog"
 */
#popupDialog {
	background: transparent;
	margin: 53px auto 20px auto;
	padding: 0;
	width: 700px;
}

#popupDialog div.header {
	background: url(popup-header.png) repeat-x top center transparent;
	height: 50px;
	margin: 0;
}

#popupDialog div.title {
	background: url(popup-links-title.png) no-repeat left top;
	float: right;
	height: 50px;
	margin: 0;
	padding: 0;
	width: 266px;
}

#popupDialog div.title div {
	background: url(popup-rechts-title.png) no-repeat right top;
	color: #87888a;
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	padding: 17px 0 0 0;
	text-align: center;
	width: 100%;
}

#popupDialog div.title a {
	margin: 0 18px 0 10px;
	float: right;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
	width: 16px;
}

#popupDialog div.body {
	background: url(popup-body.png) repeat-y center top;
	min-height: 300px;
}

#popupDialog div.text {
	padding: 0 15px 0 10px;
	text-align: left;
}

#popupDialog div.footer {
	background: url(popup-footer.png) no-repeat top center;
}

#popupDialog div.footer p {
	font-size: 80%;
}

#popupDialog h1 {
	font-size: 140%;
	margin: 0;
	padding: 0;
}

#popupDialog .closeButton {
	text-decoration: none;
	width: 16px;
	height: 16px;
}

#popupDialog .closeButton:link,
#popupDialog .closeButton:visited {
	background: url(icons/close_normal.png) no-repeat top center;
	border: none;
}

#popupDialog .closeButton:hover,
#popupDialog .closeButton:active,
#popupDialog .closeButton:focus {
	background: url(icons/close_select.png) no-repeat top center;
	border: none;
}

#splash {
	margin: 80px auto 20px auto;
	width: 600px;
}

#splash p {
	font-size: 80%;
	margin: 0;
	padding: 0;
}

/**
 * Selektor #debug, #error
 */
#debug, #error {
	margin-bottom: 10px;
}

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


