/*
	orange - #f2ae31

*/
body,html
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	min-height:100%;
	background-color:#d5dadc;
	background-image:url("../img/background.jpg");
	background-repeat: repeat-x;
	background-position:top left;
	text-align:center;
	color:#ffffff;
	font-family:"Tahoma";
	font-size:11px;
}

p
{
	font-size:11px;
	color:#ffffff;
	margin:0px;
}

	
div.layout
{
	margin:0px auto;
	width:776px;
	height:100%;
	min-height:100%;
	/* border:1px solid red; */
}

table.innerlayout
{
	margin:0px auto;
	width:776px;
	height:100%;
	min-height:100%;
	border-spacing:0px;
	border-collapse:separate;
	padding:0px;
	vertical-align: top;
}
td {
  vertical-align: top;
}

table.header {
  width: 479px;
}

tr.row_01 		{ height: 26px; }
tr.row_02 		{ height: 70px; }
tr.row_03 		{ height: 12px; }
tr.row_04 		{ height: 264px; max-height:264px; }
tr.row_05 		{ height: 20px; }
tr.row_06 		{ height: 87px; }
tr.row_obsah 	{ height: 100%; } 

/* 1+2 = 471px, 3+4= 304px, 2+3=727px */
td.lout { width:24px; border-right:1px solid #97a5aa; } 
td.lin	{ width:447px; background-color:#f2ae31; }
td.rin  { width:280px; background-color:#f2ae31; }
td.rout { width:24px; border-left:1px solid #97a5aa; }

td.td-obsah
{
	width:727px;
	text-align:left;
	vertical-align:top;
	background-color:#f2ae31;
	background-image:url("../img/obsah_background.gif");
	background-repeat:repeat-y;
}

#mda-object
{
	width:471px;
	height:264px;
	background-image:url("../img/object-background.jpg");
	margin:0px;
	padding:0px;
}

.mda-flash-in-object
{
	margin:0px 10px 8px 8px;
	background-color:#566C75; /*#ffffff;*//*#d5dadc;*/ /*red;*/ /*#93131F*/ /* #566C75 */
	height:226px;
	border-right:1px solid #ffffff;
}

#gng-logo
{
	position:absolute;
	z-index:10;
	display:none;
}


/** VLASTNI OBSAH STRANKY **/
div.div-textarea
{
	color:#566c75;
	margin-left:20px;
	text-align:left;
	width:540px;		
}

.div-textarea p
{
	text-align:justify;
	font-size:11px;
	color:#566c75;
	margin:0px;
	margin-bottom:20px;	
	margin-left:20px;
}

.div-textarea p strong
{
	color:#ffffff;
}

.div-textarea .table-selected-project p {
    margin: auto;
    margin-top: 8px;
    }


.div-textarea h2
{	
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	margin:0px;
	margin-bottom:20px;
	margin-left:20px;
}


a
{
	color:#ffffff;
	text-decoration:none;
}
a:hover
{
	color:#566c75;
	text-decoration:underline;
}
div.clear {
  height: 1px;
  line-height: 1px;
  clear: both;
}

#Table01 {
    margin-top: 23px;
    }


#fader {
	background-color: #566c75;
	width: 452px;
	height: 226px;
	margin-left: 8px;
	position: relative;
}    

#fader > img {
	opacity: 0;
	animation-name: f1;
	animation-fill-mode: forwards;
}

.fader-1 {
	position: absolute;
	left: 0;
	bottom: 0;
	animation-duration: 2s;
	animation-delay: 0.5s;	
}
.fader-2 {
	position: absolute;
	left: 113px;
	top: 0;
	animation-duration: 2s;
	animation-delay: 2.5s;		
}
.fader-3 {
	position: absolute;
	left: 226px;
	bottom: 0;
	animation-duration: 2s;
	animation-delay: 4.5s;		
}
.fader-4 {
	position: absolute;
	right: 0px;
	top: 0;
	animation-duration: 2s;
	animation-delay: 6.5s;		
}

@keyframes f1 {
  from { opacity: 0; }
  to { opacity: 1;}
}