body{
	background: url(../gfx/site/core/bodyBack.jpg) no-repeat center top;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    font-style: normal;
    color: #900;
    margin: 1.25em 0 0.5em 0;
    padding: 0;
}
h1
{
    font-weight: normal;
    font-size: 136%;
    margin-bottom: 1em;
}
h2
{
    font-size: 122%;
}
h3
{
    font-size: 107%;
}
h4, h5, h6
{
    font-size: 100%;
}
h5, h6
{
    font-weight: normal;
}



/* Links */
a{
	color: #900;
	text-decoration: underline;
}
a:hover{
	color: #777;
}



h1 span{
	color: #777;
	font-size: 80%;
	font-weight: bold;
}


#leftBlock h1 {
	background: url(../gfx/site/core/h1-smalline.jpg) no-repeat left bottom;
	padding: 5px 0;
	margin: 10px 0 5px 0;
}
#contentBlock h1 {
	background: url(../gfx/site/core/h1-longline.jpg) no-repeat left bottom;
	padding: 5px 0;
	margin: 10px 0 5px 0;
}


strong{
	font-weight: bold;
	color: #900;
}

ul{
	margin-left: 10px;
	color: #777;
}
li{
	list-style: disc inside;
}

