* {
   font-family: Verdana;
}

body
{
    margin-top: 10px;
    background-image: url(/_gfx/background.gif);
}

img
{
	border: 0px;
}

td
{
	font-size: 12px;
}

Button
{
	margin: 0px;
    padding: 0px;
}

.MenuButton {
             border: 0px;
             height: 16px;
             color: white;
             font-size: 10px;
             text-align: center;
             font-weight: bold;
             vertical-align:top;
             max-width:113px;
             width:113px;
             margin: 0px;
             padding-bottom: 2px;
             display: block;
             float: left;
}

.MenuButtonOver {
             border: 0px;
             height: 16px;
             color: #000000;
             font-size: 10px;
             text-align: center;
             font-weight: bold;
             vertical-align:top;
             max-width:113px;
             width:113px;
             margin: 0px;
             padding-bottom: 2px;
             display: block;
             float: left;
}

.LaufText
{
	text-align: right;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.TextXL
{
	font-size:20px;
    font-weight: bold;
}

.TextL
{
	font-size:16px;
    font-weight: bold;
    color: midnightblue;
}

.HeadDiv
{
	text-align:left;
    border-bottom: 2px solid #C6C3C6;
    padding: 2px;
	font-size:22px;
    font-weight: bold;
    margin-bottom: 12px;
}

.TextDiv
{
	font-size:12px;
    line-height: 120%;
}

.SpecialWord
{
	font-size:13px;
    font-weight: bold;
    font-style: italic;
}


.BodyTd
{
	background-color: #FFFFFF;
    background-image: url(/_gfx/mitte.gif);
    background-repeat: no-repeat;
    font-size: 12px;
}

.FooterTd
{
	background-image: url(/_gfx/fusszeile.gif);
    height: 38px;
    color: white;
    font-size: 10px;
}

.GuestbookHeadTd
{
	background-color: #F5F4F3;
    border: 1px solid #C6C3C6;
    color: #080C08;
    font-size: 12px;
}

.GuestbookTd
{
	background-color: #F5F4F3;
    border: 1px solid #848284;
    color: black;
    font-size:13px;
}

.GuestbookCommentTd
{
	background-color: #C6C3C6;
    width: 90%;
    color: black;
    text-align:left;
    padding:3px;
    margin-left: 20px;
    margin-bottom: 4px;
    border: 1 solid #000000;
}

.InputText
{
	width:200px;
    height:20px;
    background-color:#F5F4F3;
    color:#000000;
    font-size:12px;
    border:1px solid #000000;
    padding:2px;
    margin:1px;
}

.InputTextarea
{
    background-color:#F5F4F3;
    color:#000000;
    font-size:12px;
    border:1px solid #000000;
    padding:2px;
    margin:1px;
}

.InputSubmit
{
	font-family:Verdana;
    font-size: 11px;
    color: #000000;
    background-color: #DFDFDF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    text-indent: 2px;
}

A
{
	color: #0B5182;
	font-size: 11px;
	text-decoration: none;
}
A:link 		{}
A:active 	{}
A:visited 	{}
A:hover 	{color: #848284}