/* 
Folgende Farben sind in unserem Springer-Design im Einsatz:
Helles Blau:     #e5eaff
Mittel Blau:     #ccd6ff
Dunkel Blau:     #90a6ff
Schrift Blau:    #060785
Kontrast Orange: #ff6508
*/


/*********************/
/* Hintergrundfarben */

body,
.agentDropdownBox {
	background-color: white;
}

/* Aktives Element (z.B. :hover oder Hervorherbung im Dropdown) */
.agentDropdownBox .selected
{
	background-color: #90a6ff;
}

#sub-header {
	background-color: #e5eaff;
}


table.grid tr th {
	background-color: #dddddd;
}

table.grid tr.odd,
table.grid tr.odd td,
.standardGrey {
	background-color: #f5f5f5;
}

table.grid tr,
table.grid tr td {
	background-color: white;
}

#tabs ul li 
{
	background-color: #e5eaff;
}

div.interactionBox
{
	background-color: transparent;
}

div.feed
{
	background-color: #f5f5f5;
}

/*********************/
/* Vordergrundfarben */

/* Aktives Element (z.B. :hover oder Hervorherbung im Dropdown) */
.agentDropdownBox .selected {
	color: white;
}

/* Abgetöntes, dezentes */
.reticent,
ul.AlphabetList li {
	color: #777777;
}
.interactionDetailHeader,
ul.AlphabetList li .comment,
ul.AlphabetList li .comment a,
.exemplifyComment {
	color: #888888;
}

/**********/
/* Rahmen */


#sub-header {
	border-top: 10px solid #ccd6ff;
}


.agentDropdownBox {
	border: 1px solid #ccd6ff;
}

table.grid {
	border: 1px solid white;
}

table.grid tr,
table.grid tr td,
table.grid tr th {
	border: 0px;
}

div.borderedBox {
	border: 1px solid #cccccc;
}

#tabs ul li.active {
	border-bottom: 2px solid #ffffff;
}

#tabs ul li {
	border: 2px solid #ccd6ff;
}
#tabs {
	border-bottom: 2px solid #ccd6ff;
}

div#content_box {
	border: 2px solid #ccd6ff;
	border-top-width: 0;
}

/****************/
/* Schriftstile */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11pt;
}
label {
	font-style: italic;
}
h1, h2, h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #060785;
}
h1 {
	font-size: 20pt;
	margin-top: 1em;
	margin-bottom: 1.4em;
}
h2 {
	font-size: 18pt;
	font-weight: normal;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 1.1em;
	margin-bottom: 0.2em;	
}

h2 .exemplifyComment {
	font-size: 80%;
}

h3.interactionBoxCaption {
	font-size: 11pt;
	margin-top: 0.8em;
	margin-bottom: 0.1em;		
}

.interactionDetailHeader {
	font-weight: bold;
}

#sub-header li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-right: 1em;
	border-left-width-value: 1px;
	border-left-style-value: solid;
	border-left-color-value: #e6e6e6;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
}

ul.AlphabetList li .comment {
	font-size: 90%;
}

p.faq-question {
	font-weight: bold;	
}

.smallhelptext {
	font-size: 80%;
	color: grey;
}

div.feed h2
{
	margin-top: 0;
	font-size: 12pt;
	font-weight: bold;	
}

div.feed h3, div.feed a
{
	font-size: 10pt;
}

/*****************************/
/* Link-Formatierung */

a {
	font-weight: normal;
	text-decoration: none;
	/* color: #1616B6; */
	color: #000099;
}

#tabs ul li a {
	text-decoration: none;
	font-size: 12pt;
}

#footer {
	margin-top:3px;	
}

#footer a {
	color: #666666;
}

a:hover,
ul.AlphabetList li .comment a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff6508;
}

a:link,
a:visited {
  color: #1616B6;
}
	
#tabs ul li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff6508;
}

#sub-header li {
	font-size: 12pt;
	text-decoration: none;
	font-weight: normal;
}

#sub-header li a:hover {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ff6508;
}

/*****************************/
/* Individuelle Definitionen */

body {
	margin: 0;
	padding: 0;
}

#header {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 950px;
}

#sub-header {
	height:36px;
	padding: 0;
	margin: 0;
}

#sub-header ul {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

#content {
	background-image: url(images/springer_header_nologo.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:0px 0px;
	margin: 0 auto;
	padding-left: 0px;
	padding-top: 120px;
	width: 950px;
}

div.logoutControls {
	width:950px;
	margin: 0 auto;

}

div#loginField {
	padding: 0;
	margin:auto;
	padding: 0px;
	border: 0px solid #D2D3FC;
}

div#loginControls {
	margin:auto;
	background-color: #e5eaff;
	text-align:center;
	padding: 8px;		
}

div#loginControls input.text {
	border:2px solid #ccd6ff;
	height: 20px;
	font-size: 12pt;	
}

div#registerField {
	margin:auto;
	background-color: #ccd6ff;
	text-align:center;
	padding: 6px;	
	font-size: 11px;
}

div.loggedInPanel {
	margin:auto;
	background-color: #e5eaff;
	text-align:left;
	padding: 10px;
}

div#content_box {
	margin: 0;
	padding: 10px 10px 2% 3%;
	position: relative;
}

div.interactionBox{
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 5px;
	margin-bottom:5px;
	width:99%;
}

#userIcon {
	vertical-align: middle;
	margin-right: 2px;
}

/* agentDropdownBox */

.agentDropdownBox {
	overflow: hidden;
	clear:both;
	margin-left:0px ! important;
	margin-top:0px ! important;	
	margin-left:-19px;
	margin-top:-29px;
	padding:0px;
}

.agentDropdownBox ul {
	list-style: none;
	margin: 0;
	margin-top: 3px;
	padding: 0;
}
.agentDropdownBox ul li {
	cursor: default;
	padding: 1px 5px 1px 3px;
}

.center {
	text-align: center;
}

/* Alphabetische Liste */
ul.AlphabetList {
	margin: 0;
	padding: 0;
	float: left;
	width: 30em;
	list-style: none;
}
ul.AlphabetList li {
	color: black;
}
/* Buchstabenfolge */
.Alphabet {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	width: 100%;
	font-size: 130%;
}
.Alphabet li {
	display: inline;
	padding: 0.2em;
}
.Alphabet li .active {
	font-size: 180%;
	padding: 0;
}
.Alphabet li .active:hover {
	text-decoration: none;
	color: black;
}

/* Fehlermeldungen */
.validationError {
	font-weight: bold;
	color: red;
	font-size: 8pt;
}

.confirmationRequest {
	font-weight: bold;
	color: orange;
}

/* Box mit d�nnem Rahmen */
div.borderedBox {
	padding: 8px;
	margin-top: 2px;
	margin-bottom: 4px;
}


/**************************/
/* Pauschal �berschrieben */
table tr td,
table tr th {
	vertical-align: top;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
}
a img {
	border: 0;
}
p {
	padding-top:0;
	margin-top:0;
}

/* Grid */

table.grid {
	margin-top: 2px;
}

@media print {
	.logoutControls {
		display: none;
	}
	#tabs {
		display: none;
	}
	h1 {
		display: none;
	}
	div#content_box {
		border: 0;
	}
	form input {
		display: none;
	}
	h3.interactionPage {
		color: #444444;
		font-weight: bold;
	}
}

/* Tabs */
#tabs {
	padding: 5px;
	margin-bottom: 0px;
}

#tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#tabs ul li {
	margin-left: 0;
	margin-bottom: 0px;
    margin-right: 2px;
	padding: 5px 10px 5px 10px;
	list-style: none;
	display: inline;
}

#tabs ul li.active {
	list-style: none;
	display: inline;
	background-color: white;
}


/** Test: Styles f�r Statistik-Tabs **/

#subTabs {
	padding: 5px;
	margin-bottom: 0px;
}

#subTabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#subTabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 2px;
	padding: 2px 10px 5px 10px;
	list-style: none;
	display: inline;
	background-color: silver;
}

#subTabs ul li.active {
	list-style: none;
	display: inline;
	background-color: white;
}
	
#subTabs ul li a {
	font-family: verdana, helvetica;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#subTabs ul li.active {
	border-bottom: 1px solid #ffffff;
}

#subTabs ul li {
	border: 1px solid silver;
}
#subTabs {
	border-bottom: 1px solid silver;
}

div#stats_content_box {
	border: 1px solid silver;
	border-top-width: 0;
	margin: 0;
	padding: 1% 3% 2% 3%;
	position: relative;
}

div.feed {
	padding: 8px;
}