@font-face {
    font-family: "Wingdings 3";
    src: url (wingdings_3.ttf) format("truetype-aat");
}

#wrapper
	{

		padding-left: 2%;
		padding-right: 2%;
		padding-top: 2%;
		
	}

#img
  {

    float:right;

  }

.izvelne
	{
		
		padding-top: 10px;
		padding-bottom: 5px;

	}


.red_out
  {

    display: inline-block;
    text-align: center; 
    width: 50px;
    font-family:"Roboto", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #FF0000;

  }


.item
  {

    width: 125px;
    float:left;

  }

.label
  {

    font-family:"Roboto", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;

  }


.item a p.new-label span
  {
   
    content: 'Sākums'
  }

.item:hover a p.new-label span
  {
    display: none;
  }

.item:hover a p.new-label:after
  {
    content: 'Sākums';
    color:#0000FF;
  }


.item2
  {

    width: 157px;
    display: inline-block;

  }

.label2
  {

    font-family:"Roboto", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    display: inline-block;

  }


.item2 a p.new-label span
  {
   
    content: 'Izstāde'
  }

.item2:hover a p.new-label span
  {
    display: none;
  }

.item2:hover a p.new-label:after
  {
    content: 'Izstāde';
    color:#0000FF;
  }

.item3
  {

    width: 247px;
    display: inline-block;

  }

.label3
  {

    font-family:"Roboto", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;

  }


.item3 a p.new-label span
  {
   
    content: 'Mākslinieki'
  }

.item3:hover a p.new-label span
  {
    display: none;
  }

.item3:hover a p.new-label:after
  {
    content: 'Mākslinieki';
    color:#0000FF;
  }

.item4
  {

    width: 105px;
    display: inline-block;

  }

.label4
  {
    
    font-family:"Roboto", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;

  }


.item4 a p.new-label span
  {
   
    content: 'Info'
  }

.item4:hover a p.new-label span
  {
    display: none;
  }

.item4:hover a p.new-label:after
  {
    content: 'Info';
    color:#0000FF;
  }



a
	{

		text-decoration: none;
		color: #000000;
		font-family:"Roboto", sans-serif;
		font-size: 30px;
		font-weight: bold;
		-webkit-transition: 0.5s 0.01s;
		
	}



body
	{

		background-image: url("bebe1.png");
		background-position: right;
		background-repeat: no-repeat;
		background-attachment: fixed;

	}

#content
	{

		width:50%;

	}

p 
	{

		font-family: "Times";
		font-size: 20px;
		text-align: justify;

	}

.red
  {

    font-family: "Times";
    font-size: 20px;
    color: #FF0000;

  }

.blue
  {

    font-family: "Times";
    font-size: 20px;
    color: #0000FF;

  }

.white
  {

    font-family: "Times";
    font-size: 20px;
    color: #FFFFFF;

  }

#footer
	{

		
		clear:both;
		padding-bottom: 1%;


		
	}

#footer img {
    opacity: 0.7;
    filter: alpha(opacity=70); 
}

#footer img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); 
}
