body {
	background: #c5cfdb url('images/fulbright_bg.png') fixed;
	color: 	black;
	/*text-align: center;*/
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	font-family: garamond;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: black;
	background-color: white;
}
a:visited {
       color: black;
}
a:hover {
	color: white;
	background-color: black;
}
a.trans
{
       background-color: transparent;
}
a.trans:hover
{
       color: white;
       background-color: black;
}
.nobg:hover {
	background-color: white;
}
img {
	border-style: none;
	border-width: 0px;
}
fieldset {
	border-style: none;
       border-width: 0px;
	padding-left: 20px;
	background-color: silver;
}
fieldset.small {
        padding-left: 0px;
 	background: transparent;
}
h1, h2, h3 {
	font-weight: bold;
	color: 	black;
	text-transform:	none;
}
h2 {
	background: black;
	color: white;
}
hr {
	color: black;
	height: 1px;
	width: 95%;
	border-color: white;
	border-width: 1px;
}
.content {
	width: 850px;
	margin: 0px 0px 0px 180px;
	padding: 10px 10px 10px 10px;
	border-width: 1px;
	border-style: solid;
	background-color: white;
}
* html .content
{
	margin: 10px 10px 10px 174px;
}
.menu {
	position: fixed;
	margin: 5px -3px 5px 5px;
	padding: 0px 0px 0px 0px;
	width: 176px;
	float: left;
	text-decoration: none;
       text-align: center;
	background: transparent;
}
.menu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}
.menu ul li {
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-right-color: black;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
}
.menu ul li.actv {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-right-color: white;
	background-color: white;
}
.menu ul li:hover {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
.menu ul li.actv:hover {
	border-right-color: white;
}
.menu ul li a, .menu ul li a:link, .menu ul li a:visited {
	line-height: 26px;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
	display: block;
	background: transparent;
	color: black;
}
.menu ul li a:hover {
	background: black;
	color: #c2ccd8;
}
.menu ul li.actv a:hover {
	background: white;
	color: black;
}
.inputText, .inputTextSmall, .inputTextDone, .inputTextDoneSmall, .inputArea {
   border: 1px black solid;
   font-family: default;
   color: gray;
}
.inputText, .inputTextSmall, .inputArea {
   color: black;
}
.inputTextDone, .inputTextDoneSmall {
   color: gray;
}
.inputText, .inputTextDone {
   width: 220px;
   height: 24px;
}
.inputTextSmall, .inputTextDoneSmall {
   text-align: left;
   width: 100px;
   height: 16px;
   margin: 0px 25px;
}
.inputText, .inputTextSmall, .inputTextDone, .inputTextDoneSmall {
   background-color: white;
}
.inputButton, .inputButtonSmall {
   color: white;
   margin: 5px 0px;
   background-color: black;
   border: 1px white solid;
}
.inputButtonSmall {
   margin: 5px 25px;
}
.inputTextSmall, .inputTextDoneSmall, .inputButtonSmall, .inputLabelSmall {
   font-size:8pt;
   text-align: left;
}
.inputLabelSmall {
   color: white;
   font-weight: bold;
   margin: 0px 25px;
}
.center
{
   text-align: center;
}
table.bericht{
        width: 820px;
}
td.msg{
	 padding-bottom : 6px;
	 padding-top : 6px;
	 padding-left : 6px;
	 padding-right : 6px;
        border : 1px white;
        background-color: silver;
        border-style : solid;
        color : black;
}
td.who{
        padding-bottom : 2px;
        padding-top : 2px;
        padding-left : 4px;
        text-align : left;
        border: 0px;
        background-color: silver;
        border-style : none;
}
td.tit{
        padding-bottom : 2px;
        padding-top : 2px;
        padding-left : 4px;
        text-align : left;
        border : 1px black;
        background-color: silver;
        border-style : solid;
        color : black;
}

.who a {
        color: #FFFFFF;
        font-size: 12px;
        text-decoration: underline;
}
.who a:hover {
        color: #000000;
        background-color: #FFFFFF;
}
td.noshow 
{
        display: none;
}
table.tagok
{
      margin-left:auto;
      margin-right:auto;
	font-family: courier new;
	font-size: 8pt;
	background: white;
}
tr.tag1
{
	background-color: silver;
       border-top: 1px;
}
tr.tag2
{
	background-color: gray;
}

