<?php include("site/template/".Tpl::getDir()."/design/css/cfg.php"); ?>

/*# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	#
																																				#
			1.	BODY - [ body ]																								#
																																				#
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	#
	# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #*/


/* 1. BODY -------------------------------------------------------------------------------*/

.container > .Body { }

/* Wrapper */
	.container > .Body > div { }
	
		/* Holders */
			.container > .Body > div > .Wrp { }


/* 1. LINKS	---------------------------------------------------------------------------------------*/

.win1, .win2 { display: block; margin: 5px; }
.win1 { border: <?= $css->svetlost($color['prva'], 150, 100) ?> 2px solid; }
.win2 { border: <?= $css->svetlost($color['druga'], 150, 100) ?> 2px solid; }

.win1 .header, .win2 .header { height: 26px; display: block; }
.win1 .header { background: url(<?= $design ?>/2_Body/win1_back.png) repeat-x top; }
.win2 .header { background: url(<?= $design ?>/2_Body/win2_back.png) repeat-x top; }

.win1 .header h1,
.win2 .header h1
{
	display: block;
	margin: 0;
	padding: 0 8px; padding-top: 2px;
	
	color: <?= $css->svetlost($color['bela'], 100, 100) ?>;
	font-size: 16px; line-height: normal; font-weight: bold;
	text-transform: uppercase; text-align: left;
	
	background: none;	
}
.win1 .header h2,
.win2 .header h2 {
	display: block;
	margin: 0;
	padding: 0 8px; padding-top: 4px;
	
	color: <?= $css->svetlost($color['bela'], 100, 100) ?>;
	font-size: 14px; line-height: normal; font-weight: bold;
	text-transform: uppercase; text-align: left;
	
	background: none;	
}
.win1 .header h3,
.win2 .header h3 {
	display: block;
	margin: 0;
	padding: 0 8px; padding-top: 6px;
	
	color: <?= $css->svetlost($color['bela'], 100, 100) ?>;
	font-size: 12px; line-height: normal;	font-weight: bold;
	text-transform: uppercase; text-align: left;
	
	background: none;	
}



.win1 .body, .win2 .body { padding: 6px; }




