/* BEREICH:	Hauptdefinitionen incl. Logobereiche und Ausrichtung	*/
/* AREA:		cw	*/
/* CREATOR:	tOm			*/

html, body 				{
height:					100%;
width:					100%;
margin:					0 0 0 0;
padding:				0 0 0 0;
}

body					{
margin:					0 0 0 0;
padding:				0 0 0 0;
text-align:				center;
background-color:		#E1E1E1;
}

p {
margin:					0 0 10px 0;
padding:				0 0 0 0;
}

/*BEGIN:	base				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
div.cw_base				{
position:				absolute;
z-index:				100;
width:					100%;
top:					0px;
left:					0px;

text-align:				center;
background:				url(../images/bottom/cw_bottom_back_grad.gif) repeat-x left bottom;
}

table.cw_base_content	{
width:					100%;
border:					0px none;
}

tr.cw_base_content,
td.cw_base_content		{
width:					100%;
border:					0px none;
}

/*BEGIN:	base content		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
div.cw_content				{

width:					1000px;
height:					100%;
border:					0px none #FFFFFF;

margin:					0 0 0 0;
padding:				0 0 0 0;
top:					0px;

text-align:				left;
background:				url(../images/main/cw_main_back.gif) repeat-y center top;
background-color:		transparent;
}

/*BEGIN:	base logo saf		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
div.logo					{
position:				absolute;
z-index:				50;
width:					51px;
height:					155px;

right:					0px;
top:					120px;
margin:					0 0 0 0;
padding:				0 0 0 0;
border:					0px none #FFFFFF;

text-align:				left;

background:				url(../images/main/cw_logo_saf.gif) no-repeat right top;
background-color:		transparent;
}

#cw_logo_saf div			{ width: 51px; height: 155px;}
#cw_logo_saf span		{ font-size: 12px; line-height: 16px; }
#cw_logo_saf a			{
display:				block;
width:					51px;
height:					155px;

margin:					0 0 0 0;
padding:				0 0 0 0;

text-align:				center;
font-family:			arial, verdana, helvetica, sans-serif;
font-style:				normal;
font-weight:			800;
font-size:				12px;
text-decoration:		none;
color:					#ADCCB0;
}
#cw_logo_saf  a:link, #cw_logo_saf  a:visited {
background:				url(../images/main/cw_logo_saf.gif) no-repeat right top;}
#cw_logo_saf  a:hover, #cw_logo_saf  a:focus, #cw_logo_saf  a:active {
background:				url(../images/main/cw_logo_saf_o.gif) no-repeat right top;}


















