html,body {
    height:93%;
}
body, .backgr {
    background-color:#000000;
	color:#1194F0;
}
td {
    background-color:#444444;
	color:#1194F0;
}
table{
	background-color:#2155FF;
}
.fullh {
    height:100%;
}
.fullw {
    width:100%;
}
.rahmenlinksoben{
	width:30px;
	min-width:30px;
	max-width:30px;
	height:30px;
	min-height:30px;
	max-height:30px;
	background-image:url(img/tl.png);
	background-repeat:no-repeat;
}
.rahmenoben{
	height:30px;
	min-height:30px;
	max-height:30px;
	min-width:420px;
	background-image:url(img/t.png);
	background-repeat:repeat-x;
}
.rahmenrechtsoben{
	width:30px;
	min-width:30px;
	max-width:30px;
	height:30px;
	min-height:30px;
	max-height:30px;
	background-image:url(img/tr.png);
	background-repeat:no-repeat;
}
.rahmenrechts{
	width:30px;
	min-width:30px;
	max-width:30px;
	background-image:url(img/r.png);
	background-repeat:repeat-y;
}
.rahmenrechtsunten{
	width:30px;
	min-width:30px;
	max-width:30px;
	height:30px;
	min-height:30px;
	max-height:30px;
	background-image:url(img/br.png);
	background-repeat:no-repeat;
}
.rahmenunten{
	height:30px;
	min-height:30px;
	max-height:30px;
	background-image:url(img/b.png);
	background-repeat:repeat-x;
}
.rahmenlinksunten{
	width:30px;
	min-width:30px;
	max-width:30px;
	height:30px;
	min-height:30px;
	max-height:30px;
	background-image:url(img/bl.png);
	background-repeat:no-repeat;
}
.rahmenlinks{
	width:30px;
	min-width:30px;
	max-width:30px;
	background-image:url(img/l.png);
	background-repeat:repeat-y;
}

a { color:#D49D1D; text-decoration:underline; cursor:pointer;}
a:link { color:#D49D1D; }
a:visited { color:#BF8C24; }
a:hover { color:#F2E144; }
a:active { color:#F2E144; }
