/*-------------- Main css formatting document -------*/



#content {
	background-image: none !important;
}

#breadcrumbs
{
	display: none;
}

/** Headers **/

h2, .method .title {
	color:#222222;
	font-size:24px;
	font-weight:700;
	line-height:20px;
	margin-bottom:3px;
}

h3 {
	font-weight: bold;
	line-height: 18px;
	font-size: 14px;
	color: #000;
	
}

/** useful snippets **/

.clear
{
	clear: both;
}

.hide{
	display:none;
}
.show{
	display:block;
}

.navigable
{
	cursor: pointer;
}

.right
{
	text-align: right;
}

.floatright
{
	float: right;
	width: auto;
}
.floatleft
{
	float: left;
}
 
.topmargin
{
	 margin-top: 25px;
}
.topmargin5
{
	margin-top: 5px;	
}
.topmargin10
{
	margin-top: 10px;	
}
.bottommargin5
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
.bottommargin10
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.bottommargin25
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 25px;
}

/** trennlinien **/
.singleline-green
{
	margin: 0;
	padding: 0;
	height: 1px;
	border: none;
	border-bottom: solid 1px #7b9b1e;
	
}

.doubleline-grey,
.doubleline 
{
	margin: 0px;
	padding: 0px;
	height: 4px;
	border: none;
	border-bottom: solid 1px #7b9b1e;
	border-top: solid 1px #7b9b1e;
	color: #fff;
	background-color: #fff;
	
}

.singleline
{
	margin: 0;
	padding: 0;
	display: block;
	height: 1px;
	border: none !important;
	border: 1px solid #b1b1af;
	background-color: #b1b1af;
}

.doubleline-grey
{
	margin-top: 0px !important;
	margin-top: -7px;
	border-bottom: solid 1px #b1b1af;
	border-top: solid 1px #b1b1af;
}


.method p {margin:0px;margin-top:25px; font-size:14px;}

.method {
	font-family:georgia,arial,serif;
	line-height:18px;
	font-size:14px;
	font-weight:regular;
}

.brot-temp {
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 11px;
}

.brot {
	font-size: 11px;
	font-weight:normal;
	text-transform:none;
}

.brotDense {
	font-size: 12px;
	line-height: 15px;
}

.brotFett {
	font-size: 11px;
	font-weight: bold;
	color:black;
}

.upp {text-transform:uppercase;}

.smallBrot {
	font-size: 10px;
	line-height: 16px;
}

.smallKursiv {
	font-size: 10px;
	line-height: 16px;
	font-style: italic;
}

.toplink,
.toplink-small
{
	width: 540px;
	height: 2.3em;
}

.toplink a,
.toplink-small a
{
	float: right;
	color: #000;
	height: 2.1em;
	padding: .6em 1.8em 0 0;
	text-transform: uppercase;
	/*margin-bottom: 5px;*/
	margin-top: 5px;
	display: block;
}

.toplink-small a
{
	width: 20px;
	background: transparent url(/eusid/img/che/allgemein/page_up.png) no-repeat top right;
}
.toplink a
{
	width: 90px;
	background: transparent url(eusid/img/che/allgemein/page_up.png) no-repeat center right;
}
.c6einlauf, .method .sectiontitle
{
	margin-top: 25px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.showlink a
{
	color: #000;
	font-size: 10px;
	padding:0;
	text-transform: uppercase;
	vertical-align:top;
}

/** linkx **/
a
 		 /*stammt direkt aus dem zeit common.css */
{
text-decoration: none;
}
a.in{
 		 /*inline links*/
	text-decoration:none;  
	color:#990000;
	border-bottom:thin dotted #990000;
}

a.in:hover {
	background-color: #eee;
}

a:link .in {
	color: #990000;
}

a:link {
	color: #000000;
}

a:visited .in {
	color: #920404;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #000;
}

a:active {
	color: #d50000;
}

a.zeit:link {
	color: #000000;
}

a.zeit:hover {
	background-color: #eee;
}

a.wizard_next_button
  /*this is for the next button in the wizard*/
{
	position:relative;	
	top:-46px;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	margin-top:-25px;
	margin-left:508px;
	z-index:5;
	text-decoration:none;
	color:#ffffff;
}
a.wizard_back_button
  /*this is for the back button in the wizard*/
{
	position:relative;	
	top:-28px;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	margin-top:-25px;
	margin-left:30px;
	z-index:7;
	text-decoration:none;
	color:#fff;
	/*border-bottom:thin dotted #000000;*/
}

/* steps */
.step{
	color:#aaa;
}
.current_step{
	color:#666;
	font-weight:bold;
}

.step_container{
	margin-top: 5px;
}
/* tooltips */
.tooltip img
{
	padding-left: 4px;
}

#tooltip 
{
	background:#920404;
	border:2px double #fff;
	text-align: left;
	padding:8px;
	max-width: 250px;
	-moz-border-radius:5px; 
	-moz-opacity: 0.85;
}

#tooltip h3,
#tooltip p 
{
    margin: 0; 
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}


/** buntes **/
.rot {
	color: #990000;
}

.green {
	color: #000;
}

.c6selected {
	color: #990000;
	background-color: #ccc;
	font-weight: bold
}

.c6gruen {
	background-color: #000;
}

.c6hellgruen {
	background-color: #e5e5d9;
}

.c6sehrhellgruen {
	background-color: #f3f0eb
}

.fehlerrot {
	color: #ff0000;
}

.bggrey
{
	color: #ccc !important;
	background-color: #ddd !important;
}

/* LAYOUT CONTENT*/
.textRow {
	padding: 2px 3px 0px 7px;
}



#c6PrintContent {
	margin-top: 100px;
	margin-left: 20px;
	padding-right: 55px;
	width:454px;
}

#c6content {
	margin: 0;
	padding: 0 15px 0 0;
	margin-left: 0px;/*240px;*/
	line-height: 20px;
	width: 540px;
	border-right: 1px solid #b1b1af;
}

#c6cont-title, .method .title
 {
	/*padding-top:1px;*/
	padding: 35px 0px 11px 0px;
	margin: 0px;
	padding-left:0px;
	font-family: Arial, Helvetica, sans-serif;
}

#c6cont-title + p {
	font-family:georgia,arial,serif;
	line-height:18px;
	font-size:14px;
	font-weight:regular;
}

#c6cont-title-temp {
	padding-top: 21px;
	margin-left: 0px;
	margin-bottom: 11px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.c6cont-subtitle
	{
	font-weight: bold;
	margin-top: 25px;
	padding-left: 7px;
	}

.c6cont-subtitle2, .method .sectiontitle
	{
	font-weight: bold;
	margin-top: 25px;
	font-size: 12px;
	text-transform:uppercase;
}

.c6cont-subtitle2_no_uppercase, .method .sectiontitle
	{
	font-weight: bold;
	margin-top: 25px;
	font-size: 12px;
}

.c6cont-subtitle2, .method .subtitle
	{
	font-weight: bold;
	margin-top: 25px;
	font-size: 12px;
	text-transform:uppercase;
}

.c6cont-subtitle2, .method .subtitle
	{
	font-weight: bold;
	margin-top: 25px;
	font-size: 12px;
	text-transform:uppercase;
}

.c6cont-subtitle2_new {
	font-weight: bold;
	margin-top: 25px;
	font-size: 11px;
}

/* ohne einzug */
.c6alfabet {
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-top: 25px;
	text-indent: 7px;
}

/* LAYOUT TABELLEN */
.c6balken-title {
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-top: 25px;
	padding: 1px 7px 2px 7px;
	background-color:#484A4C; /*neue balkenfarbe*/
}

.c6balken-title_old {
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-top: 25px;
	background-color: #000;
	margin-bottom: 7px;
	text-indent: 7px;
}

.c6subhead {
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-top: 25px;
	background-color: #000;
	text-indent: 7px;
	width: 542px;
	min-width: 542px;
	max-width: 542px;
}

/*ohne abstand nach unten, ohne pfeil*/
	/** wie c6subhead nur ohne breite */
.c6balken-2-1,
.c6balken-2-2,
.balkenhead-green,
.c6balkenhead {
	font-weight: bold;
	font-size: 0.85em;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 1px 7px 2px 0;
	margin:0px;
	margin-top: 25px;
}
  
/* style="margin-left:-1px;marg\in-left:1px;" */  
  
.balkenhead-green {
	color: #000;
	background-color: #e3efc1;
}

.c6balkenhead_no_margin {
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 1px 7px 2px 7px;
	background-color:#484A4C; /*neue balkenfarbe*/
}


.c6emptywhitediv {
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 4px;
	color: #fff;
	background-color: #fff;
}

.c6balkenzusatz {
	padding: 1px 7px 2px 7px;
	background-color: #e3efc1;
}

.c6_clear {
	clear: both;
}

/*TABELLEN ZWEISPALTIG*/
.c6-2spaltig {
	margin: 0px;
	padding: 0px;
}

.c6spalten-2-1 {
	float: left;
	width: 226px;
	min-width: 226px;
	max-width: 226px;
	vertical-align:baseline;
}

.c6spalten-2-2 {
	margin-left: 226px;
	vertical-align:baseline;
	}

.c6under-2-1
	 /* spaltenzeilen in der 1. spalte werden unterstrichen */
{
	font-size:11px;	
	line-height:22px;
	padding-left:7px;
	overflow:hidden;
	font-weight:bold;
}

.radio_fach
{
	border:0; 
	margin:0px 5px 3px 0px;
	padding:0px;
	vertical-align:top;
}

/* wizzards */
.c7-td-3spaltig{
	width:170px;
}
.c7-td-2spaltig{
	width:260px;
	padding-bottom:5px;
	padding-top:3px;
	
}

.c7-bottom-line{
	
	border-bottom: 1px dotted #7b9b1e;
}

/* ANZEIGEN */
._c6ad5 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
}

.c6ad5 {
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.c6ad5-temp {
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 8px;
}

.c6ad5Border {
	border-width: 1px;
	border-style: solid;
	background: #fffff3;
}

.c6ad5Border-temp {
	border-width: 1px;
	border-style: solid;
	background-color: #e5e5d9;
	border: 1px solid #000000;
}

.c6ad3 {
	padding-left: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.c6ad9 {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 871px;
	vertical-align: top;
	padding-top: 0px;
}

/*--- c6ad1 und c6ad2 = anzeigen oben (nur ggf eingebaut)---*/
.c6ad1 {
	float: left;
	background-color: #cccccc;
	padding: 0px;
	width: 728px;
	height: 90px;
}

.c6ad2 {
	background-color: #cccccc;
	margin-left: 740px;
	width: 125px;
	padding: 0px;
	height: 90px;
}

/* newly added in che7 */
/*	
.ad {
	background: #fffff3;
	border-width: 12px;
	border-style: solid
}
*/
/* artikel */
#place_a5 { /* Content, 1. Banner */
	
}

p.noheight {
	text-align: left !important;
	font-size: 9px !important;
	line-height: 9px;
	margin-left: 0px !important; 
	padding: 1px 0px 2px 3px !important;
}

/* BESCHREIBUNG FACHBEREICH / WAS IST */
.fach .title {
	margin-top: 11px;
	margin-left: 0px;
	margin-bottom: 11px;
	font-size: 18px;
	font-weight: bold;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
}

.fach .autor {
	font-style: oblique
}

.fach .sectiontitle {
	font-weight: bold;
	margin-top: 25px;
}

.fach .buchtipps .title {
	font-size: 13px;
	font-weight: bold;
	margin-top: 25px;
}

.fach .buchtipps .tipp {
	font-size: 10px;
	line-height: 14px;
}

.address
{
	line-height:14px;
	width: 226px;/*280px;*/
	float: left;
}

.c6linksBelowLegend {
	margin-top: 5px;
	margin-left:226px;
	line-height:14px;
	/*width: 226px;
	overflow:auto;*/
}
/* AjaxPopDown-List styling (Fachbereich, Glossar, Was ist)*/
.popDownListItem:link,
.popDownListItem:visited
{
	display: block;
	text-decoration: none;
	color:#990000;
	font-size:12px;
/*	background: url(/eusid/img/eusid2007/icon/grey_arrow.gif) no-repeat 0 5px ;
	padding:0px 0 0px 12px;
*/
}
.popDownListItem:active,
.popDownListItem:hover
{
	text-decoration: underline;
}

.popDownListDescription
{
	margin-left: 10px;
	font-size:12px;
}

#loadContainer{
	width: 450px;
}
