body
{
margin: 0;
padding: 0;
font: 12px arial, hevetica, sans-serif;
text-align: center;
color: #333;
background-color: #D6D6D6;
background-image: url("/gfx/stripe_bg.png");
background-attachment: fixed;
}

a:link { color: #a03a9d; text-decoration: none; font-weight: bold }
a:visited { color: #a03a9d; text-decoration: none; font-weight: bold }

a:hover
{
color: #fff;
background-color: #a03a9d;
font-weight: bold
}

h2
{
color: #bbbbbb;
font: 120% arial, hevetica, sans-serif;
font-weight: bold;
margin: 0 0 2px 0;
}

h3
{
color: #888;
font: 106% arial, hevetica, sans-serif;
font-weight: bold;
margin-top: 0;
}

#headbg
{
position: absolute;
left: 0px;
margin: 0;
background-image: url("/gfx/bg_header.gif");
background-repeat: repeat-x;
width: 100%;
z-index: 90;
height: 66px;
}

#headercontainer
{
position: relative;
margin: 0 auto;
width: 776px;
height: 66px;
background-image: url("/gfx/bg_navigation.gif");
background-repeat: repeat-x;
z-index: 95;
overflow: hidden;
}

#header
{
float: left;
}

#topNav {
float: right;
margin-right: -2px;
padding: 10px;
font-weight: bold;
}
#topNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topNav ul li {
	display: inline;
	list-style-type: none;
	float: left;
	width: 73px;
	text-align: center;
	vertical-align: middle;
	padding-right: 1px;
	line-height: 50px;
}
#topNav a {
	display: block;
	padding: 5px;
	height: 45px;
	color: #760c61;
}
#topNav a:link, #topNav a:visited {
	text-decoration: none;
	background-image: url("/gfx/bt_nav_nor2.jpg");
}
#topNav a:hover {
	color: #a93f94;
	background-image: url("/gfx/bt_nav_hov2.jpg");
}

#container
{
clear: both;
margin: 0 auto;
width: 798px;
text-align: left;
background-color: #fff;
background: transparent url("/gfx/content.png");
background-repeat: repeat-y;
}

#menu
{
float: right;
width: 180px;
border-left: 1px solid #B3B3B3;
padding-left: 15px;
background-color: #eee;
padding-right: 8px;
margin-right: 13px;
font-size: 90%
}

#menugradient
{
margin-left: -16px; 
margin-bottom: -4px;
}

#contents { margin: 0 250px 40px 20px; }

.trennerline { border-bottom: 1px solid #939297; }
.trennerlinedark { border-bottom: 1px solid #222; }

.pagetitle {
        font-size: 22px;
	font-weight: bold;
	color: #999;
}
.ttbackground {
	width: 100%;
	background-image: url(/gfx/bg_tt.gif);
	background-repeat: repeat-x;
	height: 20px;
}
.tt {
        font-size: 14px;
        color: #a03a9d;
        font-weight: bold;
        padding-left: 5px;
        padding-top: 0px;
}

.txtspacing { line-height: 1.5em; }

.stimage {
	background-color: #ffffff;
	border: 1px solid #666666;
	padding: 3px;
	float: left;
	margin-right: 10px;
}

.smalltext {
        font-size: 85%;
    	color: #999;
}

#footer
{
clear: both;
width: 760px;
text-align: center;
font-size: 12px;
padding: 9px;
background-image: url("/gfx/bg_footer.gif");
background-repeat: repeat-x;
margin: 0 auto;
}

