body
{
	background-image:url(http://www.lagunascene.de/pics/bg.jpg);
	margin: 0px;
}

.td_main, .td_content
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
}
.td_main {
		background-image:url(http://www.lagunascene.de/pics/bg.jpg);
}
.td_main2
{
	background-color: #ECEDF3;
}
.td_h1, .td_h2
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
}
.t_border
{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}
.td_h1
{
	background-image: url(http://www.lagunascene.de/pics/catbg.jpg);
	background-color: #88A6C0;
	color: #ffffff;
	border-bottom: solid 1px #375576;
	background-repeat: repeat-x;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.main_table {
        border: 1px solid #828181;
        background-color: #EFEFEF;
        margin-top: 1px;
}
.td_h2
{
	color: black;
	font-style: normal;
	background-color: #E9F0F6;
	background-image: url(http://www.lagunascene.de/pics/titlebg.jpg);
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.hr {
	COLOR: #000000; BACKGROUND-COLOR: transparent
}
a {
        color: Black;
        text-decoration: underline;
        font-family: Arial, Verdana, "MS Sans Serif";
}

a:hover {
        color: Black;
        text-decoration: underline;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.starttab_first, .starttab_back, .starttab_last, .starttab_active_first, .starttab_active_back, .starttab_active_last
{
	background-position: left top;
	color: white;
	text-transform: lowercase;
	vertical-align: bottom;
}
.starttab_back, .starttab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.starttab_first
{
	background-image: url(pics/maintab_first.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.starttab_back
{
	background-image: url(pics/maintab_back.gif);
	background-repeat: repeat-x;
}
.starttab_last
{
	background-image: url(pics/maintab_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}
.starttab_active_first
{
	background-image: url(pics/maintab_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.starttab_active_back
{
	background-image: url(pics/maintab_active_back.gif);
	background-repeat: repeat-x;
}
.starttab_active_last
{
	background-image: url(pics/maintab_active_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.starttab_back a:link , .starttab_back a:visited, .starttab_active_back a:link , .starttab_active_back a:visited
{
	color: white;
	text-decoration: none;
	vertical-align: bottom;
}

.starttab_back a:hover, .starttab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
	vertical-align: bottom;
}