/* ##################################################################### */
/* HTML ELEMENTS
/* ##################################################################### */

body, html
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	color: #5A5A5A;
	text-align: center;
}

body, p, a, td, input, textarea
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #5A5A5A;
}

img
{
	border: none;
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	outline: none;
}

h1, h2, h3
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1
{
	color: #000000;
	font-size: 16px;
	margin-bottom: 15px;
	position: relative;
	left: -2px;
}

h2
{
	color: #000000;
	font-size: 13px;
	margin-bottom: 10px;
}

h3
{
	font-size: 12px;
	margin-bottom: 6px;
}

form, p, td
{
	margin: 0;
	padding: 0;
}

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

p.align-left
{
	text-align: left;
}

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

p.align-right
{
	text-align: right;
}

hr
{
	border: 0; /* Für Firefox und Opera */
	border-top: solid 1px #c8c8c8;
	border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}



/* ##################################################################### */
/* MAIN DIVS
/* ##################################################################### */

#main-container
{
	width: 1000px;
	padding: 0 0 110px 0;
	text-align: left;
	margin: auto;

	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#topnav-container
{
	height: 20px;
	background-image: url(../images/topnav_shadow.jpg);
	background-repeat: repeat-x;
}

#search
{
	float: left;
	height: 20px;
	background-color: #cccccc;
	display: none;
}

#search-input
{
	height: 12px;
	width: 100px;
	margin: 2px 0 0 10px;
	border: 0;
}

#search-text
{
	float: left;
	height: 20px;
	background-color: #cccccc;
}

#search-text a
{
	margin: 3px 0 0 9px;
	padding: 0;
	display: block;
	color: #ffffff;
}

#topnav, #topnavRight
{
	float: left;
	height: 20px;
	background-color: #cccccc;
}
#topnavRight
{
	background-color: transparent;
}
#topnavRight
{
	float: right;
}

#header-container
{
	height: 100px;
	position: relative;
}

#claim-container
{
	position: absolute;
	top: 0;
	left:; 0;
	width: 200px;
	height: 100px;
}

#claim
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 10px 20px 10px;
}

#flashcontent
{
	position: absolute;
	top: 0;
	left: 200px;
}

#flashcontent img
{
	width: 420px;
	height: 100px;
}

#logo
{
	position: absolute;
	top: 0;
	right: 210px;
}

#mainnav-container
{
	height: 32px;
	background-image: url(../images/mainnav_shadow.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#mainnav
{
	height: 32px;
	background-image: url(../images/mainnav_back.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#mainnav a
{
}

#content-container
{
	padding: 20px 0 0 0;
	position: relative;
}

#left-column
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	padding: 10px 0 110px 0;
}

#logout
{
/*	float: left; */
	font-size: 10px;
}

#content
{
	position: absolute;
	top: 0;
	left: 200px;
	width: 580px;
	padding: 10px 20px 110px 20px;
}

html. * #content /* IE 6 fix */
{
	width: 620px;
}

#contenthome
{
	position: absolute;
	top: 0;
	left: 0;
	width: 790px;
	padding: 10px 20px 110px 10px;
}

html. * #contenthome /* IE 6 fix */
{
	width: 820px;
}

#right-column
{
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	padding: 10px 0 110px 0;
}

#contenthome div.csc-textpic div.csc-textpic-text
{
	margin-right: 521px;
	padding-right: 24px;
}

#contenthome div.csc-textpic div.csc-textpic-imagewrap
{
	clear: both;
}

#contenthome div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image
{
	width: 511px !important;
	margin-right: 10px !important;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol
{
	clear:both;
}



#footer-container
{
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -500px;
	width: 100%;
	text-align: left;
	background-color: #ffffff;
}

#footer
{
	margin-top: 20px;
	width: 1000px;
	height: 85px;
	text-align: left;
	position: relative;
}

/* ##################################################################### */
/* CLASSES
/* ##################################################################### */

/* Top navigation */

.topnav, .topnavRight
{
	margin: 0 5px 0 5px;
	padding: 0;
	list-style-type: none;
}

.topnav li, .topnavRight li
{
	float: left;
	display: block;
	padding: 3px 4px 3px 4px;
}

.topnav li a, .topnavRight li a
{
	display: block;
	color: #ffffff;
	padding-left: 6px;
	border-left: 1px solid #ffffff;
}
.topnavRight li a
{
	color: #cc0000;
	border: none;
	font-weight: bold;
}

.topnav li a:hover, .topnavRight li a:hover
{
	text-decoration: underline;
}



/* Main navigation */

.mainnav
{
	z-index: 99;
	position: absolute;
	margin: 0 10px 0 10px;
	padding: 0;
	list-style-type: none;
	width: 990px;
}

.mainnav li
{
	float: left;
	display: block;
	white-space: nowrap;
}

.mainnav li a
{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	line-height: 22px;
	padding: 0 10px 0 10px;
	margin: 0;
}

.mainnav li a:hover, .mainnav li.active a:hover
{
	color: #000000;
/*	background-color: #ebebec;*/
	background-color: #ffffff;
}

.mainnav li.active a
{
	background-color: #ffffff;
	color: #000000;
	line-height: 18px;
	padding: 0 10px 12px 10px;
	margin: 2px 0 0 0;
}



/* Main Subnavigation */

.mainsubnav
{
	z-index: 99;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
}

.mainsubnav li
{
	float: none;
	display: block;
	white-space: nowrap;
}

.mainsubnav li a, .mainnav li.active .mainsubnav li a
{
	background-color: #ebebec;
	color: #000000;
	text-transform: none;
	display: block;
	line-height: 22px;
	padding: 0 10px 0 10px;
	margin: 0;
}

.mainsubnav li a:hover, .mainnav li.active .mainsubnav li a:hover, .mainnav li.active .mainsubnav li.active a:hover
{
	background-color: #d2d2d2;
	color: #000000;
	display: block;
	line-height: 22px;
	padding: 0 10px 0 10px;
	margin: 0;
}

.mainnav li.active .mainsubnav li.active a
{
	background-color: #ffffff;
	color: #000000;
	display: block;
	line-height: 22px;
	padding: 0 10px 0 10px;
	margin: 0;
}



/* Subnavigation */

.subnav
{
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
	margin-bottom: 40px;
}

.subnav li
{
}

.subnav li a
{
	display: block;
	color: #000000;
	padding: 5px 15px 0 0;
}

.subnav li.active a
{
	color: #cc0000;
	text-decoration: underline;
}

.subnav li a:hover
{
	text-decoration: underline;
}



/* Subsubnavigation */

.subsubnav
{
	margin: 0 0 2px 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

.subsubnav li
{
}

.subsubnav li a
{
	display: block;
	color: #000000;
	padding: 5px 15px 0 0;
}

.subnav li.active .subsubnav li a
{
	color: #000000;
	text-decoration: none;
}


.subnav li.active .subsubnav li.active a, .subnav li.active .subsubnav li a:hover
{
	text-decoration: underline;
}



/* Subsubnavigation */

.subsubsubnav
{
	margin: 0 0 2px 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

.subsubsubnav li
{
}

.subsubsubnav li a
{
	display: block;
	color: #000000;
	padding: 5px 15px 0 0;
}

.subnav li.active .subsubsubnav li a
{
	color: #000000;
	text-decoration: none;
}

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



/* Left column */

.left-column-item-wrap
{
	height: 22px;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	padding: 1px;
	margin-top: 40px;
}

.left-column-item-wrap.no-space
{
	border-top: none;
	margin-top: 0;
}

.left-column-item-wrap.cart
{
	margin-top: 0;
}

.left-column-item
{
	height: 18px;
	padding: 2px;
	background-color: #EBEBEB;
	color: #A0A0A0;
}

.left-column-item h3
{
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 3px;
	font-size: 10px;
	font-weight: normal;
	color: #8C8C8C;
}

.left-column-content
{
	border-bottom: 1px solid #C8C8C8;
}



/* Right column */



/* Clearer class */

.clearer
{
	clear: both;
	height: 0;
	line-height: 0%;
}



/* Input fields */

.input
{
	border: none;
	width: 140px;
	height: 16px;
}



/* Content */

#content a
{
	color: #000000;
}

#content a:hover
{
	text-decoration: underline;
}

#content .icon-link, .external-link, .seminars-list-details a, .seminars-book-item a, #logout .icon-link, .eventbox-middle a, .sidebox-header a, .sideboxnew-middle h1 b
{
	color: #000000;
	padding-left: 10px;
	background-image: url(../images/link.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

#content .icon-link:hover, .external-link_hover, .seminars-list-details a:hover, .seminars-book-item a:hover, #logout .icon-link:hover, .eventbox-middle a:hover, .sidebox-header a, .sideboxnew-middle h1 b
{
	text-decoration: underline;
	padding-left: 10px;
	background-image: url(../images/link.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

.external-link,
.external-link:visited {
	padding-left: 15px;
	background: url(../images/external_link_new_window.gif) no-repeat 0 3px;
}

/* Misc */

#claim .ttcontent-element
{
	padding: 0;
	margin: 0;
}

#claim .ttcontent-element h1, #claim .ttcontent-element h2, #claim .ttcontent-element h3
{
	color: #808080;
	font-weight: normal;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#claim .ttcontent-element h1
{
	font-size: 14px;
}

#claim .ttcontent-element h2
{
	font-size: 12px;
}

#claim .ttcontent-element h3
{
	font-size: 11px;
}

#claim .ttcontent-element p
{
	font-size: 10px;
	color: #A0A0A0;
	margin: 0;
	padding: 0;
}



/* RTE-Tabellen */
.contenttable {
	margin: 12px 0 0 0;
}

.contenttable tr td
{
	padding: 1px 5px 1px 0;
}



/* Lists */

#content ul
{
	padding-left: 15px;
	list-style-image: url(../images/bullet1.gif);
}

#content ul li ul
{
	list-style-image: url(../images/bullet2.gif);
	margin-top: 5px;
}

#content .csc-textpic-text li
{
	margin-left: 40px;
}



/* Seminars */

.seminars-list-title
{
	font-weight: bold;
}

.seminars-book-label
{
	padding: 3px 0;
	text-align: center;
	font-size: 10px;
	color: #797979;
	background-color: #EBEBEB;	
	border-bottom: 1px solid #ffffff;
	margin-top: 4px;
}

.seminars-book-item
{
	background-color: #F5F5F5;
	padding: 8px 10px;
	border-bottom: 1px solid #ffffff;
}

.seminars-book-date
{
	font-weight: bold;
}

.left-column-item.seminars-cart-label
{
	background-color: #E0170C;
}

.left-column-item.seminars-cart-label h3
{
	color: #ffffff;
}

.left-column-content.seminars-cart-content
{
	padding: 5px;
	margin-bottom: 40px;
}

.seminars-delete-wrap a, .seminars-finish-wrap a, #content .ci-newlist-title a
{
	padding-left: 14px;
	background-image: url(../images/delete_link.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	color: #5A5A5A;
}

.seminars-finish-wrap a, #content .ci-newlist-title a
{
	background-image: url(../images/internal_link.gif);
}

.seminars-delete-wrap a:hover, .seminars-finish-wrap a:hover, #content .ci-newlist-title a:hover
{
	color: #E0170C;
}



/* Country informations (ci) */

.ci-newlist-table tr td
{
	padding: 2px 20px 2px 0;
}

.ci-newlist-country
{
	width: 120px;
	font-weight: bold;
}

.ci-newlist-date
{
	width: 80px;
}



/* Typo3 forms */

div .accessible_mailform
{
	display: none;
}

.csc-mailform-field .field-error input,
.csc-mailform-field .field-error textarea,
.csc-mailform-field .field-error select,
.csc-mailform-field .csc-mailform-radio .field-error fieldset
{
	border: 1px solid #E0170C;
	background-color: #F5CFCD;
}

.csc-mailform
{
	border: none;
	margin: 20px 0 0 0 ;
	padding: 0;
}

.csc-mailform-field
{
	padding-bottom: 5px;
	clear: both;
}

.csc-mailform-field input, input.checkout-input, input.checkout-input-error, .csc-form-fieldcell input
{
	height: 14px;
	width: 150px;
	padding: 2px 2px;
	border: 1px solid #C8C8C8;
}

.csc-mailform-field input.checkout-checkbox
{
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	margin-left: 101px;
}

.csc-mailform-field textarea
{
	width: 250px;
}

.csc-mailform-field textarea
{
	margin-bottom: 5px;
	padding: 2px 2px;
	border: 1px solid #C8C8C8;
}

.csc-mailform-field .csc-mailform-check
{
	width: auto;
	border: none;
	padding: 0;
	float: none;
}

.csc-mailform-field .csc-mailform-radio label, .csc-mailform-field .csc-mailform-radio input
{
	float: none;
	display: inline;
	width: auto;
	height: auto;
	padding: 0;
	border: none;
}

.csc-mailform-field .csc-mailform-radio fieldset
{
	border: none;
	margin: 0 0 20px 130px;
	padding: 0;
}

.csc-mailform label, .checkout-label
{
	float: left;
	display: block;
	width: 130px;
}

.csc-mailform-field .csc-mailform-submit, .button, .csc-form-fieldcell input.button
{
	border: none;
	margin-top: 15px;
	width: auto;
	height: auto;
	margin-left: 130px;
	background-color: #DEDEDE;
	padding: 2px 2px;
}

.csc-form-fieldcell input.button
{
	margin-left: 0;
	margin-top: 8px;
}

table.csc-loginform tr td
{
	padding-bottom: 3px;
}

.csc-mailform-field .csc-mailform-submit:hover, .button:hover, .csc-form-fieldcell input.button:hover
{
	background-color: #E9E9E9;
	color: #9C9C9C;
}

.csc-mailform-label
{
	font-weight: bold;
}



/* Contact form */

textarea.checkout-input
{
}

input.checkout-input-error, textarea.checkout-input-error
{
	border: 1px solid #E0170C;
	background-color: #F5CFCD;
}



/* Search */

.tx-indexedsearch-res
{
	margin-top: 40px;
}

.tx-indexedsearch-res.res
{
	margin-bottom: 20px;
	margin-top: 15px;
	clear: both;
}

.tx-indexedsearch-browsebox
{
	margin: 8px 0 8px 0;
}

.search-result-title
{
	margin-bottom: 5px;
}

.tx-indexedsearch-descr
{
	padding: 8px;
	background-color: #F6F6F6;
	margin-top: 5px;
}

#content ul.browsebox
{
	list-style-type: none;
	list-style-image: none;
	margin: 10px 0 10px 0;
	padding: 0;
}

.browsebox li
{
	float: left;
	margin-right: 5px;
}



/* Columna */

.tx-columna-pi1 table tr td
{
	vertical-align: top;
	padding-right: 0;
	width: 50%;
}



/* Sponsor */

.sponsor-narrow
{
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
}

.sponsor-wide
{
	position: absolute;
	top: 0;
	left: 400px;
	width: 590px;
}

.sponsor-end
{
	position: absolute;
	top: 0;
	left: 990px;
	width: 10px;
	height: 80px;
	background: url(../images/footer_box_end.jpg) no-repeat top left;
	padding: 0 0 5px 0;
}

html. * .sponsor-end /* IE 6 fix */
{
	height: 85px;
}

.sponsor-title
{
	height: 12px;
	padding: 4px 10px 4px 10px;
	background: url(../images/footer_box_head.jpg) no-repeat top left;
	font-size: 9px;
}

html. * .sponsor-title /* IE 6 fix */
{
	height: 20px;
}

.sponsor-content
{
	height: 55px;
	padding: 5px 10px 10px 10px;
	background: url(../images/footer_box_middle.jpg) repeat-y top left;
}

html. * .sponsor-content /* IE 6 fix */
{
	height: 70px;
}

.sponsor-narrow .sponsor-content img
{
	width: 180px;
	height: 50px;
}

.sponsor-wide .sponsor-content
{
	position: relative;
	overflow: hidden;
}

.sponsor-wide .sponsor-content a
{
	width: 180px;
	height: 50px;
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	opacity: 0;
}



/* Side Box */

.sidebox-header
{
	width: 160px;
	height: 12px;
	padding: 3px 10px 3px 10px;
	background: url(../images/side_box_head.jpg) no-repeat top left;
	font-size: 9px;
}

html. * .sidebox-header /* IE 6 fix */
{
	width: 180px;
	height: 18px;
}

.sidebox-header a
{
	text-decoration: none;
}

.sidebox-middle
{
	width: 160px;
	padding: 10px;
	background: url(../images/side_box_middle.jpg) repeat-y top left;
}

html. * .sidebox-middle /* IE 6 fix */
{
	width: 180px;
}

.sidebox-separator
{
	width: 180px;
	height: 10px;
	background: url(../images/side_box_sep.jpg) no-repeat top left;
}

.sidebox-footer
{
	width: 180px;
	height: 12px;
	background: url(../images/side_box_foot.jpg) no-repeat top left;
}



/* Event Box */

.eventbox-header
{
	width: 155px;
	height: 14px;
	padding: 3px 10px 3px 10px;
	background: url(../images/event_box_head.jpg) no-repeat top left;
	color: #ffffff;
	font-weight: bold;
}

html. * .eventbox-header /* IE 6 fix */
{
	width: 175px;
	height: 20px;
}

.eventbox-middle
{
	width: 155px;
	padding: 5px 10px 0 10px;
	background: url(../images/event_box_middle.jpg) repeat-y top left;
}

html. * .eventbox-middle /* IE 6 fix */
{
	width: 175px;
}

.eventbox-footer
{
	width: 175px;
	height: 10px;
	background: url(../images/event_box_foot.jpg) no-repeat top left;
}



/* Seminar Box */

.seminarbox-header
{
	width: 180px;
	height: 14px;
	padding: 3px 10px 3px 10px;
	background: url(../images/seminar_box_head.jpg) no-repeat top left;
	color: #ffffff;
	font-weight: bold;
}

html. * .seminarbox-header /* IE 6 fix */
{
	width: 200px;
	height: 20px;
}

.seminarbox-middle
{
	width: 180px;
	padding: 5px 10px 5px 10px;
	background: url(../images/seminar_box_middle.jpg) repeat-y top left;
}

.seminarbox-middle p
{
	margin: 0 0 5px 0;
	font-weight: bold;
}

.seminarbox-middle p.active a
{
	color: #cc0000;
}

.seminarbox-middle p a:hover
{
	color: #000000;
}

html. * .seminarbox-middle /* IE 6 fix */
{
	width: 200px;
}

.seminarbox-footer
{
	width: 200px;
	height: 10px;
	background: url(../images/seminar_box_foot.jpg) no-repeat top left;
}



/* Side Box New */

.sideboxnew-middle h1
{
	height: 12px;
	padding: 3px 10px 3px 10px;
	background: url(../images/side_box_head.jpg) no-repeat top left;
	font-size: 11px;
	margin-bottom:10px;
}

.sideboxnew-middle h1 b
{
	text-decoration: none;
}

.sideboxnew-middle
{
	padding-left:2px;
	background: url(../images/side_box_middle.jpg) repeat-y top left;
}

.sideboxnew-middle p.bodytext, .sideboxnew-middle div.csc-textpic
{
	padding: 0 10px 10px 10px;
}

.sideboxnew-middle div.csc-textpic p.bodytext
{
	padding: 0;
}

.sideboxnew-middle div.csc-textpic img
{
	padding-bottom: 5px;
}

html. * .sideboxnew-middle /* IE 6 fix */
{
	width: 180px;
}

.sideboxnew-separator
{
	width: 180px;
	height: 10px;
	background: url(../images/side_box_sep.jpg) no-repeat top left;
}

.sideboxnew-footer
{
	width: 180px;
	height: 12px;
	background: url(../images/side_box_foot.jpg) no-repeat top left;
}
