/* Default font sizes: small (12px), normal (14px), and large (16px). */

.textbox_rot 
{
    background: #FF3333;
}

.textbox_gruen 
{
    background: #00FF33;
}

/* Normal, standard links. */
a:link
{
	color: ff3737;
	text-decoration: none;
}
a:visited
{
	color: ff3737;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

body
{
	overflow: scroll;
	color: white;
	font-size: 12px;
	font-family: verdana, sans-serif;

	background: #e13a30 repeat-x;
	background-image: url(01/bg.gif);
	font-size: 12px;
	margin: 0px;
	padding: 12px 30px 4px 30px;
}

/* This is used on tables that should just have a border around them. */
.header
{
	background-position: 17px 17px;
	background-repeat: no-repeat;
	background-image: url(01/header_gif.png);
}

.footer
{
	background-image: url(01/footer.gif);
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
	color: black;
}

.tborder
{
	padding: 0px;
	border: 1px solid #000000; /* org color 696969 */
	background-color: #ffffff;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}

/* Default font sizes: small (12px), normal (14px), and large (16px). */
.smalltext
{
	font-size: 12px;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: 14px;
	color: white;
}
.largetext
{
	font-size: 16px;
}

.maintab_active, .maintab_inactive
{
	color: black;
	text-decoration: none;
	font-size:  15px;
	vertical-align: top;
	padding: 6px 6px 4px 25px;
	font-family: tahoma, sans-serif;
}

.maintab_active 
{ 
	background-image: url(01/tab_aktiv.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px
}

.maintab_inactive 
{
	background-image: url(01/tab_inaktiv.gif);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0px 0px
}

.maintab_top
{
	background-image: url(01/tab_top.gif);
}

.maintab_bottom
{
	background-image: url(01/tab_bottom.gif);
}

.headline
{
	background-image: url(01/headline.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top;
	padding-top: 27px;
	padding-left: 40px;
	font-size: 13px;
	font-weight: bold;
	color:#000000;
}

.main_bg
{
	background-image: url(01/main_bg.gif);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0px 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 50px;
	color:#000000;
}

.bottomline
{
	background-image: url(01/bottomline.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 27px 0px;
	padding-bottom: 15px;
	padding-left: 40px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color:#000000;
}

/* how links behave in main tab. */
.maintab_active a:visited, .maintab_active a:link, .maintab_inactive a:visited, .maintab_inactive a:link
{
	color: black;
	text-decoration: none;
}
