#t_content
{
width				: auto;
height				: auto;
background-color	: #FFFFFF;
margin				: 0;
padding				: 0;
}

#content
{
width				: auto;
vertical-align		: top;
border-right		: 1px solid #FFFFFF;
padding				: 20px 20px 0px 20px;
margin				: 0;
color				: #000000;
background-color	: #FFFFFF;
}

#content p
{
font-size			: 12px;
margin				: 0px 20px 25px 20px;
padding				: 0px;
line-height			: 150%;
}

#content p img
{
display				: none;
}

#content p a:link
{
font-weight			: bold;
color				: #005096;
background-color	: #FFFFFF;
text-decoration		: none;
}

#content p a:visited
{
font-weight			: bold;
color				: #005096;
background-color	: #FFFFFF;
text-decoration		: none;
}

#content p a:hover
{
font-weight			: bold;
color				: #9c6300;
background-color	: #FFFFFF;
text-decoration		: underline;
}

#content p a:active
{
font-weight			: bold;
color				: #e39000;
background-color	: #FFFFFF;
text-decoration		: none;
}

h1
{
font-size			: 20px;
margin				: 0px 0px 10px 0px;
padding				: 0;
}

h2
{
font-size			: 20px;
margin				: 0px 0px 10px 10px;
padding				: 0;
}

h3
{
font-size			: 18px;
margin				: 0px 0px 10px 20px;
padding				: 1px 0px 1px 5px;
color				: #FFFFFF;
background-color	: #e39000;
font-weight			: bold;
}

.tabelle
{
width				: auto;
font-size			: 12px;
margin				: 10px 0px 10px 20px;
}

.tabelle td
{
padding				: 0px 15px 15px 0px;
}

.tabelle td img
{
border				: none;
}

.tabelle td a:link
{
font-weight			: bold;
color				: #005096;
background-color	: #FFFFFF;
text-decoration		: none;
}

.tabelle td a:visited
{
font-weight			: bold;
color				: #005096;
background-color	: #FFFFFF;
text-decoration		: none;
}

.tabelle td a:hover
{
font-weight			: bold;
color				: #9c6300;
background-color	: #FFFFFF;
text-decoration		: underline;
}

.tabelle td a:active
{
font-weight			: bold;
color				: #e39000;
background-color	: #FFFFFF;
text-decoration		: none;
}


ul, ol
{
display				: none;
}

ul a:link
{
font-weight			: bold;
color				: #005096;
background-color	: #FFFFFF;
text-decoration		: none;
}

ul a:visited
{
font-weight			: bold;
color				: #005096;
background-color	: #FFFFFF;
text-decoration		: none;
}

ul a:hover
{
font-weight			: bold;
color				: #9c6300;
background-color	: #FFFFFF;
text-decoration		: underline;
}

ul a:active
{
font-weight			: bold;
color				: #e39000;
background-color	: #FFFFFF;
text-decoration		: none;
}

#sidebar
{
display				: none;
}

#sidebar2
{
display				: none;
}


.input_submit
{
font-size			: 12px;
color				: #FFFFFF;
background-color	: #002b50;
border				: 1px solid #555555;
}

.input_submit:hover
{
font-size			: 12px;
color				: #FFFFFF;
background-color	: #9c6300;
border				: 1px solid #555555;
}

.input_text
{
font-size			: 12px;
color				: #000000;
background-color	: #FFFFFF;
border				: 1px solid #555555;
}

.input_text:hover
{
font-size			: 12px;
color				: #000000;
background-color	: #BBBBBB;
border				: 1px solid #555555;
}

.t_top
{
display				: none;
}