/* 
	Farbedefinitionen:
	InfoDaF-Blau:#0093DD
	Dunkles Blau:#133984
	Sehr dunkles Blau:#001c52
	Helles Blau:#64b8e3
	Sehr helles Blau:#a0cce2
	fast weißes Blau:#daf1fc

	Dunkles Rot:#800000
	Knallrot:#FF0000
	
	BLAUER HINTERGRUND:
	grüne Tabellen etc.:#99cccc
*/


/*  */
a {	font-family:Tahoma, Verdana, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#133984;
	text-shadow:none;
}
a:link {color:#133984}
a:visited {color:#133984}
a:hover {color:#001c52}
a:active {color:#a0cce2}
a:focus {color:#001c52}

/*  */
a.idmore {font-size:8pt;
	color:#800000;
}
a:link.idmore {color:#800000}
a:visited.idmore {color:#800000}
a:hover.idmore {color:#FF0000}
a:active.idmore {color:#800000}
a:focus.idmore {color:#FF0000}

/*  */
.idtoggleall {
	position:relative;
	left:50px;
}
a.idtoggleall {
	font-size:8pt;
	color:#0093DD;
}
a:link.idtoggleall {color:#0093DD}
a:visited.idtoggleall {color:#0093DD}
a:hover.idtoggleall {color:#133984}
a:active.idtoggleall {color:#0093DD}
a:focus.idtoggleall {color:#0093DD}
/*  */

/*  */
a.gotoArticle {
	font-size:8pt;
	color:#0093DD;
	text-shadow:none;
}
a:link.gotoArticle {color:#64b8e3}
a:visited.gotoArticle {color:#64b8e3}
a:hover.gotoArticle {color:#0093DD}
a:active.gotoArticle {color:#64b8e3}
a:focus.gotoArticle {color:#0093DD}

/*  */
a.idcontent {
	position:absolute;
	left:600px;
	font-size:8pt;
	color:#0093DD;
	margin-top:4px;
}
a:link.idcontent {color:#0093DD}
a:visited.idcontent {color:#0093DD}
a:hover.idcontent {color:#133984}
a:active.idcontent {color:#0093DD}
a:focus.idcontent {color:#0093DD}
/*  */


/*  */
a.gotoRez {
	font-size:8pt;
	color:#888888;
	text-shadow:none;
}
a:link.gotoRez {color:#888888}
a:visited.gotoRez {color:#AAAAAA}
a:hover.gotoRez {color:#555555}
a:active.gotoRez {color:#888888}
a:focus.gotoRez {color:#555555}

/* noch alles Pfusch */
.abstractPdfLink {
	font-size:8pt;
	color:#888888;
	position:relative;
	top:-5px;
	text-shadow:none;
/*	bottom:-4px;
	margin-bottom:-6px;
	list-style-image:url('../images/pdficon_x_small.gif');
	background-image:url('../images/pdficon_small.gif'); 
*/
}
.abstractPdfLinkoAb {
	font-size:8pt;
	color:#888888;
	text-shadow:none;
}

.rezPdfLink {
	position:relative;
	left:10px;
	font-size:8pt;
	color:#888888;
	font-weight:normal;
	text-shadow:none;
}

li.idAbstract {
	margin-bottom:12;
}



/* Definiert die Eigenschaften der Seite, wie Hintergrundfarbe 
oder Hintergrundbild, Standardschriftart und -größe etc. */
body{
	margin:0px; 
	padding:0; 
	topmargin="0" marginheight="0" leftmargin="0" marginwidth="0";
 }

body, p, td, table, th {
	font-weight:normal;
	font-style:normal; 
}

body, p, td, table, th, div {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333333;
}


/* h1 bis h6:Definiert das Aussehen der Überschriften Ebene 1 bis 6 */
h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-weight:900;
	text-shadow:-1px 1px 4px #aaa;
}

/* h1, h2, h3, h5 {
	font-style:italic;
}
*/

h1 {
	font-size:14pt;
	margin-top:60; 
	color:#001c52;
}

h2 {
	font-size:13pt;
	margin-top:48;
	color:#133984;
}

h3 {
	font-size:10pt;
	margin-top:36;
	color:#0093DD;
}

h4 {
	font-size:10pt;
}

h5 {
	font-size:10pt;
}

h6 {
	font-size:8pt;
}


/* Legt fest wie Labelfelder formartiert werden, 
die als Beschriftung einem  Formularfeld zugeordnet werden */
label, .mstheme-label {
	font-size:8pt;
	font-style:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

legend {
	font-style:normal;
	font-size:8pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Definiert die Formatierung von Lauftexten (nur Internet Explorer) */
marquee {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14pt;
}

/* Formatiert Auswahllisten in Formularen */
select {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-right-style:solid;
	font-size:8pt;
	border-right-width:1pt;
	border-top-width:1pt;
	border-bottom-width:1pt;
	border-left-width:1pt;
	border-top-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	font-style:normal;
}

/* Bestimmt die Formatierung von Tabellen. Man kann damit
z.B. ein Standardhintergrundbild für Tabellen festlegen oder Linienbreiten,
Zellabstand und Textformat für Tabellen bestimmen */
table {
	font-weight:normal;
	font-style:normal;
	vertical-align:none;
	font-size:10pt;
	text-align:none;
}

td {
	vertical-align:top;
}

/* Bestimmt die Formatierung eines mehrzeiligen Textfeldes in Formularen */
textarea {
	border-right-style:solid;
	border-bottom-width:1pt;
	border-left-width:1pt;
	border-right-width:1pt;
	border-top-style:solid;
	font-size:8pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top-width:1pt;
	font-style:normal;
	border-bottom-style:solid;
	border-left-style:solid;
}

/* Legt die Formatierung für den Kopfbereich von Tabellen fest */
th {
	font-weight:bold;
	font-style:italic;
}

ul {
	list-style-image:url('../images/bullet1.gif')
}

ul ul {
	list-style-image:url('../images/bullet2.gif')
}

ul ul ul {
	list-style-image:url('../images/bullet3.gif')
}

/* Definiert die Eigenschaften von Schaltflächen */
button {
	/* */
	border-top-style:solid;
	border-left-width:1pt;
	border-right-style:solid;
	font-size:8pt;
	border-bottom-width:1pt;
	border-right-width:1pt;
	border-left-style:solid;
	font-style:normal;
	border-bottom-style:solid;
	border-top-width:1pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

caption {
	font-style:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14pt;
}

fieldset {
	border-top-width:1pt;
	font-style:normal;
	border-bottom-style:solid;
	border-left-style:solid;
	font-size:8pt;
	border-right-style:solid;
	border-bottom-width:1pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-left-width:1pt;
	border-right-width:1pt;
	border-top-style:solid;
}

/* Definiert die Schriftfarbe und Schriftart der horizontalen Navigationsleisten */
.mstheme-topbar-font {
	color:rgb(0,0,0);
	font-size:8pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


img.ms-button {
	cursor:hand;
}




/* NEUE FORMATE */

.backblue{
	background-color:#0093DD;
}

.idTitel{
	font-size:16pt;
	font-weight:bolder;
	font-style:italic;
	margin-top: 0;
	color:#133984;
	background-image: url('../images/h1_back.jpg'); 
	background-repeat: no-repeat; 
	background-position: 0px 21px;
}



.idnormaltbl {
	border-collapse:collapse;
	background-color: #eee;
	margin-top: 30;
	margin-bottom:0; 
	margin-left:5; 
	margin-right:25; 
	padding-top: 10;
	padding-bottom: 10;
	padding-left: 10;
	padding-right: 10;

	border-style: solid;
	border-width: 1pt;
	border-color:#aaa;
	color:#FFFFFF;
}


.idimggradient {
	background-image:url('../images/h1_back.jpg');
	background-repeat: repeat-y;
	text-shadow: none;
}

.idimgunderline {
	background-image:url('../images/h1_back.jpg');
	background-repeat: no-repeat;
	background-position: 0px 21px;
}


/* Umstellung de Gruyter */
	
/*	 */

.coverwithmews {
	position: relative;
	display:block;
	margin-left: auto;
    margin-right: auto;
}

.coverwithmews span {
	padding: 10 10 10 10;
	width: 95%;
	display:block;
/* 	position:absolute;
	left: 1%;
	Top: 400:
*/
  	color: black;
  	opacity: 0.85;
  	
	background-color: silver;
	line-height: normal;
	text-align: center;
	font-size: 1.2em;
	font-weight:bold;
	font-weight:900;
}

.clearing { clear: both; }

