/* CSS Document */

body {
	background-image: url(../images/teve_background_compressed.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	margin-left: 55px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	cursor:auto;
	
}

/*Background*/
.background_main {
background-image:url(../images/background_main.gif);
background-repeat:no-repeat;
width:716px;
height:436px;
}

.background_second {
background-image:url(../images/background_second.gif);
background-repeat:no-repeat;
width:717px;
height:156px;
}

.background_about {
background-image:url(../images/background_about.gif);
background-repeat:repeat-y;
width:716px;
height:436px;
}

.background_artevent {
background-image:url(../images/background_about.gif);
background-repeat:no-repeat;
width:716px;
height:436px;
}


.background_video {
background-color:#FFFFFF;
background-repeat:no-repeat;
width:290px;
height:187px;
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;

}


/*Links*/
	/*Menu*/
a.menu {
    font-family: "Arial";
	font-size: 12px;
	color: #ffffff;	
    text-decoration:none;
   }
a.menu:hover {
    font-family: "Arial";
	font-size: 12px;
	color:#f2259c;
    text-decoration:"underline";   
   }

a.menuBlack {
    font-family: "Arial";
	font-size: 12px;
	color: #413731;	
    text-decoration:none;
   }
a.menuBlack:hover {
    font-family: "Arial";
	font-size: 12px;
	color:#f2259c;
    text-decoration:"underline";   
   }
 a.footer {
    font-family: "Arial";
	font-size: 11px;
	color: #ffffff;	
    text-decoration:none;
   }
a.footer:hover {
    font-family: "Arial";
	font-size: 11px;
	color:#f2259c;
    text-decoration:"underline";   
   }
.texton {
    font-family: "Arial";
	font-size: 12px;
	color:#f2259c;
    text-decoration:"none";   
   }
   
/*Content text*/

.title {
    font-family: "Arial";
	font-size: 20px;
	color: #ffffff;
	font-weight:bold;
}
.name {
    font-family: "Arial";
	font-size: 13px;
	color: #413731;
	font-weight:bold;
}
.namewhite {
    font-family: "Arial";
	font-size: 13px;
	color: #ffffff;
	font-weight:bold;
}
.textwhite{
	font-family: "Arial";
	font-size: 12px;
	color: #ffffff;
	}
	.textfooter{
	font-family: "Arial";
	font-size: 11px;
	color: #ffffff;
	}
.texteblack{
	font-family: "Arial";
	font-size: 12px;
	color: #413731;
	}