/* Page Layout  */

html {
	height: 100%;
}

body {
	background: url(../background.jpg) no-repeat fixed;
	background-size: cover;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

form {
	height: 100%;
}

h2 , h3,  h4 {
	color: #000000;
	text-shadow: 0px 2px #FFFFFF;
}

a {
	text-decoration: none;
}

#page{
	min-width: 200px;
	max-width: 1024px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 15px;
	background-color: rgba(255,255,255, 0.8);
}

#header {
	margin-bottom: 10px;
}

#header table {
	width: 100%;
}

#header h1 {
	margin: 0;
}

#nav ul {
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}

#nav ul li {
	float: left;
	list-style-type: none;
	font-size: 1.5em;
	margin-right: 10px;

}

#nav li .unselected {
	border: 1px solid;
	border-color: #AAAAAA;
	border-radius: 5px;
}

#nav li .selected {
	border: 1px solid;
	border-color: #444444;
	border-radius: 5px;
}

#nav ul li a {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px 10px 2px 10px;
}

#footer {
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
}

#footer a {
	margin: 0px 10px 0px 10px;
}

#appicon {
	border-radius: 10px;
	vertical-align: middle;
}

#content {
	min-height:100%;
}

#footer{
	clear: both;
}

ul.breadcrumb {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

li.breadcrumb {
	display: inline;
}

li.breadcrumb:before {content: "> ";}

.editorInfo {
	color: #AAAAAA;
}

/* Menu */

a.selected {
	font-weight: bold;
}

a.unselected {
	font-weight: normal;
}

/* GOOGLE MAP */

a.userLocationControl{
	background-color: white;
	padding: 5px;
	margin: 10px;
	width: 15px;
	height: 15px;
	background-image: url("../images/UserLocation.png");
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 2px 2px 5px #888;
	border: 1px solid #888;
}

a.userLocationControl:hover {
	background-color: #DDDDDD;
}

/* DATA TABLE */

table.dataTable {
	border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	border-collapse: collapse;
}
table.dataTable tr:first-child th {
	border-radius: 10px 10px 0 0;
}
table.dataTable tr:first-child th.left {
	border-radius: 0 0 0 10px;
}
table.dataTable tr:first-child th.right {
	border-radius: 0 0 10px 0;
}
table.dataTable tr:nth-child(odd) {
	background-color: rgba(255,255,255,0.7);
}
table.dataTable tr:nth-child(even) {
	background-color: rgba(220,220,220,0.7);
}
table.dataTable tr:last-child td.left {
	border-radius: 0 0 0 10px;
}
table.dataTable tr:last-child td.right {
	border-radius: 0 0 10px 0;
}
table.dataTable th {
	padding: 1px;
	border-style: inset;
}
table.dataTable td {
	padding: 3px;
	margin: 1px;
}
td.left {
	text-align: right;
	color: #555555;
}
td.right {
}

/* Editor-Maske: aktiviertes Filterfeld */
.filtered-true {
	font-weight: bold;
}

/* Faces-Messages */
.messageERROR {
	color: #FF0000;
}
.messageINFO {
	color: #000;
}
.messageWARN {
	color: #AA0;
}