/* BODY & SEITENAUFBAU */

body
{
    font-family: Verdana;
    background-position: left top;
    background-image:url(../images/bg.jpg);
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    margin: 0;
    padding: 0;
    font-size: 11px;
}


div#allcontent
{
    width:800px;
    /*width: 1000px;*/
    margin: 0;
    padding: 0;
}

div#topcontent {
    margin: 0;
    padding: 0;
    width:800;
    text-align:middle;
}

div#pagecontent
{
}

/* SPACER UEBER topcontent */





/* 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: #000000;
    
    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;
}





