/***
  ***	DEFAULT - system styles
  ***/

/*** main content ***/

table.content {

width:				1000px;

font-family: 		georgia, verdana, helvetica, serif;
font-style:			italic;
font-size:			14px;
font-weight:		500;
color:				#8698BB;
}

td.content_left,
td.content_right {

width:				10px;
background-color:	#E6E3E1;
}

td.content_left {

background-image:	url(../images/content/content_back_left.gif);
background-repeat:	repeat-y;
background-position:top right;
}

td.content_right {

background-image:	url(../images/content/content_back_right.gif);
background-repeat:	repeat-y;
background-position:top left;
}

td.content_center,
td.content_flash  {

width:				980px;
background-color:	#4D443F;
}

td.content_center {

text-align:			left;
vertical-align:		top;
}

td.content_flash {

text-align:			center;
vertical-align:		top;

background-image:	url(../images/content/background_bottom.png);
background-repeat:	no-repeat;
background-position:top center;
}

/*** main content ***/

td.content_down_left,
td.content_down_right {

width:				10px;
height:				10px;
background-color:	#41332C;
}

td.content_down_left {

background-image:	url(../images/content/content_down_left.gif);
background-repeat:	no-repeat;
background-position:top right;
}

td.content_down_right {

background-image:	url(../images/content/content_down_right.gif);
background-repeat:	no-repeat;
background-position:top left;
}

td.content_down_center {

width:				980px;
height:				10px;
background-color:	#41332C;

background-image:	url(../images/content/content_down.gif);
background-repeat:	repeat-x;
background-position:top left;
}

/*** main imprint ***/

td.content_imprint {

color:				#6F6763;

font-size:			13px;
font-weight:		500;
text-align:			right;
padding-right:		30px;
}

a.imprint:link		{ color:#6F6763; font-weight:500; text-decoration:none; margin:0px 0px 0px 25px; }
a.imprint:visited	{ color:#6F6763; font-weight:500; text-decoration:none; margin:0px 0px 0px 25px; }
a.imprint:active	{ color:#6F6763; font-weight:500; text-decoration:none; margin:0px 0px 0px 25px; }
a.imprint:hover		{ color:#ABA4A0; font-weight:500; text-decoration:none; margin:0px 0px 0px 25px; }


