
/* ++++++++++++++++++++ Layout ++++++++++++++++++++ */

body	{ background-color: silver; padding: 0 0 25px; font-size: medium; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000033; text-align: center; margin: 0 !important; }
		
* html body			{
	font-size: x-small;
	f\ont-size: small;
}
		


#container	{ font-size: 95%; background-color: #ffffff; width: 600px; margin: 0; padding: 0; }

.home		{
		background-image: url(../pic/feuerloescher.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
}
.index {  }
.blanc { background-image: none; background-repeat: no-repeat; background-position: right bottom; }
.leistungen		{
		background-image: url(../pic/inkasso.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
}
.wir { background-image: url(../pic/ordner.jpg); background-repeat: no-repeat; background-position: right bottom; }
#logo	{ color: silver; background-color: white; width: 100%; height: 80px; text-align: center; background-image: url(../pic/zilkenat.gif); background-position: center; background-repeat: no-repeat; padding: 30px 0 50px; }


#nav	{
		padding: 8px;
		margin-bottom: 40px;
		text-align: center;
		background-color:#09c;

}

#text	{
		padding: 0 50px 20px;
		text-align: left;

}


#copyright	{
		font-size: 80%;
		padding: 10px 20px 10px 20px;
		text-align: center;
		color: #FFFFFF;
		/* border-bottom: 1px solid #ffffff; */

}


/* ++++++++++++++++++++ Navigation ++++++++++++++++++++ */


 a.nav:link    	{
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	padding: 5px;
	}

 a.nav:visited    	{
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	padding: 5px;
	}

 a.nav:hover    	{
	text-decoration: underline;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	padding: 5px;
	}

 a.nav:active    	{
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	padding: 5px;
	}

/* ++++++++++++++++++++ Navigation ++++++++++++++++++++ */

h1		{
		font-size: 20px;
		margin-bottom: 30px;
		color: #09c;
}

h2		{
		font-size: 14px;
		margin-bottom: 10px;
		color: #09c;
}


p		{ font-size: 12px; line-height: 18px; text-align: justify; margin-bottom: 30px; }