/* Layout generell */

BODY {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 80%; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px;
}
TABLE {
	FONT-SIZE: 13px; LINE-HEIGHT: 120%
}
TD {
	FONT-SIZE: 13px; LINE-HEIGHT: 120%; vertical-align:top
}
P, td {
	FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Verdana,Arial,Tahoma,Helvetica sans-serif; TEXT-DECORATION: none
}
P {
	LINE-HEIGHT: 120%
}


/* Teaser */
.teaser	{
		clear:both;
		width:auto;
		margin-bottom:20px;
		}
	
		
/* Links */

a:link {
        color: #A89785;
        text-decoration: none;
        }
a:visited {
        color: #A89785;
        text-decoration: none;
        }
a:hover {
        color: #996666;
        text-decoration: underline;
        }
a:active {
        color: #A89785;
        text-decoration: none;
        }


/* Text */
p		{
		margin-top:0;
		margin-bottom:0;
		text-align:left;
		}
h1		{
        font-family : Verdana, Arial, Helvetica, sans-serif;
		margin-top: 0px;
		margin-bottom:12px;
		font-size: 110%;
		}
h2		{
        font-family : Verdana, Arial, Helvetica, sans-serif;
		margin-top: 0px;
		margin-bottom:12px;
		font-size: 100%;
		}
h3		{
        font-family : Verdana, Arial, Helvetica, sans-serif;
		margin-top: 0px;
		margin-bottom:12px;
		font-size: 90%;
		}
.kleiner	{
		font-size:smaller
		}
/* Bilder */
img		{
		border:0;
		}


