@charset "utf-8";
/* CSS Document */
body{
	background-color: #F3F3F3;
	font-family: "verdana", sans-serif;
	font-size: 12px;	
}

a:link{
	color: #000066;
}

a:visited{
	color: #000066;
}

.hallo{
	font-weight: bold;
}

.home{
	
}

.homehead{
	font-size: 20px;	
}

.login {	
	background-color: #FFFFFF;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	margin-bottom: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #B3B3B3;
	border-radius: 5px;	
}

.loginbut{
	margin-left: 73px;
	margin-bottom: 30px;
}
.logo {
	width: 215px;
	margin-top: 5px;
	margin-left: 15px;
}
.userbox {
	margin-left: 7px;	
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-style: solid;
	border-color: #AEAEAE;
	border-width: 1px;
	border-radius: 3px;
}

.pwbox {
	margin-left: 5px;	
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-style: solid;
	border-color: #AEAEAE;
	border-width: 1px;
	border-radius: 3px;
}

.copyright {
	color: #4D4D4D;
	margin-left: 155px;
	margin-bottom: 5px;
}

.portal {
	background-color: #FFFFFF;
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: auto;
}

.portal-nav {
	background-color: #FFFFFF;
	float: left;
	width: 200px;
}

.portal-main {
	margin-left: 200px;	
}
.portal-but {	
	width: 120px;
	margin-left: 20px;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;			
}

.logo-small {
	width: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.error {
	margin-left: 30px;
	color: #F90307;
}

.maintable {	
	border-collapse: collapse;
	text-align: left;
	border: 1px solid;
}

.input {
	margin-left: 10px;
}


#results {
  display: none;
	width: 204px;
	display: absolute;
	border: 1px solid #c0c0c0;
}

.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
	
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#ffaa56; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #999999 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #999999) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #999999 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#999999");	background: -o-linear-gradient(top,#cccccc,999999);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #999999 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #999999) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #999999 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#999999");	background: -o-linear-gradient(top,#cccccc,999999);

	background-color:#cccccc;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}