/* BODY & SEITENAUFBAU */

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url(../../../design/plain_site/images/layout/hg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    margin: 0;
    padding: 0;
}


div#allcontent
{
    width: 985px;
    /*width: 1000px;*/
    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;
    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;
	color:#868f98;
}

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



/* UEBERGREIFENDE STYLES */

div#leftcontent .mehr, div.teaser .mehr, div#maincontent .mehr, div.td .mehr, .mehr_productaz
{
	color:#308187;
	font-size:11px;
    font-weight: normal;
	background-image:url(../../../design/plain_site/images/layout/arrow2.gif);
	background-repeat:no-repeat;
	padding-left:10px;
}
.mehr_productaz {
   display: block;
}
div#leftcontent .arrow, div#teaser .arrow, div#maincontent .arrow, div#breadcrump .arrow
{
	color:#308187;
	font-size:11px;
	background-image:url(../../../design/plain_site/images/layout/arrow1.gif);
	background-repeat:no-repeat;
	padding-left:10px;
}

div.teaser .mehr:hover, div#maincontent .mehr:hover
{
	color:#ff0000;
	font-size:11px;
    font-weight: normal;
	background-image:url(../../../design/plain_site/images/layout/arrow_red.gif);
	background-repeat:no-repeat;
	padding-left:10px;
}









