@charset "utf-8";
body {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	background: rgb(0,81,119);
	background: -moz-linear-gradient(top, rgba(0,81,119,1) 0%, rgba(8,138,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,81,119,1)), color-stop(100%,rgba(8,138,199,1)));
	background: -webkit-linear-gradient(top, rgba(0,81,119,1) 0%,rgba(8,138,199,1) 100%);
	background: -o-linear-gradient(top, rgba(0,81,119,1) 0%,rgba(8,138,199,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,81,119,1) 0%,rgba(8,138,199,1) 100%);
	background: linear-gradient(to bottom, rgba(0,81,119,1) 0%,rgba(8,138,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005177', endColorstr='#088ac7',GradientType=0 );
	margin:0;
    padding:0;
    height:100%;
}
body ::selection {
	background: #6BB7DD; 
	color: #000;
}
body ::-moz-selection {
	background: #6BB7DD; 
	color: #000;
}
div#content {
	width: 1000px;
	margin-top: 20px;
	margin: auto;
}
#uebersichtlink td, #uebersichtlink th{
	padding: 5px 10px;
}
#smallcontent_login {
	margin: 0 auto;
	width: 30%;
}
#smallcontent {
	margin: 0 auto;
	width:880px;
}
.ausgabe {
	color:#12ff00;
	text-decoration:none;
}
#link:hover {
	color:#FFF;
}
.fehler {
	color:#ff0000;
}
.button {
	-moz-box-shadow:inset 0px 0px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 0px 0px 0px #97c4fe;
	box-shadow:inset 0px 0px 0px 0px #97c4fe;
	background-color:#3d94f6;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:32px;
	line-height:32px;
	width:133px;
	text-decoration:none;
	text-align:center;
}
.button:hover {
	background-color:#1e62d0;
}
.button:active {
	position:relative;
	top:1px;
}
.delete {
	font-family:'Comic Sans MS', cursive;
	background-color:rgb(0,81,119);
	color: white;
}
.delete:hover {
	color: red;
}
