﻿.head
{
	background-image: url('images/head.png');
	width: 1000px;
	height: 163px;
	margin-left: auto;
	margin-right: auto;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.menu
{
	height: 70px;
	margin: 0 auto 0 auto;
	top: 0px;
	width: 1000px;
	position: relative;
	left: auto;
	right: auto;
	-moz-user-select: none;
	-khtml-user-select: none;
	z-index: 500;
}

.menu-bar
{
	border-radius: 4px;
	margin: auto auto auto auto;
	position: relative;
	width: 1000px;
	height: 36px;
	right: auto;
	left: auto;
	top: 0px;
	background-color: #777;
	box-shadow: 0px 1px 4px #AAA;
	z-index: 500;
}

.menu-down
{
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	border-radius: 0px 0px 4px 4px;
	width: 97px;
	background-color: #777;
	box-shadow: 0px 1px 4px #AAA;
	float: left;
	z-index: 500;
	margin-left: -1px;
	position:absolute;
	visibility: hidden;
}

.menu-down:empty
{
	width: 100px;
	background-color: transparent;
	box-shadow: none;
	height: 1px;
	border-width: 0px;
}

.menu-down-part
{
	height: 36px;
	position: relative;
	width: 100%;
	text-align: center;
	color: #EEEEEE;
	line-height: 35px;
	text-shadow: 0px 0px 3px #222;
	z-index: 510;
}

.menu-down-border
{
	background-position: center;
	height: 3px;
	width: 100%;
	position: relative;
	background-image: url('images/menu/border-down.png');
	background-repeat: repeat;
	margin-top: -1px;
	margin-bottom: -1px;
	z-index:1;
}

.menu-down-part:last-child
{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}


.menu-part
{
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
	float: left;
	width: 102px;
	text-align: center;
	color: #EEEEEE;
	line-height: 35px;
	text-shadow: 0px 0px 3px #222;
}

.menu-inactive
{
	cursor: pointer;
}

.menu-inactive:hover
{
	background-color: rgba(0,0,0,0.2);
}

.menu-active, .menu-inactive:active
{
	box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.5);
	cursor: default;
	background-color: rgba(0,0,0,0.3);
}

.menu-inactive-sub
{
	cursor: pointer;
}

.menu-inactive-sub:hover
{
	background-color: rgba(0,0,0,0.2);
}

.menu-part-train 
{
	min-width: 130px;
}

.menu-part-bericht 
{
	min-width: 130px;
}

.menu-part-links
{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.menu-part-rechts
{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	min-width: 120px;
}

.menu-bar-2
{
	border-radius: 4px;
	height: 100%;
	width: 100%;
	background-image: url('images/menu/h.png');
	background-repeat: repeat-x;
}
.menu-bar-3
{
	border-radius: 4px;
	background-image: url('images/menu/bar.png');
	height: 100%;
	width: 100%;
}


.menu-border
{
	background-position: center;
	height: 100%;
	position: relative;
	float: left;
	width: 3px;
	background-image: url('images/menu/border.png');
	background-repeat: no-repeat;
	margin-left: -1px;
	margin-right: -1px;
}
