html { padding: 0px; margin: 0px; height: 100%; }
body
{
	font-family: Lucida Grande, Lucida, Verdana, sans-serif, Arial;
	font-size: 10px;
	color: black;
	margin: 0px;
	padding: 0px; 
	/*background-repeat: repeat-x;*/
	background-color: #ffffff;
	background-image: url(../Images/Background/bgmaincontainer-summer.jpg);
}
h1{

	color:#000000;
	font-size:14px;
	display:block;
	border-bottom: 1px solid #727377;
	text-decoration: none;
}
/* outer box tabelle mit grauem hintergrund*/
.TopBoxTable{
	background-color:white;
	border-bottom : 1px dotted Gray;
}
.ContentBoxTable{
	background-color:white;
}
.BottomBoxTable{
	background-color:white;
	border-Top : 1px dotted Gray;
	border-bottom : 1px dotted Gray;
}
.ShadowLeftTd{
	background-image:url(../Images/background/0_index_shadow_left.jpg);
	background-repeat:repeat-y;
	width:0px;
	height:auto;
	
}

.ShadowLeftBottomTd{
	background-image:url(../Images/background/0_index_shadow_left_bottom.jpg);
	background-repeat:no-repeat;
	width:0px;
	height:13px;
}

.ShadowBottomTd_long {
         /*background-image:url(d12/background/0_index_shadow_bottom_long.jpg);*/
         background-repeat:no-repeat;
         width:800px;
         height: 14px;
}

.ShadowBottomTd{
	background-image:url(../Images/background/footer.png);
	background-repeat:no-repeat;
	width:800px;
	height:10px;
}
.ShadowRightTd{
	background-image: url(../Images/background/0_index_shadow_right.jpg);
	background-repeat:repeat-y;
	width:0px;
	height:auto;
}

/* ENTERTAINMENT */
.ShadowRightTdEnt{
	background-image: url(../Images/background/1_ent_shadow_right.jpg);
	background-repeat:repeat-y;
	width:10px;
	height:auto;
}

.ContentEnt{
	/*background-image: url(../Images/background/bg_content.jpg);
	background-repeat:repeat-x;*/
	background-color: white ; /*#f04e23 ; /*#A21D48;*/
}
.BannerEnt{
	/*background-image: url(../Images/background/bg_content_ent.jpg);
	background-repeat:repeat-x;*/
	background-color: white ; /*#f04e23 ; /*#A21D48;*/
}
.RightBannerTableEnt{
	background-color:#b52151;
	width:150px;
	height:100%;
}
img
{
	margin:0;
	padding:0;
	border:0;
}

.bagTD{
	background-image:url(../Images/bag/bag_en.png);
	background-repeat:no-repeat;
}

/* links */
a {
color: Black ;
text-decoration: none;
}
a:hover {
color: #000000;
}


