@charset "utf-8";
html {
 background-color: #bbd0ad;
 background-image: url('../img/bg.gif');
 background-repeat: repeat-x;
 color: #000000;
 overflow-y: scroll;
}
body {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 11px;
 margin: 0;
 padding: 0;
}

table {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 11px;
}
table img {
 height: 12px;
 width: 12px;
}
input {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 11px;
}
img {
 border: 0;
}


/* ================ */
div#wrapper {
 margin: 5px auto;
 width: 1500px;
 z-index: 1;
}
div#header {
 background-color: #f2f2f2;
 border: 1px solid #000000;
 border-radius: 3px 3px 0 0;
 -webkit-border-radius: 3px 3px 0 0;
 -moz-border-radius: 3px 3px 0 0;
}
div#container {
 
}
div#footer {
 background-color: #f2f2f2;
 border: 1px solid #000000;
 border-radius: 0 0 3px 3px;
 -webkit-border-radius: 0 0 3px 3px;
 -moz-border-radius: 0 0 3px 3px;
}

.clearfix:after{
 clear: both;
 content: '.';
 display: block;
 height: 0;
 visibility: hidden;
}
.textshort {
 display: block;
 overflow: hidden;
 text-overflow: ellipsis;
 width: 205px;
 white-space: nowrap;
}

/* ==== Formatierungen ==== */
.inhalt {
 padding: 2px;
}
.azentriert {
 text-align: center;
}
.aleft {
 text-align: left;
}
.aright {
 text-align: right;
}
.floatl {
 float: left;
}
.floatr {
 float: right;
}
.pointer {
 cursor: pointer;
}
.hover:hover {
 background: #bbd0ad;
}

.w45pr {
 width: 45%;
}

img.icons {
 margin-top: 2px;
 max-height: 12px;
}
img.icons2 {
 margin-right: 4px;
 margin-top: 2px;
 max-height: 12px;
}
img.screenshot {
 height: auto;
 margin-left: 10px;
 max-width: 275px;
 border: 1px solid #000000;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
}


/* ================ */
div#login {
 background-color: #f2f2f2;
 border: 1px solid #000000;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 margin: 0 auto;
 width: 650px;
}
div#login h1 {
 background-color :#b3b6b3;
 border-radius: 3px 3px 0 0;
 -webkit-border-radius: 3px 3px 0 0;
 -moz-border-radius: 3px 3px 0 0;
 color: #000000;
 font-size: 12px;
 margin: 0;
 padding: 1px 2px 2px 2px;
}


/* ================ */
div#header .arechts {
 float: right;
}
div#header .arechts > .error {
	color: #ff0000;
	font-weight: bold;
}
div#header a {
 color: #000000;
 font-weight: none;
 text-decoration: none;
}
div#header a:hover {
 color: #000000;
 font-weight: bold;
}


/* ================ */
div#container div#left {
 background-color: #f2f2f2;
 border: solid #000000;
 border-width: 0 1px 1px;
 display: block;
 float: left;
 margin-bottom: 4px;
 min-height: 280px;
 width: 160px;
}
div#container div#right {
 background-color: #f2f2f2;
 border: solid #000000;
 border-width: 0 1px 1px;
 display: block;
 float: right;
 margin-bottom: 4px;
 min-height: 280px;
 width: 200px;
}

div#container div#main {
 background-color: #f2f2f2;
 border: solid #000000;
 border-width: 0 1px;
 display: block;
 margin-left: 165px;
 margin-right: 205px;
 min-height: 400px;
 width: auto;
}

div#container h1 {
 background-color :#b3b6b3;
 color: #000000;
 font-size: 12px;
 margin: 0;
 padding: 1px 2px 2px 2px;
}


/* ================ */
div#container #navi {
 margin: 0 0 3px 0;
}
div#container #navi .title1 {
 font-style: italic;
 font-weight: bold;
}
div#container #navi .title2 {
 font-style: italic;
 font-weight: bold;
 margin-top: 5px;
}
div#container #navi ul {
 list-style-position: inside;
 list-style-type: circle;
 margin: 0 0 0 3px;
 padding: 0;
}

div#container #navi a {
 color: #000000;
 font-weight: none;
 text-decoration: none;
}
div#container #navi a:hover {
 color: #ff0000;
 font-style: italic;
}


/* ================ */
div#container div#main .absatz {
	margin-bottom: 5px;
}

div#container div#main table.ausgabe {
	border-color: #000000;
	border-spacing: 0;
	border-left: 1px solid;
	border-top: 1px solid;
	margin-bottom: 5px;
	min-width: 400px;
}

div#container div#main table.ausgabe tr.head {
	font-weight: bold;
}
div#container div#main table.ausgabe tr.data:hover {
	background: #e5e5e5;
}

div#container div#main table.ausgabe th {
	border-color: #000000;
	border-bottom: 1px solid;
	border-right: 1px solid;
	padding: 3px 4px;
}
div#container div#main table.ausgabe td {
	border-color: #000000;
	border-bottom: 1px solid;
	border-right: 1px solid;
	padding: 3px 4px;
}
div#container div#main table.ausgabe td.email {
	-o-text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
}
div#container div#main table.ausgabe td.name {
	overflow: hidden;
	width: 260px;
}

div#container div#main table.ausgabe td p {
	margin: 0;
	padding: 0;
}
div#container div#main table.ausgabe td span.info {
	background-color: #3f3f3f;
	border-radius: 0 15px 15px;
	box-shadow: 1px 1px 10px #aaaaaa;
	color: #ffffff;
	display: none;
	margin: 20px 0 0 15px;
	padding: 10px 10px 10px 20px;
	position: absolute;
	text-align: left;
	width: 250px;
}

div#container div#main a {
	color: #000000;
	font-weight: none;
	text-decoration: none;
}
div#container div#main a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/* ==== ToDo Ausgabe ====== */
div#main table.todoOut {
	border-color: #000000;
	border-spacing: 0;
	border-left: 1px solid;
	border-top: 1px solid;
	margin-bottom: 5px;
	width: 500px;
}
div#main table.todoOut td {
	border-color: #000000;
	border-bottom: 1px solid;
	border-right: 1px solid;
	padding: 3px 4px;
}

/* ================ */
form.wvorlage {
	border-color: #000000;
	border-width: 1px solid;
}
div.statusbox {
	border: 1px solid;
	float: left;
	margin-top: 3px;
	min-height: 10px;
	min-width: 160px;
	padding: 2px;
}

/* ================ */
fieldset.w46pl {
	float: left;
	width: 46%;
}
fieldset.w46pr {
	float: right;
	width: 46%;
}

fieldset > legend {
	background-color: #f2f2f2;
}

.status002 {
	background-color: #e5e5ff;
}
.status003 {
	background-color: #ffcccc;
}
.status004 {
	background-color: #ffffe5;
}
.status005 {
	background-color: #ccffcc;
}
.status006 {
	background-color: #ccffff;
}
