/*
	CSS styly pro VVDESIGN.CZ
	Radek Stastny
	12.4.2008
	ver 1.0
*/
/*
		vynulovani 
*/

body,div,dl,form
{
	margin:0px;
	padding:0px;
	border:0px;
}

table{border-collapse:collapse;border-spacing:0px;}

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFF500;
}



/************************************************
				Hlavni DIVY
************************************************/
DIV.main
{
	margin:0 auto;
	width:980px;
	text-align:right;
}

DIV.main DIV.trade A
{
    cursor:pointer;
}


DIV.leftcol
{
	width:699px;
	float:left;
}

DIV.rightcol
{
	width:277px;
    display: inline;
    float: right;
}

DIV.main DIV.text1
{
	background-image:url("../images/lmain_5.gif");
	background-repeat : no-repeat;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0% 0%;
	font-size:18pt;
	height:212px;
}

DIV.main DIV.certifikaty
{
	font-size:15pt;
	margin-right:0px;
	padding-right:0px;
	clear:both;
	text-align:left;

	border:0px solid red;
}

DIV.main DIV.certifikaty TABLE
{
	margin-left:0px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13pt;
	margin-top:10px;
	margin-bottom:10px;
}

DIV.main DIV.certifikaty TABLE TD
{
	text-align:left;
}

DIV.main DIV.certifikaty TABLE TD.iso
{
	text-align:left;
	font-weight:bold;
}

DIV.main DIV.footer
{
	text-align:left;
	font-size:13pt;
}

/* polozky menu */
DIV.langs IMG
{
	padding-left:15px;
	border:0px;
}

DIV.menuitem
{
	background-color:white;
	color :#252525;
	width:278px;
	text-align:center;
	font-family: Tahoma;
	font-size:12pt;
	padding-top:7px;	
	padding-bottom:7px;	
	font-weight:bold;
	border:1px solid black;
	cursor : default;
	margin-bottom:25px;
	text-decoration: none
}

DIV.menuitem_n
{
    background-color:red;
    color :#252525;
    width:278px;
    text-align:center;
    font-family: Tahoma;
    font-size:12pt;
    padding-top:7px;    
    padding-bottom:7px;    
    font-weight:bold;
    border:1px solid black;
    cursor : default;
    margin-bottom:25px;
    text-decoration: none
}


DIV.menuitem A,A:LINK,A:ACTIVE,A:VISITED
{
    text-align:center;
    font-family: Tahoma;
    font-size:12pt;
    font-weight:bold;
    cursor : default;
    text-decoration: none;
    color:black;
}

DIV.menuitem_n A,A:LINK,A:ACTIVE,A:VISITED
{
    text-align:center;
    font-family: Tahoma;
    font-size:12pt;
    font-weight:bold;
    cursor : default;
    text-decoration: none;
    color:black;
}

DIV.menuitem_on A,A:LINK,A:ACTIVE,A:VISITED
{
    text-align:center;
    font-family: Tahoma;
    font-size:12pt;
    font-weight:bold;
    cursor : default;
    text-decoration: none;
    color:white;
}

DIV.menuitem_n_on A,A:LINK,A:ACTIVE,A:VISITED
{
    text-align:center;
    font-family: Tahoma;
    font-size:12pt;
    font-weight:bold;
    cursor : default;
    text-decoration: none;
    color:white;
}


DIV.menuitem_on
{
	background-color:#555555;
	color : White;
	width:278px;
	text-align:center;
	font-family: Tahoma;
	font-size:12pt;
	padding-top:7px;	
	padding-bottom:7px;	
	font-weight:bold;
	border:1px solid black;
	cursor : default;
	margin-bottom:25px;
	text-decoration: none
}

DIV.menuitem_n_on
{
    background-color:#555555;
    color : White;
    width:278px;
    text-align:center;
    font-family: Tahoma;
    font-size:12pt;
    padding-top:7px;    
    padding-bottom:7px;    
    font-weight:bold;
    border:1px solid black;
    cursor : default;
    margin-bottom:25px;
    text-decoration: none
}

div.obal
{
	width : 100%;
	margin: auto;
}