/* BODY & SEITENAUFBAU */
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-position: left top;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    margin: 0;
    padding: 0;
}

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

div#topcontent {
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
  	width: 987px;
}

div#pagecontent {
  width: 987px;
	clear: both;
	float: none;
	margin: 0;
}

/* SPACER UEBER topcontent */

div#topcontent-left {
 	float: left;
}

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

/* 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;
    line-height : 18px;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}


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;
}

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



/* UEBERGREIFENDE STYLES */

div#leftcontent .mehr, div.teaser .mehr, div#maincontent .mehr, div.td .mehr, .mehr_productaz
{
	font-size:11px;
    font-weight: normal;
	background-repeat:no-repeat;
	padding-left:10px;
}


div#leftcontent .arrow, div#teaser .arrow, div#maincontent .arrow, div#breadcrump .arrow
{
	font-size:11px;
	background-repeat:no-repeat;
	padding-left:10px;
}

div.teaser .mehr:hover, div#maincontent .mehr:hover
{
	font-size:11px;
    font-weight: normal;
	background-repeat:no-repeat;
	padding-left:10px;
}









