/******************************************************************************
 * allgemeine Stile
 ******************************************************************************/
.clearfix {
	display: block;
}

.clear {
	clear: both;
}

* {
	margin: 0;
	padding: 0;
}

html {
	border:0;
}

body {
	background-color: #efefef;
	min-height: 100%;

	position: relative;
	text-align: left;

	color: #555;
	font-family: 'Verdana',Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

p, dd, dt, li {
	line-height: 16.9px;
	/*line-height: 1.3em;*/
}

li {
	margin-bottom: 1em;
}

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

h5 {
	font-size: 100%;
}

strong {
	font-weight: bold;
	font-size: 12px;
}

a {
	color: #009DE0;
	text-decoration: none;
}

a img {
	border: none;
}

span.submit {
	display: block;
	width: 100%;
	text-align: right;
}

.hide {
	visibility: hidden;
}

.hide_dis {
	display:none;
}

.right {
	float: right;
}

.left {
	float: right;
}


.text-center {
	text-align: center;
}

.text-bold {
	font-weight: bold;
}

/******************************************************************************
 * Seitenlayout
 ******************************************************************************/
#page-margins {
	background: url('../images/page-shadow-right.png') top right repeat-y;
	width: 912px;
	margin: 0 auto;
}

#page {
	width: 905px;
	padding: 0;
}

#main {
	position: relative;
	background: #FFFFFF;
	width: 904px;
}

/******************************************************************************
 * Header
 ******************************************************************************/
#header {
	position: relative;
	height: 184px;
	width: 904px;
	padding: 0;
	background: url('../images/header.png') 0 0 no-repeat;
}

#header h1,
#header h2 {
	overflow: hidden;
	text-indent: -9999em;
	white-space: nowrap;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
}

#headerLink {
	display: block;
    height: 66px;
    left: 60px;
    position: absolute;
    top: 44px;
    width: 477px;
}


/******************************************************************************
 * Seitenleisten
 ******************************************************************************/
.side {
	text-align: left;
	padding-top: 23px;
	padding-bottom: 16px;
	width: 167px;
}

.side .title {
	display: block;
	width: 158px;
	height: 20px;
	background: #FFFFFF url('../images/side-title-back.png') 0 0 no-repeat;
	padding: 1px 0 0 9px;

	color: #fff;
	font-size: 13px;
	font-weight: normal;
}

#left {
	float: left;
	padding-left: 9px;
	padding-right: 0;
	min-height: 150px;
}

#right {
	float: right;
	width: 167px;
	padding-left: 0;
	padding-right: 15px;
}



/******************************************************************************
 * Partners (rechts)
 ******************************************************************************/
#partner_box {
	margin-bottom: 20px;
}

#partner-box h4 {
    color: #6DAF1E;
    float: left;
    font-size: 14px;
    margin: 13px 25px 0 0;
}

#partner-box img.first {
	float: left;
	margin-right: 25px;
}

#partner-box a {
    display: block;
    float: left;
    margin-right: 40px;
}

#partner {
	list-style: none;
	padding: 0;
	margin-top: 11px;
}

#partner a {
	display: block;
	width: 167px;

	overflow: hidden;
	text-indent: -9999em;
	white-space: nowrap;
}

a#partner_bfn {
	height: 84px;
	margin-top: -7px;
}

a#partner_bmu {
	margin-top: 9px;
	height: 82px;
}

a#partner_bmvbs {
	height: 91px;
}

a#partner_swedish {
	margin-top: 7px;
}

/******************************************************************************
 * Hauptmenu (links)
 ******************************************************************************/


#mainmenu {
	list-style: none;
	padding: 0;
}

#mainmenu li {
	display: block;
	margin: 3px 0 0 0;
}

#mainmenu li a {
	display: block;
	width: 159px;
	/*padding: 8px 0 8px 8px;*/
	padding: 7px 0 9px 8px;

	background-color: #faeadf;
	background-position: center right;
	background-repeat: no-repeat;

	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #555555;
}

#mainmenu li.active a,
#mainmenu li a:hover {
	background-color: #82bce8;
	color: #ffffff;
}

#mainmenu li.has_submenu a {
	background-image: url('../images/mainmenu-arrow.png');
}

#mainmenu li.has_submenu.active a,
#mainmenu li.has_submenu a:hover {
	background-image: url('../images/mainmenu-arrow-down.png');
}

#mainmenu li.has_submenu .submenu {
	padding: 0;
	/*background: #e1efd2;*/
}

#mainmenu li.has_submenu .submenu li a {
	width: 143px;
    padding: 3px 0 4px 24px;

	background-color: #fcf4ee;
	background-image: none;
	background-position: center left;
	color: #555555;
}

#mainmenu li.has_submenu .submenu li.active a,
#mainmenu li.has_submenu .submenu li a:hover {
	background-color: #f2eae3;
	background-image: url('../images/mainmenu-arrow-submenu.png');
	color: #6fa4cd;
}


/******************************************************************************
 * Footer
 ******************************************************************************/
.content-box-divider {
	height: 7px;
	background: url("../images/box-shadow-bottom.png") no-repeat scroll 0 0 transparent;
}
#footer {
	position: relative;
	height: 30px;
	width: 904px;
	padding: 0;
	margin-top:6px;
	background: url('../images/footer.png') 0 0 no-repeat;
}

#footerCenterWrap {
	float: right;
	position: relative;
	left: -50%;
	margin-top: 6px;
}

#footer ul {
	position:relative;
	left:50%;
	list-style: none;
}

#footer ul li {
	float: left;
	color: #ffffff;
	font-size: 11px;
}

#footer ul li a {
	color: #ffffff;
	text-decoration: none;
}

#footer ul li a:hover,
#footer ul li a.active {
	text-decoration: underline;
}

#footer ul li.separator {
	margin: 0 5px;
}


/******************************************************************************
 * Inhalt
 ******************************************************************************/
#content {
	/*min-height: 300px;*/
	float: left;
	padding: /*18px 0 16px 213px*/ 15px 48px 0 35px;
	width: 460px;
}

#content.wide {
	width: 645px;
}

.content a{
	font-style: italic;
}


#content .main-title {
	font-size: 22px;
	color: #8a2126;
	font-weight: bold;
	display: inline;
	letter-spacing: -0.05em
}

#content .second-title {
	font-size: 22px;
	font-weight:normal;
	color: #8a2126;
	display: inline;
	letter-spacing: -0.05em
}

#partner-box {
	width: 887px;
	height: 64px;
	padding: 18px 9px 21px 9px;
	background-color: #fff;
}

.article {
	font-size: 13px;
	margin-bottom: 23px;
}

.article ul {
	margin-bottom: 10px;
}

.article ul li {
	list-style: none;
	background: transparent url('../images/bullet.png') 0 6px no-repeat;
    padding-left: 15px;
    margin: 0;
}

.article p {
	margin-bottom: 13px;
}
.article .box-content {
	margin: 16px 8px 8px 8px;
}

.article h3,
.article h4 {
	font-size: 13px;
	color: #de7830;
	/*margin-bottom: 5px;*/
	font-weight: bold;
	margin-top: 5px;
}
.article .subline {
	font-style: italic;
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 14px;
	margin-top: -5px;
}

.article a {
	text-decoration: none;
	color: #6fa4cd;
}

.article .content-more {
	margin-top: 10px;
}

.article a.more-link,
.article a.back-link {
	display: none;
}

.box_right {
	margin-bottom:8px;
}
.box_right strong {
	color:#de7830;
	font-size:11px;
	font-weight:normal;
}
.box_right .content{
	font-size:11px;
	background-color:#fbede3;
	padding:10px 9px;
}
.box_right img{
	float:right;
}
.box_right .content p {
    margin-bottom: 13px;
}

/******************************************************************************
 * Formulare allgemein
 ******************************************************************************/
form dt {
	width: 140px;
	clear: both;
	float: left;
}

form dd {
	width: 317px;
	float: left;
	margin-bottom: 6px;
}

.button_row {
	margin: 20px 0 10px 0;
}

.textbox,
.button,
select,
textarea {
	background: #FAEADF;
	border: 1px solid #DE7830;	
}

.textbox {
	width: 305px;
	height: 25px;
    padding-left: 5px;
	padding-right: 5px;
}

.textbox.short {
	width: 115px;
}

.button {
	min-width: 127px;
	height: 27px;
}


select {
	height: 25px;
	width: 317px;
}

textarea {
	padding: 5px;
	width: 305px;
	height: 150px;
}

select option {
	padding-left: 5px;
	padding-right: 5px;
	background: #ffffff;
}

.required {
	/*color: red; */
}

.required_text {
	margin-top: 10px;
}

 .error {
	color: #A00000;
}


/******************************************************************************
 * Formulare, wo der Text ueber den Inputs steht
 ******************************************************************************/
form dl.vertical dt {
	float: none;
	width: auto;
	margin-bottom: 6px;
}

form dl.vertical dd {
	float: none;
	width: auto;
	margin-bottom: 14px;
}

form dl.vertical .textbox {
	width: 445px;
}

form dl.vertical textarea {
	width: 445px;
	height: 229px;
}

/******************************************************************************
 * Buchung
 ******************************************************************************/
.registration #credit_type {
	width: 100px;
}

.registration .expires select {
	width: 65px;
}

.registration .expires label {
    display: block;
    float: left;
    margin-top: 3px;
	width: 55px;
}

.registration dd.radios span {
	float: left;
    padding-left: 10px;
    width: 175px;
}

.registration dd.radios input {
	float: left;
}

.booking-details dl {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 1em;
}
.booking-details dt {
	width: 30%;
	float: left;
}
.booking-details dd {
	width: 70%;
	float: right;
}

/******************************************************************************
 * Tabellen allgemein
 ******************************************************************************/
table {
	border-collapse: collapse;
}

thead th {
	padding: 5px 10px;
	border-right: 1px solid #ffffff;
	white-space: nowrap;
}

tbody td {
	padding: 5px 10px;
	border-right: 1px solid #DE7830;
    vertical-align: top;
}

thead th.last,
tbody td.last {
	border-right: 0;
}

thead tr {
	background: #DE7830;
	color: #ffffff;
}

tbody tr {
	background: #FAEADF;
}

tbody tr.even {
	background: #FAEADF;
}

tbody tr td {
	border-bottom: 1px solid #ffffff;	
}

tbody tr.last td {
	border-bottom: 0;
}


/******************************************************************************
 * Tabellen Abstractlisten
 ******************************************************************************/
.abstractTable {
	width: 100%;
}
.abstractTable a {
	color: #555555;
	font-weight: bold;
}

.abstractTable a:hover {
	text-decoration: underline;
}


.abstractTable .name {
    white-space: nowrap;
}

.abstractTable .status {
    text-align: center;
}

.abstractTable .id {
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}

.abstractTable .review {
	text-align: center;
	cursor: default;
}

.abstractTable .review .popup {
	display: none;
	position: absolute;
	margin-top: -10px;
	margin-left: 8px;

	width: 200px;
    padding: 10px;
	border: 1px solid #71b129;
	background: #e1f0d3;

	text-align: left;
	font-weight: normal;
}

.abstractTable tr.even .review .popup {
	background: #f0f6e8;
}

.abstractTable .review:hover .popup {
	display: block;
}

.abstractTable a.edit-link {
	font-weight: normal;
}

.abstractTable span.edit-link {
	float: right;
}

/******************************************************************************
 * Tabelle Schedule
 ******************************************************************************/

.schedule-list {
	margin: 20px 0;
}

.schedule-list h3 {
	background: transparent url('../images/schedule/header_back_right_21.png') right 0 no-repeat;
	height: 21px;
	color: white;
	width: 100%;
	font-size: 15px;
	margin: 0 0 3px 0;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}

.schedule-list h3 span {
	background: url("../images/schedule/header_back_21.png") repeat-x 0 0 transparent;
	display: block;
	padding-left: 12px;
	width: 628px;
	height: 21px;
}

.schedule-list h3 a.slideLink {
	display: none;
	height: 11px;
	width: 11px;
	background: transparent url('../images/schedule/arrows.png') 0 0 no-repeat;
	position: absolute;
	top: 3px;
	right: 5px;
}

.schedule-list table {
	color: #505050;
	width: 100%;
	margin-bottom: 7px;
}

.schedule-list table td {
	text-decoration: none;
	color: #505050;
	font-size: 15px;
	padding: 0;
}

.schedule-list table a {
	color: #505050;
	display: table-cell;
	width: inherit;
	height: inherit;
	vertical-align: inherit;
}

.schedule-list table tr {
	border-bottom: 1px solid #fff;
}

.schedule-list table td {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #fff;
}

.schedule-list table td.double {
	width: 288px;
}

.schedule-list table td.only {
	width: 567px;
}

.schedule-list table td.thirds {
	width: 189px;
}

.schedule-list table td.time {
	font-size: 13px;
	width: 55px;
	border-right: 3px solid #fff;
	padding: 0 10px;
	background: #f6f6f6;
	vertical-align: top;
}

.schedule-list table td.empty {
	background-color: white;
}

/* special background colors */

.schedule-list table td.collection-1 {		/* excursion */
	background-color: #f6d78a;
}

.schedule-list table td.collection-1:hover {
	background-color: #fac452;
}

.schedule-list table td.collection-2 {		/* sessions */
	background-color: #d3e988;
}

.schedule-list table td.collection-2:hover {
	background-color: #c2e050;
}

.schedule-list table td.collection-3 {		/* planery */
	background-color: #a8d6bb;
}

.schedule-list table td.collection-3:hover {
	background-color: #7ec3a0;
}

.schedule-list table td.collection-4 {		/* tours */
	background-color: #f6c488;
}

.schedule-list table td.collection-4:hover {
	background-color: #faa650;
}

.schedule-list table td.collection-5 {		/* breaks */
	background-color: #f0f7e8;
}

.schedule-list table td.collection-6 {		/* general */
	background-color: #8dac89;
}

.schedule-list table td.collection-6:hover {
	background-color: #5c875a;
}

.schedule-list table td.collection-7 {		/* poster session */
	background-color: #8dbec3;
}

.schedule-list table td.collection-7:hover {
	background-color: #539dad;
}

.schedule-list ul.parallel {
	display: none;
	background: #d3ea80;
	list-style: none;

	position: absolute;
	right: 48px;
	margin-top: 0;
	border: 1px solid #fefffe;
	width: 376px;
	z-index: 5000;
}

.schedule-list ul.parallel li {
	margin: 0;
	padding: 0;
	text-align: left;
	border-top: 1px solid #fefffe;
}

.schedule-list ul.parallel li:first-child {
	border-top: 0;
}

.schedule-list ul.parallel li a {
	display: block;
	padding: 12px 20px 11px 20px;
	text-align: center;
}

.schedule-list ul.parallel li:hover {
	background: #c2e050;
}

.schedule-list table td:hover ul.parallel {
	display: block;
}

/******************************************************************************
 * Abstractlisten Status-Filter
 ******************************************************************************/
#filterBox {
	margin-bottom: 10px;
}

#filterBox .button {
	height: 25px;
	min-width: 30px;
}

#filterBox select {
	width: auto;
	vertical-align: top;
}

/******************************************************************************
 * Abstract anzeigen
 ******************************************************************************/
.abstractView dl {
	margin-bottom: 20px;
	float: left;
}

.abstractView dt {
    clear: both;
    float: left;
    width: 140px;
	font-style: italic;
}

.abstractView dd {
    float: left;
    margin-bottom: 6px;
    width: 317px;
}


.abstractView .button_row {
	margin-top: 10px;
}

.abstractView .add-review {
	display: none;
	background: #F0F6E8;
	border: 1px solid #71B127;
	padding: 10px;
}

.abstractView .add-review dl {
	margin-bottom: 0;
}

.abstractView .add-review dt {
	width: 130px;
}

.abstractView .add-review dd {
	width: 307px;
}

.abstractView .add-review textarea {
	width: 295px;
}

.abstractView .add-review select {
	width: 307px;
}

.abstractView .add-review .radio {
	float: left;

}

.abstractView .add-review .radio_label {
	display: block;
	float: left;
	margin-top: -3px;
    padding-left: 5px;
    padding-right: 20px;
    width: 20px;
}


.abstractView .assign-reviewers {
	display: none;
	background: #F0F6E8;
	border: 1px solid #71B127;
	padding: 10px;
}

.abstractView .assign-reviewers tr {
	background: none;
}

.abstractView .assign-reviewers td {
	border: none;
	padding: 0;
	padding-left: 10px;
}

.abstractView .assign-reviewers td.checkbox {
	vertical-align: middle;
}

.abstractEdit dt.status,
.abstractEdit dd.status {
	background: #F0F6E8;
	border: 1px solid #71B127;
}

.abstractEdit dt.status {
	border-bottom: 0;
	margin-bottom: 0;
	padding: 5px 5px 6px 5px;
}

.abstractEdit dd.status {
	border-top: 0;
	padding: 0px 5px 5px 5px;
}

.abstractEdit dd.status input {
	float: left;
	margin-top: 3px;
}

.abstractEdit dd.status label {
	float: left;
	padding-left: 10px;
	width: 420px;
}

.abstractEdit .authorList li {
	background: none;
	padding-left: 0;
}

.abstractEdit .authorList li.middlename {
    margin-bottom: 35px;
}

.abstractEdit .authorList li.new {
	display: none;
}


.abstractEdit .authorList label {
    width: 140px;
	display: block;
	float: left;
}

.abstractEdit .authorList .textbox {
	width: 305px;
}

.abstractEdit .authorList label {
    width: 140px;
	display: block;
	float: left;
}

#creditcardErrors {
	color: red;
}



/******************************************************************************
 * seitenspezifische Ausnahmen
 ******************************************************************************/



/* special forms */

input.checksum {
	width: 27px;
}

input.card-no {
	width: 120px;
	margin-right: 20px;
}
