/* For unordered inline-lists (meta-nav, footer links, ...): no border / margin / padding for 1st element */

.first-child,
.first {
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}
.last-child {
	margin-right:0 !important;
	padding-right:0 !important;
	border-right:0 !important;
}

table.ext_table{
	width: 600px;
}
img.ext_picture{
	
}
td.ext{
	height:60px;
}

ul.link li {
	margin-top:0.8em;
}
ul.link li {
	background:url(../images/general/arrow_right.gif) left 4px no-repeat;
}
ul.link li a {
	padding-left:8px;
	line-height:1.1;
	font-weight:bold;
}

h3.available{
	font-size:12px;
	font-weight:bold;
	color:green;
}

h3.not_available{
	font-size:12px;
	font-weight:bold;
	color:red;
}

page-turn bottom{
	display:inline;
}


span.button {
	float:left;
	display:block;
	background:url(../images/content/button_right.png) right top no-repeat;
	width:auto !important;
}

span.button.fwd {
	float:right;
	margin-left:8px;
}
* html span.button.fwd {
	width:1%;
}
span.button span {
	float:left;
	display:block;
	background:url(../images/content/button_left.png) no-repeat;
}
span.button.fwd span {
	float:left;
}
* html span.button.fwd span {
	width:1%;
}
span.button input {
	border:0;
	background:transparent;
	text-align:center;
	height:24px;
	line-height:11px;
	padding:0 20px 2px 10px !important;
	outline: 0;
	font-weight:bold;
	color:#000 !important;
	cursor:pointer;
	overflow:visible;
}
span.button input:active {
	outline: 0;
}



/* ===================================================== */
/*
** BASIC HTML TAGS
*/
/* ===================================================== */

em,
cite {
	font-style:normal;
}

.hr {
	height:1px;
	overflow:hidden;
	background:#ccc;
	color:inherit;
	margin:15px 0;
}
.hr hr {
	display:none;
}

h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:0.5em;
	line-height:1.2;
}

h2, h3, h4, h5, h6 {
	font-size:15px;
	margin-top:1em;
	line-height:1.2;
	color:#000;
}


.content p,
.text-content p {
	margin-top:0.8em;
	line-height:1.4;
}

p.small {
	font-size:11px;
}

img.left-aligned {
	float:left;
	margin:0 15px 10px 0;
}
img.right-aligned {
	float:right;
	margin:0 0 10px 15px;
}

p.remarks {
	font-size:11px;
}


/* ===================================================== */
/*
** CMS TEXT FORMATTING
*/
/* ===================================================== */

.content ul,
.content ol,
.text-content ul,
.text-content ol {
	margin-top:1em;
}
.content li,
.text-content  li {
	margin-left:15px;
	list-style-type: disc; 
	line-height:1.3;
}
.content ol li,
.text-content ol li {
	margin-bottom:0.2em;
	margin-left:23px;
	list-style-type:decimal;
	line-height:1.3;
}



/* ===================================================== */
/*
** STARTPAGE TEASER
*/
/* ===================================================== */

#big-teaser {
	position:relative;
	height:330px;
	overflow:hidden;
	margin-bottom:15px;
}

#big-teaser div {
	position:absolute;
	left:0;
	bottom:0;
	background:url(../images/content/teaser_overlay.png);
	padding:15px;
	color:#fff;
}
#big-teaser h1 {
	color:#fff;
}
#big-teaser p {
	margin:0.7em 0 0 0 !important;
	font-size:13px;
	line-height:1.4 !important;
}



/* ===================================================== */
/*
** STARTPAGE - NEWS
*/
/* ===================================================== */

.news-preview {
	width:100%;
	background:url(../images/content/news_preview_bg.gif) 206px 0 repeat-y;
}

.news-preview h2 {
	background:#fff;
	font-size:18px;
	margin:0 0 5px 0 !important;
}
.news-preview h3 {
	font-size:13px !important;
	margin:0 !important;
}
.news-preview h3 a {
	color:#000;
	text-decoration:none;
}
.news-preview p {
	margin:0 !important;
}
.news-preview div {
	float:left;
	width:190px;
	margin-right:35px;
}
.news-preview .last-col {
	margin-right:0;
}


/* ===================================================== */
/*
** SMALL PROMOS
*/
/* ===================================================== */

.promo {
	background:#000;
	padding:4px;
	margin-bottom:10px;
}
.promo a.promo-desc {
	display:block;
	padding:7px;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#f8b600;
}
.promo a.promo-desc span {
	color:#fff;
}



/* ===================================================== */
/*
** SPECIALS
*/
/* ===================================================== */

.specials {
	background:#f8b600;
	padding:13px 11px;
}
.specials h3 {
	font-size:14px;
	color:#a60000;
	margin:0 !important;
}
.specials h4 {
	font-size:12px;
	color:#000;
	margin-top:14px;
}
.specials h4 a {
	color:#000;
	text-decoration:none;
}
.specials a {
	color:#000;
}




/* ===================================================== */
/*
** DOWNLOAD LIST
*/
/* ===================================================== */

.small-gallery {
	float:right;
	margin-top:0 !important;
	margin-left:15px;
}
.small-gallery li {
	list-style-type:none !important;
	margin:0 0 15px 0 !important;
	padding:0 !important;
}
.small-gallery img {
	margin-bottom:4px;
}
.small-gallery a {
	display:block;
	background:#ddd;
	color:#555;
	padding:4px;
	text-decoration:none;
}
.small-gallery span {
	text-decoration:underline;
}
.small-gallery a:hover span {
	text-decoration:none;
}

/* ===================================================== */
/*
** GLOBAL MESSAGES (ERROR, WARNING, INFO)
*/
/* ===================================================== */

.global-message {
	width:891px;
	background:url(../images/icon_ok.gif) 9px 9px no-repeat #ffffe1;
	color:#333;
	border:1px solid #dbdbc6;
	padding:0.7em 9px 0.7em 38px;
	margin:0 auto 15px auto;
}
.global-message.global-warning {
	background:url(../images/icon_warning.gif) 9px 9px no-repeat #ffffe1;
}
.global-message.global-error {
	background:url(../images/icon_error.gif) 9px 9px no-repeat #ffffe1;
}
.global-message * {
	line-height:1.2;
}
.global-message h4 {
	font-size:1em;
	font-weight:bold;
	margin:0;
}
.global-message.global-error h4 {
	color:#ba0000;
}




/* ===================================================== */
/*
** DOWNLOAD LIST
*/
/* ===================================================== */

.downloads {
	margin:0.5em 0 0 15px;
}
.downloads li {
	min-height:25px;
	list-style-type:none;
	padding-left:30px;
	margin-left:0;
	margin-top:0.3em;
	margin-bottom:0.5em;
	background:url(../images/content/icon_download_common.gif) left 0.1em no-repeat;
}
.downloads li a {
	font-weight:bold;
}
.downloads li.pdf {
	background:url(../images/content/icon_download_pdf.gif) left 0.1em no-repeat;
}
.downloads li.doc {
	background:url(../images/content/icon_download_word.gif) left 0.1em no-repeat;
}
.downloads li.xls {
	background:url(../images/content/icon_download_excel.gif) left 0.1em no-repeat;
}
.downloads li.txt {
	background:url(../images/content/icon_download_text.gif) left 0.1em no-repeat;
}
.downloads li span { 
	display:block;
	font-style:italic;
	margin-top:0.2em;
	font-size:0.9em;
	line-height:1.3;
	background-color:inherit;
	color:#999;
}




/* ===================================================== */
/*
** LINK LIST
*/
/* ===================================================== */

.links ul {
	margin-top:0.5em;
	margin-bottom:0;
}
.links ul li {
	list-style-type:square;
	margin-left:20px;
	margin-top:0.3em;
	margin-bottom:0.5em;
}


/* ===================================================== */
/*
** PAGETURN NAVIGATION
*/
/* ===================================================== */

.pageturn {
}
.pageturn li {
	display:inline;
	margin-left:3px;
	
}
.pageturn li.status {
	margin:0 0 5px 0;
	border-right:1px solid #333;
	padding-right:5px;
	
}

.pageturn li a {
	background-color:inherit;
}
.pageturn li span {
	background-color:#ababab;
	color:#fff;
	padding:0 2px;
}



/* ===================================================== */
/*
** FORMS
*/
/* ===================================================== */

fieldset {
	border:1px solid #d9d9d9;
	margin-top:10px;
	background:transparent;
	color:inherit;
	margin-bottom:15px;
	position:relative;
}
fieldset * {
	line-height:1.3;
}
legend {
	margin-left:5px;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	color:#000;
}
legend em {
	color:#fcaf17;
}
legend.error {
	background-color:inherit;
	color:#b80000;
}
legend span {
	font-size:11px;
	background-color:inherit;
	color:#777;
	font-weight:normal;
}

.fieldset-container {
	padding:15px;
}

.fieldset-container p {
}

fieldset label {
	display:block;
	float:left;
	width:110px;
	text-align:right;
	padding:0.3em 8px 0 0;
	background-color:inherit;
}

form.general fieldset.compressed label {
	width:100px;
}
form.general fieldset.compressed p.message {
	margin-left:110px !important;
}

fieldset label.error {
	background-color:inherit;
	color:#b80000;
	font-weight:bold;
}


form .row {
	margin-bottom:0.4em;
	width:100%;
}


form.general input {
	line-height:1.5;
	padding:0;
	vertical-align:middle;
}
form.general input.text, form.general select, form.general textarea {
	background:#fff;
	color:inherit;
	padding:1px 2px;
	line-height:1.2;
	width:240px;
}
form.general select.autowidth {
	width:auto;
}
form.general input.text, 
form.general textarea {
}

form.general .small {
	width:100px;
}
form.general .medium {
	width:160px;
}
form.general select {
	width:228px;
}
form.general textarea {
	width:300px;
}
form.general input.text.error, form.general select.error, form.general textarea.error {
	border:2px solid #b80000;
	background:#fffee0;
	color:#000;
}
form.general input.medium, form.general select.medium, form.general textarea.medium {
	width:200px;
}
form.general input.small, form.general select.small, form.general textarea.small {
	width:100px;
}

/*
** Subitems, e.g. for radio or checkbox lists
*/
form.general .subitems { 
	margin-left:118px;
	padding-top:0.3em;
	position:relative;
}
form.general .subitems label { 
	float:none;
	display:inline;
	width:auto !important;
	padding:0;
	vertical-align:middle;
	margin-right:5px;
}
form.general .subitems input { 
	float:none;
	vertical-align:middle;
}

/* Required star */
form.general span.requ { 
	width:1em;
	background-color:inherit;
	color:#e8e0ab;
}
form.general .subitems p {
	font-size:11px
}
form.general .subitems p.captcha-hint {
	margin-bottom:0.2em !important;
}

form.general .subitems li {
	margin-bottom:0.4em;
}
form.general .subitems img {
	vertical-align:middle;
	margin-right:5px;
}

form.general .subitems.vertical { 
	padding-top:0.2em;
}
form.general .subitems.vertical label { 
	position:relative;
	padding-left:18px;
}
form.general .subitems.vertical input { 
	position:absolute;
	left:0;
	top:0;
}
form.general .subitems.vertical p { 
	padding-left:18px;
}

form.general p.message {
	background-color:inherit;
	color:#b80000;
	margin:0.8em 0 0.1em 118px !important;
	font-size:10px;
}
form .row.small p.message {
	margin-left:100px;
}

form .row p.descr {
	font-size:11px;
}

.form-actions {
	padding:0;
	margin-top:10px;
}
.form-actions .fwd { float:right; }
.form-actions .back { float:left; }

form.general p.info {
	margin-top:1em;
	font-size:11px;
}
span.highlight {
	background-color:inherit;
	color:#b80000;
}


p.form-submit {
	margin-left:118px;
}







