/*_____________________________________*/
/*___PRINT_____________________________*/
/*___CMS-Umsetzung_Oberelbe_Tours______*/
/*___zistel@webit.de_-_Mai_2006________*/
/*___20.12.2006_15:40__________________*/
/*_____________________________________*/


/*\*/
@import url(content.css);
/**/


/*
- LOGO
- SKIPLINKS
- CONTENT
  SECOND-CONTENT
- TYPO
- TABLE
- FORM
- ERROR
*/


ul#skiplinks,
#panorama,
#nav,
ul#meta {
	display: none;
	}



abbr, acronym { border-bottom-style: none; }
abbr[title]:after, acronym[title]:after {
	content: " (" attr(title) ")";
	}

/*____________________________________________________________________________________________________________________LOGO___*/

p#logo {
	text-align: center;
	padding-bottom: .5cm;
	}

p#logo a {
	text-decoration: none;
	}

/*_______________________________________________________________________________________________________________SKIPLINKS___*/

/* fix for IE */
a:link:after,
a:visited:after {
	content: "";
	}

/*_________________________________________________________________________________________________________________CONTENT___*/

#content {
	padding: 0 1cm;
	}

/*____________________________________________________________________________________________________________________TYPO___*/

#content form li.checkbox {
	padding-left: 9em;
	}

/*___SECOND-CONTENT____________________*/

#second-content dl {
	margin-top: 20px;
	}
#second-content dt {
	color: #ED9E36;
	font-size: 125%;
	font-style: normal;
	line-height: 1.25em;
	}

#second-content p,
#second-content ul {
	padding: 0;
	}

#second-content p {
	margin-top: 10px;
	}

#second-content p.img {
position: relative;
	margin-top: 0;
	_width: 100%;
	padding-top: 10px;
	}
#second-content span {
	margin: 0;
	position: absolute;
	bottom: -3px;
	left: 230px;
	}

/*___________________________________________________________________________________________________________________TABLE___*/

table {
	page-break-inside: avoid;
	}

/*____________________________________________________________________________________________________________________FORM___*/

* html input.text,
* html textarea {
	border-top-color: White;
	border-right-color: White;
	border-left-color: White;
	}

/* INPUT */

li.checkbox input {
	left: 8.4em;
	}
html:first-child > b\ody li.checkbox input {
	left: 7.2em;
	}
html*li.checkbox input {
	left: 9.1em !important;
	}
* html li.checkbox input {
	left: 8.3em !important;
	}
*+html li.checkbox input {
	left: 8.3em !important;
	}

/*___________________________________________________________________________________________________________________ERROR___*/

li.error input.text,
li.error select,
li.error textarea {
	_border-color: #ED9E36;
	}
* html li.error textarea {
	border-bottom-style: solid;
	}