/*
//----------------------------------------
// Licensed for www.tanjaonline.at
// Copyright Chiwa Media (www.chiwa.at) - 2010
// Coded by Jürgen Brüder
//----------------------------------------
*/

/*Layout CSS*/

html { text-align : center;}

body { 
position : relative; 
width : 964px; 
margin : 0 auto; 
text-align : left;
}

div#content { 
position : relative; 
width : 100%;
}

div#content_main
{
left:212px;
width:490px;
}

div#content_left
{
left:17px;
width:170px;
}

div#content_right
{
left:727px;
width:235px;
height:100%
}

div#branding, div#nav_main, div#footer
{width: 100%; }

div#branding
{
height:130px;	
}

div#footer 
{
position : relative;
left:2px;
width:960px;
}

/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */







