﻿html, body {
	height: 100%;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
    background-color:#0080C0;
    color:white;
}
a {
	color: #99FF99;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

input[type=submit], input[type=button] {
    padding: 5px 10px 5px 10px;
}

#header {
    padding-right: 10px;
    height: 41px;
}

#space { 
	width: 1px;
	height: 50%;
	margin-bottom: -320px;
	float: left;
}
#inhalt {
	margin: 0 auto;
	position: relative;
	text-align: center;
	clear: left;
}
#bottom {
    padding-top: 20px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
    #bottom input[type=text],input[type=password] {
        width:200px;
    }

.field-validation-error {
    color:#FF9999;
}

.profileTable {
    padding-bottom: 20px;
}
    .profileTable td {
        vertical-align: top;
    }
    .profileTable td.label {
        color: #DDDDDD;
        min-width: 220px;
    }
    .profileTable input[type=text], .profileTable input[type=password], .profileTable textarea {
        width: 400px;
        resize: none;
        font-family: inherit;
        font-size: inherit;
        background-color: #EDEDFF;
        border-color: lightgray;
        border-radius: 3px;
        border-style: solid; 
    }
    .profileTable input[type=password] {
        width:200px;
    }
    .profileTable textarea {
        height:64px;
    }

h1 {
    margin: 0;
    font-size: 1.1em;
    font-weight:bold;
}

.printList {
    width: 100%;
    background-color:white;
    color:black;
    border-collapse:collapse;
}
    .printList thead {
        text-align: left;
    }
    .printList th {
        border-bottom: 1px solid black;
    }
    .printList tr:nth-child(even) {
        background-color: #E0E0E0;
    }
    .printList td {
        vertical-align: top;
        padding-top:4px;
        padding-bottom:4px;
    }

    #peopleMenu {
        padding: 0px 50px 0px 50px;
    }
        #peopleMenu a, #peopleMenu span {
            padding-right: 5px;
        }
 