
/* * * * * * * * * * * ALLGEMEINES * * * * * * * * * * */
html, body
{
 	margin: 0px;         
 	padding: 0px;
	background-color: #404040;
	background-image: url(pic/hg.gif);
	background-position: top left;
	background-repeat: repeat-x; 
	
	text-align: center;
	font-family: 'BellGothic BT', Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	font-size: 100.01%;
}

#layout
{
	width: 900px;
	height: 500px;
	background-image: url(pic/vorschauseite.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 auto;		
	z-index: 1;
}

/* * * * * * * * * * * INHALT * * * * * * * * * * */
#seite
{
	position: absolute;
	display: block;
	width: 500px;
	margin: 420px 0px 0px 325px;		
	z-index: 2;
	
}

h1
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.7em;
	text-align: left;
	margin-bottom: 30px;
}
h2
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: left;
}
.tel {
	color: #EC3C1A;
}

a, a:visited
{
	color: #EC3C1A;
	text-decoration: underline;
}
a:hover,a:active
{
	text-decoration: none;
}
img	{
	border: 0;
}
