.kaderShadowDown {
	background-image: url(pictures/kader/shadow_down.gif);
	background-repeat: repeat-x;
}
.kaderShadowRight {
	background-image: url(pictures/kader/shadow_right.gif);
	background-repeat: repeat-y;
}
.kaderColor {
	background-color: #BF2B37;
}
.kaderLeftBottomCorner {
	background-image: url(pictures/kader/left_down_corner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 50px;
	width: 16px;
}
.kaderBottomEffect {
	background-image: url(pictures/kader/down_effect.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 50px;
	width: 464px;
}
.kaderUpperEffect {
	background-image: url(pictures/kader/upper_effect.gif);
	background-repeat: no-repeat;
}
.kaderRightUpperCorner {
	background-image: url(pictures/kader/right_upper_corner.gif);
	background-repeat: no-repeat;
}
.kaderLeftUpperCorner {
	background-image: url(pictures/kader/left_upper.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}
.kaderBackground {
	background-color: #e1e2e6;
	height: 590px;
}




.menuTop {
	background-image: url(pictures/menu/top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menuLeftBorder {
	background-image: url(pictures/menu/shadow_right_left.gif);
	background-repeat: repeat-y;
}
.menuRightBorder {
	background-image: url(pictures/menu/shadow_right_right.gif);
	background-repeat: repeat-y;
}
.menuBottom {
	background-image: url(pictures/menu/bottom.gif);
	background-repeat: no-repeat;
}
.menu {
	background-color: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}




.partyTop {
	background-image: url(pictures/party/top.gif);
	background-repeat: no-repeat;
}
.partyBottom {
	background-image: url(pictures/party/bottom.gif);
	background-repeat: no-repeat;
}

.partyLeftBottom {
	background-image: url(pictures/party/left_bottom_effect.gif);
	background-repeat: no-repeat;
}

.partyLeftBorder {
	background-image: url(pictures/party/shadow_right_left.gif);
	background-repeat: repeat-y;
}

.partyRightBorder {
	background-image: url(pictures/party/shadow_right_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.partyRightTop {
	background-image: url(pictures/party/right_top_effect.gif);
	background-repeat: no-repeat;
	background-position: right;
}




.body {
	background-color: #EEEEEE;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menuContentmeasures {
	height: 400px;
	width: 931px;
}

.content{
	border: thin solid #BF2B37;
	width: 635px;
	height: 380px;
	text-align: center;
	vertical-align: top;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BF2B37;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}

.logo {
	background-image: url(pictures/logo.gif);
	background-repeat: no-repeat;
	background-position: center 35px;
	height: 160px;
	width: 125px;
}


a{
	font: Arial, Helvetica, sans-serif;
	color: #BF2B37;
	text-decoration: none;
}

a:hover{
	font: Arial, Helvetica, sans-serif;
	color: #BF2B37;
	text-decoration: underline;
}

