::selection { background-color: #E13300; color: white; }
	::-moz-selection { background-color: #E13300; color: white; }

	body {
		background-color: #fff;
		margin: 40px;
		font: 13px/20px normal Helvetica, Arial, sans-serif;
		color: #4F5155;
	}

	a {
		color: #003399;
		background-color: transparent;
		font-weight: normal;
	}

	h1 {
		color: #444;
		background-color: transparent;
		font-size: 19px;
		font-weight: normal;
		margin: 0 0 14px 0;
		padding: 14px 15px 10px 15px;
	}

	code {
		font-family: Consolas, Monaco, Courier New, Courier, monospace;
		font-size: 12px;
		background-color: #f9f9f9;
		border: 1px solid #D0D0D0;
		color: #002166;
		display: block;
		margin: 14px 0 14px 0;
		padding: 12px 10px 12px 10px;
	}

	#body {
		margin: 0 15px 0 15px;
	}

	p.footer {
		text-align: right;
		font-size: 11px;
		border-top: 1px solid #D0D0D0;
		line-height: 32px;
		padding: 0 10px 0 10px;
		margin: 20px 0 0 0;
	}
	
	p {
		margin: 0;
	}

	#container {
		margin: 10px;
		border: 1px solid #D0D0D0;
		box-shadow: 0 0 8px #D0D0D0;
                overflow: auto;
                padding: 10px;
	}
	
	#filter {
		margin: -13px 15px 10px;
	}
	
	#filter a {
		color: #444;
		text-decoration:none;
		border-left: 1px solid lightgrey;
		border-bottom: 1px solid lightgrey;
		border-right: 1px solid lightgrey;
		padding: 5px;
	}
	
	#filter a.aktiv {
		color: white;
		text-decoration:none;
		border-left: 1px solid lightgrey;
		border-bottom: 1px solid lightgrey;
		border-right: 1px solid lightgrey;
		background-color: lightgrey;
		padding: 5px;
	}
	
	#navigation {
		margin: 2px 15px 5px;
	}
	
	#navigation a {
		color: #444;
		text-decoration: none;
		border-left: 1px solid lightgrey;
		border-bottom: 1px solid lightgrey;
		border-right: 1px solid lightgrey;
		padding: 5px;
		border-radius: 0px 0px 5px 5px;
		background-color: #f5f5f5;
	}
	
	#navigation a.aktiv {
		color: white;
		text-decoration: none;
		border-left: 1px solid lightgrey;
		border-bottom: 1px solid lightgrey;
		border-right: 1px solid lightgrey;
		padding: 5px;
		border-radius: 0px 0px 5px 5px;
		background-color: lightgrey;
	}
	
        #message_success, #message_error {
            width: 800px;
            color: black;
            margin: 10px;
            padding: 10px;
            font-weight: bold;
            text-align: center;
        }
        
	#message_success {
            /*border: 1px solid #6eec6e;*/
            /*background-color: #6eec6e;*/
            /*box-shadow: 0 0 8px #6eec6e;*/
	}
        
        #message_error {
            /*border: 1px solid #f93131;*/
            /*background-color: #f93131;*/
            /*box-shadow: 0 0 8px #f93131;*/
	}
	
	#login {
		float: right;
		margin: 10px;
		padding: 5px;
		border: 1px solid #D0D0D0;
                overflow: auto;
	}
	
	#login_form, #eintraege_form, #passwort_form {
		margin-left: 50px;
		margin-top: 50px;
	}
	
	#login_form label, #eintraege_form label {
		display: inline-block;
		width:150px;
	}
        
        #passwort_form label {
		display: inline-block;
		width:200px;
	}
	
	#login_form input, #eintraege_form input, #passwort_form input {
		display: inline-block;
		width:150px;
	}
	
	#eintraege_form label {
		display: inline-block;
		width:100px;
		line-height:2.2em;
	}
	
	#eintraege_form input[type="checkbox"] {
		display: inline-block;
		width:15px;
		margin: 5px 0px;
	}
	
	#eintraege_form input[type="submit"] {
		display: inline-block;
		width:100px;
		margin: 15px 0px;
	}
	
	#eintraege_form input {
		display: inline-block;
		width:200px;
	}
	
	#zusammenfassung {
		margin: 35px 5px 0px;
		border: 1px solid lightgrey;
		width: 270px;
		padding: 10px;
	}
	
	table {
		border-collapse:collapse
	}
	
	th {
		background-color: #f5f5f5;
	}
	
	.odd {
		background-color: #dee1ff;
	}
	
	.even {
		
	}
	
	.left, .right {
		padding: 0 5px;
	}
	
	.left {
		text-align:left;
	}
	
	.right {
		text-align: right;
	}