/* UBER NEWS - Stylesheet */
* {
	margin: 0px;
	padding: 0px;
}
a {	
	color: #d84916;
	text-decoration: none;
}
a:visited {
	color: #d84916;
}
a:hover {
	color: #d84916;
	text-decoration: underline;
}
h1 {
	margin-bottom: 15px;
}
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 0;
}
.header {
	float: left;
	background-color: #d84916;
	width: 100%;
	font-size: small;
	color: #FFFFFF;
	padding-bottom: 25px;
	padding-top: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.header h1 {
	color: #FFFFFF;
	margin: 0px;
	font-size: 24px;
}
.header a {
	color: #dae9f0;
}
.header a:hover {
	color: #f2be84;
}
.headerL {
	float: left;
	margin-left: 100px;
}
.headerR {
	float: right;
	margin-right: 100px;
}
.headerspacer {
	background-color: #d84916;
	overflow: hidden;
	height: 1px;
	width: 100%;
}
.wrapper_login {
	color: #FFFFFF;
	width: 320px;
	height: 230px;
	background-color: #d84916;
	font-size: small;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -130px;	
}
.inner {
	padding: 25px;
}
.wrapper {
	clear: both;
	padding-left: 100px;
	padding-top: 20px;
	font-size: small;
}
.wrapper_login h1 {
	margin-bottom: 15px;
	font-size: 20px;
}
.wrapper h1 {
	margin-bottom: 25px;
	font-size: 20px;
}
.loginback {
	margin-top: 50px;
	text-align: center;	
}
.form {
	margin-bottom: 20px;
}
label {
	font-size: smaller;
}
.inputtitle {
	width: 250px;
	border: 1px solid #b8c2cc;
	padding: 5px;
}
.inputdate {
	width: 250px;
	border: 1px solid #b8c2cc;
	padding: 5px;
}
.editcontrols {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 580px;
	text-align: right;
}
.editcontrols a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color:#000000;
	background-color: #dae0e5;
	border: 1px solid #dae0e5;
}
.editcontrols a:visited {
	background-color: #dae0e5;
	border: 1px solid #dae0e5;
}
.editcontrols a:hover {
	background-color: #aaaeb3;
	border: 1px solid #dae0e5;
}
.textarea {
	width: 580px;
	border: 1px solid #b8c2cc;
	margin: 0px 0px 25px;
}
.button {
	background-color: #dae0e5;
	border: 1px solid #dae0e5;
	padding: 5px;
}
.button:hover {
	background-color: #aaaeb3;
}
.backbutton {
	background-color: #dae0e5;
	border: 1px solid #dae0e5;
	width: 50px;
	padding: 5px;
	margin-top: 15px;
	text-align: center;
	font-size: small;
}
.backbutton:hover {
	background-color: #aaaeb3;
}
.backbutton a {
	text-decoration: none;
	color:#000000;
}
.backbutton a:visited {}
.backbutton a:hover {} 
.archiv {
	font-size: smaller;
	text-align: right;
	width: 580px;
	margin-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}
.linklist a {
	color: #333333;
	text-decoration: none;
}
.linklist a:visited {
	color: #333333;
}
.linklist a:hover {
	color: #999999;
}
.date {
	color: #333333;
	float: left;
	clear: left;
	width: 100px;
	padding: 5px;
	margin: 1px;
	background-color: #dae0e5;
}
.title {
	float: left;
	width: 300px;
	padding: 5px;
	margin: 1px;
	background-color: #dae0e5;
}
.delete {
	float: left;
	padding: 5px;
	margin: 1px;
	background-color: #dae0e5;
	width: 150px;
}
.clear {
	clear: both;
}