/* FARBEN */

/* Farbe für Links und Überschriften */
h1, h2, h3, h4, h5, h6, a:link, a:visited, a.nav:link, a.nav:visited, a.nav:hover, a.nav:active, a.nav:focus, a.navselected:link, a.navselected:visited, a.navselected:hover, a.navselected:active, a.navselected:focus, strong {
    color: #6f0000;
}

/* Farbe für hover-Links in der Navigationsleiste */
a.nav:focus, a.nav:hover {
    background-color:#aaecaa;
}

/* Farbe für aktuelles Tab in der Navigationsleiste */
a.navselected {
    background-color: #5acb5a;
}

/* Farbe für aktive Links */
a:active, a.nav:active {
    color:#115511;
}

/* Hintergrundfarbe außen */
body {
	background-color:#fefefe;
}

/* Hintergrundfarbe innen */
#container {
	background-color:rgba(238,255,238,0.85);
}


/* --------------------------------------------------- */

body {
	margin:0; 
	padding:0; 
	font-family:helvetica, arial, sans-serif; 
	color:#000000; 
	text-align:center;

	background-image:url("res/bg.jpg");
	background-size: 100%;
}

#container {
	font-family: helvetica,arial,sans-serif;
	font-weight: normal; 
	font-size: 12pt;

	border-width:1px;
	border-style:solid;
	border-color:#000000;

	width:80%;
	margin-top:5%;
	margin-bottom:3%;
	padding: 10px;
	min-height:800px;
}

ul.navbar {
	list-style-type:none; 
	display:block; 
	width:85%; 
	line-height:0.6em;
	font-size: 12pt;
	text-align:center;
	
	float:right;
	
	border-width:.1em; 
	border-style:solid;
	text-align:center;
	margin-right:5%;
	margin-bottom: 40px;
}

ul.navbar li {
    display:inline;
    text-align:center;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active, a.nav:focus, a.navselected:link, a.navselected:visited, a.navselected:hover, a.navselected:active, a.navselected:focus {
    display:block;
    float:left;
    width:12%;
    padding:0.8em 0.8em 0.8em 0.6em;
    margin:0em;
    text-decoration:none;
}

div.content {
    width: 80%;
    display:block;
    font-size:medium;
    text-align:left;
    padding:0 0 0 0;
    clear:left;
}

a:link, a:visited, a.anker:hover {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

div.noshow {
    display:none;
}
div.show {
    display:inherit;
}

.topTable td {
  text-align: center;
  vertical-align: middle;
}

.rightcolumn { 
    float:right;
    clear:both;
    width:15%;
    margin:0 5% 10% 5%;
    padding:0em;
}

/*---------APPLICATION-------*/
.applicationTable {
    border-collapse: collapse;
}

.applicationTable tr:nth-child(odd){
    background: #f0fff0;
}

.applicationTable tr:nth-child(even){
    background: #e0ffe0;
}


.applicationTable th.description{
    width: 250px;
}

.applicationTable th.input{
    width: 400px;
}

.applicationInput {
    width: 300px;
}

.applicationTextfield {
    width: 400px;
    height: 300px;
}

.requiredInput {
    color: red;
    font-weight: bold;
}

.notificationBox {
    font-size: 18px;
    color: red;
    width: 200px;
    height: 50px;
}