/* basis */

body {
	margin: 0; /* n6.01win n6mac won't recognize top margin for middle box, so it goes here */
	padding: 0;
	font-family: "Times Roman", arial, helvetica, sans-serif;
	color: #ccc;
	background-color: #fff;
	width: 100%;

	}


p {		line-height: 20px;	}


strong {
	color: #333;
}


h1, h2, h3, h4, h5, h6 {
    color: #000;
    background: none;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
	text-align: left;
}
h1 { 
	font-size: 1.3em;
	padding-top: 0 !important;
}


/* hyperlinks*/


#content a {
font-size: 1.0em;
border-bottom: 1px dotted #f00;

}


#content a:link { color: #000000;; font-size: 1.0em; font-weight: bold; text-decoration: none; border-bottom: 1px dotted #f00;}

#content a:visited { color: #000000;; font-size: 1.0em; font-weight: bold; text-decoration: none; }

#content a:hover { color: #000000;; font-size: 1.0em; font-weight: bold; text-decoration: none; }

#content a:active { color: #000000;; font-size: 1.0em; font-weight: bold; text-decoration: none; }




/* PAGE ELEMENTE

Einige Elemente haben einen auskommentierten Border. Dieser dient zum debuggen.


*/

#wrapper {

margin: 0 auto;
min-height:100%;
position: relative;

}


#wrappercontent {
padding-top: 10px;


}


/* 
#top
Bereich Logo
 */
#top {
display: none
	/* border: 1px solid #ff0;  yellow */
	}

/* 
#claim
Bereich Claim 
 */
#claim {
display: none
	
	/* border: 1px solid #ff0;  yellow */
	}

/* 
#image
Bereich HeaderBild 
 */
#image {
display: none
	
	/* border: 1px solid #ff0;  yellow */
	}
#home {
display: none
}
/* 
#footer
Bereich Footer
 */
#footer {
display: none

	/* border: 1px solid #ff0;  yellow */
	}

	
	

#disclaimer {
display: none

}



/* 
#footer
Bereich Footer
 */
#language-nav {
display: none
}
#meta-nav {
display: none
}





#content {
margin: 0 0 0 0;
padding: 20px;
top: 270px;
width: 600px;
color: #333;
font-size: 0.8em;
}




#topnavigation {
display: none
	}
#subnavigation   {
display: none
}