/*
* Standard-Layout 
*/

body, html{
	width: 100%;
	margin: 0 10 0 0;
	padding: 0;
	background-color: #FFFFCC;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif ;
} 

table{border-collapse:collapse;
}

caption{
	font-weight: bold;
}


h1{
	font-size:1.4em;
	margin: 0;
	padding: 0;
}

h2{
	font-size: 1.2em;
}

h3{
	font-size: 1em;
}

p {
	font-size: 0.8em;
}

p1 {
	font-size: 0.6em;
}

/*
*  p.wichtig -> gleiches Verhalten wie ein p-Tag, jedoch groeßer 
*/
p.wichtig {
	font-size: 0.8em;
	font-weight: bold;
}

p.important{font-size: 1em;}

b{
	font-size: 0.8em;
}

div#zentriert{
	text-align: center;
}


#pfadOben { font-size:14px;
                       text-decoration:none;
                       color: #FFFFCC; }

#pfadOben a:link{ font-size:14px;
                       text-decoration:none;
                       color: #FFFFCC; }

#pfadOben a:visited{ font-size:14px;
                          text-decoration:none;
                          color: #FFFFCC; }

#pfadOben a:hover{ font-size:14px;
                          text-decoration:none;
                          color: #FFCC00; }

	
