/* Layout generell */

body    {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 30px;
        }
td		{
		vertical-align: top; 
		}
.back	{
		text-align:right;

		padding-top: 10px;
		padding-bottom: 10px;
}
.content	{
		padding-left:185px;
		padding-right:10%;		
		padding-bottom: 50px;
		
		min-height:250px;
		max-width:800px;
}
/* Teaser */
.teaser	{
		clear:both;
		width:auto;
		margin-bottom:20px;
		}
.text		{
		padding-top:15px;
		}
		
.titel		{
		padding-bottom:15px;
		}
.links		{
		padding-top:15px;
		}
		
/* Links */

a:link {
        color: #B22222;
        text-decoration: none;
        }
a:visited {
        color: #B22222;
        text-decoration: none;
        }
a:hover {
        color: #FFB400;
        text-decoration: none;
        }
a:active {
        color: #B22222;
        text-decoration: none;
        }

/* Bottom-Links */

a.extra:link {
        color: #FFFFFF;
        text-decoration: none;
        }
a.extra:visited {
        color: #FFFFFF;
        text-decoration: none;
        }
a.extra:hover {
        color: #B22222;
        text-decoration: none;
        }
a.extra:active {
        color: #FFFFFF;
        text-decoration: none;
        }


/* Text */
p , ul , ol , tr, td, div	{
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        font-style : normal;
		line-height:130%;
        }
p		{
		margin-top:0;
		margin-bottom:0;
		}
h1		{
        font-family : Verdana, Arial, Helvetica, sans-serif;
		margin-top: 0px;
		margin-bottom:12px;
		font-size: 11px;
		}
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%;
		}
img		{
		border:0;
		}
		

