/* BODY & SEITENAUFBAU */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;

    background-image: url(../../../design/bp2/images/layout/background.gif);
    background-position: left top;
    background-repeat: repeat-x;
}

body, form {
    margin: 0;
    padding: 0;
}

#allcontent {
    /* width: 998px; Horizontaler Scrollbalken */
    width: 987px;
		min-height: 700px;
		height: 700px;
    margin: 0;
    padding: 0;
}

#topcontent {
    margin: 0;
    padding: 0;
}

#pagecontent {
}

#maincontent {
}

.maincontent_unterseite {
	position: absolute;
	top: 281px;
	left: 250px;
	width:476px;
	height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

.maincontent_start {
	position: absolute;
	top: 215px;
	left: 16px;
	width: 719px;
	height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

/* SPACER UEBER topcontent */

div#topcontent-left {
 	float: left;
}

div#topcontent-right {
	float: right;
	text-align: right;
}

/* LINKS */
a {
    text-decoration: none;
    color:#2BA6CC;
    /* basic bp 2.0 color */
    /*color:#6B7579;*/
}
a:hover {
    text-decoration: none;
    /*color:#9F161B;*/
}
a img {
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

p {
	font-size: 11px;
  font-weight: normal;
  color: #6b7579;
  line-height : 18px;
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
}

/* STRUKTUR FORMATE */

.hide
{
    display: none;
}

div.break /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
}

div.line
{
	border-bottom: 0px solid;
	margin-bottom: 10px;
	color:#868f98;
}

div.last
{
	border-bottom: 1px dotted;
	padding-bottom: 5px;
	color:#ffffff;
}

.mehr_productaz
{
	color:#39AED2;
	font-size:11px;
    font-weight: normal;
}

div#leftcontent .arrow, div#teaser .arrow, div#maincontent .arrow, div#breadcrump .arrow
{
	color:#39AED2;
	background-image:url(../../../design/plain_site/images/layout/arrow1.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	padding-left:10px;
}

/* ### ### */
div#footer_print {
	display: none;
}
