/* Hauptnavigation */

#navigation ul li a:hover {
	color: #59A;
}
#navigation ul li a.current {
	color: #59A;
}

/* Breadcrumb */

#breadcrumb ol li a:hover {
	color: #59A;
}

/* Hauptinhalt */

#main a {
	color: #59A;
	text-decoration: none;
}
#main a:hover {
	color: #F00;
}
#main input.button {
	border: 1px solid #245C90;
	background: #82B7E5 url(../_images/back/back_form_button.gif) repeat-x;
}

/* Spalte */

#column a {
	color: #59A;
	text-decoration: none;
}
#column a:hover {
	color: #F00;
}
#column input.button {
	border: 1px solid #245C90;
	background: #82B7E5 url(../_images/back/back_form_button.gif) repeat-x;
}

/* Suche */

#search input.button {
	border: 1px solid #245C90;
	background: #82B7E5 url(../_images/back/back_form_button.gif) repeat-x;
}

/* Menü der Barrieretools */

#accessibility li a:hover img {
	border: 1px solid #59A;
}

/* Interview */

#interview {
	position: absolute;
	top: 20px;	
	left: 120px;
	z-index: 200;
	width: 781px;
	background-image: url(../_images/back/back_interview_head.png);
	background-repeat: no-repeat;
}
#interview h3 {
	padding-left: 20px;
	padding-top: 140px;
	margin-bottom: 0px;
}
#interview div.content {
	margin-top: 0px;
	background-image: url(../_images/back/back_interview.png);
	background-repeat: repeat-y;	
	padding: 20px 30px 0px 20px;
}
#interview div.content blockquote p {
	font-size: 1em;
	font-style: normal;
	padding-left: 75px;
}
#interview div.content blockquote p span {
	font-size: 1em;
	font-weight: bold;
	color: #ea581f;
}
#interview div.content blockquote cite {
	float: left;
	margin-left: 0px;
	margin-bottom: 20px;
}
#interview #close {
	float: left;
	padding-top: 40px;
	padding-left: 10px;
}
#interview div.foot {
	height: 34px;
	background-image: url(../_images/back/back_interview_foot.png);
}
