/* Messeverwaltung
   /css/main.css
*/

/* Grundformatierungen */
body
{
	margin: 0px;
	background-color: white;
}
body.simple
{
	margin: 5px;
	background-color: #385d8a;
}
font, h1, h2, h3, h4, ol, p, th, td, ul, dd, dt, input, textarea, select
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: white;
}
p, ol, ul, td, th, dd, dt, input, textarea, select
{
	font-size: 12pt;
}
ol, ul
{
	line-height: 1.2em;
}
h1
{
	font-weight: medium;
	font-size: 16pt;
	margin-top: 0em;
	margin-bottom: 1em;
}
h2
{
	font-size: 14pt;
	margin-top: 0pt;
	margin-bottom: 1em;
}
h3
{
	font-size: 12pt;
	margin-top: 0pt;
	margin-bottom: 0.5em;
}
p
{
	margin-top: 0pt;
	margin-bottom: 1em;
}
a
{
	color: white;
}
img
{
	border: none;
}

dl.form
{
	clear: both;
	display: block;
	margin-top: 0pt;
	margin-bottom: 0.2em;
	overflow: hidden;
}
dl.form dt
{
	width: 15em;
	display: block;
	clear: left;
	float: left;
}
dl.form dt.light
{
	font-weight: normal;
}
dl.form dd
{
	vertical-align: top;
	margin-left: 16em;
	text-align: left;
}
input, textarea, select
{
	color: #385d8a;
	background-color: white;
	border: thin solid #385d8a;
	box-sizing: border-box;
	margin: 0;
	padding: 1px;
}
input[disabled], textarea[disabled], select[disabled]
{
	color: gray;
	background-color: silver;
	border: thin solid #385d8a;
}
select.view[disabled]
{
	color: #385d8a;
	background-color: white;
	border: thin solid #385d8a;
}
input.button
{
	color: white;
	font-weight: bold;
	background-color: #4c76b3;
	padding: 1px 25px;
}
input.light
{
	font-weight: normal;
}
input.checkbox
{
	/* Keine Schattierung für Auswahlboxen im MSIE */
	background-color: transparent;
	border: none;
}
input.number
{
	text-align: right;
}
table.records
{
	border-collapse: true;
	border-spacing: 0;
	empty-cells: true;
	table-layout: fixed;
	width: 750px;
}
table.records th
{
	background-color: #4c76b3;
	font-size: 11pt;
	padding: 3pt 2pt;
	text-align: left;
}
table.records td
{
	color: black;
	font-size: 10pt;
	padding: 1pt 2pt;
	overflow: hidden;
}
table.records tr.row1
{
	height: 24px;
}
table.records tr.row2
{
	height: 24px;
}
table.records tr.row1 td
{
	background-color: #c9d6e8;
}
table.records tr.row2 td
{
	background-color: #dbe4f0;
}
table.records tr.row1disabled
{
	height: 24px;
}
table.records tr.row2disabled
{
	height: 24px;
}
table.records tr.row1disabled td
{
	background-color: #9da7b5;
}
table.records tr.row2disabled td
{
	background-color: #acb4bd;
}
table.records a
{
	color: black;
}
td.number
{
	text-align: right;
}
table.records td.disabled
{
	color: gray;
	font-style: italic; 
}

.small
{
	font-size: 80%;
}
.light
{
	font-weight: normal;
}
.important
{
	font-weight: bold;
}
.diemsg
{
	border: 1px solid #a02031;
	color: black;
	margin: 5px;
	padding: 5px;
}
p.right
{
	text-align: right;
}
p.centered
{
	text-align: center;
}
a.nav, p.nav
{
	text-decoration: none;
}
a.navactive, p.navactive
{
	color: silver;
	font-weight: bold;
	text-decoration: none;
}
p.navsub
{
	padding-left: 2em;
}
a.static
{
	text-decoration: none;
}

div.main
{
	background-color: #385d8a;
	margin: 10px auto;
	padding: 10px 20px;
	width: 980px;
}
div.toplogo
{
	background-image: url(rscb.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 70px;
	position: relative;
	margin-bottom: 2em;
}
div.leftmargin
{
	margin-left: 160px;
}
div.imprint
{
	margin-top: 1em;
	margin-bottom: 0em;
	text-align: right;
	clear: both;
}

div.navcontainer
{
	position: relative;
}
div.nav
{
	border: 1px solid white;
	left: 770px;
	margin-bottom: 10px;
	padding: 5px;
	top: 0px;
	width: 200px;
	float: right;
}
div.content
{
	position: relative;
	top: 0px;
	width: 750px;
	float: left;
}
div.clear
{
	clear: left;
}
div.border
{
	border: 1px solid white;
	margin-bottom: 0.5em;
	padding: 5px;
}

div.imprint p
{
	font-size: 10pt;
	margin-bottom: 0em;
}
div.toplogo h1
{
	bottom: 0px;
	margin-bottom: 0px;
	position: absolute;
	padding-right: 180px;
}
div.nav h2
{
	font-size: 12pt;
	border-bottom: 1px solid white;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
div.nav h2.first
{
	margin-top: 0em;
}
div.nav p
{
	font-size: 10pt;
	margin-bottom: 0.5em;
}
div.border h2
{
	font-size: 12pt;
	border-bottom: 1px solid white;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
div.border h2.first
{
	margin-top: 0em;
}

/* Meldungsboxen */
div.msgbox
{
	background-color: #2a558a;
	padding-top: 0pt;
	padding-bottom: 0pt;
	border: thin solid #13263d;
}
p.msgbox, p.errorbox
{
	margin-top: 0em;
	margin-bottom: 0em;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0.5em;
}
p.firstline
{
	padding-top: 0.5em;
}
p.msgboxtitle
{
	color: white;
	background-color: #13263d;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
div.errorbox
{
	background-color: #97534c;
	padding-top: 0pt;
	padding-bottom: 0pt;
	border: thin solid #4a221e;
}
p.errorboxtitle
{
	color: white;
	background-color: #4a221e;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
div.msgbox a, div.errorbox a
{
	color: white;
}
div.inline
{
	margin-top: 1em;;
	margin-bottom: 1em;
}

/* Kalender */
table.calendar
{
	border-collapse: true;
	border-spacing: 1;
	empty-cells: true;
	table-layout: fixed;
	width: 280px;
}
table.calendarnav
{
	border-collapse: true;
	border-spacing: 1;
	empty-cells: true;
	padding-bottom: 5px;
	table-layout: fixed;
	width: 280px;
}

td.cal-cellmonth
{
	border: 1px solid white;
	color: white;
	font-weight: bold;
	height: 1.6em;
	text-align: center;
	margin-bottom: 10px;
}
td.cal-cellweekday
{
	border: 1px solid white;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	height: 1.6em;
	text-align: center;
}
td.cal-cellnormal
{
	border: 1px solid white;
	height: 1.5em;
	text-align: center;
}
td.cal-cellothermonth
{
	border: 1px dotted white;
	height: 1.5em;
	text-align: center;
}
td.cal-cellselectable
{
	border: 1px solid white;
	height: 1.5em;
	text-align: center;
}
td.cal-current
{
	background-color: #4c76b3;
}
.cal-bookable
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.cal-notbookable
{
	color: gray;
	font-weight: normal;
	text-decoration: none;
}
.cal-othermonth
{
	color: gray;
	font-weight: normal;
	text-decoration: none;
}
.cal-today
{
	color: #4a221e;
}
.vcentered
{
	vertical-align: middle;
}