/* Mein Stylesheet für http://noiasca.rothschopf.net */

body
 {
 margin-top:0px; 
 margin-bottom:10px;
/* background-image:url(gifs/hintergrund.jpg)  */
 }

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10pt;
	color:#FFFFFF;
	
}

h1 { font-size:12pt; text-align:center;}
h2 { font-size:11pt; }
h3 { font-size:10pt; }
h4 { font-size:10pt; }
h5 { font-size:10pt; }

h1.kopf { font-size:16pt; text-align:center; }
h2.kopf { font-size:14pt; text-align:center; }

	
.sitemap
{ 
    margin:0px;
	font-size: 8pt; }
	
/* normaler Text */

pre{
	font-size: 8pt;
	}
tt
{ 
	font-family:Courier New,Courier; 
	font-size:10pt; 
	color:#0000C0; 
}



#table_grundgeruest {
    cellspacing: 0;
   	bordercolor: #FF0000;
    border: 1;

   }
   
#table_content {
    border-left   : 1pt solid E0E0E0;
    border-top   : 1pt solid E0E0E0;

	width: 600px;
	float: left;
	margin-left: -1px;
	padding: 10px;
	valign: top;           /* funktioniert nicht in IE 6.0 */
	}

#table_footer {
    border-top   : 1pt solid E0E0E0;

	}


	
#table_screen {           /* max Screenresulution */
	width: 800px;
	float: left;
	margin-left: -1px;
	valign: top;           /* funktioniert nicht in IE 6.0 */
	}
	
/* Rahmen */
#nav_gruppe {
  border:1px solid grey; background-color:#E0E0E0; padding:4px; margin:0px }

a:link    { color:#FFFFFF; text-decoration:underline;}
a:visited { color:#FFFFFF; text-decoration:underline; }
a:active  { color:#FFFFFF; text-decoration:underline; }
