/***********************************************/
/* divs.css                                    */
/*                                             */
/* These layout divs define the page layout.   */
/*                                             */
/***********************************************/


/***********************************************/
/* Layout Divs                                 */

/************************************/
#col1{
	border-top: 1px solid #0000FF;
	position: absolute;
	top:    20px;
	left:   20px;
	width: 200px;
}
#prod{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: absolute;
	top:    20px;
	left:   20px;
	width: 200px;
	height: 75px;
}
#pruh{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: absolute;
	top:    20px;
	left:  230px;
	width: 550px;
	height: 52px;
	background-image: url(img/green.gif);
	background-repeat: repeat-y;
}
#pruhred{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: absolute;
	top:    20px;
	left:  230px;
	width: 550px;
	height: 52px;
	background-image: url(img/red.gif);
	background-repeat: repeat-y;
}

#menu{
	border-bottom: 1px solid #666666;
	position: absolute;
	top:    74px;
	left:  230px;
	width: 550px;
	padding-top: 1px;
	height: 21px;
}
#menu1{
	border-top: 1px solid #0000FF;
	border-bottom: 1px solid #0000FF;
	position: absolute;
	top:    20px;
	left:  230px;
	width: 550px;
	padding-top: 1px;
}

#sub1{
	border-bottom: 1px solid #0000FF;
	position: absolute;
	top:    42px;
	left:  230px;
	width: 550px;
	padding-top: 1px;
}


/************************************/

/************************************/
#logodole{
	border-top: 1px solid #0000FF;
	position: absolute;
	width: 200px;
	top:   545px;
	left:   20px;
}
#menudole{
	border-top: 1px solid #0000FF;
	position: absolute;
	width: 550px;
	top:   545px;
	left:  230px;
	padding-top: 5px;
}
/************************************/

/************************************/
#colbig{
	position: absolute;
	top:    61px;
	left:  230px;
	width: 545px;
	padding: 4px;
	height: 450px;
	overflow: auto;
}

#colfoto{
	position: absolute;
	top:    68px;
	left:  230px;
	width: 545px;
	padding: 4px;
	height: 466px;
	overflow: auto;
}

#colad{
	position: absolute;
	top:    431px;
	left:  635px;
	width: 150px;
	padding: 0px;
	height: 100px;
	overflow: hidden;
}
#volba1{
	position: absolute;
	top:   250px;
	left:  230px;
	width: 250px;
	padding: 4px;
}
#volba2{
	position: absolute;
	top:   250px;
	left:  520px;
	width: 250px;
	padding: 4px;
}


/************************************/


/************************************/
#col2{
	position: absolute;
	top: 115px;
	left: 230px;
	width: 180px;
	padding: 4px;
}
/************************************/

/************************************/
#col3{
	overflow: auto;
	position: absolute;
	top:   115px;
	left:  430px;
	width: 330px;
	height: 390px;
	padding: 4px;
}
/************************************/

#col4{
	position: absolute;
	top:    115px;
	left:   20px;
	width: 200px;
	padding: 0px;
}

#dalsigreen{
	border-top: 4px solid #993399;
	padding-top: 12px;
	position: absolute;
	top: 355px;
	left:    20px;
	width:  200px;
}

#logogreen{
	border-top: 4px solid #993399;
	position: absolute;
	width: 200px;
	top:   541px;
	left:   20px;
}

#dalsired{
	border-top: 4px solid #CC3333;
	padding-top: 12px;
	position: absolute;
	top:    415px;
	left:    20px;
	width:  200px;
}

#logored{
	border-top: 4px solid #CC3333;
	position: absolute;
	width: 200px;
	top:   541px;
	left:   20px;
}

#objboard{
	border-top: 1px solid #666666;
	position: absolute;
	top:    440px;
	left:   20px;
	width: 192px;
	padding: 4px;
}


/*End Layout Divs                              */
/***********************************************/
