/*css for geburi.sdes.ch*/

/*basic start*/
body {
	font-family: Verdana;
	font-size: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	background:
	-moz-radial-gradient( center center, contain, #FBB117, transparent ),
	black;
 
background:
-webkit-radial-gradient( center center, contain, #FBB117, transparent ),
black;

background:
-o-radial-gradient( center center, contain, #FBB117, transparent ),
black;

background:
-khtml-radial-gradient( center center, contain, #FBB117, transparent ),
black;

background:
-ms-radial-gradient( center center, contain, #FBB117, transparent ),
black;
 
background:
radial-gradient( center center, contain, #FBB117, transparent ),
black;
}


font.good {
	color: #00FF00;
}


font.bad {
	color: #FF0000;
}

/*basic end*/


.topcorner {
   position:absolute;
   top:10;
   right:2;
}

#navigation {
	top: 60;
	right: 0;
	position:absolute; 
    background: linear-gradient(to top, #660000 , #ffffff);
    color: #000000;
    width:20%;
    height:90%;
}

#geburiBuechListe {
	left: 10;
	width: 180;
	position:absolute; 
    height:90%;
    overflow:auto;
}

#geburiBuech {
	left: 200;
	
	position:absolute; 
    height:90%;
}



#logout {
	top: 10;
	right: 0;
	height:50px;
	position:absolute; 
    background: linear-gradient(to top, #FBB117 , #ffffff);
    color: #000000;
    width:20%;
}

#banner {
	left: 0;
	top:10;
	height:50px;
	position:absolute; 
    background: linear-gradient(to top, #FBB117 , #ffffff);
    color: #000000;
    width:80%;
}


#content {
	left: 0;
	top:60;
	position:absolute; 
    background: linear-gradient(to top, #006600 , #ffffff);
    color: #000000;
    width:80%;
    height:90%;
    margin:0px;
    overflow:auto;
}


#title {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	vertical-align: middle;
	line-height: 28px; 
}

#innerContent {
	padding: 5px;
}

#titleLogin {
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	vertical-align: middle;
}

#loginMask {
	padding: 5px;
	width: 242px;
	height: 113px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	position:absolute; 
    background: linear-gradient(to top, #A1A1A1 , #ffffff);
    color: #000000;
	
}


/*links start*/
a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FF8040;
}

a.selected {
	text-decoration: none;
	color: #FF8040;
}


/*links end*/

/* start navigation */

ul,li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top:0px;
}

/* end navigation */

/*table start*/
table,td,tr {
	font-family: Verdana;
	font-size: 12px;
	border: 0px;
	margin:0px;
	padding:0px;
	border-width: 0px;
	border-style: solid;
	/*border-color:#0000FF;*/
}

table.border {
	border: 2;
}




td.good {
	background-color: #00FF00;
	color: #000000;
}

td.bad {
	background-color: #FF0000;
}


tr.offMousegray {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-width: 0px;
}

tr.offMouseblack {
	background-color: #A1A1A1;
	border-color: #A1A1A1;
	border-width: 0px;
}

tr.gray {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-width: 0px;
}

tr.black {
	background-color: #A1A1A1;
	border-color: #A1A1A1;
	border-width: 0px;
}

.onMouse {
	background-color: #A0A0A0;
	border-color: #A0A0A0;
	color: #FFFFFF;
	cursor: pointer;
}

.onMousenolink {
	background-color: #A0A0A0;
	border-color: #A0A0A0;
	color: #FFFFFF;
	cursor: default;
}

.onMousenolink a:hover {
	background-color: #A0A0A0;
	border-color: #A0A0A0;
	color: #000000;
	cursor: pointer;
}

th {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-width: 0px;
	border-style: solid;
	border-color: #FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	height: 17px;
}

th a:hover {
	color: #000000;
}

