BODY
{
    background-color: black;
    margin: 5px;
    font-family: Verdana;
}

table
{
    font-size: 12px;
    color: white;
}

.inhalt
{
    padding-left: 15px;
    padding-right: 15px;
}

.header_red
{
    color: red;
    border-bottom: solid 1px red;
}

.header_yellow
{
    color: yellow;
    border-bottom: solid 1px yellow;
}

input
{
    color: white;
    font-family: Verdana;
    font-size: 11px;
    border-top: solid 1px red;
    border-left: solid 1px red;
    border-right: solid 1px yellow;
    border-bottom: solid 1px yellow;
    background-color: black;
}

textarea
{
    color: white;
    border-top: solid 1px red;
    border-left: solid 1px red;
    border-right: solid 1px yellow;
    border-bottom: solid 1px yellow;
    font-family: Verdana;
    font-size: 11px;
    background-color: black;
}

a
{
    color: white;
    text-decoration: underline;
}

a:hover
{
    color: white;
    text-decoration: none;
}

.gbook
{
	padding: 10px;
	margin: 10px;
	border: dashed 1px #ffffff;
	background-color: #222222;
}

.gbook_comment
{
	padding: 10px;
	margin-bottom: 10px;
	border:  dashed 1px #eeeeee;
	background-color: #333333;
}
