/* BODY & SEITENAUFBAU */

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

div#allcontent
{
    width: 985px;
    margin: 0;
    padding: 0;
}

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

div#pagecontent
{
}

/* SPACER UEBER topcontent */

div#topcontent-left {
 	float: left;
}

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

/* LINKS */

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

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: #666666;
}


form 
{
	margin:0px;
	padding: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;
}



/* UEBERGREIFENDE STYLES */

div#leftcontent .mehr, div#teaser .mehr, div#maincontent .mehr
{
	color:#308187;
	background-image:url(../layout/arrow2.gif);
	background-repeat:no-repeat;
	padding-left:10px;
}

div#leftcontent .arrow, div#teaser .arrow, div#maincontent .arrow, div#breadcrump .arrow
{
	color:#308187;
	background-image:url(../layout/arrow1.gif);
	background-repeat:no-repeat;
	padding-left:10px;
}

/* LOGO */

div#logo
{
    padding-top: 0px;
    padding-left: 0px;
    background-image: url(../images/layout/berlin-chemie_logo_print.jpg);
    background-repeat: no-repeat;
    width: 229px;
    height: 67px;
}

div#logo .logoprint
{

}

div#logo .logoscreen
{
	display: none;	
}


/* META NAVIGATION*/

div#metanavi
{
	display: none;
}

/* TOP MENU */

div#topmenu
{
	display: none;
}

/* BREADCRUMP PLACEMENT */

div#breadcrump 
{
	display: none;
}

div#leftcontent
{
    width: 240px;
    float: left;
    /*border-bottom: 1px solid;  This line needs to be set to avoid bug in IE */

	display: none;
}

/* SPACER VOR LINKEM MENU */

div#spacer_left_menu
{
	height:92px;
}

/* FOOTER ENDE MAINCONTENT */

div#footer
{
	display: none;
}


/* RIGHT CONTENT - SEARCH AND TEASER */

div#rightcontent
{
	float: right;
	width:212px;
	display: none;
}
