@import url(includes/style.css);
/*utf-8: ä*/

html, body, div, p, ul, li, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

html, body {height: 100%}

body {
	/*margin-top: 30px;*/
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background: url(bg-master.jpg) repeat-x fixed left top #3b0f0f;
}

#main, .menu{
	width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	border: 2px solid #000;
	background-color: #404040;
}

#main {
	padding-top: 30px;
	padding-bottom: 30px;
}

#main ul {
	padding-left: 20px;
}

#main a {
	text-decoration: none;
	color: #aaa;
}

#main a:hover, #main a.hover {
	color: #fff;
}

.login {
	width: 300px !important;
	height: 100px;
	position: relative;
	top: 30%;
	/*margin-top: -100px !important;*/
}

.overlay {
	position: fixed;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
#overlayback {
	background: #000;
	z-index: 100;
	opacity: .85;
}
#overlayouter {
	z-index: 101;
}
#overlayinner {
	position: relative;
	color: #000;
	text-align: left;
	width: 700px;
	margin: 40px auto;
	padding: 20px;
	min-height: 300px;
	background: #fff;
	z-index: 102;
}
.ovback {position: absolute; right: 5px; bottom: 5px; cursor: pointer;}

.ovPart {
	float: left;
	padding-right: 30px;
}

input, select {
	margin: 3px 6px 3px 0;
}
textarea {
	height: 5em;
	width: 600px;
}

.clear {
	clear: both;
}
.invisible {
	display: none;
}
.red {
	color: #f00;
}
.gray {
	color: #808080;
}
.darkred {
	color: #990000;
}


#ovNeuEMailDateien{
	list-style-position: inside;
}
#ovNeuEMailDateien span{
	cursor: pointer;
}

#selectBenutzer{
	margin-right: 20px;
	float: left;
	width: 500px;
}
#selectProjekte{
	width: 750px;
	float: left;
}
.butProj{
	width: 200px;
	height: 2.5em;
}
.selectBenutzer{
	width: 240px;
}

.viertel{
	width: 250px;
	float: left;
}
#mitwirkungsinfo{
	width: 500px;
	min-height: 50px;
	float: left;
}

.emailBetreff {
	width: 500px;
}
.emailInhalt {
	height: 25em;
}

/*MENÜ************************************************************/
.menu {
	height: 38px;
	background-color: #282828;
	border-bottom: none;
	padding: 0;
	width: 1300px;
}
.menu ul {
    list-style-type: none;
}

.menu a {
    display: block;
    padding: 3px 10px;
	height: 32px;
	text-decoration: none;
	line-height: 32px;
	color: #cccccc;
	font-size: 13.2px;
	border-right: 1px solid #404040;
}

.menu a:hover, .menu a.hover, .menu li.active a {
	color: #fff;
	background-color: #404040;
}

.menu ul ul a {
    padding: 2px 10px;
}

.menu li {
    float:left;
}
.menu li.right {
	float: right;
}
.menu li.right a {
	border-right: none;
	border-left: 1px solid #404040;
}

.menu ul ul {
    position: absolute;
    display:none;
    /*min-width:180px;*/
	background-color: #732828;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
.menu ul ul.hover, .menu ul li.hover ul, .menu ul li:hover ul  {
    display:block;
}

.menu ul ul li {
    float:none;
}

.menu ul ul li:hover, .menu ul ul li.hover {
	background-color: #591F1F;
}
