/*
 * copyright (c) xmachina GmbH
 * 
 * Author: U. Schumacher (ute.schumacher@xmachina.de)
 */


/* Content-Styles */

/* Farbschema Vordergrundfarben */
/* Leitfarbe */
a, h1, h2, h3, h4, h5, h6, table caption, legend {
    color: #013476;
   } 

a.listlink {
    text-decoration: none;
	
}

a.listlink: hover {
    text-decoration: underline !important;


}

a.listlink span {
    color: #000;
}

/* Font-Sizing */
p, .pClass, li.fdgfdg, dd, dt, th, td, blockquote, fieldset, label,
.navigation, #navigation LI {
    font-size: 75%;
    line-height: 145%;
	word-break:normal;
}

.hpbox
{
font-size: 75%;
line-height: 145%;
padding:5px 20px 5px 10px;
display:block;
word-break:normal;

}

.hpbox ul
{
padding: 5px 0 0 20px;
word-break:normal;

}


#navigation LI LI {
    font-size: 100%;
}
/* Vertical spacing */

h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin-bottom: 1.4em;
	
}

/* prevent MSIE 6 Cascading */
li ul li, table td table td, table table th, fieldset label {
    font-size: 100%;
}

ul.error
{
list-style:none;
border: none  !important;
}
p.description {
    font-weight: bold;
    color: #555;
}

blockquote {
    background: #F3F3F3;
    padding: 1em 1em;
    font-style: italic;
}

blockquote span.source {
    font-style: normal;
    display: block;
    text-align: right;
}

/* Listing */
ul {
    list-style: square;
}
ol
{
padding: 0 0 0 20px;
margin: 0 0 0 10px;
font-size:100%;
}
small, .small, sup, sub {
    font-size: smaller;
}

/* Headers */
h1.masthead {
	font-family: Verdana, sans serif;
    border-top: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    padding: 0.25em 0 0 0.5em;
	width: auto;
    font-weight: normal;
    font-size: 150%;
line-height:120%;
}

h1.masthead span.headlineInfo {
color:#000000;
font-size:75%;
padding:0px;
position:relative;left:300px;
font-weight:normal;

}

h1 {
    font-weight: bold;
    font-size: 112.5%;
}

h2 {
    font-size: 112.5%;
    /* padding-top: 1.5em !important; */
    margin-bottom: 15px !important;
}

h2.sectionheader {
    font-size: 62.5%;
	letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 27px !important;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #D1D1D1;
}
h3 {
    font-size: 87.5%;    
}

h4 {
    font-size: 75%;
    margin-bottom: 0 !important;
}

h5 {
    font-size: 75%;
    margin: 0 !important;
    color: #000;
}

h6 {
    font-size: 75%;
    font-weight: normal;
    font-style: italic;
    color: #000;
    display: inline-block;
}

.larger {
    font-size: larger;
}

.special { color: #CC0000; }

.smaller {
    font-size: smaller !important;
}

.accentuate { color: #CC0000; font-size: 0.9em;}
.accentuate .specialText { color: #000000; font-size: 0.9em;}
/* Tabellen */


tbody.fz td

{
border: 0px solid #D1D1D1;
border-bottom: 0px solid #D1D1D1;
background: #FFFFFF;
padding-left:10px;
}

thead.fz td
{
text-align:center;
width:auto;
border:0px solid #ffffff;
background: #FFFFFF;
 text-align: left;
}


table {
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
    margin-bottom: 0em;
	border:1px solid #D1D1D1;
}

table caption {
    font-size: 75%;
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

th,td {
    padding: 0.25em 0;
}

th {
    background: #F3F3F3;
    border-bottom: 2px solid #D1D1D1;
}

td {
    border-bottom: 1px solid #D1D1D1;
}

td.number {
    text-align: right;
}

td.number2 {
    text-align: left;
}

tfoot td {
    border-top: 1px solid #D1D1D1;
}
tfoot td {
    font-weight: bold;
    background: #F5F5F5;
    border-bottom: none;
	padding: 5px 10px 5px 10px;
}
thead td
{
text-align:center;
width:auto;
border:1px solid #ffffff;
background: #a3d8f6;
}

tbody td

{
border: 2px solid #D1D1D1;
  border-bottom: 2px solid #D1D1D1;
  text-align:center;
   background: #F5F5F5;
}
/* Formulare */

form {
    margin: 0;

}
fieldset {
    border: none;
    background: #F5F5F5;
    padding: 1em;
}

legend {
    font-weight: bold;
    background: inherit;
    position: relative;
    display: block;
    /* MSIE only! */
    margin-left: -10px;
}

/* Sequenznavigation */
ul.sequence-nav {
    margin: 0;
    padding: 0.75em 0;
}
ul.sequence-nav li {
    display: block;
    width: 1.75em;
    background: #D1D1D1;
    line-height: 1.75em;
    float: left;
    font-size: 0.7em !important;
    font-weight: bold;
    text-align: center;
    margin-right: 0.4em;
}
ul.sequence-nav li a {
    text-decoration: none;
    background: #D1D1D1;
}
ul.sequence-nav li a:hover {
    text-decoration: underline;
}
ul.sequence-nav li.selected {
    color: #FFF;
    background: #013476;
}
br.clear {
    clear: both;
    margin-bottom: 1em;
}

.floatleft {
    float: left;
    margin-right: 1em;
    border: 1px solid #D1D1D1;
}

.textBlock {
	/*margin-left: 110px;*/
	display: block;
	/*float: left;*/
	padding-left: 10px;
	word-break:normal; /*nur für Internet Explorer: Wortumbruch */
}

.textBlock .innerDiv { padding-left: 10px; }

.textBlock ul {
	margin: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 5px;
}

a img { border: 0; }
 
/* Besondere Klassen */
.newPublications { font-weight: normal; line-height: 100%; margin-bottom:27px;}
.newPublications a.title { font-weight: bold; font-size: 1em; line-height: 130%; }
.newPublications .specialText { color: #cc0000; font-weight: bold; font-size: 0.69em; line-height: 130%; margin: 0 0 10px 0; word-break:normal; }
.newPublications .specialText2 { color: #cc0000; font-weight: bold; font-size: 11px; line-height: 130%; margin: 0 0 10px 0; word-break:normal; }
.newPublications .specialTextBottom { float:right; color: #000000; font-weight: normal; line-height: 130%; font-size:0.85em}

.author      { color: #000000; font-size: 0.9em;}
#hightLight .author { font-size: 0.69em; font-weight: normal; }
#hightLight .author2 { font-size: 0.85em; font-weight: normal; }
.title { color: #013476; font-size: 0.85em; font-weight: bold; word-break:normal;}
.price { font-size: 0.85em; word-break:normal;}
.pClass .title { font-size: 1.27em; line-height: 120%;}

.news 		 { font-weight: bold;  }

#portalStatus .cart { 
	background: transparent url(../images/icons/cart.gif) left bottom no-repeat; 
	padding-left: 22px;
	display: inline;
	height: 16px;
		margin-bottom:-5px;
}
.cart { 
	background: transparent url(../images/icons/cart.gif) left bottom no-repeat; 
	padding-left: 22px;
	display: block;
	height: 16px;
	margin-bottom:-5px;
	
}
.ads { font-size: 0.9em; }
.ads a { font-weight: bold; }

#pdfhinweis
{
    font-size: 65%;
    margin: 5em 0 0 0;

}
.text
{
	border: 0px solid #000;
	padding: 0 10px 0px 0px;
	word-break:normal;
	display:block;
}

.text ul
{
padding: 2px 10px 1px 20px;
word-break:normal;
}

.text p
{
font-size: 1em;
word-break:normal;
}

.text ul.contentList 
{
padding: 2px 10px 1px 0px;

}

span.close a

{
float:right;
font-size:11px;
text-decoration:none;
margin-right:10px;
border:0;

}

/*
.text a, a:hover
{
	font-weight: normal;
}
*/

