* {
    font-family: Helvetica, Arial, Sans-Serif;
}

html, body {
    height: 100%;
}

body {
    background-image: url(/static/images/body_loop_bg.png);
    margin: 0px;
    padding: 0px;
}

#verlauf {
    background-image: url(/static/images/body_top_bg.png);
    background-repeat: repeat-x;
    width: 100%;
}

#pageloop {
    background-image: url(/static/images/page_loop_bg.png);
    background-repeat: repeat-y;
}

#pagecontent {
    background-image: url(/static/images/page_top_bg.png);
    background-repeat: no-repeat;
    width: 798px;
    padding-top: 14px;
    padding-left: 14px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#content {
    display: block;
    background-image: url(/static/images/content_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 100%;
    width: 737px;
    padding-left: 3px;
    padding-top: 3px;
}

a {
	color: darkgreen;
}

div.newstext p a img {
	padding: 1px;
	margin: 6px;
}
