/* Standard-Style-Definitionen */

/* Allgemeine Tags */
body, p, table, tr, td, iput, textarea
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px; 
	line-height:16px;

}

p
{
	margin:0;
}



body
{
	margin:0;
}





.abstand
{
	height: 12px;
}

.abstand_breite
{
	width: 12px;
};


/* Verweise */
a 				{ text-decoration: none; font-weight: bold;}

a:link			{ color: #97acbd; }
a:visited		{ color: #97acbd; }
a:hover			{ color: #000000; }
a:focus			{ color: #000000; }




/* Style Klassen */
.div_seitenbereich
{
	max-width: 904px;
	width: 90%;
	
	position: relative;
	top: 20px;
  	margin-left: auto;
   	margin-right: auto;
	
	img
	{
		width: 100%;
		border: 1px solid #000;
	}
}


.div_seitenbereich img
{
		width: 100%;
		border: 1px solid #000;
}
