/* CSS grundstruktur */

#body{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #c1b6b5;
	line-height: 1.4;
	color: #333333;
}

#tableStructure{
width:890px;
height:620px;
}

#tdStructrureMain{
height:600px;
background-image:url(../images/bg/bg_shadow.png);
background-position:center top;
background-repeat:repeat-y;
}

#tdStructrureFooter{
height:20px;
background-image:url(../images/bg/bg_shadowFooter.png);
background-position:center top;
background-repeat: no-repeat;
}

#tableMain{
width:850px;
height:600px;
background-image:url(../images/bg/bg_main.png);
background-position:center bottom;
background-repeat:no-repeat;
}

#tdMainHeader{
height:75px;
background-image:url(../images/bg/bg_header.png);
background-position:left top;
background-repeat: no-repeat;
}

#tdMainFlashBanner{
height:180px;
background-image:url(../images/bg/bg_flashBanner.jpg);
background-position:left top;
background-repeat:no-repeat;
}

#tdMainBanner{
height:75px;
}

#tdMainSubBtns{
height:30px;
padding-left:20px;
background-image:url(../images/bg/bg_subBtnRow.png);
background-position:center top;
background-repeat:repeat-x;
}

#tdMainContent{
height:290px;
padding-left:20px;
padding-top:20px;
padding-right:20px;
padding-bottom:10px;
}

#tdMainFooter{
padding-left:20px;
padding-right:20px;
height:30px;
background-image:url(../images/bg/bg_Hdivider.png);
background-position:center top;
background-repeat:repeat-x;
}
#tdButton {
	background-image: url(../images/bg/btn.png);
	font-weight: bold;
	background-repeat: no-repeat;
	vertical-align: middle;
}

