/* ----------------------------------------------------------------------
Titel:     Print CSS
Autor:     Dennis Nicolai, Department X GmbH
Updated:   5.4.2007
---------------------------------------------------------------------- */
body {
  text-align: left;
  width: 12cm;
  margin: 0;
  padding: 2cm;
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------------------------- */
a:link {
  color: #3C82B5;
  text-decoration: underline;
}

a:visited {
  color: #3C82B5;
  text-decoration: underline;
}

a:hover {
  color: #CC0000;
  text-decoration: underline;
}

a:active {
  color: #3C82B5;
  text-decoration: underline;
}

/* ---------------------------------------------------------------------- */

/* Skiplinks */
a.skip {
  display: none;
}

a:focus.skip, a:hover.skip, a:active.skip {
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  height: auto;
  width: auto;
  font-size: 0.7em;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  background-color: #FFFFFF;
  padding: 5px;
}

/* ---------------------------------------------------------------------- */

#wrapper {
  margin: 0 auto;
  text-align: left;
  background-color: transparent;
  width: 800px;
}

#innerwrapper {
  background-color: #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  width: 800px;
  margin-bottom: 20px;
  float: left;
}

/* ---------------------------------------------------------------------- */

/* Metanavigation */
#metanav {
  display: none;
}

/* ---------------------------------------------------------------------- */

/* Logo, Claim & Keyvisual */
#identity {
  width: 100%;
}

#identity span {
	
}

#identity h1 {
	font-size: 1em;
}

#identity a {
	text-decoration: none;
}

#identity .germanyoptions {
	display: none;
}

#identity img {
  display: none;
}

/* ---------------------------------------------------------------------- */

/* Hauptnavigation */
#mainnav {
  display: none;
}

/* ---------------------------------------------------------------------- */

/* Contentbereich */
#content {
  border-top: 25px solid #FFFFFF;
}

/* ---------------------------------------------------------------------- */

/* Sidebar: Subnavigation, Suche & Boxen */
#sidebar {
  display: none;
}

/* ---------------------------------------------------------------------- */

#main {
  width: 100%;
  float: left;
  padding: 0 20px 0 0;
}

/* ---------------------------------------------------------------------- */
/* Artikel: Rahmen */
.article {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #D6D6D6;
  font-size: 0.8em;
  line-height: 1.4em;
  color: #333333;
}

.article h3 {
  font-size: 0.9em;
  color: #AAAAAA;
  line-height: 1.3em;
  margin: 0 0 8px 0;
}

.article h1 {
  font-size: 1.4em;
  color: #CC0000;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  font-weight: normal;
}

.article h2 {
  font-size: 1em;
  color: #CC0000;
  margin: 15px 0 2px 0;
  line-height: 1.3em;
}

.article img {
  border: 5px solid #E9E9E9;
}

.left {
  float: left;
  margin: 4px 8px 4px 0;
}
.right {
  float: right;
  margin: 4px 0px 4px 8px;
}

.max {
	margin: 8px 0px 4px 0px;
	display: block;
	text-align: center;
	max-width: 512px;
}

.left span.imgSubline,
.right span.imgSubline,
.imgFull span.imgSubline { 
  font-size: 0.8em;
  display: block;
  text-align: left;
  margin: 0;
  padding-top: 0;
}

.article table {
	margin: 5px 0px 5px 0px;
	width: 500px;
	border: 1px solid #D6D6D6;
}

.article table tr.odd {
	background-color: #F1F1F1;
}

.article table td {
	padding: 2px;
}

.article table thead {
	font-weight: bold;
	background-color: #E4E4E4;
}

.article table thead th {
	padding: 2px;
	text-align: center;
}

.article ul {
	margin: 0px 0px 8px 15px;
}	

.article ul li {
	background-image: url("../images/bul_list_sidebar.gif");
	background-repeat: no-repeat;
	background-position: left 8px;
	padding: 0 0 0 10px;
}

.article ul ul {
	margin: 0px 0px 8px 15px;
}

.article .searchSubInfo {
	font-style: italic;
	font-weight: 0.5em;
	display: block;
	margin-top: 6px;
	padding-bottom: 8px;
	border-bottom: 1px solid #D6D6D6;
}

.article .searchPager {
	margin-top: 15px;
}

.article .searchPager span {
	border: 1px solid #D6D6D6;
	padding: 2px 4px 2px 4px;
	cursor: pointer;
	color: #999999;
}

.article .searchPager span:hover {
	color: #333333;
}

.article .searchPager span.selected {
	font-weight: bold;
	color: #333333;
	background-color: #D6D6D6;
}

.article ul.list {
	margin: 0px 0px 8px 15px;
}	

.article ul.list li {
	background-image: url("../images/bul_link_blue_more.gif");
	background-repeat: no-repeat;
	background-position: left 8px;
	padding: 3px 0 3px 10px;
}

.article a.more:link, .article a.more:visited {
  color: #CC0000;
  font-weight: bold;
  border-bottom: 1px solid #F0B3B3;
  text-decoration: none;
 	background-image: url("../images/bul_link_red_more.gif");
	background-position: center right;
	background-repeat: no-repeat;
  padding: 0 10px 0 0;
} 

.article a.more:hover, .article a.more:active {
  color: #3C82B5;
  font-weight: bold;
  border-bottom: 1px solid #C5DAE9;
  text-decoration: none;
 	background-image: url("../images/bul_link_blue_more.gif");
	background-position: center right;
	background-repeat: no-repeat;
  padding: 0 10px 0 0;
}

.article ul.result {
	margin: 0;
	padding: 0;
}

.article ul.result li {
	list-style-type: none;
	background-image: none;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid #D6D6D6;
}

.article .footer hr {
  display: none;
}

/* ---------------------------------------------------------------------- */
/* Infobox */

.infBox {
	border: 1px solid #D6D6D6;
	background-color: #EAF4FF;
	background-image: url("../images/ico_infobox.gif");
	background-repeat: no-repeat;
	color: #717171;
	margin: 20px 0 20px 0;
	font-size: 0.9em;
}

.infBox a.infBoxSwitch {
	display: block;
	padding: 12px 0 12px 32px;
	color: #3C82B5;
	cursor: pointer;
	text-decoration: underline;
}

.infBox div {
	padding: 12px 12px 12px 32px;
}

.article .infBox ul {
	margin: 0px;
}

.article .infBox ul li {
	background-image: url("../images/bul_inflist_darkblue.gif");
	background-position: left 0px;
	padding: 0 0 0 10px;
}

.article .infBox ul ul {
	margin: 0px;
}

.article .infBox ul li ul li {
	background-image: url("../images/bul_inflist_lightblue.gif");
	padding: 0 0 0 10px;
}

/* ---------------------------------------------------------------------- */
/* Formstyles */

.article fieldset {
	border: 1px solid #D6D6D6;
	padding: 10px 10px 5px 10px;
	margin-top: 20px;
}

.article legend {
	padding: 0 5px 0 5px;
	margin-left: -5px;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #717171;
}

.article legend span {
	color: #CC0000;
}

.article label em {
	color: #CC0000;
}

label.rightLabel {
	margin-bottom: 15px;
}

.article textarea, .article input, .article select {
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-top: 1px solid #7C7C7C;
	border-bottom: 1px solid #DDDDDD;
 	background-image: url("../images/bg_input.gif");
	background-position: left top;
	background-repeat: repeat-x;
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0 5px 0;
	padding: 2px;
}

.article textarea {
	height: auto;
}

.article input.check {
	margin: 0px;
	border: 0;
	background-image: none;
}

.article .large {
	width: 260px;
}

.article select.large {
	width: 264px;
}

.article .largeFile {
	width: 396px;
}

.article .medium {
	width: 167px;
}

.article select.medium {
	width: 181px;
}

.article .mediumFile {
	width: 396px;
}

.article .small {
	width: 75px;
}

.article select.small {
	width: 79px;
}

.article .smallFile {
	width: 211px;
}

.article input.btn {
	border: 1px solid #C3C3C3;
	background-color: #E6E6E6;
 	background-image: url("../images/bg_input_btn.gif");
	font-weight: bold;
	color: #CC0000;
}


div.checkContainer {
	width: auto;
	float: left;
	margin-bottom: 15px;
	padding-right: 20px;
}

/* ---------------------------------------------------------------------- */
/* Flashbanner */

.flashbanner {
  display: none;
}


/* ---------------------------------------------------------------------- */
/* Toolbox */

.subToolbox {
	display: none;
}

/* ---------------------------------------------------------------------- */

#footer {
  padding-bottom: 30px;
  width: 800px;
  text-align: left;
  font-size: 0.6em;
  line-height: 1.4em;
  text-align: left;
  color: #999999;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #3C82B5;
}

/* ---------------------------------------------------------------------- */

#skyscraper {
  display: none;
}

/* ---------------------------------------------------------------------- */
/* Tooltip */

em.helper {
  font-style: normal;
  padding-right: 16px;
  background-image: url("../images/ico_infobox.gif");
  background-position: center right;
  background-repeat: no-repeat;
}

.tooltip{
  width: 200px; 
  color: #333;
  text-decoration: none;
  text-align: left;
  background-color: #ffffcc;
  border-right: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
  padding: 8px;
}

/* ---------------------------------------------------------------------- */
/* Reddot Klassen */

div.hint {
  display: none;
}

div.reddot {
  display: none;
}

/* ---------------------------------------------------------------------- */

hr {
  display: none;
}

.flag {
  display: none;
}

